/* Eredeti átírása */
#page {
	padding-top: 40px;
}
.content_info {
	padding: 34px 0 0;
}
.project_item .hover_img {
	height: 175px;
}
.content_info h1 {
	margin: 0 0 20px;
}

/* Saját */
.slide2 {
	background-image:url(images/slider/caption_img2.png) !important;
}
.slide3 {
	background-image:url(images/slider/caption_img3.png) !important;
}
.foold_kiskep {
	float: right;
	max-width:200px;
	margin: 0 0 20px 20px;
}
.content_braille {
	background-image: url(images/content_braille.jpg);
}
.content_braille p {
	text-align: center;
	font-size: 20px;
	color: #333;
}
.kep_jobb {
	max-width: 300px;
	float:right;
	margin: 0 0 20px 20px;
}

.art1 {
  margin-bottom: 55px;
}
.art1 time {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 2px 35px 10px 0;
  font-weight: 400;
  float: left;
  color: #3e454c;
}
.art1 time span {
  font-size: 50px;
  display: block;
  line-height: 40px;
  color: #FF1C32;
  margin-bottom: 9px;
}
.extra_wrapper {
  overflow: hidden;
}
.galeria_kep {
  height: 162px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) and (min-width: 768px) {
	.navbar-nav li a {
	  padding-left: 21px;
	  padding-right: 22px;
	}
}

#popup {
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 999999;
    background-color: rgba(255,255,255,1.0);
    width: 50%;
    text-align: left;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.75);    
}
#popup .fa {
  color: red;
  position: absolute;
  font-size: 25px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

@media (max-width: 768px) {
    #popup {
        top: 15%;
        left: 20%;
        width: 60%;
        padding: 15px;
    }
}