#lapozomodul .full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#lapozomodul{

}

.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #ffffff;
	font-size: 18px;
	text-shadow: 0px 1px rgba(0,0,0,0.75);
}

.header-text h1{
	color: #ffffff;
	font-size: 30px;
	text-shadow: 0px 1px rgba(0,0,0,0.75)
}

.header-text h2{
	color: #ffffff;
	font-size: 24px;
	text-shadow: 0px 1px rgba(0,0,0,0.75)
}

.header-text a{
	color: #ffffff;
	font-size: 18px;
	text-shadow: 0px 1px rgba(0,0,0,0.75);
}

.header-text a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.header-text hr{
	background-color: #fff;
	border-top: 1px solid #fff;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75)
}

.header-text blockquote {
    font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px rgba(0,0,0,0.75);
    border-left: 0;
	background-color: rgba(0,0,0,0.2);
	display: inline-block;
	border-radius: 4px;
}


/*Saját indicatorok*/
#lapozomodul .carousel-indicators li {
    display: inline-block;
	float: left;
    width: 10px;
    height: 5px;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
	margin: 0 !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
    background-color: rgba(255,255,255,0.4);
}

#lapozomodul .carousel-indicators .active { 
	display: inline-block;
    width: 10px;
    height: 5px;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.8);
}

#lapozomodul .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
	z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

#lapozomodul .carousel-inner>.item>img, #lapozomodul .carousel-inner>.item>a>img {
display: block;
height: auto;
max-width: 100%;
line-height: 1;
width: 100%;
}

#lapozomodul .carousel-control.left, #lapozomodul .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
}
#lapozomodul .carousel .carousel-control {
  visibility: hidden;
}
#lapozomodul .carousel:hover .carousel-control {
  visibility: visible;
}



#lapozomodul .blur{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
  background: rgba(0,0,0,0.3);
}
