@import url('reset.css');

@import url('elements.css');

@import url('comments.css');

@import url('capslidestyle.css');

/*
* Folder v1.0
*
*/
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* IMPORT ------------------------------------------------------------*/
/* GENERAL ------------------------------------------------------------*/
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
	zoom: 1;
}
.wrapper {
	margin: 0 auto;
	width: 940px;
	position: relative;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body p {
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 13px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-family:"Courier New", Courier, monospace;
}
#main,
footer {
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Courier New", Courier, monospace;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
	font-size: 18px;
	color: #333;
}
h6 {
  font-size: 11px;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0px 5px 10px;
}
.section-div {
  height: 54px;
  border-top: 1px solid #ccc;
}
/* ENTRY CONTENT ----------------------------------------------------*/
.team{
	margin-top:30px;
}
.entry-content .heading {
  margin-bottom: 1.5em;
}
.entry-content > ul > li strong {
	color:#333;
}
/* NAVIGATION ------------------------------------------------------------*/
.office {
	padding-top:50px;
}
#menu{
	width:100%;
	padding-top:90px;
	padding-bottom:5px;
}
#nav {
	float: left;
	text-decoration: none;
	padding-top: 0px;
	width:100%;
}
#nav > li {
  margin: 0 0;
}
#nav > li:first-child {
  margin-left: 0px;
}
#nav > li:last-child {
  border-right: none;
  padding-right: 0px;
}
#nav > li > a {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	display: block;
	overflow: hidden;
	line-height: 11px; /*80 base*/
}
/* sub navigation -----------------------------------------------------*/
.sfHover ul {
	display: block;
	margin-top: -85px;
	margin-left: 0px;
	text-shadow: none;
}
.sfHover ul li a {
	display: block;
	padding:0px 0px;
	display: block;
	font-size: 11px;
	line-height:13px;
	text-decoration: none;
}
/* LOGO ----------------------------------------------------*/
#logo-container {
	width: 1200px;
	margin-bottom: 60px;
	/* Fixes shadow and margin right */

  	padding-left: 5px;
	padding-top: 0px;
	margin-left: -5px;
}
#logo-container figure {
	width: 500px;
	float: left;
	padding-left:10px;
	margin-right: 20px;
	margin-bottom: 20px;
	position:absolute;
	overflow:hidden;
	height: 155px;
}
#logo-container figure .thumb{
	display: block;
	width:100%;
	line-height:0em;
}
#logo-container figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo-container figure a:hover img{
	opacity: .4;
	line-height: 0em;
}
#logo-container figure .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;
}
#logo-container figcaption {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	position:absolute;
	color:#333;
	width: 420px;
	height: 34px;
	padding-top:0px;
	padding-left:0px;
	top:110px;
	left: 80px;
}
#logo-container figcaption span{
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:10px;
	font-size: 11px;
}
#logo-container figcaption strong{
	color:#000;
	font-weight:bolder;
}
.figure:hover figcaption {
  opacity: 1;
  left: 0;
}
/* COMBO NAVIGATION ------------------------------------------------------------*/
#comboNav {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  float: left;
}

/* HEADER ------------------------------------------------------------*/
header .wrapper {
}

/* SLIDER ------------------------------------------------------------*/
header .wrapper #home-slider {
	margin-bottom: -73px;
}
/* MAIN ------------------------------------------------------------*/
#main {
  min-height: 500px;
  padding-top: 20px;
}
body.home #main {
	padding-top: 20px;
}
/* HEADLINE ----------------------------------------------------*/
#headline {
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 48px;
	line-height: 1.1em;
	text-align: center;
	text-indent: -9000px;
	border-bottom: 1px solid #ccc;
	padding-top: 22px;
	padding-bottom: 22px;
}
/* MASTHEAD ----------------------------------------------------*/
.masthead {
	margin-bottom: 35px;
	font-family: "Courier New", Courier, monospace;
	font-size: 48px;
	line-height: 1.1em;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 22px;
}
/* FILTERED ITEMS ----------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#filter-buttons {
  text-align: right;
  margin-bottom: 0px;
}
#filter-buttons li {
	display: inline-block;
	margin-bottom: 0px;
}
#filter-buttons li a {
	display: block;
	text-decoration: none;
	padding: 2.5px 5px;
	margin-bottom: 0px;
}

/* ICONES ---------------------------------------------------------- */

