@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "PT Sans", Arial, serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  background: #fff;
  height: 100%;
  position: relative;
}



.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
} 

/*# sourceMappingURL=style.css.map */
@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
		margin-right:auto;
		margin-left:auto;
	}
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}
ul.liste {
    list-style-type: square;
    margin-left: 10px;
    overflow: visible;
	font-size:18px;

}
ul.liste li{float: none;}
.site_baslik{color:#1f497d; font-size: 2.6vw;font-weight:bold;}
ul.menum {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #202945;
	font-size:18px;
	font-weight:bold;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
	width:150px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #202945;
	    color: white;
}

.active {
    background-color: #202945;
		    color: white;

}
#participant_login {
	float: left;
	width: 150px;
	height:34px;
	line-height:24px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e67f00), to(#d56000));
	background: -moz-linear-gradient(top,  #e67f00,  #d56000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67f00', endColorstr='#d56000');
	behavior: url(css/PIE.htc);
	margin-bottom:15px;
	z-index: 25;
	}

#participant_grey {
	float:right;
	width: 100px;
	height:22px;
	
	behavior: url(css/PIE.htc);
	margin-bottom:2px;
	margin-right:5px;
	margin-top:5px;
	
	font-weight: bold;
	color: #fabe78;
	text-decoration: none;
	font-size: 14px;
	text-align:left;
}
.slidingDiv {
	width:180px;
	height: 180px;
	background-color: #ff9900;
	padding: 5px;
	margin-top: 5px;
	position: absolute;
	z-index: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	behavior: url(css/PIE.htc);
}
 
.show_hide {
	display: none;
	color: #FFF;
	text-decoration: none;
	line-height:24px;
	
}
.show_hide:hover {
	display: none;
	color: #FFF;
	text-decoration: none;
	
}
.slidingDiv input, .slidingDiv textarea { 
  width: 150px;
border: 1px solid #ccc;
  height:20px;  
  background: #EFF8FB; 
  color: #47433F;
  behavior: url(css/PIE.htc);
}
input.btn: link
.mentor_highlighted{
  background: #202945; 
  color: #FFFFFF;
	
}