@import "site2.css";
html,
body {
    height: 100%;
}

body {
    background-color: #e6e6e6;
    background-image: url(../img/aloldal_alap.jpg);
    background-repeat: no-repeat;
    background-position: center 147px;
}

.header{
    height: 76px;
	width: 100%;
    background: #95bf0a;
    color: #FFFFFF;
    line-height: 38px;
    background: url(../img/fejlec_alap.jpg);
    background-repeat: no-repeat;
    background-position: center bottom -109px;
    background-color: #666666;
}
@media (min-width: 768px){
	.header{
		height: 38px;
	}
}
	.header > .container{
		position: relative;
		top: -4px;
	}
	.header .fejlec_text_style{
		margin-left: 20px;
	}

    .header a.logo {
        text-decoration: none;
        height: 100%;
        float: left;
    }

.header-banner .fejlec_logo{
    font-family: HelveticaNeueLTPro-ThEx;
	margin-top: 27px;
	background-image: url(../img/csillag.png);
	background-repeat: no-repeat;
    background-position: right top;
    padding-top: 8px;
    padding-right: 22px;
    margin-bottom: 20px;
	display: inline-block;
}

.header-banner .fejlec_logo a,
.header-banner .fejlec_logo a:hover{
	color: black;
	text-decoration: none;
}

