body {
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
	background: #f3f3f3; // #f3f3f3; //  #e1e6eb;
}
body #page {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}
a {
	text-decoration: none;
	outline: none;
}
a:active {
	background: none;
}
#redlink{
        color: red; 
}
img {
	border: none;
}
/*-------------------------------------------FONTS---------------------------------------------*/
@font-face {
	font-family: 'roboto-regular-webfont';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg') format('svg');
}
@font-face {
	font-family: 'quicksand-bold-webfont';
	src: url('../fonts/quicksand-bold-webfont.eot');
	src: url('../fonts/quicksand-bold-webfont.woff') format('woff'), url('../fonts/quicksand-bold-webfont.ttf') format('truetype'), url('../fonts/quicksand-bold-webfont.svg') format('svg');
}
@font-face {
	font-family: 'magra-bold-webfont';
	src: url('../fonts/magra-bold-webfont.eot');
	src: url('../fonts/magra-bold-webfont.woff') format('woff'), url('../fonts/magra-bold-webfont.ttf') format('truetype'), url('../fonts/magra-bold-webfont.svg') format('svg');
}
@font-face {
	font-family: 'lato-regular-webfont';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg') format('svg');
}
@font-face {
	font-family: 'lato-bold-webfont';
	src: url('../fonts/lato-bold-webfont.eot');
	src: url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg') format('svg');
}
/*----------------------------------------header-styles---------------------------------------*/
#header {
	background-color: #f3f3f3; // #9edec5;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
#header div {
        color: #23242c;
	font-family: lato-regular-webfont;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;	
	padding: 0;
	text-align: center;
	margin: 0 auto;
	max-width: 1000px; /* 940px; */    /* headerkép megengedett legnagyobb  megjelenített szélességi mérete */
	overflow: hidden;
	padding: 8px;                      /* headerkép körüli üres hely - távolágtartás (padding) magassága */
}
#header div a.logo {
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
        width: 100%;
//		width: auto;
}
#header div a.logo img {
	display: block;
	float:middle;
	margin: 0;
	padding: 0;
        width: 100%;
	max-width: 1000px;
}

#header div ul {
	display: inline-block;
	float: middle;
	list-style: none outside none;
	margin: 0 auto;
	padding: 10px 0 0 0;                /* headerkép alatt a menüsor távtarása */
	text-align: center;
	width: 500x;                        /* mensor pozíciója a headerép alatt */
}

#header div ul li {
	display: inline-block;
	*float: left; /* Needed for IE7 and old versions */
	margin: 0 10px;                       /* menüpontok tvolsága - menü betördelését meghatározza! */
	padding: 0;
	position: relative;
	width: auto;
}
#header div ul li a {
	color: #256489;                       /* betűszín */ 
	font-family: lato-regular-webfont;
	font-size: 20px;                      /*  header menüsorban a betűnagyság */
	font-weight: bold;
	line-height: 35px;
	padding: 0;                           /* menüpontok közötti távolságot is befolyásoló! */
	text-align: center;
//	text-transform: uppercase;
}

#header div ul li.selected a, #header div ul li.selected a:hover {
	color: #37345f;
}
#header div ul li a:hover, #header div ul li.menu:hover ul li a {
	color: #e4871f   /* #85af8e; */
}
#header div ul li ul li a {
	color: #e4871f   /* #37345f; */
	font-family: lato-regular-webfont;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#header div ul li.menu {
	min-height: 35px;
	z-index: 80;
}
#header div ul li.menu ul {
	display: block;
	float: none;
	left: -99999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	width: 136px; // eredetileg 106px;
	z-index: 90;
}
#header div ul li.menu:hover ul.primary, #header div ul li.menu ul#selected.primary {
	left: -30px;
}
#header div ul li.menu:hover ul.secondary, #header div ul li.menu ul#selected.secondary {
        left: -16px; // auto; 
}
#header div ul li.menu:hover ul.about, #header div ul li.menu ul#selected.about {
	left: -42px;
}

