/***  Added Styles on top of Foundation 

    N. Emre Alsancak 12/05/2014

                      ***/
@import url('https://use.typekit.net/quk5xak.css');
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden; */
    position: relative;
    font-family: 'Klavika', sans-serif;
    overflow-x: hidden;
}

.actived {
  background-color: white;
  color:black !important;
}

.top-bar {
  background-color: white;
  height:80px;
}

.top-bar-section ul li {
  background-color: white;
}

.active {
 /* background-color: lightgrey;*/
}
.top-bar-section ul li > a {
  color:grey;
  background-color: white;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: white;
}

.top-bar.expanded .title-area {
  background-color: white;
}

.projeismi {
    position:absolute;
    right:10px;
    bottom:0;
    color:white; 
}


.boldfont {
  font-family: 'Klavika', sans-serif;
}


.mail {
  position: absolute;
  right:20px;
  bottom:20px;
  border:2px solid white;
  padding:10px;
  padding-left:15px;
  padding-right: 15px;
}
.yellowbar {
    margin-bottom: 10px;
    background-color: #ffd200;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 1.20em;
    position: relative;
    font-size: 18px;
    font-family: 'Klavika', sans-serif;
}
.socialicons {
float: right;
position: absolute;
top: 5px;
right: -80px;
}

.socialicons img {
  width: 15%;
  float:left;
  padding-right: 10px;
}

#main {
margin: 30px 0;
position: relative;
z-index: 100;
background-color: white;
padding-top: 30px;
}

header h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  margin: 30px 0 10px 0;
}

header p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin: 0;
  font-weight: 200;
}

#competitions {
  /*height:100%;*/
}
/**
 * Grid container
 */
#tiles {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}



/**
 * Grid items
 */
#tiles li {
  width: 200px;
  background-color: #ffffff;
  /*border: 1px solid #dedede;
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;*/
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  padding: 12px;
  background-color: #f4f4f4;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
  width: 100%;
}

table {
  margin-top: 16px;
  width: 100%;
  font-family: 'Klavika', sans-serif;
  /*border:3px solid white;*/
  /*background-color: #f9f8f4;*/
}

table td, table th{
  background-color: #f9f8f4;
  border-right:3px solid white;
  border-bottom:3px solid white;
  min-height: 40px;
}

/**
 * Grid item text
 */
#tiles li p, #tiles li h6 {
  color: #666;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  font-weight: 200;
  margin: 7px 2px 7px 7px;
  font-family: 'Klavika', sans-serif;
  margin:0;
}

#tiles li h6 {
  font-size: 18px;
  color:black;
}

footer {
  text-align: center;

}

footer a {
  color: #435DC5;
  text-decoration: none;
}

.infobox {
/*background-color: #fcfbf7;*/
}

.infobox h6 {
  padding:0;
  /*padding-top: 30px;*/
  padding-bottom: 12px;
}

#tiles li p {
  margin-bottom: 50px;
}

.iltwitter {
  position: absolute;
  top: 100px;
  /*border:1px solid red;*/
  width: 42px;
  right: 0px;
  z-index: 222;
  display: block;
  
}

.iltwittericonholder {
  position: absolute;
  top: 100px;
right: 0px;
}

.iltwitter img {
  width: 75%;
}

/**
 * Progress bar for imagesLoaded
 */
.progress-bar {
  background-color: #0BC20B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
  -webkit-transition: width 0.3s ease-out;
     -moz-transition: width 0.3s ease-out;
       -o-transition: width 0.3s ease-out;
          transition: width 0.3s ease-out;
}

.person {
  width: 22.7%;
/* float: left; */
margin-left: 9px;
margin-right: 9px;
margin-top: 18px;
/* margin-bottom: 10px; */
display: inline-block;
position:relative;
}

.person img {
  width: 100%;
}

.personname {
/*background-color: #ffd200; */
background-color: #f2f2f2;
text-align: center;
height:40px;
padding-top: 4px;
padding-bottom: 2px;
font-family: 'Klavika', sans-serif;
padding-left: 10px;
padding-right: 10px;

}

