@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 449px){
	.slider-image-frame{
		height: 200px;
	}
}

@media only screen and (min-width: 450px) and (max-width: 599px){
	.slider-image-frame{
		height: 235px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 799px){
	.slider-image-frame{
		height: 300px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 899px){
	.slider-image-frame{
		height: 340px;
	}
}

@media only screen and (max-width: 899px){
	#slider-box{
		width: 100%;
		position: initial;
		margin-bottom: 45px;
		height: 180px;
	}

	.slider-image-cont{
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.slider-box-title{
		margin-bottom: 0;
		font-size: 1.35rem;
		line-height: 1.4rem;
		padding: 6px 0 0 5px;
	}

	.slider-box-subtitle{
		margin-bottom: 0;
		font-weight: bold;
		line-height: 1.25rem;
		margin: 16px 0 0 5px;

	}

	.slider-box-dates{
		font-weight: bold;
		margin: 15px 0 0 5px;
	}

	.slider-box-location{
		font-weight: bold;
		margin: 5px 0 0 5px;
	}
}

@media only screen and (min-width: 900px){
	#slider-box{
		width: 335px;
		height: 275px;
		position: absolute;
		padding: 20px;
	}

	.slider-image-cont{
		width: 100%;
		height: 550px;
		overflow: hidden;
		position: relative;
	}

	.slider-box-title{
		margin-bottom: 25px;
		line-height: 1.9rem;
	}

	.slider-box-subtitle{
		margin-bottom: 25px;
		font-weight: bold;
	}

	.slider-box-dates{
		font-weight: bold;
	}

	.slider-box-location{
		font-weight: bold;
	}
}

/* Nyilas megoldás:
#slider-nav{
	width: 40px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
	background-color: #ffffff;
}

#slider-nav p{
	font-size: 36px;
	margin: 0;
	text-align: center;
	line-height: 90px;
}*/

#slider-nav{
	position: absolute;
	left: 50%;
	margin-left: -54px;
	bottom: 20px;
	z-index: 999;
}

.slider-nav-btn{
	width: 17px;
	height: 17px;
	margin: 0 5px 0 5px;
	background-color: #000000;
	cursor: pointer;
	float: left;

}

.slider-nav-btn-active{
	width: 17px;
	height: 17px;
	margin: 0 5px 0 5px;
	border: 5px solid #000000;
	cursor: pointer;
	float: left;

}

.slider-image-frame{
	width: 100%;
	top: -10%;
	display: block;
	overflow: hidden;
}

