html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 260px;
	background: #c9c9c9 url(../design/body_bg.jpg);
	font-family: Arial;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 260px;
	background-color: #357b5c;
}

/******************************************************
** általános */

*,*:focus,*:active,*:active:focus{
	outline: 0;
}
a {
  //color: #db251b;
  text-decoration: none;
  cursor: pointer;
}
a:hover,a:focus {
  //color: #db251b;
  text-decoration: underline;
}
a.link:hover,a.link:focus{
	text-decoration: none;
	border-bottom: 1px solid #cecece;
}
a:focus, a:active, a:active:focus {
  outline: 0;
}

/******************************************************
** header */

.header{
	height: 80px;
	background: #fff url(../design/header_bg.jpg) bottom left repeat-x;
	margin-bottom: 15px;
}
.header .container{
	position: relative;
}
.header .logo h1, .header .logo img, .header .logo{
	margin: 0px;
	display: block;
}
.vcard .fn,.vcard .org,.vcard .adr, .vcard .locality, .vcard .street-address{
	text-indent: -9999px;
	display: none;
	height: 0px;
}
.header .pull-right{
	height: 32px;
	margin-top: 24px;
	position: absolute;
	top: 0px;
	right: 15px;
}
.header .szlogen{
	font-size: 26px;
	font-family: 'GillLightItalic';
	//font-family: 'GillLight';
	//font-family: 'GillRegular';
	color: #4d4840;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	line-height: 32px;
	display: inline-block;
	float: left;
	
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: -90px;
	//font-weight: bold;
}
.header .icons{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-left: 12px;
	float: left;
}

.header .google,
.header .facebook{
	border: 0px;
	background: #c9c9c9;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	padding: 0px;
	font-size: 17px;
	margin-left: 10px;
}
.header .facebook:hover{
	text-decoration: none;
	background: #305891;
}
.header .google:hover{
	text-decoration: none;
	background: #d73d32;
}
.header .gyengenlato{
	background: url(../design/gyengenlato_1.jpg) no-repeat;
}
.header .gyengenlato:hover{
	background: url(../design/gyengenlato_2.jpg) no-repeat;
}
.header .betumeret{
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	background: #e8c817;
	color: #000;
}
.header .betumeret:hover{
	color: #000;
	background: #fff;
}

/******************************************************
** slider */
#carousel-nyito{
	margin-bottom: 35px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	border: 3px solid #fff;
}
#carousel-nyito .carousel-indicators{
	bottom: -40px;
}
#carousel-nyito .carousel-indicators li{
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	border: 0px;
	background: #969696;
	background: rgba(2,2,2,0.2);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5), inset 0px 1px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5), inset 0px 1px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5), inset 0px 1px 0px rgba(0,0,0,0.4);
}
#carousel-nyito .carousel-indicators .active{
	width: 10px;
	height: 10px;
	background: #367b5c;
	-webkit-box-shadow: 0px 1px 0px #fdfdfd, inset 0px 1px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 0px #fdfdfd, inset 0px 1px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 0px #fdfdfd, inset 0px 1px 1px rgba(0,0,0,0.6);
}
#carousel-nyito .carousel-caption{
	background: rgba(0,0,0,0.7);
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 0px;
}
#carousel-nyito .carousel-caption .htitle{
	margin: 0px;
	margin-bottom: 10px;
	line-height: 30px;
	padding: 18px 0px 10px;
	font-size: 40px;
	font-family: 'GillLight';
	text-transform: uppercase;
	border-top: 4px double rgba(230,230,230,0.3);
	border-bottom: 4px double rgba(230,230,230,0.3);
	color: #fff;
	text-decoration: none;
}
#carousel-nyito .item a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 150px 0px;
}
#carousel-nyito .item a:hover{
	color: #fff;
	text-decoration: none;
}
#carousel-nyito .carousel-caption p{
	font-size: 24px;
	line-height: 28px;
	font-family: 'GillBook';
	color: #d7a562;
	padding: 5px 0px;
}

	#carousel-nyito .carousel-indicators li.slider-bezar {
		text-indent: 0px;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-left: 15px;
	}
	#carousel-nyito .carousel-indicators li.slider-bezar a {
		height: 30px;
		display: block;
		position: absolute;
		bottom: 0px;
		font-size: 30px;
		color: #367b5c;
	}
	#carousel-nyito .carousel-indicators li.slider-bezar a:hover{
		color: #DB251B;
	}
	
	.slider-nyit {
		width: 30px;
		height: 30px;
		display: block;
		position: static;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		color: #367b5c;
		margin: auto;
	}
	.slider-nyit:hover{
		color: #DB251B;
	}