.person:hover .personname {
background-color: #ffd200;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
          border-radius: 2px;
     -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

.example-tiles {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

.example-tiles li {
  display: block;
  opacity: 1;
  list-style-type: none;
  float: left;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.example-tiles a,
.example-tiles a:hover {
  color: #555;
  background-color: #eee;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
}

.example-tiles a:hover {
  background-color: #ddd;
}
#iltwittericon {
    width: 44px;
    float:left;
}

.twittercontent {
    float:left;
    margin-left: 44px;
    display: none;
}


.tweet ul{
  height: 275px;
overflow: hidden;
}

.tweet ul li {
  list-style-type: none;
  font-size: 12px;
  margin-bottom: 5px;
}
.twittercontent h3 {
background-color: #4f4f4f;
    height: 43px;
    margin:0;
    padding:0;
    padding-left: 15px;
    padding-top:13px;
    font-size: 14px;
    color: #ffd200;
 }

 .twittercontent p {
  background-color: #fffef7;
  padding-left: 14px;
  font-size: 12px;
  padding-top: 10px;
  height:300px;
  overflow:hidden;
 }

.twittericonholder {
    float:left;
    height:100%;
}

.clear {
  clear:both;
}


.top-bar-section ul {

padding-top: 18px;
padding-left: 20px;
}

.top-bar .name h1 a {
width: auto;
width: 75%;
padding-top: 9px;
}

nav{
  padding-top:15px;
  text-align:center;
  margin:0 auto;
  position: fixed;
  z-index: 8009;
  left:0;
  right:0;
  background-color: white;
  padding-bottom: 10px;
     -webkit-transition: height 2s;
    -moz-transition: height 2s;
    -ms-transition: height 2s;
    -o-transition: height 2s;
    transition: height 2s;
    top:0;
}



.dots {
  border-top:2px dotted #e9e9e9;
  padding:0;
  margin:0;
  margin-top:15px;
  /*margin-bottom: 15px;*/
  margin-left: 6px;
}
#logo {
  /*border:1px solid green;*/
  float:left;
  width: 100px;
  margin-left:8px;
}

#menu {
  font-family: 'Klavika', sans-serif;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;

}
#menu li{
  list-style-type: none;
  display: inline-block;
  margin-left: 40px;
}

#menu li:first-child {
  /*border:1px solid red;*/
  margin-left: -26px;
}

#menu li a {
    color:#222222;
    position: relative;
}

.activemenu {
  color: #ffd200 !important;
}

.subprojectcategorynav {
margin-top: 55px;
}

.projectcategory {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  width:100%;
  font-family: 'Klavika', sans-serif;
  text-align: center;
}
.projectcategory li {
  list-style-type: none;
  display: inline-block;
  color:black;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
margin-left: 5px;
margin-right: 5px;
}

.projectcategory a li:hover {
  background-color: white;
}
.activemenu:before {
    /*content:"\00a0\00a0\00a0";
  position: absolute;
  top:-50px;
  left:50%;
  margin-left: -6px;
  background-color: #ffd200;*/
}

#menu li a:hover{
  color: #ffd200
}

#menu li a:hover:before{
  content:"\00a0\00a0\00a0";
  position: absolute;
  top:-50px;
  left:50%;
  margin-left: -6px;
  background-color: #ffd200;
}

.projegrid {
  padding-left: 14px;
}

.footer {
  background-color: #464646;
  padding: 0;
  margin: 0;
  height: 70px;

  padding-top: 20px;
}

.footertext {
  border-bottom:1px solid #393939;
  float:left;
  width: 100%;
  padding-bottom: 20px;

}

.footertext ul li img {
  margin-left: 10px;
  margin-right: 10px;
  width: 10%;
}
.footer ul {

  padding:0;
  margin:0;
  font-family: 'Klavika', sans-serif;
  float:left;
  padding-left: 20px;
}

.footer ul li{
  float:left;
  list-style-type: none;
  color:white;
  margin-left: 40px;
}

.footer ul li:first-child {
  margin:0;
}


.copyright {
  background-color: #464646;
  padding-left: 20px;
  margin-top: 20px;
  display: block;
  color:#dddddd;
  font-size: 13px;
  padding-top:40px;
  height: 200px;
 font-family: 'Klavika', sans-serif;
}

.tp-banner {
  margin-top: 200px;
}

.contain{
  background-color: #efefef;
  margin-left: 20px;
  margin-right: 20px;
  height:100%;
  margin-bottom: 20px;
}

.pt {
  padding-top: 20px;
}

.white {
  background-color: white;
  /*padding-bottom: 100px;*/
  /*height: 100%;*/
}

.content {
  height:100%;
}