#filter-container {
	width: 1200px;
	margin-bottom: 60px;
	/* Fixes shadow and margin right */

  padding-left: 5px;
	padding-top: 0px;
	margin-left: -5px;
}
#filter-container figure {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position:relative;
	overflow:hidden;
	line-height:1.2em;
}
#filter-container figure .thumb{
	display: block;
	width: 100%;
	line-height: 0em;
}
#filter-container figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#filter-container figure a:hover img{
	opacity: .4;
	line-height: 0em;
}
#filter-container figcaption {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	position:absolute;
	color:#333;
	width: 220px;
	height: 100%;
	padding-top:0px;
	padding-left:0px;
	top:0px;
	left: 0%;
}
#filter-container figcaption strong,
#filter-container figcaption span{
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:10px;
	font-size: 11px;
}
#filter-container figcaption strong{
	line-height: 1.5em;
	color:#000;
	margin-bottom: 7px;
	margin-top: 17px;
	font-weight:bolder;
}
#filter-container figcaption span{ 
	font-size: 11px;
	margin-bottom: 7px;
}
#filter-container figure .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;
}
.figure:hover figcaption {
  opacity: 1;
  left: 0;
}
/* PAGE ----------------------------------------------------*/
#page-content,
#page-content-sb {
	position: relative;
	margin-bottom: 30px;
	margin-right:10%
}
#page-content-sb {
	width: 1170px;
	float: left;
	margin-right: 60px;
}
/* COLUMNS LAYOUT----------------------------------------------------------*/
.one-half,
.one-third,
.one-fourth,
.two-third{
	float: left;
	margin-bottom: 40px;
	margin-right: 2%;
	overflow:hidden;
	position:relative;
}
.one-half {
  width: 48.9361%;
}
.one-third {
  width: 15%;
}
.two-third {
	width: 80%;
	padding-right:3%;
}
.one-fourth {
  width: 23.4042%;
}
.last {
  clear: right;
  flow:left;
  overflow:hidden;
  margin-right: 0 !important;
}
/* PORTFOLIO ----------------------------------------------------*/#portfolio-content {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
#portfolio-content #filter-container {
	margin-bottom: 20px;
}
#portfolio-content #filter-container .heading {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
#portfolio-content #filter-container .portfolio-cat {
  font-style: italic;
}
#portfolio-content .project-pager {
  text-align: center;
  margin-bottom: 20px;
}
#portfolio-content .project-pager .previous-project {
  float: left;
}
#portfolio-content .project-pager .next-project {
  float: right;
}
#portfolio-content #project-box {
	margin-bottom: 30px;
}
#portfolio-content #project-box .info {
	float: left;
	width: 164px;
	/* 184 - 20*/

  padding-left: 0px;
	margin-right: 68px;
	font-size: 11px;
}
#portfolio-content #project-box .info strong {
  font-weight: bold;
  display: block;
}
#portfolio-content #project-box .info p {
  margin-bottom: 12px;
}
#portfolio-content #project-box .info .launch {
  display: inline-block;
  padding: 5px;
  margin-left: -5px;
}
#portfolio-content #project-box .entry-content {
  float: left;
  padding-top:10px;
  width: 688px;
  /* 940 - (184 + 68) - 20*/

  margin-bottom: 40px;
}
#portfolio-content #project-box .entry-content .multicolumn .column * {
  padding-right: 20px;
}
/* CONTACT  ----------------------------------------------------*/
#office #office-name {
	padding-bottom:30px;
}
#office #office-description {
	padding-bottom:30px;
	margin-top: 30px;
}
/* CONTACT  ----------------------------------------------------*/
#info-holder {
	margin-bottom: 80px;
	margin-top: 30px;
}
#info-holder #info-content {

}
#info-holder #info-content .contact-title {
	padding-bottom:30px;
}
#info-holder #info-content .contact-info {
}
#info-holder #info-content .contact-info #contact-porto {
	padding-bottom:30px;
}
#info-holder #info-content .contact-info #contact-istanbul {
}
#copyright{
	font-size:11px;
}
/* BLOG ------------------------------------------------------------*/
#posts-list {
  position: relative;
  width: 1170px;
  float: left;
  margin-top: 30px;
  margin-right: 60px;
}
#posts-list article {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #CCC;
}
#posts-list article .feature-image {
  width: 100%;
  padding-left:30px;
  line-height: 0em;
}
#posts-list article .feature-image 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;
}
#posts-list article .box {
	position: relative;
	padding-bottom: 12px;
	padding-right:30px;
}
#posts-list article .box .entry-date {
	background-color:#FFF;
	position: absolute;
	width: 50px;
	height: 37px;
	top: 15px;
	left: -23px;
	display: block;
	padding-top: 13px;
	font-family: "Courier New", Courier, monospace;
	line-height: 1em;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}
#posts-list article .box .entry-date .number {
  font-size: 13px;
  text-align: center;
  margin-bottom: 3px;
}
#posts-list article .box .entry-date .month {
  font-size: 11px;
  text-align: center;
}
#posts-list article .box .excerpt {
	float: left;
	width: 98%;
	padding-left: 30px;
	padding-top: 15px;
}
body.single #posts-list {
  width: 640px;
}
body.single #posts-list article {
  margin-bottom: 30px;
}
body.single #posts-list article .box {
  position: relative;
  padding-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding: 0px 0px 0px 0px;
  background: none;
}
body.single #posts-list article .box .excerpt {
  float: left;
  width: 580px;
  margin-left: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation {
  display: block;
  margin-bottom: 100px;
}
#main .page-navigation a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .page-navigation .nav-next {
  float: left;
}
#main .page-navigation .nav-previous {
  float: right;
}
