@charset "utf-8";
/* CSS Document */

.main-header{
	margin-bottom:0px;
	border-bottom: 3px solid #4d4e4e;
	border-top: 3px solid #4d4e4e;
}
.main-header img{
	width:100%;
}

.block-content{
	min-height: 370px;
	max-height: 370px;
	overflow: hidden;
}

.text-block-wrapper{
	padding-top:6px;
	padding-bottom:6px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	/*background: rgba(65,149,180,0.85);*/
	background: rgba(88,100,105,0.88);
	z-index: 2;
}
.text-block-wrapper .text p{
	font-family: 'MetaCompPro-Bold W02 Regular';
	font-size: 24px !important;
	color: #ffffff !important;
	text-align: center !important;
	margin: 0px !important;
	line-height: 28px !important;
}


.text{
	text-decoration: none !important;
}
.text h4{
	color: #fff;
	font-family: 'Open Sans',Arial;
	font-size: 22px;
	font-weight: 700;
	text-shadow: 1px 1px 5px #000;
	margin-bottom: 20px;
	line-height: 28px;
}
.text h3{
	color: #fff;
	font-family: 'Open Sans',Arial;
	font-size: 26px;
	font-weight: 700;
	text-shadow: 1px 1px 5px #000;
	margin-bottom: 20px;
	line-height: 34px;
}
.text h2{
	color: #fff;
	font-family: "MetaCompPro-Bold W02 Regular",serif;
	font-size: 40px;
	font-weight: 400;
	text-shadow: 1px 1px 8px #000;
	margin-bottom: 15px;
	line-height: 35px;
	text-transform: none;
}

.block-2{
	margin-top: 0px;
	background: #bbbbbb;
	padding-top: 15px;
	padding-bottom: 15px;
}
.block-2 .block-title{
	margin-bottom:20px;
}

.block-2 .block-content{
	
}
.block-2 .block-content.nobg{
	background: transparent !important;
}

.block-hotspot{
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: 'MetaCompPro-Bold W02 Regular';
	background: #ffffff;
}
.block-hotspot h4{
	font-size: 18px;
	/*color: #ffffff;*/
	margin-top: 0px;
	font-family: 'Arial';
	
}