.content h1 {
  color :#dedede;
}

.content p, pre {
  color: #464646 !important;
  font-size: 0.9em !important;
  /*padding-top: 30px;*/
  text-align: left !important;
  font-family: 'Klavika', sans-serif;

}

.subnav {
  text-align: center;
  padding-top: 110px;
  /*padding-bottom: 20px;*/
  padding-top: 80px;
padding-bottom: 20px;
background-color: white;
}
.subnav ul li {
  display: inline-block;
  margin: 0 auto;
  color: #9f9f9f;
  border: 1px solid #c8c8c5;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 4px;
 font-family: 'Klavika', sans-serif;
}

.subnav select {
  display: none;
}

select#FilterSelect {
  display: none;
}

.small-12 img{
  width: 100%;
}


.ankara, .istanbul {
  width: 49.2%;
  float:left;
  margin-top: 16px;
  position:relative;
}

#topheader {
      -webkit-transition: padding 0.1s;
    -moz-transition: padding 0.1s;
    -ms-transition: padding 0.1s;
    -o-transition: padding 0.1s;
    transition: padding 0.1s;
}
.shrink {
  padding: 0;
  -webkit-transition: background-color .45s ease, color .45s ease, height .45s ease, padding .45s ease, -webkit-transform .45s ease;
transition: background-color .45s ease, color .45s ease, height .45s ease, padding .45s ease, transform .45s ease;
}
.ankara {
  background-color: #ffd512;
  padding-bottom: 50%;
}

.istanbul {
  float:right;
  padding-bottom: 50%;
  background-color: #efefef;
}

.contacttext {
  position: absolute;
  bottom:0;
  padding-left: 20px;
}

.contacttext h2 {
  padding:0;
  margin:0;
}

.contacttext p {
  color:black;
  font-family: 'Klavika', sans-serif;
  font-size:1.2em;
  padding:0;
  margin-top:0;
  line-height:1.2em;;
}
#mapankara, #mapistanbul {
  left:0;
  right:0;
  top:0;
  bottom:0;
  position:absolute;
}

.datebox {
/* border: 1px solid red; */
position: absolute;
right: 16px;
bottom: 8px;
/* background-color: #ffd512; */
font-size: 10px;
padding: 2px;
color: #6d6d6d;
}

.controls{
  /*padding: 2%;
  background: #333;*/
  color: #eee;
  display: none;
}

label{
  font-weight: 300;
  margin: 0 .4em 0 0;
}

button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

button.active{
  background: #68b8c4;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.container{
  /*padding: 2% 2% 0;*/
  text-align: justify;
  font-size: 0.1px;
  /*background: #68b8c4;*/
  
  -webkit-backface-visibility: hidden;
}

.container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.projectdetailsheader {
  font-size: 24px;
  padding-top: 20px;
}

.person:hover .projectname {

  background-color: lightgrey;
}
.projectname {
  position: absolute;
  bottom:0;
  width: 100%;
  background-color: #ffd200;
  font-size: 10px;
  padding: 2px;
  text-align: center;
}

.container .mix,
.container .gap{
  display: inline-block;
  width: 23%;
}

.container .mix{
  text-align: left;
  background: #03899c;
  margin-bottom: 2%;
  display: none;
}

.container .mix.category-1{
  border-top: 2px solid limegreen;
}

.container .mix.category-2{
  border-top: 2px solid yellow;
}

/*.container .mix:after{
  content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700;
}

.container .mix:before{
  content: '';
  display: inline-block;
  padding-top: 60%;
}*/

.lefthold {
  font-size: 10px !important;
}
.righthold {
padding: 5px;
margin-top: -10px;
color: black !important;
}

.righthold a {
  color:black;
  padding:2px;
}




#Grid, #Grid2{
    text-align: justify;
    font-size: 0.1px;
}


#Grid:after, #Grid2:after{
    content: '';
    display: inline-block;
    width: 100%;
}

#Grid .mix, #Grid2 .mix{
display: none;
margin-bottom: 6px;
background: #ffd200;
margin-right: 1px;
font-size: 30px;
text-align: center;
/*float: left;*/
width: 24%;
position: relative;
float: left;
margin-left: 7px;
margin-bottom: 7px;

}

#Grid .mix:last-child {
  margin-right: 0;
}

.icontwitter{
  position: absolute;
  right:0;
  top:100px;
  z-index:222;
}


