.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255, 1.0);
}
.nav-item.active {
	font-weight: bolder;
}
header .logo{
	border-radius: 50%;
	max-height: 50px;
}
footer .logo{
	border-radius: 50%;
	max-height: 150px;
}
.bg-mgt {
	background-color: #3B9BCC !important;
}
.bg-mgt-dark {
	background-color: #255594 !important;
}
.bg-fsz {
    /*background-color: #00c1af !important;
    background-color: #e3a728 !important;*/
    border: 10px solid #e3a728;
    
}
.text-mgt {
	color: #3B9BCC !important;
}
.text-mgt-dark {
	color: #255594 !important;
}
.border-mgt {
	border: 1px solid #3B9BCC !important;
}
.border-mgt-dark {
	border: 1px solid #255594 !important;
}
.text-underline {
	text-decoration: underline;
}
.idorendi-beosztas {
	overflow: hidden;
}
.idorendi-beosztas .col {
	/*padding: 0 !important;*/
}
.idorendi-beosztas .row a {
	display: block;
	text-decoration: none;
	border: 3px solid #fff;
	padding: 10px 0;
	color: #fff;
	background-color: #3B9BCC;
	padding: 2px;
	font-size: 1.2rem;
}
.idorendi-beosztas .row a .cim {
	font-weight: 500;
}
.idorendi-beosztas .szimpozium a {
	background-color: #ff5050;
}
.idorendi-beosztas .tvstudio a {
	background-color: #00644b;
}
.idorendi-beosztas .nap .row:nth-child(2n+3) a{
	/*background-color: #255594;*/
}
.idorendi-beosztas .nap .row.ebed a{
	background-color: #fff;
	color:  #255594;
}
.idorendi-beosztas .row .cimsor a{
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff !important;
	color: #255594;
	font-size: 1.2rem;
}
.idorendi-beosztas .row .terem a{
	border: none;
	font-weight: normal;
	background-color: #fff !important;
	color: #255594;
	font-size: 1.2rem;
}
.custom-file-label {
	overflow: hidden;
}
.custom-file-label::after {
	content: "Tallózás" !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #28a745;
}

.text-size-1 {
	font-size: 2.5rem !important;
}
.text-size-2 {
	font-size: 2rem !important;
}
.text-size-3 {
	font-size: 1.75rem !important;
}
.text-size-4 {
	font-size: 1.5rem !important;
}
.text-size-5 {
	font-size: 1.25rem !important;
}
.text-size-6 {
	font-size: 1rem !important;
}


.page-live .terem-gomb {
	background-color: #3B9BCC;
	border: 0.7rem solid #3B9BCC;
	color: #fff;
}
.page-live .terem-gomb.active {
	border-color: #255594;
}
.page-live .page-live-terem .terem-gomb{
	border-width: 0.3rem;
}

.anchor {
    position: relative;
	/*top: -95px;*/
	top: -160px;
	z-index: 5;
}
/*
.idorendi-beosztas .idopont {
	display: block;
	float: left;
	margin: 0 10px;
}
.idorendi-beosztas .kod {
	display: block;
	float: right;
	margin: 0 10px;
}
.idorendi-beosztas .cim {
	display: block;
}
*/
.idorendi-beosztas .kod:after {
	content: ' ~ ';
}
.reszletes-program .terem {
	border-width: 1px !important;
	/*margin: 0 -15px ;*/
	padding: 0 15px;
}
.reszletes-program .szekcio {
	font-size: 1.2rem;
}
.reszletes-program .szunet {
	background-color: #eee;
}

/* reklámok | begin*/
.ad-block {
	border: 1px solid #ccc;
	padding-bottom: 10px;

}
.ad-block img {
	max-width: 90%;
}
.ad-banner{
	display: block;
	text-align: center;
	padding: 50px;
	font-size: 2rem;
	text-transform: uppercase;
	border: 5px dashed rgb(212, 145, 91, 1);
	background-color: rgb(212, 145, 91, .05);
	margin: 20px 0;
}
.tamogatok-block .logok.grayscale img {
	max-height: 100px;
	max-width: 100%;
	-webkit-filter: grayscale(1);
			filter: grayscale(1);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}
.tamogatok-block .logok img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
			transform: scale(1.2);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.sch-side-block .logo img {
	max-width: 150px;
}
/* reklámok | end*/

/* sticky reklám | begin*/
.sw {
	height: 500px;
	background-color: #ccc;
}
.sticky_item{
	position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  z-index: 2;
}
/* sticky reklám | end*/

.chat-div {
	max-width: 500px;
	margin: 0 auto;
}