@charset "UTF-8";
/* CSS Document */
/* Vallás és művészet */




#intro.intro-section {
	background-position:center;
}

/*---------------------------- BEVEZETES SECTION -----------------------------------*/

#nyito-felirat {
	/*! float:left; */
	padding-top:250px;
	display: block;
	margin: auto;
	text-align: center;
}


.bevezetes-section {
	background-color: #e8b040;
	width:100%;
	padding: 50px;
	color: #4d4d4d;
	font-size: 1.1em;
	/* margin: auto; */
	/* position: relative; */
	/* float: right; */
}

/*---------------------------- FEJEZETEK SECTION -----------------------------------*/

.fejezetek-alap {
	max-height:440px;
	background-color: #fff;
	margin-bottom:30px;
}

.fejezetek-image {
	width:40%;
	float:left;
}

.fejezetek-text {
	width:60%;
	float:right;
	padding: 32px 20px 196px 20px;
	max-height:220px;
	/* text-align: center; */
	display: block;
	/* margin: auto; */
	position: relative;
	font-size: 2em;
	line-height: 1.3em;
	/*! padding-top: 20px; */
}

.fejezetek-text:hover {
	color: #FCFCFC;
	background-color: #e8b040;
}

#fejezet-number {
	display:inline-block;
	position:absolute;
	bottom:25px;
	margin: auto !important;
	text-align: center;
	padding-right: 150px;
	right: 0px;
}

/*---------------------------- GALLERY SECTION -----------------------------------*/

.gallery-featured {
	width:100%;
}

.gallery-maintext {
	padding: 30px;
	color:#fff;
	float: left;
	text-align: left;
	font-size:1.1em;
}


/*---------------------------- VIDEO SECTION -----------------------------------*/

.video-alap {
	background-color: #fff;
	margin-bottom: 30px;
}

.video-text {
	text-transform:uppercase;
	padding: 15px;
	font-weight: 500;
}

#video-szerzo {
	color:#b91e2d;
	font-size:0.9em;
	font-weight:600;
	/*text-align:left;*/
	text-transform:none;
}


/*---------------------------- AUDIO SECTION -----------------------------------*/



/*---------------------------- FOOTER SECTION -----------------------------------*/

.footer-copyright {
	font-size:0.8em;
	color:#C1C0C0;
	text-transform:uppercase;
	padding:15px;
	float:left;
}
	
	
	/*---------------------------- OTHER ELEMENTS -----------------------------------*/
	
	
	/* Buttons */
	
.btn-green-left {
	color: #fff;
	background-color: #e8b040;
	border: 0px;
	border-radius:0px;
	float:left;
	margin-left: 30px;
}

.btn-red-back {
	color: #fff;
	background-color: #b91e2d;
	border: 0px;
	border-radius:0px;
	float:left;
}

.btn-scroller {
	text-align:center;
	margin:auto;
	bottom: 30px;
}
	
	/* HR - Gradient transparent - color - transparent */
	
hr.style-two {
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(88, 88, 88, 0), rgba(88, 88, 88, 0.75), rgba(88, 88, 88, 0));
	margin: 40px 0px;
	}
	
	
	
	/* Gallery */	
	
	
	
.gallery-header {
	padding-bottom: 9px;
	margin-top: 60px;
	text-align: center;
	margin-bottom: -20px;
}

.gallery-caption {
	margin-bottom: -20px;
	padding: 0px 10px;
	text-align:center;
}

.thumbnail-gallery {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}


.img-400300 {
	width: 400px;
	height: 300px;
}



#fejezet-szoveg {
	text-decoration:none;
	color: inherit;
}


	/* -- IFRAME -- */

.iframe {
  height: 32px !important;
}

.iframe-center {
  height: 32px !important;
  text-align:center;
  margin:30px auto;
  position: relative;
  display:block;
  width: 400px;
}


	/* -- kolofon -- */

.kolofon-section {
	    background-color: dimgray;
    width: 100%;
    padding: 50px;
    color: #fff;
    font-size: 1.1em;
	text-align: center
}