/* slider áttetszőség */
    .carousel-fade .item{
        -webkit-transition: 0.6s ease-in-out opacity;
        -moz-transition: 0.6s ease-in-out opacity;
        -ms-transition: 0.6s ease-in-out opacity;
        -o-transition: 0.6s ease-in-out opacity;
        transition: 0.6s ease-in-out opacity;
    }
    .carousel-fade .active.left, .carousel-fade .active.right {
        left:0;
        opacity:0;
        z-index:2;
    }
    .carousel-fade .prev, .carousel-fade .next {
        left:0;
        opacity:1;
        z-index:1;
    }
	
	/*arrow*/
		.carousel-fade .carousel-control {
			z-index: 2;
			background: none;
		}
		.carousel-fade .carousel-control .fa-angle-left,
		.carousel-fade .carousel-control .fa-angle-right{
			position: absolute;
			top: 50%;
			z-index: 5;
			display: inline-block;
		}
		.carousel-fade .carousel-control .fa-angle-left {
			left: 40px;
		}
		.carousel-fade .carousel-control .fa-angle-right {
			right: 40px;
		}
		
		@media screen and (min-width: 768px) {
			.carousel-fade .carousel-control .fa-angle-left,
			.carousel-fade .carousel-control .fa-angle-right{
				width: 70px;
				height: 70px;
				margin-top: -35px;
				font-size: 70px;
			}
			.carousel-fade .carousel-control .fa-angle-left {
				margin-left: -35px;
			}
			.carousel-fade .carousel-control .fa-angle-right {
				margin-right: -35px;
			}
		}
		@media screen and (max-width: 767px) {
			.carousel-fade .carousel-control .fa-angle-left,
			.carousel-fade .carousel-control .fa-angle-right{
				width: 60px;
				height: 60px;
				margin-top: -60px;
				font-size: 60px;
			}
			.carousel-fade .carousel-control .fa-angle-left {
				margin-left: -30px;
			}
			.carousel-fade .carousel-control .fa-angle-right {
				margin-right: -30px;
			}
		}
	/*arrow end*/
/* slider áttetszőség */

.divider{
	height: 1px;
	background: #ababab;
	background: rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
	margin-bottom: 30px;
}

/* URITES NAPTAR */
.urites-cont{
	margin-bottom: 35px;
}
.urites-box{
	line-height: 0;
    font-size: 0;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
	background: #afafaf;
	background: rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1), 0px 1px 0px rgba(255,255,255,0.2);
	
	transition: background 0.3s ease;
}
.urites-box:focus,
.urites-box:hover{
	text-decoration: none;
}
.urites-box:hover{
	background: #357b5c;
}
.urites-title{
	display: inline-block;
	font-size: 21px;
	font-family: 'GillRegular', sans-serif;
	color: #1a563c;
	line-height: 26px;
	padding: 17px 30px 17px 24px;
	background: url(../design/funyiras-right-arrow.png) center right no-repeat;
	text-transform: uppercase;
	
	transition: color 0.3s ease;
}
.urites-box:hover .urites-title{
	color: #fff;
}
.urites-title .title-1{
	float: left;
	margin-right: 5px;
}
.urites-title .title-2{
	float: left;
	font-size: 17px;
}
@media (max-width: 991px){
	.urites-title{
		width: 100%;
		float: none;
		background: none;
		padding: 15px 20px;
	}
}
/* URITES NAPTAR END */

/* FUNYIRAS naptar */
.funyiras-cont{
	margin-bottom: 35px;
}
.funyiras-cont-relative{
	display: block;
	text-decoration: none;
}
.funyiras-cont-relative:hover{
	text-decoration: none;
}


.funyiras-fotitle{
	background: #357b5c;
	font-family: 'GillRegular', sans-serif;
	color: #fff;
	font-size: 12px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	text-transform: uppercase;
	line-height: 16px;
	padding: 5px 0px;
	text-align: center;
	border-bottom: 2px solid #1a5443;
}

