/*
@import "./../../themes/belso/css/optional/emphasized-news.css";
@import "./../../themes/belso/css/optional/emphasized-galleries.css";
@import "./../../themes/belso/css/optional/emphasized-references.css";
*/


.fooldal-blokk{
	padding: 90px 15px;
}


/*  FELÜLÍRÁS  */

#content{
	padding-top: 0px;
	padding-bottom: 0px;
}


/*  BEMUTATO  */

.fooldal-bemutato{
	position: relative;
	background: #f22e2e;
}

.fooldal-bemutato-text{
	padding-left: 70px;
	padding-right: 90px;
}

.fooldal-bemutato-image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 50%;
	background: url(../../../themes/belso/img/modules/fooldal/bemutatkozas-hatter.png) no-repeat bottom center;
	background-size: cover;
}

/*  REFERENCIAK  */

.fooldali-referenciak-container{
	padding-bottom: 50px;
}

.fooldali-referenciak{
	margin-left: -2px;
	margin-right: -2px;
	
	margin-bottom: 50px;
}

.fooldali-referencia{
	padding-left: 2px;
	padding-right: 2px;
}

.fooldali-referencia-box{
	position: relative;
	height: 100%;
	background: #515151;
	padding: 15%;
	overflow: hidden;
}

.fooldali-referencia-text{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	left: 0px;
	right: 0px;
	text-align: center;
	background: #f22e2e;
	text-transform: uppercase;
	opacity: 0;
	
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.fooldali-referencia-box:hover .fooldali-referencia-text{
	top: 0px;
	opacity: 1;
}

.fooldali-referencia-text .kiemelt{
	display: inline-block;
	font-size: 20px;
	margin-bottom: 10px;
}

.fooldali-referencia-text-position{
	padding: 7px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fooldali-referencia-box img{
	width: 100%;
	opacity: 0.8;
	border-radius: 10%;
}

/*  IKONOK  */

.fooldal-bemutato-image-2{
	width: 100%;
	height: 770px;
	background: url(../../../themes/belso/img/modules/fooldal/bemutatkozas-hatter-2.png) no-repeat top center;
	background-size: cover;
}

.fooldal-bemutato-image-3{
	width: 100%;
	height: 770px;
	background: url(../../../themes/belso/img/modules/fooldal/bemutatkozas-hatter-3.png) no-repeat center center;
	background-size: 1140px;
}
@media (max-width: 1199px) {
	.fooldal-bemutato-image-3{
		height: 620px;
		background-size: 940px;
	}
}
.fooldal-bemutato-image-3 .child-mask {
	background-color: rgba(28, 28, 28, 0.75);
}

.fooldal-ikon-container{
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 100%;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fooldal-ikon-container-inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fooldali-ikon-box{
	text-align: center;
}

.fooldali-ikon-text{
	font-family: 'Rubik-Medium',sans-serif;
    font-size: 40px;
    line-height: 48px;
	text-shadow: 0px 0px 12px rgba(0,0,0, 1);
	margin-top: 10px;
}


/*  ŰRLAP  */

.notifications{
	font-size: 14px;
}

#kapcsolat-form-hiba.error{
	color: red;
}
#kapcsolat-form-hiba2.error{
	color: red;
}




/*********************************************************/
/*  CONTENT-BOTTOM  */


/*.bottom-map{
	height: 600px;
	background: url(../../../themes/belso/img/content_bottom_terkep.png) no-repeat center center;
	background-size: cover;
}

.bottom-header{
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
	color: #a78b6b;
	padding: 35px;
}

.bottom-header-icon{
	font-size: 100px;
}

.bottom-header-title{
	font-family: 'playfair-regular',sans-serif;
	font-size: 40px;
}

.bottom-header-subtitle{
	font-family: 'oxygen-regular',sans-serif;
	font-size: 20px;
	margin-top: 5px;
}

.advertisement{
	position: relative;
	height: 170px;
	background: url(../../../themes/belso/img/content_bottom_advertisement.png) no-repeat center center;
	background-size: cover;
}

.bottom-mask{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(112, 195, 210, 0.8);
}

.bottom-ornament{
	position: absolute;
	height: 170px;
	width: 233px;
	left: 50%;
	margin-left: -310px;
	background: url(../../../themes/belso/img/content_bottom_disz.png) no-repeat center center;
	background-size: cover;
}

.bottom-advertisement-content{
	display: table;
	height: 170px;
	width: 100%;
	text-align: center;
}

.bottom-advertisement-content-inner{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}

.advertisement .btn{
	color: #ffffff;
	font-size: 16px;
	padding: 15px 25px;
	white-space: normal;
	border-radius: 0px;
}*/