#header div ul li.menu ul li {
	float: none;
	margin: 0;
	padding: 0;
}
/*----------------------------------------body-home-styles---------------------------------------*/
#body.home {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	position: relative;
	// width: 98%;
}
#body.home div.header {
	background-color: #f8f8f8;
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 0;
	// width: 98%;
}
#body.home div.header img {
	display: block;
//	left: 50%;
//	margin: 0 auto 0 -563px;
        margin: 0 auto;
	padding: 0;
//	position: absolute;
//	width: 1126px;
        width: auto;
}
#body.home div.header div {
	margin: 0 auto;
	max-width: 960px;
	min-height: 660px;
	padding: 0;
	position: relative;
}
#body.home div.header div a {
	background: url(../images/icons.png) no-repeat 0 -128px;
	color: #f3f3f3;
	display: block;
	font-family: quicksand-bold-webfont;
	font-size: 24px;
	font-weight: normal;
	height: 99px;
	line-height: 24px;
	margin: 0;
	padding: 52px 0 0;
	position: absolute;
	right: 130px;
	text-align: center;
	text-transform: uppercase;
	top: 437px;
	width: 156px;
	z-index: 90;
}
#body.home div.body {
	background-color: #f3f3f3;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}
#body.home div.body div {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 0;
}
#body.home div.body div div {
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
	width: 560px;
}
#body.home div.body div img {
	display: block;
	float: right;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}
#body.home div.body div div h1 {
	color: #23242c;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 47px 0 18px;
	text-align: left;
/*	text-transform: uppercase;   */
	width: 560px;
}
#body.home div.body div div h2 {
	color: #E32A62;
	display: block;
	font-family: magra-bold-webfont;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0 0 26px;
	text-align: left;
	text-transform: none;
	width: 560px;
}
#body.home div.body div div p {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 560px;
}
#body.home div.body div div p a {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body.home div.body div div p a:hover {
	color: #166bc0;   /*  headerkép alatti szövegsor hover háttérszíne és paragráfban link h ttésrszíne is egyben */
}
#body.home div.footer {
	background-color: #166bc0;                 /* footer háttérszíne  */
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}
#body.home div.footer div {
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}
#body.home div.footer div ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	padding: 36px 0 32px;
	width: 100%;
}
#body.home div.footer div ul li {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 220px;
}
#body.home div.footer div ul li a {
	background: url(../images/icons.png) no-repeat;
	display: block;
	height: 44px;
	margin: 0 auto 22px;
	padding: 0;
	width: 80px;
}
#body.home div.footer div ul li a.product {
	background-position: 0 -372px;
}
#body.home div.footer div ul li a.about {
	background-position: 0 -418px;
}
#body.home div.footer div ul li a.flavor {
	background-position: 0 -280px;
}
#body.home div.footer div ul li a.contact {
	float: none;
	background-position: 0 -326px;
}
#body.home div.footer div ul li h1 {
	color: #f3f3f3;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;  */
}
/*----------------------------------------body-styles---------------------------------------*/
#body {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
#body div.header {
	background-color: #166bc0;         /*   header háttérszín  */
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: 0;
}
#body div.header div {
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}
#body div.header div h1 {                       /* header alatti felirat a csíkban  */
	color: #fefee9;                         /* szöveg színe */
	font-family: lato-regular-webfont;
	font-size: 22px;
	font-weight: normal;
//	line-height: 10px;
	margin: 0;
	padding: 18px 0 18px 0;
	text-align: center;
