* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color:#000000;
	background:url(../images/wall.jpg) center repeat;
	/*background:url(../images/bg_wrapper_home.jpg) center bottom repeat-x;*/
}
body.home {
	 
	background:url(../images/bg_wrapper_home.jpg) center bottom repeat-x;
	background-size: cover;
}
body.page.page-id-10 .bg{
	width: 100%;
	height: 100vh;
	background: url(../images/bg_wrapper_biography.png) center bottom repeat-x;
}
body.page.page-id-10 .container{	
	min-height: 100vh;
	background: url(../images/bg_main_biography.png) right top no-repeat;
}
body.page.page-id-2 .bg{
	width: 100%;
	height: 100vh;
	background: url(../images/bg_wrapper_project.png) center bottom repeat-x;
}
body.page.page-id-2 .container{	
	min-height: 100vh;
	background: url(../images/bg_main.png) right top no-repeat;
}
body.page.page-id-14 .bg{
	width: 100%;
	height: 100vh;
	background: url(../images/bg_wrapper_prostore.png) center bottom repeat-x;
}
body.page.page-id-14 .container{	
	min-height: 100vh;
	background: url(../images/bg_main_prostore.png) right top no-repeat;
}
body.page.page-id-16 .bg{
	width: 100%;
	height: 100vh;
	background: url(../images/bg_wrapper_contact.png) center bottom repeat-x;
}
body.page.page-id-16 .container{	
	min-height: 100vh;
	background: url(../images/bg_main_contact.png) right top no-repeat;
}
a {
	color:#975753;
	text-decoration:none;
}
a:hover {
	color:#975753;
	text-decoration:underline;
}
img {
	border:0;
	vertical-align:middle;
}
fieldset {
	border:none;
}
ul li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
.fs-20 {font-size: 20px !important;}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
 

 
html, body{
	height:100%;
	min-height:700px;
	} 
html,body {
	margin:0;
	padding:0
	}  

* html #wrapper{
	height:100%;
	} 
 
*html #main {
	height:208px;
	}
#main {
	float:left;
	width:calc(100% - 450px);
	/*width:535px;*/
	padding: 123px 0 0 0;
	/*padding:123px 375px 232px 0;*/
	/*min-height:208px;*/
	background:url(../images/bg_main.png) right top no-repeat;
}
.home #wrapper{
	/*background:url(../images/bg_wrapper_home.jpg) center bottom repeat-x;*/
	}
.home #main{
	background:none;
	}
/* =Header
-------------------------------------------------------------- */
#header {
	float:left;
	width:370px;
	padding:23px 0 0 0;
}
#logo{
	padding:0 50px 13px;
	}
#logo a{
	display:block;
	background:url(../images/logo.png) 0 0 no-repeat;
	width:220px;
	height:179px;
	text-indent:-9999px;
	outline-style:none;
	}

.menu-header ul {
	margin:0 0 0 65px;
	width:172px;
	background:url(../images/bg_mainnav.png) 0 15px no-repeat;
	}
.menu-header ul li{ 
	text-transform:normal; 
	}
.menu-header a{
	color:#000;
	text-decoration:none;  
	display:block;
	line-height:12px;
	padding:11px 0 12px 0;
	border-bottom:#d0ceca 1px solid; 
	font-weight:700;
	font-size:14px;
	text-align: left;	
	
	}
.menu-header a:hover,
.menu-header .current_page_item a{
	color:#5f3a32;
	background:url(../images/bg_mainnavlia.png) bottom center no-repeat;
	}
.menu-header .menu-item-174  a{
	border:none;
	}
.menu-header .menu-item-174 a:hover,
.menu-header .current_page_item.menu-item-174 a{
	border-bottom:#d0ceca 1px solid;
	}


.active a{
	color: #5f3a32 !important;
}
/* =container 
-------------------------------------------------------------- */
 .icerik {
	padding: 100px 0 0 0;
	text-align: left;
 }
.container.one-column{
	width:100%;
	}
 
.projebaslik {
	background-color: #ebebeb;
}
.projebaslik h3 {
	font-size: 15px;
}
.projebaslik a {
	color: #000;
}
.ekip {
	padding: 5px 5px 4px 5px;
    border: 3px solid #bbb;
}
.projebaslik a:hover {
	text-decoration: none !important;
	color: #975753 !important;
}

.ekip .projebaslik {	
	background:transparent url(../images/projeAdibg.png);
}
.ekip .projebaslik h3 {
	font-size: 15px;
}
.ekip .projebaslik a {
	color: #000;
}

.ekip .projebaslik a:hover {
	text-decoration: none !important;
	color: #975753 !important;
}
 
 pre,
 kbd,
 tt,
 var {
	font-size: 15px;
	line-height: 21px;
}
 code {
	font-size: 13px;
}

 h1{
	font-size:14px;
	color:#302e2e;
	}
 h2{
	font-size:12px;
	color:#64777c;
	padding:0 0 28px;
	text-transform:normal;
	}
