body { font-family: 'Roboto', sans-serif; font-size: 14px; color:#444444; background: #ffffff; }

body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 
a:link {-webkit-tap-highlight-color: #fcd700;} 
ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.wrapper {
	position: relative;
	min-height: 100vh;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

section {
	padding: 20px 0 80px 0;
}

header {
	width:100%;
	background:#4c4c4c;
}
header:after {
    background-image: url('../img/menu_golge.png');
    background-size: 100% 20px;
    display: inline-block;
    width: 100%; 
    height: 20px;
    content:"";
	position:absolute;
}
header .container {
	padding: 10px 20px;
}

.logo {
	width:240px;
	height:60px;
	float:left;
	margin-top:10px;
	background:url(../img/minik_bilim_kahramanlari_bulusuyor_logo.svg) no-repeat left center;
	background-size:auto 100%;
	text-indent:-9999px;
	margin-bottom:10px;
}

.logo a {
	display:block;
	line-height: 60px;
}

#fll_logo {
	float: right;
	display: inline-block;
	margin-top: 24px;
}
#fll_logo img {
	height: 36px;
}


.social_media {
	margin:0;
	padding:0;
	float:right;
	display:table;
}
.social_media li {
	width:30px;
	line-height:30px;
	display:inline-block;
	text-align:center;
}
.social_media li a {
	margin:0;
	padding:0;
	text-decoration:none;
	color:#cccccc;
	line-height:30px;
	display:block;
}

.social_media li a:hover {
	color:#ffffff;
}
.intro {
	padding:0;
}
.intro img {
	display:block;
	width:100%;
	height:100%;
}

h1, h1 em {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 20px;
}
h2 {
	font-size:24px;
	font-weight:400;
	margin:0 0 10px 0;
}
h3 {
	font-size:18px;
	font-weight:400;
	margin:0 0 10px 0;
}
p {
	margin-bottom:15px;
	line-height:1.6em;
}

/* Cols */

.row { display:flex; }
.col {
  flex:1;
  margin:0;
}

.col:last-child {
	margin-right:0;
}
.col img {
	display: block;
}

.col-tenth { flex:0 0 10%; margin:0 10px 10px 0; }
.col-fifth { flex:0 0 20%; margin:0 10px 10px 0; }
.col-quarter { flex:0 0 25%; margin:0 15px 15px 0; }
.col-third { flex:0 0 33.3333334%; margin:0 20px 20px 0; }
.col-half { flex:0 0 50%; margin:0 30px 30px 0; }

.center-vertical {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.center-both {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.pad-right {
	padding-right: 30px;
}
.pad-left {
	padding-left: 30px;
}
.center-text {
	text-align: center;
}
.row.bottom-margin,
.col.bottom-margin {
	margin-bottom: 30px;
}

/* Cols end */

.video_wrapper  {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
	margin-top: 0px;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


footer {
	color: #999999;
	background: #222222;
	position: absolute;
	  bottom: 0;
	  width: 100%;
	  /*height: 90px; /* Footer height */
}
footer ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.bkd_logo {
	width: 160px;
	padding-right:30px;
	padding-bottom:0px;
}

table.turnuvaTarihleri {
	margin:20px 0 40px 0;
}
table.turnuvaTarihleri td {
	padding:4px;
	text-align:right;
}
table.turnuvaTarihleri th[scope=row] {
	text-align:left;
	color:#bc0214;
	padding:4px 20px 4px 0;
}

.button {
	color:#ffffff;
	text-decoration:none;
	background: #0086FF;
	padding:0 1.5em;
	line-height:3em;
	display:inline-block;
	font-weight:500;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	margin:10px 10px 10px 0;
	white-space:nowrap;
	overflow:hidden;
	border-radius:4px;
	transition: background-color 0.3s ease;
}
.button i, a i {
	margin-right: 10px;
}
.button:hover {
	color:#ffffff;
	background:#006ACB;
}
.yesil { background: rgba(19,136,0,1.00); }
.yesil:hover { background: rgba(14,100,0,1.00); }

.mavi { background: blue; }
.mavi:hover { background: darkblue; }

.turuncu { background: orangered; }
.turuncu:hover { background: rgb(224, 61, 0); }

.acik_mavi { background: deepskyblue; }
.acik_mavi:hover { background: rgb(0, 158, 210); }

.kirmizi { background: red; }
.kirmizi:hover { background: rgb(230, 0, 0); }


.fotogaleri {
	margin-bottom:20px;
	margin-top:20px;
}

.fotogaleri li {
	float:left;
	margin:0 8px 8px 0;
	width:234px;
	height:150px;
}
.fotogaleri li:nth-child(4n+4) {
    margin-right:0;
}
.fotogaleri li img {
	width:100%;
	height:100%;
}

.videogaleri {
	margin-bottom:20px;
	margin-top:20px;
}

.videogaleri li {
	float:left;
	margin:0 8px 8px 0;
	width:234px;
	height:150px;
}
.videogaleri li:nth-child(4n+4) {
    margin-right:0;
}
.videogaleri li img {
	width:100%;
	height:100%;
}
.videogaleri li a:before {
	content: url(../img/video.png);
	position:absolute;
	width:234px;
	height:150px;
}


.videolist ul {
	list-style:none;
}
.videolist li {
	width:50%;
	float:left;
	padding:20px;
}
.videolist iframe {
	width:100%;
	height: calc( 460px / 1.777 );
	margin-bottom:10px;
}

.genelListe {
	list-style:disc; 
	margin:0 0 20px 20px;
	line-height:1.5em;
}
.genelListe img {
	vertical-align:middle;
}

.genelTablo {
    border-color: #CCCCCC;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin-bottom:10px;
	width:100%;
}
.genelTablo thead td {
    font-weight:bold;
}
.genelTablo td {
    border-color: #CCCCCC;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
	vertical-align:top;
	font-size:14px;
	font-weight:300;
}
.genelTablo ol {
	margin:0 0 0 20px;
}
.genelTablo li {
	font-weight: 300;
}
.genelTablo p {
	margin-bottom: 0;
}

.takvimTablo {
    border-color: #CCCCCC;
    border-width: 0 0 0 0;
    border-style: solid;
	margin-bottom:20px;
	width:100%;
}

.takvimTablo th[scope="col"] {
    border-color: #ffffff;
    border-width: 0 2px 0 0;
    border-style: solid;
    margin: 0;
    padding: 8px;
	vertical-align:top;
	font-size:14px;
	font-weight:bold;
	background:#002060;
	color:#ffffff;
}
.takvimTablo th[scope="col"]:last-child {
	border:0;
}
.takvimTablo th[scope="row"] {
    border-color: #ffffff;
    border-width: 0 2px 2px 0;
    border-style: solid;
    margin: 0;
    padding: 8px 12px;
	vertical-align:top;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	background:#0070c0;
	color:#ffffff;
}
.takvimTablo td {
    border-color: #CCCCCC;
    border-width: 0 1px 1px 0;
    border-style: dotted;
    margin: 0;
    padding: 8px;
	vertical-align:top;
	font-size:14px;
	font-weight:300;
}

.tabs {
	margin:20px 0;
}
.tabs div {
	padding: 20px 0;
}
.tabs ul li {
	list-style: none;
	display: inline;
}
.tabs ul li a {
	padding: 5px 10px;
	display: inline-block;
	background: #eeeeee;
	color: #333333;
	text-decoration: none;
}
.tabs ul li a.active {
	background: #666666;
	color: #ffffff;
}
.tabs h3 {
	margin:0 0 20px 0;
}
.tabs .genelTablo tr td:first-child { text-align:center; }
.tabs .genelTablo tr td:last-child { text-align:center; }
/*
.tabs .genelTablo thead tr td {
	background:#666666;
	color:#ffffff;
}
*/

.sezon_dosyalari ul {
	margin-bottom:15px;
}
.sezon_dosyalari ul li {
	padding: 10px 15px;
	display: inline-block;
	vertical-align: top;
}
.sezon_dosyalari ul li a {
	display:block;
	line-height:1.5em;
}
.sezon_dosyalari ul li em {
	font-size:0.8em;
}
.sezon_dosyalari h2 {
	background: #006EC8;
	color: #FFFFFF;
	padding: 4px 15px;
	text-align: center;
}
.sezon_dosyalari h3 {
	background: #2BA200;
	color: #FFFFFF;
	padding: 4px 15px;
}

.turnuva-takvimi {
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	margin-top: 40px;
}
.turnuva-takvimi li {
	width: 33.33%;
	text-align: center;
  float: left;
  margin-right:0;
	margin-bottom:60px;
	border-right:1px solid #ccc;
	padding: 0px;
	padding: 0 30px;
}
.turnuva-takvimi hr {
	border-top: 1px dotted #ccc;
}
.turnuva-takvimi li:nth-child(3n+3) {
    border-right: 0;
}
.turnuva-takvimi li h3 {
	font-size: 2em;
	background: #666;
	padding: 5px 0;
	color: white;
}
.turnuva-takvimi li .button {
	margin: 5px;
}

.ulusal-turnuva {
	text-align: center;
	padding: 0 30px;
}
.ulusal-turnuva h3 {
	font-size: 2em;
	background: #666;
	padding: 5px 0;
	color: white;
}
.ulusal-turnuva  hr {
	border-top: 1px dotted #ccc;
}


.isbirlikleri {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	margin-bottom: 40px;
}

.isbirlikleri li {
	margin: 20px;
}
.isbirlikleri img {
	width: auto;
    height: auto;
	max-height: 40px;
    max-width: 200px;
}

.isbirlikleri a {
	text-decoration: none;
	display: block;
}

.dokuman {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 40px;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 680px) {

section {
	padding: 20px 0 0 0;
}
	
.container {
	width: 100%;
}
	
/* Cols */

.row { flex-direction:column; }
.col,
.col-tenth,
.col-fifth,
.col-quarter,
.col-third,
.col-half { 
	flex:0 0 auto; 
	margin:0; 
}

.pad-right {
	padding-right: 0px;
}
.pad-left {
	padding-left: 0px;
}	
	
/* Cols end */	

footer {
	position: relative;
}	
	
footer ul {
	display: block;
}	
	
footer ul li {
	width:100%;
	display:block;
	margin-bottom:15px;
	text-align:center;
}
footer>ul>li:last-child {
	text-align:center;
	margin-bottom:0;
}
	
	
.social_media li {
	width: 30px;
	margin: 5px;
}
.social_media li a {
	font-size: 2em;
}	
	
.bkd_logo {
	width:140px;
	padding-right:0;
	padding-bottom:5px;
}

.top_strip {
	padding-bottom:10px;
}
    
#fll_logo {
    display: none;
}    
.arayin {
	width:100%;
	text-align:center;
	font-size:0.8em;
	line-height:1.6em;
	float:none;
	margin-bottom:5px;
}
.social_media {
	margin: 0 auto;
	float:none;
}

.videolist li {
	width:100%;
	float:none;
	padding:0;
	margin-bottom:20px;
}

.takvimTablo {
	border: 0;
	width:100%;
}
.takvimTablo th[scope="col"] {
	display: none;
}
.takvimTablo tr {
	margin-bottom: 20px;
    display: block;
}
.takvimTablo th[scope="row"] {
	width:100%;
	display:block;
	border:0;
}
.takvimTablo td {
	display: block;
    text-align: right;
	border-left: 1px dotted #ccc;
}

.takvimTablo th:before,
.takvimTablo td:before {
	content: attr(data-label);
   	float: left;
    font-weight: bold;
}


.sezon_dosyalari ul {
	display:table;
	margin-bottom:15px;
}
.sezon_dosyalari ul li {
	padding: 5px 15px;
	display:block;
}

.turnuva-takvimi li {
	width: 100%;
	float: none;
  margin-right:0;
	border-right:0;
}

		
}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}