//	text-transform: uppercase;
}
#body div.body {
	background-color: #ebebed;
	margin: 0;
	max-width: none;
	min-height: 249px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#body div.body img {
	display: block;
	left: 50%;
	margin: 0 auto 0 -507px;
	padding: 0;
	position: absolute;
	width: 1014px;
}
#body div.footer {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 40px 0 110px;
}
#body div.footer div.sidebar {
	background-color: #EFEDEE;
	float: right;
	margin: 0 10px 0 40px;
	padding: 36px 0 34px;
	width: 280px;
}
#body div.footer div.article {
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	width: 560px;
}
#body div.footer div.sidebar h1 {
	display: block;
	line-height: 48px;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
	width: 193px;
}
#body div.footer div.sidebar p {
	display: block;
	line-height: 48px;
	margin: 0 auto;
	text-align: center;
	width: 169px;
}
#body div.footer div h1 {
	color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 27px;
	text-align: left;
/*	text-transform: uppercase;   */
}
#body div.footer div p, #body div.footer div span {
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: left;
}
#body div.footer div span {
	display: block;
	margin: 0;
	padding: 0;
}
#body div.footer div p a {
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body div.footer div p a:hover, #body div ul li p a:hover, #body div.tartalom .formazott ul li div p a:hover,
    #body div.tartalom .szinesblokk ul li div p a:hover, #body div.tartalom .szinesblokk p a:hover,
    #body div.tartalom .szinesblokk2 ul li div p a:hover, #body div.tartalom .szinesblokk2 p a:hover,
    #body div.tartalom .alulvagott ul li div p a:hover, #body div.tartalom .alulvagott p a:hover,
    #body div.tartalom .sidebar p a:hover, #body div.tartalom .formazott p a:hover,  #body div.tartalom2 .formazott2 ul li div p a:hover,
    #body div.tartalom2 .sidebar p a:hover, #body div.tartalom2 .formazott2 p a:hover,
    #body.contact div.body div div p a:hover,  {
	color:  #fdd9b9; 	
}
#body div {
	margin: 0 auto;
	max-width: 960px;
  /*  padding: 7px 0 57px;  az tartott be a box paddingnál alulról .... */
}
#body div ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 22px;
	width: 100%;
}
#body div ul li {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 220px;
}
#body div ul li h1 {
	color: #E32A62;
	font-family: magra-bold-webfont;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 87px 0 27px 30px;
	text-align: left;
/*	text-transform: capitalize; */
}
#body div ul li p {
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 30px;
	text-align: left;
	width: 190px;
}
#body div ul li p a {
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
/*
#body div ul li img {
	display: block;
	margin: 0 auto 15px;
	padding: 0;
	width: auto;
}
*/
#body div ul li h2 {
	color: #e32a62;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#body div.tartalom {
	color: #1a2e8e;                     /* tartalomban a betűszín */
	font-family: lato-regular-webfont;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 20px 20px 10px;
        padding: 40px 18px 20px 6px;          /* szöveg pozíció - értelmezése: felül / jobbra / alul / balra   */
	overflow: hidden;
//	padding: 0;
//	width: auto;
//	max-width: 960px;
        width: 100%;
//	padding: 28px 0 46px;
}

#body div.singlepost {
	margin: 0 auto;
//	max-width: 960px;
	overflow: hidden;
	padding: 98px 0 99px;
}

#body div.tartalom .formazott {	
	margin: 0 4px;
//	margin-bottom: -54px;
	padding: 0;
	width: 100%; /* auto;  620px; */
}

#body div.tartalom .szinesblokk {	
	margin-bottom: -54px;
        margin-left: -6px;
	padding: 0;
	width: 100%; /* auto;  620px; */
}

#body div.tartalom .szinesblokk2 {	
	margin-bottom: 0px;
        margin-left: -6px;
	padding: 0;
	width: 100%; /* auto;  620px; */
}

#body div.tartalom .alulvagott {	
	margin: 0 4px;
	margin-bottom: -54px;
	padding: 0;
	width: 100%; /* auto;  620px; */
}


#body div.singlepost .formazott {	
	margin: 0 10px 0 -14px;            /* al-lap két oldalán margók, - középre állítás */
        margin-top:-110px;                 /* al-lap tartalmának távolsága top-tól  */
	padding: 0;
