#carousel-main{
}
#carousel-main .carousel-inner .item{
	padding: 25px 0px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../public/design/slider-background.png);
}
#carousel-main .carousel-inner .item .img-box{
    height: 400px;
    position: relative;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../../public/design/default-slider.svg);
}
#carousel-main .carousel-inner .item .img-box img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9999px;
    right: -9999px;
    margin: 0 auto;
    max-width: none;
    min-width: 100%;
}
#carousel-main .slider-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#carousel-main .carousel-caption{
    position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
    display: table;
    padding: 0px;
    width: 100%;
    text-align: left;
}
#carousel-main .carousel-caption-inner{
	display: table-cell;
    height: 400px;
    vertical-align: middle;
}
#carousel-main .carousel-caption .name{
    font-weight: 800;
    font-size: 68px;
    line-height: 80px;
	color: #255c64;
	text-shadow: none;
	max-height: 160px;
	overflow: hidden;
}
#carousel-main .carousel-caption .intro{
    margin-top: 20px;
    font-size: 26px;
    line-height: 36px;
	font-weight: 600;
	color: #255c64;
	text-shadow: none;
	max-height: 144px;
	overflow: hidden;
}
#carousel-main .carousel-caption .btn{
    margin-top: 35px;
	background: #255c64;
	color: #ffffff;
}
#carousel-main .carousel-caption .btn:hover{
	background: #fcde66;
	color: #255c64;
}
#carousel-main .carousel-dashboard{
    position: relative;
}
#carousel-main .carousel-indicators{
    line-height:0;
    font-size:0;
    width: auto;
    margin: 0px;
    position: absolute;
    left: 0px;
    right: auto;
    bottom: -40px;
    z-index: 2;
}
#carousel-main .carousel-indicators li,
#carousel-main .carousel-indicators li.active{
    margin: 0px 18px 0px 0px;
    border: 0px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    transition: background 0.3s ease;
    background: #c3cdce;
}
#carousel-main .carousel-indicators li.active{
    background: #255c64;
}
#carousel-main .carousel-dashboard .pager-box .current,
#carousel-main .carousel-dashboard .pager-box .sep,
#carousel-main .carousel-dashboard .pager-box .max{
    display: inline-block;
}

#carousel-main .arrow-button{
    position: absolute;
    bottom: -30px;
    top: auto;
    z-index: 2;
    margin: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
    color: #000;
    text-transform: lowercase;
    cursor: pointer;
    transition: color 0.3s ease;
}
#carousel-main .arrow-button:hover{
    text-decoration: none;
    color: #ef7701;
}
#carousel-main .arrow-button.left{
    text-align: center;
    right: 0px;
    margin-right: 80px;
}
#carousel-main .arrow-button.left:hover{
}
#carousel-main .arrow-button.right{
    text-align: center;
    right: 0px;
}
#carousel-main .arrow-button.right:hover{
    
}
@media (max-width:991px){
    #carousel-main .carousel-caption{
    }
    #carousel-main .carousel-caption .name{
        font-size: 44px;
        line-height: 54px;
		max-height: 108px;
    }
    #carousel-main .carousel-caption .intro{
        margin-top: 15px;
        font-size: 20px;
        line-height: 26px;
		max-height: 104px;
    }
}
@media (max-width: 767px){
	#carousel-main .carousel-inner .item {
		max-height: calc(100vh - 70px);
		min-height: 480px;
		padding: 15px 0px 45px 0px;
		overflow: hidden;
	}
	#carousel-main .carousel-inner .item .img-box{
		height: calc( (100vh - 145px) / 2);
		min-height: 202px;
	}
	#carousel-main .carousel-caption{
		margin-top: 15px;
		min-height: 202px;
	}
	#carousel-main .carousel-caption-inner{
		height: calc( (100vh - 145px) / 2);
	}
	#carousel-main .slider-mask {
		background: rgba(0, 0, 0, 0.2);
	}
	#carousel-main .carousel-caption .name{
        font-size: 32px;
        line-height: 38px;
		max-height: 72px;
    }
    #carousel-main .carousel-caption .intro{
        font-size: 16px;
        line-height: 20px;
		max-height: 60px;
    }
	#carousel-main .carousel-caption .btn{
        margin-top: 15px;
    }
	#carousel-main .carousel-indicators{
        bottom: 15px;
    }
}
@media (max-width: 350px){
}