#Grid .gap, #Grid2 .gap{
    display: inline-block;
    width: 241px;
}

.controls {
  float:left;
  width: 100%;
  margin-right: 20px;
  display: table-cell;
  margin-bottom: 20px;
  display: none;
}

.mobilemenu {
  display: none;
}

.triplist {
  text-align: center;
}
.controls li {
    margin-right: 5px;
    color: #9f9f9f;
    text-transform: uppercase;
    /* font-size: 11px; */
    /* font-family: 'pf_din_text_c:;ond_prolight', Tahoma; */
    font-size: 14px !important;
    margin-bottom: 2px;
    /*padding-left: 5px;*/
    /*float: left;*/
    display: inline-block;
    list-style-type: none;
    font-family: 'Klavika', sans-serif;
    padding:3px;
  }

.controls li:after {
  /*content: " / ";*/
}


.projectboxnew {
  box-sizing: border-box;
  color:black;
  font-size: 13px !important;

  font-family: 'Klavika', sans-serif;
  position:absolute;
  bottom:0;
  background-color: #ffd200;
  width: 100%;
  vertical-align: center;
}
/*.controls li:hover {
    color:#ffd200;
}*/

/***  Grid Hover ***/

/*#Grid .mix:hover  .projetitle {
  display: block;
}*/

#projeler img {
padding: 0;
margin: 0;
width: 250px;
height: 150px;
/* border: 1px solid black; */
float: left;

}

.tp-bannertimer {
width: 100%;
height: 10px;
background: url(../assets/timer.png);
position: absolute;
z-index: 200;
top: 0px;
display:none;
}

.projetitle {
  position: absolute;
  top:0;
  left:0;
  background-color: white;
  bottom:0;
  right:0;
  display: none;
  padding-left: 5px;
  padding-right: 5px;
}

.city {
 position: absolute;
bottom: -20px;
font-size: 12px;
left: 0;
right: 0;
color: black;
}

.titlecontent {
position: absolute;
top: 35%;
text-align: center;
background-color: #ffd929;
color: black;
left: 0;
right: 0;
/* bottom: 35%; */
font-size: 11px;
/* padding-top: 27px; */
/* padding-bottom: 10px; */
/* line-height: 50px; */
padding-top: 5px;
padding-bottom: 5px;
}

.breadcrumb {
  width: 100%;
}

.thumbimage {
  width: 100%;
}

.righthold img {
width: 30px;
margin-top: -20px;
}

.grayscale.fade {
-webkit-transition: -webkit-filter .5s;
}
.grayscale {
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}

  .visible {
    display: block !important;
  }

  .hidden {
    display: none !important;
  }


/*** Pagination ***/

ul.pagination {
  margin-top: 10px;
  margin-left: 16px;
}
ul.pagination li {
height: 1.5rem;
color: #9f9f9f;
font-size: 0.875rem;
margin-left: 0.3125rem;
border: 1px solid #c8c8c5;
width: 30px;
text-align: center;
display:inline-block;
}

ul.pagination li.active {
  background-color: #ffd512;
  color:black;
}





/*@media all  and (max-width:320px)  and (orientation : portrait){

.person {
    width: 100%;
    float:left;
  }


}*/






/* Slider */

.bannercontainer {
  width:100%;
  position:relative;
  padding:0;
}
 
.banner{
  width:100%;
  position:relative;
  /*overflow-y: scroll !important;*/
  background-color: #f5f5f5;
}

button#resumeButton {
position: absolute;
right: 0;
bottom: 50px;
z-index: 2232; 
/*background-color: RGBA(0,0,0,1);*/
}

button#stopButton {
position: absolute;
right: 40px;
bottom: 50px;
z-index: 2232; 
/*background-color: RGBA(0,0,0,1);*/
}

.downarrow {
  position: absolute;
  top:-60px;
  color:#ffd200;
}

.zeropadding {
  padding:0;
}

@@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


.arrow {
  position: absolute;
  bottom: 60px;
  color:#ffd200;
  left: 50%;
  /*margin-left: -20px;*/
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.fixed {
  z-index: 234234324;
  background-color: white;

}

.yellowbg {
  font-size:10px; background-color:#fff7d0; padding:2px;
}

.bgwhitebox {
  background-color: white;
  height:50px;
  width: 100%;
  left:0;
  right:0;
  position: absolute;
}
.projectdetails {
font-size: 0.90rem;
font-family: 'Klavika', sans-serif;

}

h2 {
font-size: 18px;
font-family: 'Klavika', sans-serif;
}

#ptitle {
  padding-bottom: 5px;
  font-size: 18px !important;
}