.funyiras-cont-relative{
	position: relative;
}
.funyiras-box{
	margin-bottom: 8px;
	background: #afafaf;
	background: rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1), 0px 1px 0px rgba(255,255,255,0.2);
}
.funyiras-title{
	width: 260px;
	float: left;
	font-size: 21px;
	font-family: 'GillRegular', sans-serif;
	color: #1a563c;
	line-height: 26px;
	padding: 17px 20px 17px 24px;
	
	background: url(../design/funyiras-right-arrow.png) center right no-repeat;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
.funyiras-title .title-1{
	float: left;
	margin-right: 5px;
}
.funyiras-title .title-2{
	color: #5e5e5e;
	font-size: 17px;
	float: left;
}
.funyiras-address-box{
	width: 680px;
	float: left;
	font-size: 19px;
	font-family: 'GillRegular', sans-serif;
	color: #f1f1f1;
	line-height: 26px;
	padding: 17px 20px 17px 30px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.funyiras-address{
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
}
.utcanev-title{
	float: left;
}
.utcanev-elvalaszto{
	float: left;
	width: 2px;
	height: 26px;
	line-height: 26px;
	background: #909090;
	display: inline-block;
	margin: 0px 20px;
}
.nincsfunyiras{
	color: #5e5e5e;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

.funyiras-btn{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
	font-size: 12px;
	font-family: 'GillRegular', sans-serif;
	color: #434343;
	text-transform: uppercase;
	background: #dfdfdf;
	text-decoration: none;
	display: inline-block;
	line-height: 26px;
	padding: 2px 14px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	-moz-transition: background 0.2s ease, color 0.2s ease;
	-ms-transition: background 0.2s ease, color 0.2s ease;
	-o-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
}
.funyiras-cont-relative:hover .funyiras-btn,
.funyiras-btn:focus,
.funyiras-btn:hover{
	color: #fff;
	background: #357b5c;
	text-decoration: none;
}
.funyiras-csillagozva{
	font-size: 12px;
	font-family: 'GillRegular', sans-serif;
}
@media (min-width: 1200px){
	.funyiras-title{
		width: 260px;
	}
	.funyiras-address-box{
		width: 880px;
	}
}
@media (max-width: 991px){
	.funyiras-title{
		width: 100%;
		float: none;
		background: none;
		padding: 15px 20px;
	}
	.funyiras-address-box{
		width: 100%;
		float: none;
		padding: 0px 20px 15px 20px;
		
	}
	.funyiras-address{
		height: auto;
		white-space: normal;
		overflow: visible;
	}
	.funyiras-btn{
		position: static;
		display: block;
		margin: 0;
		text-align: center;
		font-size: 14px;
		padding: 10px 0px;
	}
	.funyiras-csillagozva{
		margin: 10px 0px 0px;
	}
}
/* marquee */
.marquee {
	height: 26px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
/* marquee vége */

/** FUNYIRAS END
****************************************************
**  BLOG */
.block-navlabel{
	display: block;
	font-size: 40px;
	font-size: 28px;
	font-family: 'GillRegular', sans-serif;
	color: #636363;
	color: rgba(99, 99, 99, 0.5);
	line-height: 30px;
	padding: 0px;
	margin: 15px 0px 20px;
	background: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	text-align: center;
}
@media(min-width:1200px){
	.block-navlabel{
		font-size: 35px;
	}
}
@media(max-width:991px){
	.block-navlabel{
		font-size: 35px;
	}
}
.block-box{
	display: block;
	font-family: 'GillRegular', sans-serif;
	color: #fffefe;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
    background: #357b5c;
	border-bottom: 2px solid #1a5443;
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	position: relative;
}
.block-box:focus,
.block-box:hover{
	text-decoration: none;
	color: #fffefe;
}
.block-box img{
	width: 100%;
	/*height: 250px;*/
}
.block-box-large img{
	/*height: 391px;*/
}
.block-title-box{
	padding: 15px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background: #357b5c;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (min-width:992px){
	.block-box:hover .block-title-box{
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
.block-title-table{
	/*height: 40px;
	vertical-align: middle;
	display: table-cell;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 25px;
	line-height: 25px;
}
.block-title{
	padding: 0px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
}

.block-hover-box{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #357b5c;
	background: rgba(53, 123, 92, 0.9);
	z-index: 2;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
@media (min-width:992px){
	.block-box:hover .block-hover-box{
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
.block-hover-title{
	padding: 0px 20px;
	font-size: 22px;
    color: #fffefe;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.block-hover-title-table-box{
	display: inline-block;
}
.block-hover-title-table{
	height: 60px;
	vertical-align: middle;
	display: table-cell;
}
.block-hover-desc{
	padding: 0px 20px;
	font-size: 18px;
    color: #fffefe;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.block-hover-btn{
    color: #ffffff;
    font-size: 12px;
    font-family: 'GillRegular', sans-serif;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.3);
    text-align: center;
    display: block;
	width: 90px;
    margin: 0px auto 0px;
    padding: 7px 10px;
    text-transform: uppercase;
    border: 1px solid #fff;
    line-height: 12px;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.block-hover-btn:focus,
.block-hover-btn:hover{
    color: #357b5c;
	background: #fff;
    border: 1px solid #fff;
	text-shadow: none;
}
.block-hover-table{
	height: 203px;
	vertical-align: middle;
	display: table-cell;
}

.block-box-large .block-hover-title{
	padding: 0px 20px;
	font-size: 26px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.block-box-large .block-hover-title-table{
	height: 60px;
}
.block-box-large .block-hover-desc{
	padding: 0px 20px;
	font-size: 20px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 10px;
}
.block-box-large .block-hover-table{
	height: 320px;
}
@media(min-width: 1200px){
	.block-hover-table{
		height: 250px;
	}
	.block-box-large .block-hover-table{
		height: 391px;
	}
}



/** BLOG END
****************************************************
**  KAIDVANYAINK */

.content-right-box.crb-kiadvanyaink{
	margin-bottom: 20px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.content-right-box.crb-kiadvanyaink .cont-box{
	max-width: 364px;
	padding: 15px 0px 0px; 
	margin: 0 auto;
}
.content-right-box.crb-kiadvanyaink .cont-box .block-box{
	margin: 0;
}

.kiadvanyaink-box{
	margin-left: -12px; 
	margin-right: -12px;
}

.kiadvanyaink-box .col-xs-6{
	padding-left: 12px; 
	padding-right: 12px;
}

.kiadvanyaink-box .block-hover-box{
	display: table; 
	width: 100%;
}

@media (max-width: 1199px) {
	.kiadvanyaink-box{
	margin-left: -9px; 
	margin-right: -9px;
	}

	.kiadvanyaink-box .col-xs-6{
		padding-left: 9px; 
		padding-right: 9px;
	}
}




/** KAIDVANYAINK END
****************************************************
**  KOZERDEKU */


#kozerdeku{
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
#kozerdeku .title{
	padding: 25px;
	text-transform: uppercase;
	color: #040404;
	font-size: 18px;
	font-family: 'GillRegular';
	border-bottom: 1px solid #cdcece;
}
#kozerdeku .description{
	padding: 25px;
	color: #636363;
}
#kozerdeku .panel-group {
	margin-bottom: 0px;
}
#kozerdeku .panel-default{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	border-top: 1px solid #d1d1d1;
	box-shadow: none;
	margin: 0px;
}
#kozerdeku .panel-heading{
	padding: 0px 25px;
	border-color: #d1d1d1;
	background-color: #e9e8e8;
}
#kozerdeku .panel-title a{
	display: block;
	padding: 20px 0px;
	padding-right: 65px;
	color: #1a563c;
	font-size: 18px;
	font-family: 'GillRegular';
	text-transform: uppercase;
	text-decoration: none;
	background: url(../design/kozerdeku_arrow.png) no-repeat center right;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#kozerdeku .panel-title a.open{
	background: url(../design/kozerdeku_arrow_up.png) no-repeat center right;
}
#kozerdeku .panel-title a:hover{
	text-decoration: none;
	color: #A0A0A0;
}
#kozerdeku .panel-body{
	text-align: justify;
	padding: 25px;
	color: #636363;
	border-color: #d1d1d1;
}
#kozerdeku .number{
	color: #c4c4c4;
	display: inline-block;
	width: 20px;
	text-align: center;
}
/*#kozerdeku .panel-heading*/

	
/* kozerdeku vege */

