

body {
 font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #942F00;
  background: url(../img/qsc.png);
}
iframe{width:100%;border:0;overflow:hidden;background-color:transparent;}
.wrapper {
  width: 1000px;
  margin: 30px auto 80px auto;
  background: #dedad3;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.3em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
img {
    max-width: 100%;
}
.liststyle {list-style:circle;}
.line-heading {
  overflow: hidden;
  margin: 0px 30px 30px 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  line-height: 48px;
  font-size: 18px;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.line-heading a {
  float: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #6b3b25;
}
.action-button {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  padding: 0px 13px 3px 10px;
  background: #e09402;
  border: #f6a201 solid 3px;
  border-bottom: #c88401 solid 3px;
  border-right: #c88401 solid 3px;
  border-bottom: none;
  border-right: none;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.action-button:hover {
  border: #e09402 solid 3px;
  border-bottom: #f6a201 solid 3px;
  border-right: #f6a201 solid 3px;
  border-bottom: none;
  border-right: none;
  box-shadow: none;
}
.chirp p {
  padding-left: 30px;
  background: url(../img/twitter.png) no-repeat 0px 5px;
}
.chirp .meta {
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #76655d;
}
.chirp .meta:last-child {
  border: none;
}

/*	LAYOUTS */
.one-third-col {
  float: left;
  margin-left: 30px;
  margin-bottom: 60px;
  width: 300px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.one-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}
.two-third-col {
  float: right;
  margin-right: 30px;
  margin-bottom: 60px;
  width: 620px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.two-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}
.clearfix {
clear:both;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

/*	HEAD */
header {

  min-height: 155px;
}
header #logo {
margin-top: 25px;
    float: left;
}
header #logo:hover {
  opacity: 0.8;
}
header #logo img {
  display: block;
  margin: 0 0 0 30px;
}

.slogan {
  display: block;
  float: right;
  margin-right: 30px;
  margin-top: 13px;
  position: relative;
  width: 395px;
  max-width:395px;
}
    .slogan p {
       font-size: 22px;
    text-align: right;
    font-weight: 600;
    color:#2D2D2D;
    }
     .slogan h1{
      font-size: 16px;
    text-align: right;
    font-weight: 600;
    color: #870D0D;
    margin-top: 0;
    margin-bottom: 0;
    }


/*	menü */
nav {
background: #fad21e;
    background: -moz-linear-gradient(top, #fad21e 0%, #ff9900 60%, #ff9900 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fad21e), color-stop(60%, #ff9900), color-stop(100%, #ff9900));
    background: -webkit-linear-gradient(top, #fad21e 0%, #ff9900 60%, #ff9900 100%);
    background: -o-linear-gradient(top, #fad21e 0%, #ff9900 60%, #ff9900 100%);
    background: -ms-linear-gradient(top, #fad21e 0%, #ff9900 60%, #ff9900 100%);
    background: linear-gradient(to bottom, #fad21e 0%, #ff9900 60%, #ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad21e', endColorstr='#ff9900', GradientType=0 );  
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;

}
nav #menu-icon {
  display: none;
  background: red;
  width: 40px;
  height: 40px;
}
nav #nav {
  display: block;
  margin-left: 35px;


}
nav #nav > li {
  display: block;
  float: left;

}
nav #nav > li:hover a,
nav #nav > li.current-menu-item a,
nav #nav > li.current_page_item a {
  background: #2D2D2D;
  color:#fff;
}
nav #nav > li > a {
  display: block;
  line-height: 65px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
      color: #2D2D2D;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight:600;
}
nav #nav > li.important a {
  color: #ffe09f;
}
nav #nav > li ul {
  margin-top: 25px;
  background: #62493d;
}
nav #nav > li ul li {
  border-bottom: 1px solid #806d63;
}
nav #nav > li ul li:last-child {
  border-bottom: none;
}
nav #nav > li ul a {
  display: block;
  color: #dedad3;
  text-decoration: none;
  line-height: 1.5em;
  padding: 15px;
}
nav #nav > li ul a:hover {
  color: #e09402;
}
/*** super fish ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */

}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*	Main */
#main {
  min-height: 700px;
  position: relative;
  border-top: 5px solid #2D2D2D;
      background: url(../img/ttv.png) no-repeat top center;
      margin-bottom: 10px;
}
#main .tagline {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.3em;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-bottom: 40px;
  margin-right: 30px;
  margin-left: 30px;
}
.footer-divider {
    background: #FF9900;
    border-top: 1px solid #BD7407;
    border-bottom: 1px solid #BD7407;
  height: 8px;
  width: 100%;
}


.page-content {
  position: relative;
  margin: 20px 30px 80px 30px;
}
.page-content .heading {
  margin-top: 0;
}
.page-content #map {
  height: 350px;
  width: 100%;
  margin-bottom: 20px;
}