#ptitle, .pcontent {
  font-family: 'Klavika', sans-serif;
  
}

.pcontent {
  font-size: 0.9em !important;
}

.previousarrow {
  /*margin-left: -20px;*/
  padding-left: 0.75em;
}

.footersocial {
  float:right !important;
  margin:0 !important;
  padding:0 !important;
}

.footersocial ul li {
  /*border:1px solid red;*/
}

select { 
/*margin-left: 0.75em;
margin-right:20px;
width: 90%;*/
}

.twittericon {
  
}

.tp-leftarrow.square {
  /*background-color: #ffd200 !important;
  color:black;*/
}


@media all and ( max-width:960px ){
          #Grid .mix,
          #Grid .gap{
            width: 49%;

          }

          #menu {
           
            margin-top:75px;
          }
          #menu li {
            display: block;
            text-align: left;
            padding:0;
          }

          #menu li a:hover:before{
          content:"\00a0\00a0\00a0";
          position: absolute;
          top:0;
          left:-40px;
          margin-left: -6px;
          background-color: #ffd200;
          }

          #logo {
            /*border:4px solid green;*/
          }

          #menu {
            display: none;
          }
          .hidemobile {
            display: none;
          }

          .mobilemenu {
            display: block;
            position: absolute;
            top: 12px;
            right: 0;
            margin-top: 20px;
            text-align: right;
            padding-right: 23px;
          }

          .mobilelist{
            border:1px solid red;
          }

          .mobilemenushrink {
            top:0;
          }

          ul#menu li {
          border-bottom: 1px solid grey;
          padding: 10px;
          margin: 0;
          }

          .hidemobile {
              display: none;
            }

            .yellowbar {
              font-size: 18px;
            }

            .moveright {
              margin: 0 !important;
              padding: 0;
              margin-top: 15px !important;
              margin-left: -1px !important;
            }


            .ankara, .istanbul {
              width: 100%;
            }

            .person {
              width: 46%;
            }

            .person {
              width: 22%;
              display: inline-block;
              font-size: 12px;
            }

            .personname {
              font-size: 12px;
            }

            #logo {
              margin-left: 8px;
            }


            .pemail {
              padding-top: 40px;
            }

            /*.subnav ul     { display: none; }
            .subnav select { display: inline-block; }*/

           /* .projegrid a li {
              font-size: 10px;
            }*/

            select#FilterSelect {
              display: inline-block;
              margin-top: 20px;
}
            }

            

             .footersocial {
            margin-left:-100px;
            padding:0;
          }

          .twittericon {
            margin-left:0 !important;
          }

          .contain {
            /*background-color: white;*/
            margin-top: -15px;
          }

          .yellowbg {
            background-color: white;
          }

       

          #menu li:first-child {
margin-left: 0px;
}

}





@media all and (max-width:650px){



          .person {
              width: 45.2%;
              display: inline-block;
              font-size: 12px;

            }

          .personname {
            font-size: 12px;
          }

          #logo {
            margin-left: 8px;
            /*border:2px solid red;*/
          }

          #ptitle {
            padding-top: 40px;
          }
          .pemail {
            padding-top: 40px;
          }

          .footersocial {
            float:left !important;
            margin:0 !important;
            padding:0 !important;
            /*border:1px solid red;*/
          }

          #Grid .mix,
          #Grid .gap{
            width: 100%;
          }

          .projegrid {
            padding:0;
          }

          .projectdetailsheader {
          font-size: 20px;
          padding-top: 20px;
        }

        .mail {
            padding:4px;
            right:4px;
            bottom:4px;
    
          }

        .contacttext h2 {
          font-size: 16px;
        }


}


         
          

/*** Sallamiyor ***/

@media all and (max-width: 460px) {

          .person {
            width: 43.2%;
            float:left;
            font-size: 12px;
            border:1px solid red;
          }

          .projegrid {
            padding:0;
          }

          #menu li:first-child {
            /*border:1px solid red;*/
            margin-left: 0px;
          }

          .mail {
            border: 0px;
            padding:2px;
            right:2px;
            bottom:2px;
            /*border:1px solid red;*/
            border:none !important;
          }
        }

 