@font-face {
  font-family: 'SourceSansPro-Light';
  src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/SourceSansPro-Light.otf')  format('opentype'),
	     url('../fonts/SourceSansPro-Light.woff') format('woff'), url('../fonts/SourceSansPro-Light.ttf')  format('truetype'), url('../fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
  font-family: 'SourceSansPro-Light','Arial','Tahoma';
  font-size: 15px;
  height: 100%;
}

a{ color: #ffffff; text-decoration: none !important; }

a:hover{ color: #dcddde; text-decoration: none !important; }

a img{ border: 0; }


/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1100px) {
	#leftside{
		padding: 0 !important;
	}
}



#leftside{
	background: url(../images/leftback.png) #161616 repeat;
	padding: 20px 0 0 25px;
	margin: 0;
	height: 100%;

}

#rightside{
	padding: 0;
	margin: 0;
	height: 100%;
	background: #161616;
}


.typ .banner{
	margin: 0 0 30px 0;
}


.tri{
	position: absolute;
	right: 2px;
	top: 12px;
	font-size: 20px;
	width: 9px;
	height: 16px;
	background: url("../images/okk.png") no-repeat;
}

.linedd{
	position: absolute; 
	bottom: 80px;
	left: 50%;
	width: 110px;
	margin-left: -55px;
	border-bottom: 2px solid #4f4330;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;

  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.19999999999999996);
}


#projeler_list h6{
	color: #0A0A0A;
	font-size: 16px;
}