body {
	font-family: Nunito, Helvetica;
	color: white !important;
}

.vonal {
	display: block !important;
	border-bottom: 1px solid #1e3649 !important;
	height: 5px;
	width: 100%;
}

.hatter {
	background-color: #020d18;

}

.slider {
	padding: 20px 0px;
}

.list-group {
	--border: 1px solid #abb7c4;
	border-radius: 5px;
	background-color: #233a50;
	margin-top: 20px;
}

.list-group > a > li{
	background-color: transparent;
	color: #abb7c4;
}

.list-group > a:hover li {
	background-color: #abb7c4;
	border-radius: 5px;
	text-decoration: none;
	color: #233a50;
}

/*.belyegkep::after {
	display: block;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0,0,0, 1) 95%);
	margin-top: -150px;
	height: 150px;
	width: 100%;
	content: '';
	z-index: 1;
	border-radius: 7px;
}*/

.belyegkep::after {
	display: block;
	top: 0;
	bottom: 0;
	left: 6px;
	position: absolute;
    box-shadow: inset 0px -150px 160px -30px #000000;
    -webkit-box-shadow: inset 0px -150px 160px -30px #000000;
    -moz-box-shadow: inset 0px -150px 160px -30px #000000;
    -o-box-shadow: inset 0px -150px 160px -30px #000000;
	height: 100%;
	width: 97%;
	content: '';
	z-index: 1;
	border-radius: 8px;
}

.slide {
	padding: 0 6px;
	display: block;
	position: relative;
}

.belyegkep > picture > img{
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
}

.slick-list {
	padding-bottom: 10px !important;
}

.focim {
	color: white;
	padding-left: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	z-index: 2;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: bold;
	bottom: 0px;
	word-break: keep-all;
	position: absolute;
}

.slide > a:hover .focim {
	text-decoration: none !important;
	color: #dcf836;
}

.ujdonsagcim {
	color: #abb7c4;
	font-size: 22pt;
	margin-top: 25px;
	display: block;
}

input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.slick-dots {
	bottom: -10px !important;
}

.slick-dots li button:before {
    content: "•";
	font-size: 10pt !important;
	color: yellow !important;
}

.slick-dots > li {
	float: right;
}

.wrapper-header {
	background-image: url(../img/slider-bg2.jpg);
	background-position: center;
	background-repeat:  no-repeat;
	background-size: cover;
	padding-bottom: 10px;
	position: relative;
	background-color: white;
}

.main {
	color: #abb7c4;
}

.cim {
	color: #abb7c4;
	font-size: 22pt;
	padding-top: 20px;
}

.sor {
	border-bottom: 1px solid #1e3649;
}

.tartalom {
	font-size: 11pt;
	padding: 20px;
}

.tartalom > a {
	font-size: 11pt !important;
	margin-top: 10px;
	margin-bottom: 20px;
}

.tartalom > p {
	margin: 0;
}

.kis-belyegkep {
	padding-right: 0;
	width: 60% !important;
}

.kis-belyegkep > a > picture > img{
	border-radius: 5px;
	margin: 20px 0 0 0 ;
	border: 1px solid #abb7c4;
}

.tag {
	
}
.megjelenes {
	font-size: 9pt;
	margin-bottom: 10px !important;
	padding: 0;
}

.megtekint {
	font-size: 11pt;
	padding: 0;
	width: 100%;
	text-align: center;
	display: block;
	margin: 5px 0 20px 0; 
}

.nezettseg {
	text-align: center;
	padding: 25px 0;
	font-size: 18pt;
	background-color: #000204;
	color: white;
}

.news {
	color: #abb7c4;
    font-size: 22pt;
    font-weight: 700;
	margin-top: 20px;
	display: block;
}

.rss_div{
	display: inline-table;
	padding: 15px 0;
}

.rss_date {
	font-size: 9pt;
    color: #fff;
}

.rss_title {
	font-size: 14pt;
    color: #abb7c4;
    font-weight: 700;
}

.rss_description {
	font-size: 11pt;
    color: #fff;
    line-height: 16px;
	margin: 5px 0;
}

.rss_link {
	color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.rss_link:hover {
	color: #fff;
    text-decoration: none;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .focim {
		font-size: 12pt;
	}
	
	.kis-belyegkep {
		width: 100%;
	}
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.focim {
			font-size: 10pt;
		}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.focim {
			font-size: 10pt;
		}
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

@media (min-width: 1500px) { 
	.focim {
		font-size: 13pt;
	}
	
}