//	width: 620px;
}

	#body div.tartalom .formazott ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#body div.tartalom .formazott ul li:first-child {
	margin: 0 0 50px 0;
}
#body div.tartalom .formazott ul li {
	background: url(../images/bg-border.gif) no-repeat bottom center;
	float: none;
	margin: 0 0 39px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

/*
#body div.tartalom .formazott ul li img {
	float: left;
	margin: 2px 0 0;
	padding: 0 30px;
	width: auto;
}
*/
#body div.tartalom .formazott ul li div {
	float: left;
	margin: 0;
//	padding: 0 0 36px 10px;
        padding: 0;                                 /* tartalom - szöveg elhelyezkedésére hatással lévő érték */
	width: 98%;
}
#body div.tartalom .formazott ul li div h1 {
	color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 3px;
	text-align: left;
/*	text-transform: uppercase;  */
}
#body div.tartalom .formazott ul li div span {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: left;
	text-transform: none;
}
#body div.tartalom .formazott ul li div p {              /* tartalom szöveg pozícionálása  */
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
        padding: 0;
//	padding: 0 0 39px 0;
	text-align: left;
	width: 100%;
}
#body div.tartalom .formazott ul li div p a {             /* linkek a tartalmi részben   */
	color: #af1676;    /* #23242c;  */
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;  /* undeline  */
}
#body div.tartalom .formazott ul li div a.more {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;    */
	width: 156px;
}
#body div.tartalom .formazott ul li div a.more:hover {
	background-color: #f99a44;                        /*   read more button háttérszíne  */    
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
#body div.tartalom .formazott a.load {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin:  0 auto;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;    */
	width: 156px;
}
#body div.tartalom .formazott a.load:hover {
	background-color: #f99a44;             /*  LOAD MORE highlighted háttérszíne  */
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}

#body div.tartalom .szinesblokk ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#body div.tartalom .szinesblokk ul li:first-child {
	margin: 0 0 50px 0;
}
#body div.tartalom .szinesblokk ul li {
	background: url(../images/bg-border.gif) no-repeat bottom center;
	float: none;
//	margin: 0 0 39px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

/*
#body div.tartalom .szinesblokk ul li img {
	float: left;
	margin: 2px 0 0;
	padding: 0 30px;
	width: auto;
}
*/
#body div.tartalom .szinesblokk ul li div {
	float: left;
	margin: 0;
//	padding: 0 0 36px 10px;
        padding: 0;                                 /* tartalom - szöveg elhelyezkedésére hatással lévő érték */
	width: 98%;
}
#body div.tartalom .szinesblokk ul li div h1 {
	color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 3px;
	text-align: left;
/*	text-transform: uppercase;  */
}
#body div.tartalom .szinesblokk ul li div span {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: left;
	text-transform: none;
}
#body div.tartalom .szinesblokk ul li div p {              /* tartalom szöveg pozícionálása  */
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
        padding: 0;
//	padding: 0 0 39px 0;
	text-align: left;
	width: 100%;
}
#body div.tartalom .szinesblokk ul li div p a {             /* linkek a tartalmi részben   */
	color: #af1676;    /* #23242c;  */
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;  /* undeline  */
}
#body div.tartalom .szinesblokk ul li div a.more {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;    */
	width: 156px;
}
#body div.tartalom .szinesblokk ul li div a.more:hover {
	background-color: #f99a44;                        /*   read more button háttérszíne  */    
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
#body div.tartalom .szinesblokk a.load {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin:  0 auto;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;    */
	width: 156px;
}
#body div.tartalom .szinesblokk a.load:hover {
	background-color: #f99a44;             /*  LOAD MORE highlighted háttérszíne  */
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}

#body div.tartalom .szinesblokk2 ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#body div.tartalom .szinesblokk2 ul li:first-child {
	margin: 0 0 50px 0;
}
#body div.tartalom .szinesblokk2 ul li {
	background: url(../images/bg-border.gif) no-repeat bottom center;
	float: none;