.home-wrap{
    
}
.home-container{
    padding: 100px 0px;
}
.home-container:last-child{
    padding-bottom: 0px;
}

.home-container .title{
	text-align: center;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
	color: #b3c7d1;
	margin: 50px 0px 20px 0px;
}


/* webshop.css kiegészítése */

#item_list{
    margin-top: 0px;
}
.item-list-container {
    margin-top: 0px;
}

.ws-category-link-list{
	margin: 0px -12px;
}
.ws-category-link{
	float: left;
	display: inline-block;
	padding: 0px 12px;
	margin: 0px !important;
}
.ws-category-link > a{
	display: inline-block;
	height: 86px;
	border-radius: 43px;
	background: #f6f4e1;
	padding: 25px 46px;
	font-size: 24px;
	transition: background 0.3s ease, color 0.3s ease;
}
.ws-category-link.active > a,
.ws-category-link:hover > a{
	background: #fcde66;
	color: #255c64;
}
.ws-category-link span {
    top: 4px;
}

@media (max-width:1199px){
	.ws-category-link > a {
		padding-left: 21px;
		padding-right: 21px;
	}
}
@media (max-width:991px){
	.ws-category-link-list {
		margin: 0px -4px;
	}
	.ws-category-link{
		padding: 0px 4px;		
	}
	.ws-category-link > a {
		height: 66px;
		border-radius: 33px;
		padding: 15px 15px;
		font-size: 18px;
	}
	.ws-category-link span {
		top: 2px;
	}
}
@media (max-width:767px){
	.home-container .title{
		font-size: 38px;
		line-height: 42px;
	}
	.ws-category-link-list {
		margin: 0px;
	}
	.ws-category-link{
		float: none;
		display: block;
		padding: 0px;		
	}
	.ws-category-link:not(:last-child){
		margin-bottom: 15px !important;
	}
	.ws-category-link > a {
		display: block;
	}
	.ws-category-link > a > div {
		margin: auto;
	}
}


/* Citation */

.citation-container{
	position: relative;
	margin-top: 20px;
	padding: 120px 0px 70px 0px;
	background: #f6f4e1;
	text-align: center;
}
.citation-background{
	position: absolute;
	height: 80%;
	top: 10%;
	bottom: 10%;
	left: 15px;
	right: 15px;
	background: url('../../../public/design/citation-beckandrea.svg') center center no-repeat;
}
.citation-text{
	font-weight: 300;
	font-style: italic;
	font-size: 32px;
	line-height: 46px;
	letter-spacing: -0.035em;
	color: #9e985d;
}
.citation-name{
	position: relative;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.025em;
	color: #231f20;
	text-transform: uppercase;
	margin-top: 30px;
}
.citation-name:before{
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	margin: 0px auto 30px auto;
	background: #ded9a8;
}
@media (max-width:767px){
	.citation-text{
		font-size: 24px;
		line-height: 32px;
	}
}


/* nem szükséges formázások */

/*
.home-container .swiper-wrap {
    overflow: hidden;
    position: relative;
}
.home-container .swiper-wrap .peeking-init{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 0px;
    background: none;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.home-container .swiper-wrap .peeking-init.left{
    left: 0px;
    display: none;
}
.home-container .swiper-wrap .peeking-init.right{
    right: 0px;
}
.home-container .swiper-container {
    width: 100%;
    padding: 0px 0px 30px;
    overflow: visible;
}
@media (max-width: 991px){
    .home-container .swiper-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.home-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.home-container .swiper-container .swiper-pagination{
    bottom: 0px;
}
.home-container .swiper-container .img-box{
    position: relative;
}
.home-container .swiper-container .img-box img{
    width: 100%;
}


.home-container.gallery .gallery-box img {
    width: 100%;
    background: #f5f5f5;
}*/