.nav-categories {
  display: block;
  margin: 20px 30px 20px 30px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 48px;
  font-size: 14px;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
}
.nav-categories li {
  display: block;
  float: left;
  margin-right: 20px;
}
.nav-categories li a {
  line-height: 1.5em;
  color: #6b3b25;
  text-decoration: none;
}
.nav-categories li a:hover {
  color: #e09402;
}
.nav-categories li.current a {
  color: #e09402;
  font-weight: bold;
}
.feature,
.work-list {
  display: block;
  margin-left: 10px;
}
.feature li,
.work-list li {
  display: block;
  float: left;
  width: 220px;
  margin-left: 11px;
}
.feature li .thumb,
.work-list li .thumb {
  position: relative;
  display: block;
  line-height: 0em;
  color: #dedad3;
  margin-bottom: 22px;
  background: #6b3b25;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.feature li .thumb:after,
.work-list li .thumb:after {
  position: absolute;
  bottom: -22px;
  left: 0px;
  content: '';
  background: url(../img/pph.png) no-repeat right bottom;
  width: 100%;
  height: 17px;
}
.feature li .thumb:hover .img-overlay,
.work-list li .thumb:hover .img-overlay {
  display: block;
}
.feature li .thumb:hover img,
.work-list li .thumb:hover img {
  opacity: 0.1;
}
.feature li .thumb img,
.work-list li .thumb img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature li .thumb .img-overlay,
.work-list li .thumb .img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 119px;
  margin-left: -59.5px;
  margin-top: -19px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background: #e09402;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
  border: #f6a201 solid 3px;
  border-bottom: #c88401 solid 3px;
  border-right: #c88401 solid 3px;
}
.feature li .title,
.work-list li .title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.1em;
  color: #942F00;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.feature li .categories,
.work-list li .categories {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.feature li .categories a,
.work-list li .categories a {
  color: #bb7e26;
  text-decoration: none;
}
.feature li .categories a:hover,
.work-list li .categories a:hover {
  text-decoration: underline;
}
.feature li .excerpt,
.work-list li .excerpt {
  display: block;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}


.referans li {
    border-bottom: 1px solid #2D2D2D;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.referans .title {
display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    color: #FF5722;
    text-decoration: none;
}
.referans .aciklama{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    text-decoration: none;
        color: #2D2D2D;
}

#project-gallery {
  width: 620px;
  float: left;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 40px;
}
#project-gallery .thumb {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  line-height: 0em;
  margin-bottom: 20px;
}
#project-gallery .thumb img {
  max-width: 100%;
}
#project-info {
  margin-top: 30px;
  width: 255px;
  float: right;
  margin-right: 30px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
#project-info #project-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  line-height: 1.3em;
  padding: 7px 0px;
  margin-bottom: 20px;
}
#project-info blockquote {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 21px;
  line-height: 1.5em;
}
#project-info #project-sheet {
  font-size: 14px;
  margin-top: 30px;
}
#project-info #project-sheet strong {
  font-weight: bold;
}
#project-info #project-sheet p {
  line-height: 1.3em;
}
#project-info #project-sheet .action-button {
  margin-top: 20px;
}
#project-info #project-sheet:before {
  content: '';
  display: block;
  width: 60px;
  border-top: 5px solid #6b3b25;
  margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------*/
/*	UYGULAMALAR
/*-----------------------------------------------------------------------------------*/

#captions{
  display: block;
  margin-left: 10px;
}
#captions a {
  display: block;
  float: left;
  width: 210px;
  margin-left: 12px;
}
#captions a, .thumb {
  position: relative;
  display: block;
  line-height: 0em;
  color: #dedad3;
  margin-bottom: 22px;
  background: #f9f9f9;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  text-align:center;
}

#captions a:hover{
  opacity: 0.1;
}
#captions .thumb img{
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 280px;
}

.galeri p .title{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1em;
  color: #6b3b25;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.galeri p .categories{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.galeri p .categories a{
  color: #bb7e26;
  text-decoration: none;
}
.galeri p .categories a:hover {
  text-decoration: underline;
}





footer {
  position: relative;
  text-align: center;
  padding: 30px 30px 30px 30px;
  font-size: 13px;
  color: #e09402;
      background-color: #656464;
    background-image: url('/img/wwg.png');
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}
footer:after {
content: '';
    position: absolute;
    bottom: -46px;
    left: 0;
    height: 46px;
    width: 100%;
    background: url(../img/ttv.png) no-repeat top center;
}
footer a {
  text-decoration: none;
  color: #e09402;
  border-bottom: 1px dotted #e09402;
}
footer a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