//	margin: 0 0 39px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

/*
#body div.tartalom .szinesblokk2 ul li img {
	float: left;
	margin: 2px 0 0;
	padding: 0 30px;
	width: auto;
}
*/
#body div.tartalom .szinesblokk2 ul li div {
	float: left;
	margin: 0;
//	padding: 0 0 36px 10px;
        padding: 0;                                 /* tartalom - szöveg elhelyezkedésére hatással lévő érték */
	width: 98%;
}
#body div.tartalom .szinesblokk2 ul li div h1 {
	color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 3px;
	text-align: left;
/*	text-transform: uppercase;  */
}
#body div.tartalom .szinesblokk2 ul li div span {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: left;
	text-transform: none;
}
#body div.tartalom .szinesblokk2 ul li div p {              /* tartalom szöveg pozícionálása  */
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
        padding: 0;
//	padding: 0 0 39px 0;
	text-align: left;
	width: 100%;
}
#body div.tartalom .szinesblokk2 ul li div p a {             /* linkek a tartalmi részben   */
	color: #af1676;    /* #23242c;  */
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;  /* undeline  */
}
#body div.tartalom .szinesblokk2 ul li div a.more {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;    */
	width: 156px;
}
#body div.tartalom .szinesblokk2 ul li div a.more:hover {
	background-color: #f99a44;                        /*   read more button háttérszíne  */    
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
#body div.tartalom .szinesblokk2 a.load {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin:  0 auto;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;    */
	width: 156px;
}
#body div.tartalom .szinesblokk2 a.load:hover {
	background-color: #f99a44;             /*  LOAD MORE highlighted háttérszíne  */
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}

#body div.tartalom .alulvagott ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#body div.tartalom .alulvagott ul li:first-child {
	margin: 0 0 50px 0;
}
#body div.tartalom .alulvagott ul li {
	background: url(../images/bg-border.gif) no-repeat bottom center;
	float: none;
	margin: 0 0 39px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

/*
#body div.tartalom .alulvagott ul li img {
	float: left;
	margin: 2px 0 0;
	padding: 0 30px;
	width: auto;
}
*/
#body div.tartalom .alulvagott ul li div {
	float: left;
	margin: 0;
//	padding: 0 0 36px 10px;
        padding: 0;                                 /* tartalom - szöveg elhelyezkedésére hatással lévő érték */
	width: 98%;
}
#body div.tartalom .alulvagott ul li div h1 {
	color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 3px;
	text-align: left;
/*	text-transform: uppercase;  */
}
#body div.tartalom .alulvagott ul li div span {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: left;
	text-transform: none;
}
#body div.tartalom .alulvagott ul li div p {              /* tartalom szöveg pozícionálása  */
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
        padding: 0;
//	padding: 0 0 39px 0;
	text-align: left;
	width: 100%;
}
#body div.tartalom .alulvagott ul li div p a {             /* linkek a tartalmi részben   */
	color: #af1676;    /* #23242c;  */
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;  /* undeline  */
}
#body div.tartalom .alulvagott ul li div a.more {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;    */
	width: 156px;
}
#body div.tartalom .alulvagott ul li div a.more:hover {
	background-color: #f99a44;                        /*   read more button háttérszíne  */    
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
#body div.tartalom .alulvagott a.load {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin:  0 auto;
	padding: 0;
	text-align: center;
/*	text-transform: uppercase;    */
	width: 156px;
}
#body div.tartalom .alulvagott a.load:hover {
	background-color: #f99a44;             /*  LOAD MORE highlighted háttérszíne  */
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}

#body div.tartalom .sidebar {
	background-color: #EFEDEE;
	float: left;
	margin: 0;
	padding: 0 0 71px;
	width: 280px;
}
#body div.singlepost .sidebar {
	background-color: #EFEDEE;
	float: left;
	margin: 0;
	padding: 0 0 71px;
	width: 280px;
}
#body div.tartalom .sidebar h1, #body div.singlepost .sidebar h1 {
	color: #37345f;
	font-family: magra-bold-webfont;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 42px 0 29px;
	text-align: center;
