.navilabel-ptag-right {
    text-align: left;
}

@media (min-width: 768px){
	.cont-bovitett .lapteteje{
		right: auto;
		margin-left: 15px;
		left: 50%;
	}
}

.illustration-box:active,
.illustration-box:hover,
.illustration-box:focus,
.illustration-box{
	margin: 0px;
	margin-bottom: 30px;
	background: #f3f3f3;
	display: block;
	text-decoration: none;
	color: #898989;
}
.illustration-left{
	padding: 0px;
}
.illustration-right{
	padding: 25px 30px 25px 30px;
}
.illustration-img-box{
	overflow: hidden;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #a95e7a;
	position: relative;
}
.illustration-img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*transform: scale(1) rotate(0deg);*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	max-width: none;
	width: 100%;
	background: url(../../../themes/belso/img/loadingfeher.gif) no-repeat center;
}
.illustration-img-box:hover .illustration-img {
	/*transform: scale(1.2) rotate(10deg);*/
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.illustration-img-box .fa {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -47px 0 0 -47px;
	width: 95px;
	height: 95px;
	text-align: center;
	color: #fff;
	color: #ffffff;
	font-size: 95px;
	line-height: 95px;
	z-index: 5;
	-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);
}
.illustration-img-box:hover .fa{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.illustration-height-box{
	height: 154px;
	overflow: hidden;
	margin-bottom: 10px;
}
.illustration-title{
	font-family: 'RobotoSlab-Regular', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #010101;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
.illustration-desc{
	font-size: 16px;
	color: #6a6a6a;
	line-height: 24px;
}
.illustration-more{
	font-family: RobotoSlab-Regular, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	padding: 14px 28px;
	background: #a95e63;
	color: #ffffff;
	text-transform: uppercase;
	border: 2px solid #a95e63;
	border-radius: 21px;
	display: inline-block;
	transition: background 0.3s ease, color 0.3s ease;
}
.illustration-box:hover .illustration-more{
	background: transparent;
	color: #a95e63;
}


/* bovitett */

.ill-gal-cont{
	margin-bottom: 20px;
}
.ill-gal-box{
	margin-left: -2px;
	margin-right: -2px;
}
.ill-gal{
	width: 20%;
	margin: 4px 0px 0px;
	padding: 0px 2px;
	float: left;
	cursor: pointer;
}
.ill-gal img{
	width: 100%;
}
#ill-gal-big-place{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
#ill-gal-big-place.load{
	background: rgba(255, 255, 255, 0.8) url(../../../themes/belso/img/loading.gif) no-repeat center;
}


.ill-bovitett-box{
	padding-bottom: 60px;
}
.ill-bovitett-title{
	font-family: 'RobotoSlab-Regular', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: #010101;
	margin-bottom: 20px;
}
.ill-bovitett-desc{
	margin-bottom: 40px;
}

.ill-bovitett-adatok:active,
.ill-bovitett-adatok:focus,
.ill-bovitett-adatok:hover,
.ill-bovitett-adatok{
	color: #020202;
	text-decoration: none;
	display: block;
}

.ill{
	background: url(../../../themes/belso/img/illustration-bg.png) no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.ill-cim{
	background-position: 0px 0px;
}
.ill-telefon{
	background-position: 0px -50px;
}
.ill-email{
	background-position: 0px -100px;
}
.ill-honlap{
	background-position: 0px -150px;
}
.ill-bovitett-adatok .adat{
	line-height: 50px;
	font-size: 20px;
	font-family: 'RobotoSlab-Regular', sans-serif;
	font-weight: normal;
	display: block;
	color: #020202;
	overflow: hidden;
	overflow-x: auto;
	/*text-overflow: ellipsis;*/
}
a.ill-bovitett-adatok .adat{
	color: #a95e7a;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a.ill-bovitett-adatok:active .adat,
a.ill-bovitett-adatok:focus .adat,
a.ill-bovitett-adatok:hover .adat{
	color: #b39274;
}


@media (min-width: 1200px) {
	.illustration-height-box{
		height: 154px;
	}
	.illustration-right{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.illustration-img-box,
	.illustration-img{
		width: 250px;
		height: 250px;
	}
}
@media (max-width: 992px) {
}
@media (min-width: 768px) and (max-width: 991px) {
	.illustration-right{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.illustration-height-box{
		height: auto;
	}
}
@media (max-width: 480px) {
	.illustration-right{
		padding: 30px 15px;
	}
}