.block-3 {
  margin-top: 0px;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.block-4{
	margin-top: 0px;
	background: #e7e7e6;
	padding-top: 15px;
	padding-bottom: 15px;
}
.block-5{
	border-bottom: 3px solid #4d4e4e;
	border-top: 3px solid #4d4e4e;
}
.block-5 a{
	display: block;
	position: relative;
}
.block-5 .house-block h3{
	position: absolute;
	top: 35%;
	left: 30px;
	z-index: 1;
	font-size: 35px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	font-family: "MetaCompPro-Bold W02 Regular",serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	transition: all .6s ease;
}
.block-5 a:hover h3{
	left: 50px;
}
.block-5 .text{
	background: #bbbbbb;
}

.block-6{
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.block-6 .swiper.content-swiper{
	min-height: 200px;
}
.block-6 .swiper.image-swiper{
	min-height: 200px;
}
.block-6 .swiper-slide .text p{
	color: #000000;
	font-family: 'Open Sans',Arial;
	font-size: 16px;
	font-weight: 700;
}
.block-6 .colorbar{
	height: 15px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.colorbar.black{
	background: #000000;
}
.colorbar.red{
	background: #E40021;
}
.colorbar.blue{
	background: #01A8EC;
}
.colorbar.yellow{
	background: #F7E300;
}

/* helpers */
.nopadding{
    padding: 0px;
}
.nopadding-left{
	padding-left:0px !important;
}
.nopadding-right{
	padding-right:0px !important;
}
.nomargin{
    margin: 0px;
}
.withborder{
	border: 1px solid #ffffff;
}

a img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	transition: all .6s ease;
	border-bottom: 1px solid #4d4e4e;
}

a:hover img.grayscale {
	filter: none;
	-webkit-filter: grayscale(0%);
}










@media screen and (max-width: 380px) {
	
}
@media screen and (max-width: 480px) {
	.block-0, .block-1, .block-2, .block-3, .block-4, .block-5{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.main-header .header-block-wrapper{
		position: relative;
		bottom:inherit;
		left: inherit;
		background: #ffffff;
		display: inline-block;
		margin: 0px;
	}
	.main-header .header-block-wrapper .text {
		margin-top: 0px;
		text-align: center !important;
	}
	.main-header .header-block-wrapper .text h3{
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.main-header .header-block-wrapper .text h2{
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.main-header .header-block-wrapper .text h1{
		font-size: 18px;
		line-height: 24px;
	}
	.block-content {
		margin-top: 15px;
		margin-bottom: 15px;
		min-height: 1px;
		max-height: none;
		overflow: hidden;
		background: transparent;
	}
	.text-block-wrapper{
		position: relative;
		bottom:inherit;
		left: inherit;
		display: inline-block;
	}
	.text-block-wrapper .text p{
		font-size: 18px !important;
		line-height: 22px !important;
	}
	
	.text h3{
		font-size: 20px;
		line-height: 28px;
	}
  	.text h2 {
	  font-size: 36px;
	  margin-bottom: 30px;
	  line-height: 35px;
	}
	.block-5 .house-block h3 {
	  top: 25%;
	  left: 30px;
	  font-size: 20px;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.block-0, .block-1, .block-2, .block-3, .block-4, .block-5{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.main-header .header-block-wrapper{
		position: relative;
		bottom:inherit;
		left: inherit;
		background: #ffffff;
		display: inline-block;
		margin: 0px;
	}
	.main-header .header-block-wrapper .text {
		margin-top: 0px;
		text-align: center !important;
	}
	.main-header .header-block-wrapper .text h3{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.main-header .header-block-wrapper .text h2{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.main-header .header-block-wrapper .text h1{
		font-size: 20px;
		line-height: 30px;
	}
	.block-content {
		margin-top: 15px;
		margin-bottom: 15px;
		min-height: 1px;
		max-height: none;
		overflow: hidden;
		background: transparent;
	}
	.text-block-wrapper{
		position: relative;
		bottom:inherit;
		left: inherit;
		display: inline-block;
	}
	.text-block-wrapper .text p{
		font-size: 20px !important;
		line-height: 22px !important;
	}
	.block-2 .product .right .akcio h5, .block-2 .product .right .akcio p{
		text-align: center !important;
	}
	.block-2 .block-content{
		/*background: transparent;*/
	}
	.block-2 .product{
		/*background: #ffffff;*/
		margin-bottom: 0px;
	}
	.block-2 .icon-block .subtext{
		display: inline-block;
		z-index: 1;
	}
	.block-5 .buttons a{
		margin-bottom: 15px;
	}
	.block-1 .block-1-right .ullist ul li {
		font-size: 18px;
		line-height: 20px;
	}
	.block-2 .product .right{
	  margin-top: 10px;
		padding-right: 15px;
	}
	.block-2 .product .right img{
	  margin: 0px auto;
		max-width: 80%;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	#content-wrapper{
		padding-top: 0px !important;
	}
	.block-0, .block-1, .block-2, .block-3, .block-4, .block-5{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.block-content {
		min-height: 370px;
		max-height: 370px;
		overflow: hidden;
	}
	.main-header .header-block-wrapper .text {
		margin-top: 20px;
	}
	.main-header .header-block-wrapper .text h3{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.main-header .header-block-wrapper .text h2{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.main-header .header-block-wrapper .text h1{
		font-size: 20px;
		line-height: 30px;
	}
	.block-content{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.block-2 .icon-block .icon img{
		max-width: 50px;
	}
	.block-2 .icon-block .subtext{
		font-size: 18px;
		padding: 10px 5px 10px 60px;
		line-height: 24px;
	}
	.block-2 .icon-block{
		margin-bottom: 15px;
	}
	.block-2 .product .right .akcio {
		margin-top: 5px;
	}
	.block-2 .product .right .akcio p{
		font-size: 16px;
	}
}

@media screen and (min-width: 993px) and (max-width: 1279px) {
	
	.main-header .header-block-wrapper .text {
		margin-top: 40px;
	}
	.main-header .header-block-wrapper .text h3{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.main-header .header-block-wrapper .text h2{
		font-size: 35px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.main-header .header-block-wrapper .text h1{
		font-size: 26px;
		line-height: 30px;
	}
	.block-content {
		min-height: 280px;
		max-height: 280px;
		overflow: hidden;
	}
	.text-block-wrapper .text p{
		font-size: 20px !important;
		line-height: 22px !important;
	}
	
	.block-2 .icon-block .icon img{
		max-width: 40px;
	}
	.block-2 .icon-block .subtext{
		font-size: 14px;
		padding: 10px 5px 10px 50px;
		line-height: 17px;
	}
	.block-2 .icon-block{
		margin-bottom: 10px;
	}
	.block-2 .product .left .akcio p{
		font-size: 18px;
	}
	.block-2 .product .left .akcio h5{
		font-size: 17px;
		letter-spacing: -1px;
	}
	.block-2 .product .left h3 {
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.block-2 .product .left p {
		font-size: 18px;
		line-height: 19px;
	}
	.block-1 .block-1-right .ullist ul li {
		font-size: 17px;
		line-height: 18px;
	}
}


/* hover animáció - ZOOM + opacity */
a.onhover-zoom{
	overflow: hidden;
	display: inline-block;
}
a.onhover-zoom img{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity:1;
	filter: alpha(opacity=100);
}
a.onhover-zoom button{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity:0.75;
	filter: alpha(opacity=75);
	border: 1px solid #ffffff !important;
}
a.onhover-zoom:hover img{
	transform: scale(1.05);
	opacity:0.9;
	filter: alpha(opacity=90);	
}
a.onhover-zoom:hover button{
	opacity:1;
	filter: alpha(opacity=100);
	border: 1px solid #3c3c3c !important;
}

.BornHS__Wrapper {
  position: relative;
}
.BornHS__Wrapper .BornHS__Close {
  display: none;
}
.BornHS__Wrapper .Content__Wrapper {
  position: relative;
}
.BornHS__Wrapper .BornHS__Modal__Content {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  color: #fff;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 360px;
  z-index: 4;
	/*border: 3px solid #000;*/
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper {
  padding: 12px;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper .BornHS__Title {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	font-family: 'MetaCompPro-Bold W02 Regular';
	color: #373634;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper p {
  font-size: 13px;
  margin: 0;
  padding: 0;
	color: #373634;
	text-align: justify;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper a {
	background-color: #373634;
	border-color: #373634;
	
}
.BornHS__Wrapper .BornHS__Input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  z-index: -1;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label {
  background: #f8e300;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  position: absolute;
  transition: all 300ms ease;
  width: 20px;
  z-index: 2;
}

.BornHS__Wrapper .BornHS__Input + .BornHS__Label.blue {
	background: #01a8ec;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label.blue:before, .BornHS__Wrapper .BornHS__Input + .BornHS__Label.blue:after {
	background: #ffffff;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label.red {
	background: #e00024;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label.red:before, .BornHS__Wrapper .BornHS__Input + .BornHS__Label.red:after {
	background: #ffffff;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label.black {
	background: #201c19;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label.black:before, .BornHS__Wrapper .BornHS__Input + .BornHS__Label.black:after {
	background: #ffffff;
}


@media (min-width: 768px) {
  .BornHS__Wrapper .BornHS__Input + .BornHS__Label {
    height: 40px;
    width: 40px;
  }
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label:before, .BornHS__Wrapper .BornHS__Input + .BornHS__Label:after {
  background: #000000;
  content: "";
  cursor: pointer;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label:before {
  height: 2px;
  width: 40%;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label:after {
  height: 40%;
  width: 2px;
}
.BornHS__Wrapper .BornHS__Input ~ .BornHS__Overlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
}
.BornHS__Wrapper .BornHS__Input:checked + .BornHS__Label {
  transform: rotate(45deg);
}
.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Modal__Content {
  opacity: 1;
  visibility: visible;
}
.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Overlay {
  display: block;
}
.BornHS__Wrapper.BornHS__Blur figure {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input {
  display: none;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input + .BornHS__Label {
  opacity: 0.5;
  pointer-events: none;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked {
  display: inline-block;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked + .BornHS__Label {
  opacity: 1;
  pointer-events: auto;
}

.BornHS__Modal {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .BornHS__Wrapper .BornHS__Modal__Content {
    bottom: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close {
    background: #ec2256;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 20px;
    right: -5px;
    position: absolute;
    top: -5px;
    transition: all 300ms ease;
    transform: rotate(45deg);
    width: 20px;
    z-index: 5;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before, .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
    background: #fff;
    content: "";
    cursor: pointer;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before {
    height: 2px;
    width: 40%;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
    height: 40%;
    width: 2px;
  }
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}