/*	text-transform: capitalize; */
}
#body div.tartalom .sidebar img, #body div.singlepost .sidebar img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto;
}
#body div.tartalom .sidebar h2, #body div.singlepost .sidebar h2 {
	color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 34px 0 3px;
	text-align: center;
	text-transform: uppercase;
}
#body div h3 {
        color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 34px 0 3px;
	text-align: left;
	text-transform: uppercase;
    
}
#body div.tartalom .sidebar span, #body div.singlepost .sidebar span {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: center;
	text-transform: none;
}
#body div.tartalom .sidebar p, #body div.singlepost .sidebar p {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0 0 64px;
	text-align: center;
	text-transform: none;
	width: 200px;
}
#body div.tartalom .sidebar p a, #body div.singlepost .sidebar p a {
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body div.tartalom .sidebar a.more, #body div.singlepost .sidebar a.more {
	border: 2px solid #d3c2c7;
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 156px;
}
#body div.tartalom .sidebar a.more:hover, #body div.singlepost .sidebar a.more:hover {
	background-color: #fdd9b9;
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
#body div.singlepost .formazott img {
	display: block;
	margin: 0;
	padding: 1px 0 0 30px;
	width: auto;
}
#body div.singlepost .formazott h1 {
	color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 40px 0 4px 30px;
	text-align: left;
/*	text-transform: uppercase;   */
}
#body div.singlepost .formazott span {
	color: #23242c;
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 23px 30px;
	text-align: left;
	text-transform: none;
}
#body div.singlepost .formazott p {
	color: #23242c;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px 30px;
	text-align: left;
}
#body div.singlepost .formazott p a {
	color: #23242c;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body div.singlepost .formazott a.load {
	border: 2px solid #000000; /* #CBB5BC; */
	color: #A5838E;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 63px auto 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 156px;
}
#body div.singlepost .formazott a.load:hover {
	background-color: #f99a44;                 /*  vissza gomb háttérszíne */
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
#body.contact div.body {
	background: url(../images/map.jpg) no-repeat center top #b5aaad;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}
#body.contact div.body div {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 39px 0 0;
}
#body.contact div.body div div {
	background: url(../images/bg-transparent.png) repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 35px 133px;
	width: 747px;
}
#body.contact div.body div div img {
	float: left;
	left: auto;
	margin: 0 38px 0 0;
	padding: 0;
	position: relative;
	width: auto;
}
#body.contact div.body div div h1 {
	color: #37345f;
	float: left;
	font-family: lato-regular-webfont;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 15px 0 4px;
	text-align: left;
/*	text-transform: uppercase;     */
	width: 510px;
}
#body.contact div.body div div p {
	color: #23242c;
	float: left;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 510px;
}
#body.contact div.body div div p a {
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#body div.footer .contact {
	float: left;
	margin: 0 10px 0 0;
	max-width: none;
	padding: 0 0 61px 40px;
	width: 590px;
}
#body div.footer .contact h1 {
	color: #37345f;
	float: none;
	font-family: lato-regular-webfont;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 43px;
	text-align: left;
/*	text-transform: uppercase;    */
	width: auto;
}
#body div.footer .contact form {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 560px;
}
#body div.footer .contact form input {
	background: none;
	border: 1px solid #B6ADB0;
	color: #23242c;
	display: block;
	font-family: lato-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	text-align: left;
	width: 548px;
}
#body div.footer .contact form textarea {
	background: none;
	border: 1px solid #B6ADB0;
	color: #23242c;
	display: block;
	font-family: lato-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	height: 270px;
	line-height: 24px;
	margin: 0 0 9px;
	overflow: auto;
	padding: 7px 0 0 10px;
	resize: none;
	text-align: left;
	width: 548px;
}
#body div.footer .contact form input#submit {
	background: none;
	border: 2px solid #000000; /* #c5abb4; */
	color: #a5838e;
	cursor: pointer;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 141px;
}
#body div.footer .contact form input#submit:hover {
	background-color: #85af8e;
	border: none;
	height: 40px;
	width: 141px;
}
#body div.footer .section {
	background-color: #EFEDEE;
	float: left;
	margin: 0;
	max-width: none;
	padding: 0 0 35px;
	width: 280px;
}
#body div.footer .section h1 {
	color: #37345f;
	display: block;
	font-family: lato-regular-webfont;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 24px 0 27px;
	text-align: center;