.header-banner .fejlec-felso{
    background-image: url(../img/mi_ez.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 7px;
}

.header-banner .fejlec-also{
	padding-left: 7px;
}

.header-banner .fejlec-szoveg{
    font-family: HelveticaNeueLTPro-ThEx;
	margin-top: 35px;
    text-align: right;
}

.fejlec-lives {
    font-size: 22px;
}

.header-banner .fejlec-also,
.header-banner .fejlec-date{
	font-size: 14px;
}

.header-banner .fejlec-felso,
.fejlec-lives span {
    font-size: 36px;
}

.category-container{
	/*display: inline-block;*/
	/*width: 232px;*/
	/*height: 232px;*/
	/*margin: 9px;*/
	/*background-color: #005b8a;*/
    padding-left: 0;
    padding-bottom: 15px;
    height: 235px;
    font-family: 'HelveticaNeueLTPro-Md',arial, helvetica, sans-serif;
}

.category-container:nth-child(3n+0) {
    padding-right: 0;
}
	.category-container:hover{
		/*background-color: #e40613;*/
	}

    .category-container .thumbnail{
        height: 100%;
        border-radius: 0;
        margin-bottom: 0;
        border: none;
        position: relative;
        border: 0;
        padding: 0;
        color:white;

        background-repeat: no-repeat;
        background-color: #005b8a;
        background-position: 95% 5%;
    }

    .category-container.link .thumbnail{
        background-color: white;
        color: #005b8a;
    }


.category-1 .thumbnail {
    background-image: url('../img/01_kozig_n.png');
}

.category-2 .thumbnail {
    background-image: url('../img/02_tudomany_n.png');
}

.category-3 .thumbnail {
    background-image: url('../img/03_vallalk_n.png');
}

.category-4 .thumbnail {
    background-image: url('../img/04_oktatas_n.png');
}

.category-5 .thumbnail {
    background-image: url('../img/05_jog_n.png');
}

.category-6 .thumbnail {
    background-image: url('../img/06_egeszseg_n.png');
}

.category-7 .thumbnail {
    background-image: url('../img/07_kultura_n.png');
}

.category-8 .thumbnail {
    background-image: url('../img/08_kornyezet_n.png');
}

.link .thumbnail {
    background-image: url('../img/mi_ez.png');
    background-position: 10px 10px;
}

.category-container.link a{
	height: 50%;
    color: #005b8a;
	position: relative;
	display: table;
	width: 100%;
	background-color: white;
}

.category-container.link a:hover{
	text-decoration: none;
	color: rgb(228, 6, 19);
}

.category-container.link a:first-of-type .category-block{
	border-bottom: 1px solid #005b8a;
}
.category-container.link .category-block{
	display: table-cell;
    vertical-align: middle;
}
.category-container.link .category-title{
	position: relative;
	top: 0;
}

.category-block{
    height: 100%;
    display: block;
    position: relative;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -o-transition: height .2s ease;
}

.category-title{
    position: absolute;
    top: 50%;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 25px;
    width: 100%;
}

.subcategory-block{
    position: absolute;
    bottom: 0;
	display: block;
	width: 100%;
	height: 0;
	overflow:hidden;
	text-align: left;
	background-color: #575756;
    transition: height .2s ease;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -o-transition: height .2s ease;
    color: white;
    font-family: 'HelveticaNeueLTPro-Lt',arial, helvetica, sans-serif;
    padding: 0 5px 0 5px;
}

.category .thumbnail:hover .subcategory-block{
    height: 40%;
}

.category .thumbnail:hover{
    background-color: rgb(228, 6, 19);
}

.link .thumbnail:hover{
    color: rgb(228, 6, 19);
}

.category .thumbnail:hover .category-block{
    height: 60%;
}

.category .thumbnail:hover .category-block .category-title{
    bottom: 0;
    top: initial;
}


.header-row {
    width: 1040px;
}

.content-row{
    width: 900px;
}

.categories-row{
    text-align: center;
    width: 750px;
}

.footer{
	width: 100%;
	height: 231px;
	background: url(../img/lablec_hatter.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	position: relative;
}
	.footer ul{
		list-style: none;
		display: inline-block;
		padding: 0;
	}	
	.footer .footer-logo{
		background: url(../img/lablec_kep.png);
		background-repeat: no-repeat;
		background-position: center top;
		width: 115px;
		height: 73px;
		/*position: absolute;*/
		margin: auto;
		top: 20px;
		left: 10%;
		z-index: 0;
	}
	.footer ul a{
		color: white;
	}
	.footer ul li{
		margin-bottom: 15px;
	}
	.footer .left-col{
		text-align: right;
	}
	.footer .right-col{
		text-align: left;
	}

.main-content{
	background: #e6e6e6 url(../img/aloldal_alap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#kereses_div_id{
	z-index: 100;
	display: block;
	position: fixed;
	width: 177px;
	height: 49px;
	top: 165px;
	left: 0px;
	background: url(../img/kereses_alap.jpg) no-repeat center center;
}
#fooldal_div_id {
	z-index: 100;
}

.modal-bg{
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
    top: 0;
    left: 0;
}
.modal-window{
	z-index: 1010;
	background-color: white;
    width: 390px;
    height: 394px;
	position: absolute;
	top: 200px;
	background: url(../img/popup.png);
	background-size: 390px 395px;
}
.modal-open-btn{
    cursor: pointer;
    background: url(../img/Mire.png);
    width: 285px;
    height: 287.6px;
    margin: auto;
	margin-top: 5px;
	background-size: 285px 287.6px;
}
.modal-close-btn{
	display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
	width: 30px;
    height: 30px;
}
.modal-window-content{
	width: 100%;
    height: 100%;
    display: block;
    padding: 25px;
}
.modal-chk-holder{
	background: white;
    padding: 5px 5px 10px;
}
.modal-chk-holder span{
	cursor: pointer;
}


.source-type-modal{
	z-index: 1010;
	background-color: white;
    width: 390px;
    height: 150px;
	position: absolute;
	top: 200px;
	background: white;
	background-size: 390px 395px;
	padding: 20px;
}
.source-type-modal-close{
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
	color: #337ab7;
}
.source-type-modal-next{
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
	color: #337ab7 !important;
}
.source-type-modal-close .glyphicon{
	font-size: 20px;
    padding: 5px;
}

.partner-link{
	margin-top: 20px;
    margin-bottom: 100px;
}

@font-face {
	font-family: 'HelveticaNeueLTPro-ThEx';
	src: url('HelveticaNeueLTPro-ThEx.otf');
	font-weight: normal;
	font-style: normal;
}
	
/* Oldalról leszedett: */

	
@font-face {
	font-family: 'HelveticaNeueLTPro-Lt';
	src: url('helveticaneueltpro-lt.eot');
	src: url('helveticaneueltpro-lt.eot?#iefix') format('embedded-opentype'),
		url('helveticaneueltpro-lt.woff') format('woff'),
		url('helveticaneueltpro-lt.ttf') format('truetype'),
		url('helveticaneueltpro-lt.svg#helveticaneueltpro-lt') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'HelveticaNeueLTPro-Cn';
	src: url('helveticaneueltpro-cn.eot');
	src: url('helveticaneueltpro-cn.eot?#iefix') format('embedded-opentype'),
		url('helveticaneueltpro-cn.woff') format('woff'),
		url('helveticaneueltpro-cn.ttf') format('truetype'),
		url('helveticaneueltpro-cn.svg#helveticaneueltpro-cn') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'HelveticaNeueLTPro-BdCn';
	src: url('helveticaneueltpro-bdcn.eot');
	src: url('helveticaneueltpro-bdcn.eot?#iefix') format('embedded-opentype'),
		url('helveticaneueltpro-bdcn.woff') format('woff'),
		url('helveticaneueltpro-bdcn.ttf') format('truetype'),
		url('helveticaneueltpro-bdcn.svg#helveticaneueltpro-bdcn') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'HelveticaNeueLTPro-Roman';
	src: url('helveticaneueltpro-roman.eot');
	src: url('helveticaneueltpro-roman.eot?#iefix') format('embedded-opentype'),
		url('helveticaneueltpro-roman.woff') format('woff'),
		url('helveticaneueltpro-roman.ttf') format('truetype'),
		url('helveticaneueltpro-roman.svg#helveticaneueltpro-roman') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'HelveticaNeueLTPro-Bd';
	src: url('helveticaneueltpro-bd.eot');
	src: url('helveticaneueltpro-bd.eot?#iefix') format('embedded-opentype'),
		url('helveticaneueltpro-bd.woff') format('woff'),
		url('helveticaneueltpro-bd.ttf') format('truetype'),
		url('helveticaneueltpro-bd.svg#helveticaneueltpro-bd') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
	font-family: 'HelveticaNeueLTPro-Hv';
	src: url('helveticaneueltpro-hv.eot');
	src: url('helveticaneueltpro-hv.eot?#iefix') format('embedded-opentype'),
		url('helveticaneueltpro-hv.woff') format('woff'),
		url('helveticaneueltpro-hv.ttf') format('truetype'),
		url('helveticaneueltpro-hv.svg#helveticaneueltpro-lt') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
	font-family: 'HelveticaNeueLTPro-Md';
	src: url('helveticaneueltpro-md.eot');
	src: url('helveticaneueltpro-md.eot?#iefix') format('embedded-opentype'),
		url('helveticaneueltpro-md.woff') format('woff'),
		url('helveticaneueltpro-md.ttf') format('truetype'),
		url('helveticaneueltpro-md.svg#helveticaneueltpro-md') format('svg');
	font-weight: normal;
	font-style: normal;
	}

a img
{
  border:none;
}

body {
font-family: HelveticaNeueLTPro-Lt, Arial, Helvetica, sans-serif;
}	

h1,h2,h3,h4,h5,h6 {margin: 0px; padding: 0px;}

#page_content {FONT-SIZE: 20px; font-weight: normal; font-style: normal; COLOR: #706c6b; FONT-FAMILY: HelveticaNeueLTPro-Lt, Arial, Helvetica, sans-serif; text-decoration:none;}
#page_content h1,h2,h3,h4,h5,h6 {margin: 0px; padding: 0px;}
#page_content h1{FONT-SIZE: 26px; font-weight: normal; font-style: normal; COLOR: #706c6b; FONT-FAMILY: HelveticaNeueLTPro-Cn, Arial, Helvetica, sans-serif; text-decoration:none;}
#page_content h2{FONT-SIZE: 26px; font-weight: normal; font-style: normal; COLOR: #706c6b; FONT-FAMILY: HelveticaNeueLTPro-Lt, Arial, Helvetica, sans-serif; text-decoration:none;}
#page_content h3{FONT-SIZE: 24px; font-weight: normal; font-style: normal; COLOR: #706c6b; FONT-FAMILY: HelveticaNeueLTPro-Cn, Arial, Helvetica, sans-serif; text-decoration:none;}
#page_content h4{FONT-SIZE: 24px; font-weight: normal; font-style: normal; COLOR: #706c6b; FONT-FAMILY: HelveticaNeueLTPro-Lt, Arial, Helvetica, sans-serif; text-decoration:none;}
#page_content h5{FONT-SIZE: 22px; font-weight: normal; font-style: normal; COLOR: #706c6b; FONT-FAMILY: HelveticaNeueLTPro-Cn, Arial, Helvetica, sans-serif; text-decoration:none;}
#page_content h6{FONT-SIZE: 22px; font-weight: normal; font-style: normal; COLOR: #706c6b; FONT-FAMILY: HelveticaNeueLTPro-Lt, Arial, Helvetica, sans-serif; text-decoration:none;}
#page_content p {FONT-SIZE: 20px; font-weight: normal; font-style: normal; COLOR:#706c6b; FONT-FAMILY: HelveticaNeueLTPro-Cn, Arial, Helvetica, sans-serif; text-decoration:none; font-weight: light; padding-bottom: 20px; text-align: left;}
#page_content strong {FONT-SIZE: inherit; font-style: normal; COLOR:#706c6b; FONT-FAMILY: inherit; text-decoration:none;  font-weight: bold; }
#page_content a {FONT-SIZE: inherit; font-style: normal; font-weight: normal; COLOR: #706c6b; FONT-FAMILY: inherit; text-decoration:none;}
#page_content a:hover {text-decoration:underline;}

#title_content h1{FONT-SIZE: 48px; font-weight: normal; font-style: normal; COLOR: #c3b7b1; FONT-FAMILY: HelveticaNeueLTPro-Cn, Arial, Helvetica, sans-serif; text-decoration:none;}

#title_content h2{FONT-SIZE: 24px; font-weight: normal; font-style: normal; COLOR: #706c6b; FONT-FAMILY: HelveticaNeueLTPro-Cn, Arial, Helvetica, sans-serif; text-decoration:none;}


.fejlec_text_style {
	FONT-SIZE: 15px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Lt, Arial, Helvetica, sans-serif; text-decoration:none;
}

a.fejlec_link_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Lt, Arial, Helvetica, sans-serif; text-decoration:none;
}


