*
{
	font-family: 'Open Sans', sans-serif;
}
/*bootstrap nav overview*/
.nav-bb
{
	margin: 0px;
	background: #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.nav-bb .navbar-header
{
	height: 70px;
}
@media (min-width: 768px) {
	.nav-bb .navbar-nav
	{
		height: 70px;
	}

	.nav-bb .navbar-nav > li > a
	{
		line-height: 40px;
	}
}
.nav-bb .navbar-toggle
{
	margin-top: 18px;
}
.cookies
{
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	line-height:1.5em;
	padding: 15px 0;
}
a.cookie_more
{
	color: #ff6600;
	text-decoration: underline;
}

/* common styles */
h1, h2, h3, .msg_container .alert{
	font-family: 'Lobster', cursive;';
}
.mosaic-bg
{
	background: url('../img/mosaic_bg.png') #f6f6f6 center;
	padding: 20px 10px;
	border-top: 3px dashed #eee;
	border-bottom: 3px dashed #eee;
	margin: 20px 0px;
}

/* jumbos */
.jumbotron
{
	margin: 0px 0 0 0;
}
.frontpage{
	background: url('../img/bb15_1920_bg.jpg') center center no-repeat #FCD48D;
}
.kidball_jumbo
{
	background: url('../img/kidball_bg_768.jpg') center center no-repeat #FFCA63;
}
.kidball_jumbo_mini
{
	background: #FFCA63 url('../img/kidball_jumbo_mini_bg_1920.jpg') center;
}
.bigballdance_jumbo
{
	background: url('../img/bigballdance_bg_768.jpg') center center no-repeat;
}
.bigballdance_jumbo_mini
{
	background: #da0b08;
}
.bigballdance_jumbo_mini h1
{
	color: white;
}
.gigantic_jumbo, .gigantic_jumbo_mini
{
	background-color: 	#a35ea9;
	color: #fff;
}
.gala_jumbo
{
	background: #45130c url('../img/gala_bg_min.jpg') center center no-repeat;
	color: white;
}
.studio_jumbo
{
	background: url('../img/studio_2_bg_1366.jpg') center center no-repeat;
}
@media (max-width: 480px) {
	
	.studio_jumbo
	{
		background: url('../img/studio_2_bg_480.jpg') center top no-repeat;
		padding-top: 370px;
	}
}
@media (min-width: 769px) {
	
	.gala_jumbo
	{
		background-image: url('../img/gala_bg_992.jpg');
	}
	.kidball_jumbo
	{
		background-image: url('../img/kidball_bg_1366.jpg');
	}
	.bigballdance_jumbo
	{
		background-image: url('../img/bigballdance_bg_1366.jpg');
	}
	.ms_intro
	{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.ms_orak
	{
		border-top: 4px dotted #ccc;
	}
	.ms_dolt
	{
		font-style: italic;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ms_dolt p
	{
		/*font-family: 'Lobster';*/
		font-size: 24px;
		
	}
	.ms_kiemelt
	{
		background-color: #ccc;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.ms_orarend
	{
		border-top: 4px dotted #ccc;
		margin-top: 20px;
	}
}
@media (min-width: 993px) {
	
	.gala_jumbo
	{
		background-image: url('../img/gala_bg_1366.jpg');
	}
}
@media (min-width: 1367px) {
	
	.gala_jumbo
	{
		background-image: url('../img/gala_bg_1920.jpg');
	}
	.kidball_jumbo
	{
		background-image: url('../img/kidball_bg_1920.jpg');
	}
	.bigballdance_jumbo
	{
		background-image: url('../img/bigballdance_bg_1920.jpg');
	}
}
.courses_container
{
	background: #333;
	color: whitesmoke;
	padding-bottom: 10px;
}
.submenu_container, .courses_container a
{
	background: #333;
	color: whitesmoke;
	padding-bottom: 10px;
}
.submenu_container a
{
	color: white;
}
.submenu-item
{
	border-right: 1px dotted white;
}
.tabor{
	background: url('../img/blinkyball_tabor_bg.jpg') center center no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.newsletter > .btn > .glyphicon
{
	display: none;
}
.newsletter > .btn.active > .glyphicon
{
	display: inline;
}
.awbg{
	background: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
  /*.navbar-brand  img{
    height: 20px;
  }*/
  .jumbotron .row .wbg, .awbg{
	padding-top: 5px;
	padding-bottom: 5px;
  }
  .submenu_link{
	margin-top: 12px;
  }
  .submenu_item{
	border-bottom: 1px solid #eee;
  }
}
@media (max-width: 461px) {
  .jumbotron p{
	font-size: 16px;
  }
}
@media (max-width: 991px) {
  .jumbotron .row .wbg{
	background: rgba(255,255,255,0.8);
  }
}
.coaches
{
	margin-top: 20px;
}
.coaches .coach
{
	/*-webkit-transition:background-color 1s;*/
	/*transition:background-color 1s;*/
	text-align: center;
	position: relative;
}
.coaches .coach:hover
{
	/*background-color: #ff6600;*/
}
.coaches .coach img
{
	margin: 0 auto;
}
.coach_info_keret
{
	position: absolute;
	left: 50%;
	bottom: 0;
}
.coach_info{
	position: relative;
	padding: 10px 10px 0 10px;
	min-width: 260px;
	left: -50%;
	background: rgba(255,255,255,0.8);
}
.news
{
	
}
.news_item
{
	border-bottom: 1px dashed #999;
	padding: 5px 10px;
	display: block;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	position: relative;
}
.news_item:last-child{
	border: none;
}
.news_item:hover
{
	background-color:	#ddd;
	text-decoration: none;
}
/*.news_item:nth-child(odd)
{
	background:	#f7f7f7;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.news_item:nth-child(even)
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.news_item:first-child
{
	border-top: 1px solid #ccc;
}*/
.bg_eee
{
	background: #eee;
}
.news_item .date
{
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.news_item h4
{
	/*font-weight: bold;*/
	color: #333;
}
.news_item .more
{
	position: absolute;
	right: 20px;
	opacity: 0;
	transition: opacity: 0.5s;
}
.news_item:hover .more
{
	opacity: 0;
}
/*   on-select-buttons   */
.btn-kidball-on-select, .btn-bigballdance-on-select, .btn-rocky-on-select, .btn-gigantic-on-select
{
	border-color: #ccc;
}
.btn-kidball-on-select.active
{
	color: #fff;
	background-color: #ff6600 ;
	border-color: #D55500;
}
.btn-bigballdance-on-select.active
{
	color: #fff;
	background-color: #da0b08 ;
	border-color: #A80200;
}
.btn-gigantic-on-select.active
{
	color: #fff;
	background-color: #7f30a3 ;
	border-color: #a55fab;
}
.btn-rocky-on-select.active
{
	color: #fff;
	background-color: #869f10 ;
	border-color: #5F7303;
}
.label-kidball, .btn-kidball
{
	background: #ff6600;
	color: white;
	border-color: #D55500;
}
.label-bigballdance, .btn-bigballdance
{
	background: #da0b08;
	color: white;
	border-color: #A80200;
}
.label-rocky, .btn-rocky
{
	background: #869f10;
	color: white;
	border-color: #5F7303;
}
.label-gigantic, .btn-gigantic
{
	background: #7f30a3;
	color: white;
	border-color: #a55fab;
}
.tanfolyamok
{
	margin-top: 20px;
}
.tanfolyam
{
	background-position: center center;
	min-height: 450px;
	position: relative;
	padding-top: 5px;
	border: 1px solid #ccc;
}
.tanfolyam h3
{
	/*background: rgba(255,255,255,0.8);*/
	text-align: center;
	padding: 10px;
	margin: 10px 5px 5px 5px;
}
.tanfolyam p
{
	/*background: rgba(255,255,255,0.65);*/
} 
.tanfolyam img
{
	width: 80px;
	height: auto;
	border: 4px solid #e8e5dc;
}
.tanfolyam_felso
{
	min-height: 120px;
}
.tanfolyam_oktato
{
	text-align: center;
	white-space: nowrap;
}
.video_item
{
	color: black;
	display: block;
	padding: 5px 5px 10px 5px;
	min-height: 120px;
	border-bottom: 1px dotted #ccc;
}
.video_item:hover
{
	background: #eee;
	text-decoration: none;
}
.video_bg
{
	background-color: #111;
}
#video_player
{
	width: 100% !important;
	height: auto !important;
}
.cimke_lista .btn
{
	margin-top: 3px;
}

.msg
{
	padding: 10px 0;
	color: white;
	font-weight: bold;
}
.msg-success
{
	background: #71A507;
}
.msg-warning
{
	background: #8a6d3b;
}
.msg-danger
{
	background: #A50707;
}
.centered {
		  position: fixed;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  text-align: center;
		}
		
.tt_box
{
	margin-top: 10px;
}
		
.num
{
	display: inline-block;
	background-color: #ff6600;
	color: #fff;
	font-size: 24px;
	padding: 0 10px;
	line-height: 40px;
}
.tt_img_bg
{
	min-height: 400px;
	background-size: contain;
	background-position: center center;
	background-color: #ccc;
	background-repeat: no-repeat;
	border: #ff6600 3px solid;
}
.tt_found
{
	opacity: 0.2;
}

.covid_19_notice
{
	padding: 30px 0 30px 0;
	background: yellow;
	font-size: 120%;
	font-weight: bold;
}