/*	text-transform: uppercase;   */
	width: 202px;
}
#body div.footer .section p {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 202px;
}
#body div.footer .section p a {
}
#body div.footer .section p a:hover {
}
/*----------------------------------------footer-styles---------------------------------------*/
#footer {
	background-color: #166bc0;  /* footer h ttrszĄn  */
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer div {                   /* footer dimenziók  */
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 12px 0 12px;
}

#footer div p {                /* ikonok alatti szöveges tartalom mparaméterei  */
	color: #f3f3f3;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 12px 0 12px;
	text-align: center;
	text-transform: none
}

#footer div p a {                   /* footer link  */
        color: #ffff80;
        font-size: 14px;
        font-weight: bold;
        text-decoration : none;
}

#footer div .connect {
	display: block;
	height: 30px;
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: 0;
	width: 240px;  5
}
#footer div .connect a {
	background: url(../images/icons.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	margin: 0 44px;
	padding: 0;
	text-indent: -99999px;
	width: 30px;
}

#footer div .connect a.facebook {
	background-position: 0 0;
}
#footer div .connect a.googleplus {
	background-position: 0 -32px;
}
#footer div .connect a.pinterest {
	background-position: 0 -64px;
}
#footer div .connect a.twitter {
	background-position: 0 -96px;
}
#footer div .connect a.instagram {
	background-position: 0 -160px;
}


* {
  box-sizing: border-box;
}


}
.kontakt-form { 
  // display: block;
  // height: auto;
  font-family: roboto-regular-webfont;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0 0 24px;
  text-align: left;
  text-transform: none;
  width: 100%;
  padding: 8px;
  margin: -100px; 0 0 0;
  // background: #e7f5fe;
  border: none;
}

/* ---------------------------- ++++ ---------------------------*/

#body div.tartalom2 {
	color: #1a2e8e;                     /* tartalomban a betűszín */
	font-family: lato-regular-webfont;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 20px 0 10px;
        padding: 40px 18px 0 6px;          /* szöveg pozíció - értelmezése: felül / jobbra / alul / balra   */
	overflow: hidden;
//	padding: 0;
//	width: auto;
//	max-width: 960px;
        width: 100%;
//	padding: 28px 0 46px;
}

#body div.tartalom2 .formazott2 {
	float: left;
	margin: 0 4px;
	padding: 0;
	width: 100%; /* auto;  620px; */
}

#body div.tartalom2 .formazott2 ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#body div.tartalom2 .formazott2 ul li:first-child {
	margin: 0 0 -60px 0;
}
#body div.tartalom2 .formazott2 ul li {
//	background: url(../images/bg-border.gif) no-repeat bottom center;
	float: none;
	margin: 0 0 39px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

/*
#body div.tartalom2 .formazott2 ul li img {
	float: left;
	margin: 2px 0 0;
	padding: 0 30px;
	width: auto;
}
*/
#body div.tartalom2 .formazott2 ul li div {
	float: left;
	margin: 0;
	padding: 0 0 36px 10px;
	width: 98%;
}
#body div.tartalom2 .formazott2 ul li div h1 {
	color: #37345f;
	font-family: lato-regular-webfont;
	font-size: 22px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 3px;
	text-align: left;