a.menul_style {
	FONT-SIZE: 13px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Lt, Arial, Helvetica, sans-serif; text-decoration:none;
}


a.menu_style {
	FONT-SIZE: 25px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Lt; text-decoration:none;
}


a.palyazatok_nyito_doboz_style {
	FONT-SIZE: 24px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none; text-transform: uppercase;
}

a.palyazatok_nyito_doboz_miez_style {
	FONT-SIZE: 24px; font-weight: normal; font-style: normal; COLOR: #005b8a; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none; text-transform: uppercase;
}


.palyazatok_nyito_doboz_alkategoria_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Lt; text-decoration:none; /*text-transform: capitalize;*/
}


a.palyazatok_doboz_style {
	FONT-SIZE: 11px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none; text-transform: uppercase;
}

.palyazatok_doboz_cim_style {
	FONT-SIZE: 19px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Lt; text-decoration:none;
}


.alkategoria_betuk_style {
	FONT-SIZE: 18px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none; text-transform: uppercase;
}

.alkategoria_cim_style {
	FONT-SIZE: 11px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none; text-transform: uppercase;
}

.alkategoria_betuk_kicsi_style {
	FONT-SIZE: 11px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none; text-transform: uppercase;
}


.palyazatok_kivalasztva_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Cn; text-decoration:none;
}