/* fooldali-adatok */
#fooldali-adatok{
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	margin: 30px 0px 60px;
}
#fooldali-adatok .title {
	padding: 20px;
	text-transform: uppercase;
	color: #040404;
	font-size: 18px;
	line-height: 18px;
	font-family: 'GillRegular';
	border-bottom: 1px solid #cdcece;
}
#fooldali-adatok .description{
	padding: 20px;
	color: #636363;
}
/* fooldali-adatok vege */

/* vksz rol*/
.idezet{
	position: relative;
	padding: 35px 80px;
	margin: 30px 0px 30px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1),inset 0px 0px 80px #888888,0px 1px 0px rgba(254,254,254,0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1),inset 0px 0px 80px #888888,0px 1px 0px rgba(254,254,254,0.2);
    box-shadow: inset 0px 1px 0px rgba(17,17,17,0.1),inset 0px 0px 80px #888888,0px 1px 0px rgba(254,254,254,0.2);
	background: rgba(1,1,1,0.1);
}
.idezet .title{
	color: #050505;
	font-size: 40px;
	font-family: 'GillLight';
	line-height: 40px;
	margin-bottom: 20px;
}
.idezet .description{
	line-height: 28px;
	color: #050505;
	font-size: 25px;
	font-family: 'GillLightItalic';
}
.fooldal_button{
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-family: 'GillRegular';
	text-shadow: 0px 1px 0px rgba(1,1,1,0.3);
	-webkit-box-shadow: inset 0px 1px 0px rgba(254,233,207,0.2),inset 0px -1px 0px rgba(0,0,0,0.3), 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 1px 0px rgba(254,233,207,0.2),inset 0px -1px 0px rgba(0,0,0,0.3), 0px 2px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 0px rgba(254,233,207,0.2),inset 0px -1px 0px rgba(0,0,0,0.3), 0px 2px 3px rgba(0,0,0,0.3);
	background: #317256 url(../design/button_bg_1.jpg) repeat-x;
	width: 170px;
	display: block;
	margin: 20px auto 0px;
	padding: 5px 0px;
	text-transform: uppercase;
	border: 1px solid #336a52;
	line-height: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
.fooldal_button:focus,
.fooldal_button:hover{
	text-decoration: none;
	background: #db251b;
	border: 1px solid #DB1D12;
	color: #ffffff;
}
.idezet .jel{
	position: absolute;
	background: url(../design/idezet_bg.png) no-repeat;
	width: 38px;
	height: 38px;
}
.idezet .jel-1{
	top: 35px;
	left: 30px;
}
.idezet .jel-2{
	bottom: 35px;
	right: 30px;
}
/* vksz rol vege */

/* content right */

.content-right-box{
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.content-right-box .title{
	background: #357b5c;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'GillRegular';
	padding: 20px;
	color: #fff;
	-webkit-box-shadow: 0px 2px 0px #1a5443;
	-moz-box-shadow: 0px 2px 0px #1a5443;
	box-shadow: 0px 2px 0px #1a5443;
	text-decoration: none;
	display: block;
}
@media (max-width: 1199px) {
	.content-right-box .title{
		font-size: 16px;
	}
}
.content-right-box .title:hover{
	text-decoration: none;
	color: #fff;
}
.content-right-box .description a{
	font-size: 18px;
	font-family: 'GillRegular';
	color: #4d4840;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	text-decoration: none;
	display: block;
	padding: 18px 20px;
	padding-right: 30px;
	border-bottom: 1px solid #d9d9d9;
	background: url(../design/content_right_arrow.png) center right no-repeat;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
@media (max-width: 1199px) {
	.content-right-box .description a{
		font-size: 16px;
	}
}
.content-right-box .description a.piros{
	color: #db251b;
}

.content-right-box .description a:hover{
	text-decoration: none;
	color: #b7b7b7;
	background: url(../design/content_right_arrow_hover.png) center right no-repeat;
}
/*boxszinek*/
.content-right-box.szurke .title{
	background: #696a6a;
	box-shadow: 0px 2px 0px #383838;
}
.content-right-box.sarga .title{
	background: #d7a562;
	box-shadow: 0px 2px 0px #bd8539;
}
.content-right-box.piros .title{
	background: #db251b;
	box-shadow: 0px 2px 0px #a0120b;
}

.content-right-box.megosztas .box{
	min-height: 77px;
	text-align: center;
	padding: 20px 0px 20px;
	overflow: hidden;
	white-space: nowrap;
}
.content-right-box.banner{
	margin-top: 65px;
	margin-top: 0px;
    margin-bottom: 30px;
	border-bottom: 2px solid #1a5443;
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.content-right-box.banner img{
	height: 250px;
}
.content-right-box.banner a:focus,
.content-right-box.banner a:hover,
.content-right-box.banner a{
	display: block;
	text-decoration: none;
	color: #505050;
	font-size: 14px;
}
@media(max-width: 1199px){
	.content-right-box.banner img{
		height: 204px;
	}
}
/* content right vege */


/******************************************************
** hirek */

/* lista */

.hirlista{
	
	margin-bottom: 30px;
}
.hirlista .title{
	font-size: 35px;
	font-family: 'GillRegular';
	color: #1a563c;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
	text-transform: uppercase;
	line-height: 40px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.hirlista .title:hover{
	text-decoration: none;
	color: #db251b;
}
.hirlista .img-box{
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	background: #fff;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
.hirlista .img{
	max-width: 100%;
	background: #fff;
}
.hirlista .description{
	color: #1d1d1d;
	text-align: left!important;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	text-decoration: none;
	color: #1d1d1d;
	display: block;
}
.hirlista .col-md-8 .description{
	max-height: 80px;
}
.hirlista .description:hover{
	text-decoration: none;
	color: #1d1d1d;
}
.hirlista .more{
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-family: 'GillRegular';
	text-shadow: 0px 1px 0px rgba(1,1,1,0.3);
	-webkit-box-shadow: inset 0px 1px 0px rgba(254,233,207,0.2),inset 0px -1px 0px rgba(0,0,0,0.3), 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 1px 0px rgba(254,233,207,0.2),inset 0px -1px 0px rgba(0,0,0,0.3), 0px 2px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 0px rgba(254,233,207,0.2),inset 0px -1px 0px rgba(0,0,0,0.3), 0px 2px 3px rgba(0,0,0,0.3);
	background: #317256 url(../design/button_bg_1.jpg) repeat-x;
	display: inline-block;
	margin: 10px auto 0px;
	padding: 7px 20px;
	text-transform: uppercase;
	border: 1px solid #336a52;
	line-height: 12px;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.hirlista .more:hover{
	background: #db251b;
	border: 1px solid #DB1D12;
}
.tovabbihirek{
	margin: 40px auto;
	font-size: 14px;
}
/*  */


/* facebook */
#home-facebook-container{
	margin-bottom: 24px;
}
#home-facebook-container,
#home-facebook-container .fb_iframe_widget,
#home-facebook-container .fb_iframe_widget span,
#home-facebook-container .fb_iframe_widget span iframe{
	width: 100% !important;
	height: 490px !important;
}
@media (max-width: 1199px) {
	#home-facebook-container,
	#home-facebook-container .fb_iframe_widget,
	#home-facebook-container .fb_iframe_widget span,
	#home-facebook-container .fb_iframe_widget span iframe{
		height: 396px !important;
	}
}
@media (max-width: 991px) {
	#home-facebook-container,
	#home-facebook-container .fb_iframe_widget,
	#home-facebook-container .fb_iframe_widget span,
	#home-facebook-container .fb_iframe_widget span iframe{
		height: 410px !important;
	}
}
@media (max-width: 767px) {
	#home-facebook-container{
		margin-bottom: 50px;
		text-align: center;
		overflow: hidden;
	}
	#home-facebook-container .fb_iframe_widget,
	#home-facebook-container .fb_iframe_widget span,
	#home-facebook-container .fb_iframe_widget span iframe{
		width: 482px !important;
		max-width: 100% !important;
	}
	#home-facebook-container,
	#home-facebook-container .fb_iframe_widget,
	#home-facebook-container .fb_iframe_widget span,
	#home-facebook-container .fb_iframe_widget span iframe{
		height: 400px !important;
	}
}

/* facebook end*/