/*	text-transform: uppercase;  */
}
#body div.tartalom2 .formazott2 ul li div span {
	color: #23242c;
	display: block;
	font-family: roboto-regular-webfont;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 24px;
	text-align: left;
	text-transform: none;
}
#body div.tartalom2 .formazott2 ul li div p {
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 0 39px 0;
	text-align: left;
	width: 100%;
}
#body div.tartalom2 .formazott2 ul li div p a {
	color: #23242c;
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body div.tartalom2 .formazott2 ul li div a.more {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 156px;
}
#body div.tartalom2 .formazott2 ul li div a.more:hover {
	background-color: #f99a44;                        /*   read more button háttérszíne  */    
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
#body div.tartalom2 .formazott2 a.load {
	border: 2px solid #000000; /* #cbb5bc; */
	color: #a5838e;
	display: block;
	font-family: lato-bold-webfont;
7	font-size: 16px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin:  0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 156px;
}
#body div.tartalom2 .formazott2 a.load:hover {
	background-color: #f99a44;                       /*  LOAD MORE highlighted háttérszíne  */
	border: none;
	color: #f3f3f3;
	height: 40px;
	line-height: 40px;
	width: 160px;
}

.lebego { 
  display: block;
  height: auto;
  width: 100%;
  color: #3b3b3b;
  font-family: tahoma;
  font-size: 8px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  padding: 0 0 39px 0;
//  padding: 8px;
  margin: 0;
  // background: #e7f5fe;
  border: none;
}

.lebego-1 { 
  // display: block;
  // height: auto;
  // width: 100%;
  width: 100%;
  padding: 8px;
  margin: 10px;
  background: #e7f5fe;
  border: 1px solid #33a8f7;
}
.lebego-2 { 
  // display: block;
  // height: auto;
  // width: 100%;
  width: 100%;
  padding: 8px;
  margin: 10px;
  background: #fcf0ef;
  border: 1px solid #33a8f7;
}
.lebego-3{ 
  // display: block;
  // height: auto;
  // width: 100%;
  width: 100%;
  padding: 8px;
  margin: 10px;
  background: #e9fbe5;
  border: 1px solid #33a8f7;
}
.lebego-4 { 
  // display: block;
  // height: auto;
  // width: 100%;
  width: 100%;
  padding: 8px;
  margin: 10px;
  background: #f3f4f5;
  border: 1px solid #33a8f7;
}
/*
#body div. tartalom .formazott ul li div lebego-1 p {              /* tartalom szöveg pozícionálása  */
  display: block;
  height: auto;
  width: 50%;
  padding: 8px;
  margin: 10px;
  background: #e2ebe2;      /* #e7f5fe;  */
  border: 1px solid #689768; /*  #33a8f7;  */
}

#body div.tartalom .formazott ul li div p a {             /* linkek a tartalmi részben   */
	color: #af1676;    /* #3b3b3b;  */
	font-family: roboto-regular-webfont;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;  /* undeline  */
}

*/
* {
  box-sizing: border-box;
}

.wbox {
  display: block;
  float: left;
  width: 33.33%; /* three boxes (use 25% for four, and 50% for two, etc) */
  padding: 50px; /* if you want space between the images */
}

.ujsor {
  display: block;
  float: middle;
  clear: both;
  width: 100%; /* three boxes (use 25% for four, and 50% for two, etc) */
  padding: 0; /* if you want space between the images */
}
#mailerrors  {
  display: block;
  float: left;
  clear: both;
  width: 33,33%;
  padding: 50px;
  background: #f3f4f5;
  text-align:left;

}

.centerezve { 
  clear: both;
  font-family: roboto-regular-webfont;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
//  line-height: 24px;
  width: 100%;
  padding: 8px;
  margin 0;
 background: #f3f8f3;
  border: 1px solid #945527;
}

.centerezve2 { 
  clear: both;
  font-family: roboto-regular-webfont;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
//  line-height: 24px;
  width: 100%;
  padding: 8px;
//  margin-bottom: -40px;
 background: #c5d7eb;
  border: 1px solid #945527;
}

