@font-face {
  font-family: "adamwarrenpro";
  src: url('../font/adamwarrenpro.ttf');
}

@font-face {
  font-family: "Roboto-C-Light";
  src: url('../font/RobotoCondensed-Light.ttf');
}

@font-face {
  font-family: "Roboto-C-Light-I";
  src: url('../font/RobotoCondensed-LightItalic.ttf');
}

@font-face {
  font-family: "Roboto-C-Bold";
  src: url('../font/RobotoCondensed-Bold.ttf');
}

@font-face {
  font-family: "Roboto-C-Bold-I";
  src: url('../font/RobotoCondensed-BoldItalic.ttf');
}

.content{
	display: block;
	margin-bottom: 40px;
}

.content .open-banner{
	height: 300px;
	position: relative;
	background-image: url('../img/602-nappali-konyha_02-ok.jpg');
	background-position: center center;
}

.content .open-banner .banner-title{
	color: #fff;
	font-family: "Roboto-C-Light";
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 100%;
	position: absolute;
	text-align: center;
	top:45%;
}

.content .content-title{
	text-align: center;
	text-transform: uppercase;
	color: #654F3D;
	font-family: "Roboto-C-Light";
	letter-spacing: 3px;
	margin-top: 20px;
}

.content .content-title .title{
	font-size: 25px;
	font-family: "Roboto-C-Bold";
	margin-top: 30px;
}

.content .content-title hr{
	width: 500px;
	background: #B7C35E;
	height: 2px;
	border: none;
	margin-top: 10px;
	margin-bottom: 40px;
}


.content .content-title .sub-title{
	font-size: 20px;
}

.content .content-title .sub-title p{
	margin-top: 5px;
	color: #B7C35E;
	font-family: "Roboto-C-Bold";
}

.technical-block{
	width: 100%;
	height: auto;
	margin: 40px 0;
	color: #654F3D;
	font-family: "Roboto-C-Light";
	font-size: 14px;
}

.technical-block .block{
	margin: 20px 0px;
}

.technical-block .block p{
	margin: 0;
	padding: 2px 15px;
}

.technical-block .block-title{
	text-align: center;
	text-transform: uppercase;
	color: #B7C35E;
	font-family: "Roboto-C-Bold";
	font-weight: 100;
	letter-spacing: 4px;
	font-size: 25px;
}

.technical-block .block .title{
	text-transform: uppercase;
	font-family: "Roboto-C-Light-I";
	font-weight: 600;
	font-size: 13px;	
}

.technical-block .block .sub-block{
	padding-left: 15px;
	margin: 10px 0;
}

.technical-block .block .sub-block .block-subtitle{
	text-transform: uppercase;
	font-family: "Roboto-C-Light";
	font-weight: 600;
	font-size: 13px;
}

.technical-block .block .sub-block .sub-block{
	padding-left: 10px;
}

.technical-block .block .sub-block .block-sub{
	text-transform: uppercase;
	font-family: "Roboto-C-Light-I";
	font-weight: 100;
	font-size: 13px;
}
	