.entry-title{
	padding:0 0 12px 0px;
	background:url(../images/bg_title.png) bottom repeat-x; 
	margin:0 0 12px;
	font-size:16px;
	}
 h3{
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:0 0 24px;
	}
 h4{
	font-size:11px;
	}
.formwrapper{
	padding:16px 0 0 0;
	}
.formwrapper li{
	padding:0 0 7px;
	}
.entry-content  .formwrapper input{
	margin:0;
	}
.formwrapper  input{
	width:340px;
	padding:10px 0 12px 20px;
	color:#000000;
	background:#f3f0ed url(../images/bg_form.png) bottom repeat-x; 
	font-size:12px;
	line-height:13px;
	border:0;
	}
.formwrapper .wpcf7-submit{
	text-transform:normal;
	background:url(../images/bg_submit.png) 0 0 no-repeat;
	width:85px;
	height:46px;
	overflow:hidden;
	cursor:pointer;
	padding:0;
	text-align:center;
	color:#000000;
	font-size:10px;
	letter-spacing:1px;
	}
.formwrapper  textarea{
	height:147px;
	overflow:hidden;
	width:320px;
	padding:14px 20px;
	border:0;
	overflow:hidden;
	color:#000000;
	background:#f3f0ed url(../images/bg_form.png) bottom repeat-x; 
	font-size:12px;
	line-height:13px;
	}
.red{
	color:#5f3a32;
	}
.lists {
	padding:0 0 18px;
	}
.lists li{
	line-height:22px;
	padding:0 0 5px 25px;
	background:url(../images/bg_star.png) 0 7px no-repeat;
	}
#content p{
	font-size: 20px;
	line-height:26px;
	padding:0 0 20px;
	}
#content p small{
	font-size:10px;
	color:#393838;
	}
.imgbox{
	padding:5px 5px 4px 4px;
	margin:0 0 25px;
	background:url(../images/bg_imgbox.png) 0 0 no-repeat;
	}
.textbox{
	background:url(../images/bg_textbox.png) top repeat;
	padding:20px;
	
	}
	.textbox p{
		 font-size: 18px;
		 line-height: 24px;
		}
.entry-content a{
	text-decoration:underline;
	}
.entry-content a:hover{
	text-decoration:none;
	}
.entry-content  img{
	vertical-align:top;
	} 
/* Comments form */ 
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
} 
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation { 
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {

}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin-left:-16px;
	width:376px;
	padding:0 0 3px;
	overflow:hidden;
}
#content .gallery .gallery-item {
	padding:5px 5px 4px 5px;
	border:3px solid #bbb;	
	float:left;
	margin:0 0 14px 16px;
	display:inline;
}
#content .gallery img { 
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
} 
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
} 
#content .video-player {
	padding: 0;
}


/* Main sidebars */

#primary {
	float: right;
	width:152px;
	padding:19px 0 0 0;
} 
.page-id-8  #primary,
.parent-pageid-8    #primary{
	padding-bottom:90px;
	}
.widget-container {
	margin: 0 0 18px 0;
	background:url(../images/bg_primary.png) 0 0 no-repeat;
	font-size:11px;
	text-transform:normal;
	padding:51px 0 0 0;
}
.widget-container  li a{
	display:block;
	padding:9px 12px;
	line-height:16px;
	color:#975753;
	border-bottom:#d6d5d3 2px solid;
	background:#eeeceb;
	} 
.widget-container  li a:hover,
.widget-container  li.current_page_item a{
	color:#302928;
	background:#f5f4f3;
	text-decoration:none;
	}
.widget-title {
	padding:0 0 6px 24px;
	line-height:13px;
	font-size:11px;
	color:#64777c;
	background:url(../images/bg_star.png) 12px 4px no-repeat;
}
.widget-title span{
	display:inline-block;
	padding:0 15px 0 0;
	background:url(../images/bg_star.png) right 4px no-repeat;
	}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px; 
} 


/* =Footer
-------------------------------------------------------------- */

#footer {
	width:1280px;
	position:absolute;
	left:50%;
	margin-left:-640px;
	bottom:0;
	text-align:left; 
}
#siteby{
	position:absolute;
	left:67px;
	bottom:192px;
	font-size:10px;
	color:#6d6a6a;
	text-transform:normal;
	
	}
#siteby a{
	color:#403c3c;
	}
#siteby a:hover{
	text-decoration:none;
	color:#975753;
	}
	
	
div.wpcf7-mail-sent-ok {
    border: none!Important;
	font-style:italic;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}




/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}




/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}