.palyazatok_kivalasztva_text_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Lt; text-decoration:none;
}

.palyazatok_form_text_style {
	FONT-SIZE: 16px; font-weight: normal; font-style: normal; COLOR: #575756; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazatok_lead_cim_style {
	FONT-SIZE: 20px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazatok_lead_alcim_style {
	FONT-SIZE: 15px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazatok_lead_style {
	FONT-SIZE: 10px; font-weight: normal; font-style: normal; COLOR: #005b8a; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazatok_lead_text_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #4d4d4d; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazatok_lead_text_piros_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #ff0000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazatok_lead_text_nagy_style {
	FONT-SIZE: 14px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}



.palyazat_cim_style {
	FONT-SIZE: 20px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazat_alcim_style{
	FONT-SIZE: 14px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazat_style {
	FONT-SIZE: 10px; font-weight: normal; font-style: normal; COLOR: #005b8a; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.palyazat_text_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #4d4d4d; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none; text-align: justify;
}

.palyazat_text_style  p{
	padding-bottom: 10px;
}
.palyazat_text_style ul,li{
	padding-top: 0px; padding-bottom: 0px; margin-top: 0 px; margin-bottom: 0px;}

p + ul,p + ol {
   /* margin-top: -10px;*/
} /*ne legyen térköz bekezdés és felsorolásos lista között*/
.palyazat_text_nagy_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none; text-align: justify;
}
.palyazat_text_nagy_style p {
	padding-bottom: 10px;
}

.palyazat_doboz_style {
	FONT-SIZE: 11px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none;
}

a.palyazat_doboz_link_style {
	FONT-SIZE: 11px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none;
}

.palyazat_doboz_hatarido_style {
	FONT-SIZE: 16px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Md; text-decoration:none;
}


a.palyazni_szeretnek_style {
	FONT-SIZE: 10px; font-weight: normal; font-style: normal; COLOR: #ffffff; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none; text-transform: uppercase;
}


.gyik_kek_cim_style {
	FONT-SIZE: 20px; font-weight: normal; font-style: normal; COLOR: #005b8a; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

a.gyik_kek_link_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #005b8a; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

a.gyik_kek_link_style:hover {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #005b8a; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:underline;
}

a.gyik_kek_link_aktiv_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #ffffff; BACKGROUND-COLOR: #005b8a; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.gyik_cim_style {
	FONT-SIZE: 20px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.gyik_kategoria_style {
	FONT-SIZE: 18px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.gyik_alkategoria_style {
	FONT-SIZE: 16px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

.gyik_text_style {
	FONT-SIZE: 14px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}


.modositas_text_style {
	FONT-SIZE: 12px; font-weight: normal; font-style: normal; COLOR: #000000; FONT-FAMILY: HelveticaNeueLTPro-Roman; text-decoration:none;
}

/* 1752 CZoli Begin */
div.list-view{
	text-align: center;
}

div.list-view div{
	text-align: justify;
}
/* 1752 CZoli End */

.category-container.middle{background-color: white; background-image: url(../img/euro.png); background-repeat: no-repeat; background-position: 95% 10px; background-size: 15% auto; padding-bottom: 0; margin-bottom: 15px;}
.middle_link{background-color: transparent !important; display: block; box-sizing: border-box; position: relative; width: 100%; height: 50%; text-shadow: none; text-transform: uppercase; font-size: 25px; text-decoration: none; color: #005b8a; text-align: center; padding-top: 25%;}
.middle_link:hover{color: #e40613;}
.middle_link span{display: block; box-sizing: border-box; transform: translateY(-50%);}