@charset "UTF-8";

/* General
=================================================================================*/

body {
	background: #fbfbfb;
	color: #777777;
	font-family: "Open Sans", sans-serif !important;	
}

/* reset bootstrap component */
.entry-title:hover,
a:hover {
	color: #c69013 !important;
	text-decoration: none;
}

a:focus { 
	outline: none; 
}

label { 
	line-height: 1em; 
}

br,
label,
.form-control,
.btn {
	margin-bottom: 1em;
}

input,
select {
	height: 3em !important;
	font-size: 1em !important;
}

input,
textarea {
	box-shadow: none !important;
	border: 2px solid #dedede !important;
	border-radius: 0 !important;
	background: #f5f5f5 !important;
}

input:focus,
textarea:focus {
	border: 2px solid #C0392B !important;
}

.btn {
	border-radius: 0 !important;
	border: 1px solid #dedede !important;
	-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;		
}

/* icon divider */
.divider {
	position: relative;
	background: #eeeeee;
	width: 100%;
	height: 1px;
	margin: 4em 0;
}

.divider span {
	color: #bfbfbf;
	position: absolute;
	top: -0.5em;
	font-size: 1em;
}

/* section */
.section {
	padding: 5em 0 5em 0;
}

/* padding bottom */
.pad-bottom {
	padding-bottom: 2em;
}

/* dropcaps */
.dropcaps { 
	float: left; 
	color: #C0392B; 
	font-size: 6em; 
	line-height: 60px; 
	padding-top: 10px; 
	padding-right: 10px; 
	padding-left: 3px; 
	font-family: "Open Sans", sans-serif !important;	
}

/* loader */
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/ajax-loader.gif') 50% 50% no-repeat #ffffff;
}

/* clear space */
.clear-space {
	margin: 0 !important;
}


/* Typography
=================================================================================*/

html>body { 
	font-size: 14px; 
	font-family: "Open Sans", sans-serif !important;
	font-weight: 400;
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased; 	
} 

p { 
	margin: 2em 0;
	font-size: 1em; 
	line-height: 2em; 
}

h1 {
    font-size: 2.5714285714em;
    margin: 0.67em 0;
}

h2 {
    font-size: 2.14285714em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.714285714em;
    margin: 1em 0;
}

h4 {
    font-size: 1.285714em;
    margin: 1.33em 0;
}

h5 {
    font-size: 1em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.85714285714em;
    margin: 2.33em 0;
}

h1.sm {
    font-size: 1.714285714em;
    margin: 0.67em 0;
}

h2.sm {
    font-size: 1.285714em;
    margin: 0.83em 0;
}

h3.sm {
    font-size: 1em;
    margin: 1em 0;
}

h4.sm {
    font-size: 0.85714285714em;
    margin: 1.33em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: "Open Sans", sans-serif !important;	
	font-weight: 700;
}

h1.normal,
h2.normal
h3.normal
h4.normal
h5.normal
h6.normal { 
	font-weight: 400; 
}

small { 
	font-size: 75%; 
}


/* Heading and Headline
=================================================================================*/

.heading {
}

.heading h1 {
	margin: 0.7778em 0;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.heading h1 span {
	color: #c69013;
}

.headline {
	margin-bottom: 1em;
}

.headline h1 {
	text-transform: uppercase;
	margin: 0;
	font-size: 1.714285714em;
}

.headline h1.first {
	display: block;
	position: relative;
	color: #bfbfbf;
	letter-spacing: -0.1em;
	word-spacing: 0.1em;
}

.headline h1.second {
	display: inline-block;
}

.headline .icon-angle-down {
	font-size: 2.1em;
	color: #bfbfbf;
	margin-top: 10px;
}


/* Nav
=================================================================================*/

/* logo */
.navbar-brand {
	display: block;
	margin-top: .5em;
	margin-bottom: 1em;
	width: 227px;
	max-width: 227px;
	height: 85px;
	max-height: 85px;
	padding: 0 1em .5em 1em;
	overflow: hidden;
}

/* navigation */
.mobile-nav {
	display: none;
}

.header {
	float: left;
	border: none;
	width: 280px;
	height: 100%;
	background: white;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.header nav {
	display: block;
	clear: both;
	height: auto;
	margin: 0;
	padding: 0;
}

.header .nav {
	margin: 0 0 2em 0;
	padding: 0;
}

.header .nav li {
	display: block;
	width: 100%;
}

.header .nav a {
	position: relative;
	display: block;
	background: white;
	font-size: 15px;
	padding: 1em 0 1em 0;
	border-bottom: 1px dotted #eeeeee;
	color: #777777 !important;
	text-transform: uppercase;
}

.header .nav a:hover,
.header .nav a:focus {
	background: none;
	color: #000000 !important;
}

.header li.current {
	position: relative;	
}

/* varsayılan ok */ 
.header li.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;		
	border-color: transparent #C0392B transparent transparent;	
}

/* #intro section oku */ 
.header li.intro.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #f1c40f transparent transparent;
}

/* #about section oku */ 
.header li.about.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;			
	border-color: transparent #9b59b6 transparent transparent;
}

/* #social section oku */ 
.header li.social.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;		
	border-color: transparent #159B81 transparent transparent;
}
/* #gallery section oku */ 
.header li.gallery.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #139EDF transparent transparent;
}

/* left arrow color at #blog section */ 
.header li.blog.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;		
	border-color: transparent #34495e transparent transparent;
}

/* #contact section oku */ 
.header li.contact.current:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 25%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 15px 10px 0;		
	border-color: transparent #7f8c8d transparent transparent;
}

.header .navbar-nav a:hover {
	color: #000000 !important;
}


/* Wrapper
=================================================================================*/

.wrap {
	margin-left: 280px;
	background: white;
}


/* Sidebar
=================================================================================*/

.widget {
	display: block;
	margin-bottom: 2em;
}

.widget-title {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px dotted #dedede;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px 10px 15px;
	margin-bottom: 2em;
}

/* widget social */
.widget_social ul {
	list-style: none;
	margin: -5px;
	padding: 0;
}
.widget_social ul li {
	float: left;
	margin: 5px;
}
.widget_social a {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #eeeeee;
	color: #777777;
	border-radius: 50%;
}

/* widget flickr */
.widget_darukum_logo ul {  
	list-style: none;
	padding: 0;
	margin: -5px;
}

.widget_darukum_logo li {
	float: left;
	margin: 5px;
}

.widget_darukum_logo li img {
	width: 55px;
}		


/* Intro
=================================================================================*/

#intro {
	border-left: 3px solid #f1c40f;
}

#slides {
	position: relative;
}

#slides .slides-container {
	position: relative;
	display: none;
}

#slides .scrollable {
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: " ";
	display: table;
	clear: both;
}

.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	top: 46%;
	width: 100%;
}

.slides-navigation a {
	position: absolute;
	display: block;
	font-size: 2em;
	padding: 10px;
	color: white;
}

.slides-navigation a:focus {
	text-decoration: none;
}

.slides-navigation a.prev {
	left: 0;
}

.slides-navigation a.next {
	right: 0;
}

.slides-pagination {
	position: absolute;
	z-index: 3;
	bottom: 2em;
	text-align: center;
	width: 100%;
}

.slides-pagination a {
	border: 2px solid #444;
	width: 20px;
	height: 20px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
	color: transparent;
}

.slides-pagination a:hover {
	color: transparent !important;
}

.slides-pagination a.current {
	background: #444;
}

.slide-caption {
	position: absolute;
	top: 37%;
	right: 0;
	left: 32%;
	z-index: 2;
	padding-right: 4em;
}

.slide-caption h1 {
	font-family: "Open Sans", sans-serif !important;	
	font-weight: 700;	
	color: #C0392B;
	text-transform: uppercase;
	letter-spacing: -0.1em;
	word-spacing: 0.1em;
	font-size: 6em;
	line-height: 1em;
	margin: 0;
}

.slide-caption p {
	font-family: "Open Sans", sans-serif !important;	
	color: white;
	font-size: 2em;
	margin: 0;
	line-height: 1.2em;
}


/* About
=================================================================================*/

#about {
	border-left: 3px solid #9b59b6;
}

.person {
	text-align: center;
}

.person .name,
.person .photo {
	margin-bottom: 2em;
}

.person .name h2 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.person .social a {
	padding: 0 10px 0 10px;
	color: #777777;
	font-size: 18px;
}

/* Skill Bar */
.skill { 
	background: #eeeeee; 
	margin-bottom: 1em;
}

.skill-bar {
	position: relative;
	background: #000000;
	height: 2em;
	line-height: 2em;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
}

.skill-bar span,
.skill-bar strong { 
	color: white; 
}

.skill-bar strong { 
	float: right; 
}

.skill.emerald .skill-bar { 
	background: #2ecc71; 
}

.skill.alizarin .skill-bar { 
	background: #e74c3c; 
}

.skill.sun-flower .skill-bar { 
	background: #f1c40f; 
}

.skill.peter-river .skill-bar { 
	background: #3498db; 
}




/* social life
=================================================================================*/

#social {
	border-left: 3px solid #16a085;
}

#social .section {
	/*padding: 2em 0;*/
}

.social {
	/*margin: 2em 0;*/
}

#social .ico {
	margin-bottom: 2em;
}

#social .ico span {
	display: block;
	font-size: 5em;
	margin: auto;
	color: #eeeeee;
}


/* gallery
=================================================================================*/

#gallery {
	border-left: 3px solid #139EDF;
}

.filters {
	margin-bottom: 30px;
}

.filters a {
	display: inline-block;
	position: relative;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	color: #C0392B;
}

.filters a.active {
	position: relative;
	background: #000000;
	color: white !important;
}

.filters a:hover { 
	text-decoration: none; 
}

.projects {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 0px;
	text-align: center;
}

.projects .mix {
	position: relative;
	overflow: hidden;
	display: none;
	float: left;
	background: white;
	width: 25%;
}

.projects li:nth-child(2n+1) {
	background: #444444;
}

.projects li:nth-child(2n+1) .project-title {
	color: white;
}

.projects figcaption { 
	padding: 10px 20px 10px 20px; 
}

.projects .project-title {
	position: relative;
	margin: 0;
	font-weight: 400;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.projects .preview,
.projects .permalink {
	position: absolute;
	display: inline-block;
	background: #444444;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: white;
	border-radius: 50%;
	-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;		
}

.projects .preview {
	top: 40%;
	left: 45%;
}

.projects .permalink {

}

.projects .preview:hover,
.projects .permalink:hover {
	text-decoration: none;
	background: #000000;
}

.projects figcaption p {
	color: #bfbfbf;
	margin: 0;
}

/* display columns */
.four-columns .mix {
	width: 25%;
}

.three-columns .mix {
	width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
}

/* hover effect */
.hoverdir li figure,
.hoverdir li figure img {
	display: block;
	position: relative;
}

.hoverdir li figure { overflow: hidden; }

.hoverdir li .control {
	position: absolute;
	background-color: rgba(198, 144, 19, .7); /* rgba(75,75,75,0.7); */
	width: 100%;
	height: 100%;
}

/* Plans
=================================================================================*/

#plans {
	border-left: 3px solid #C0392B;
}

/* Contact
=================================================================================*/

#contact {
	border-left: 3px solid #7f8c8d;
}

#contact textarea.form-control {
	height: 216px;
}

#contact em {
	color: red;
}

#contact .btn {
	margin-bottom: 0;
}

#googlemap {
	width: 100%;
	height: 400px;
}

#contact .round {
	/*background: #eee;*/
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}

#contact .alert {
	margin-top: 2em;
}


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

#footer {
	background: #444444;
	color: #bfbfbf;
	padding: 1em 0 1em 0;
}


/* Page Title
=================================================================================*/

#page-title {
	padding: 2em 0;
	margin: 0;
	background: #444444;
}

#page-title h1 {
	color: white;
	letter-spacing: 0.1em;
	margin: 0;
}


/* Media Query
=================================================================================*/

@media (min-width: 768px) and (max-width: 980px) {

	/* portfolio/work */
	.projects .mix {
		width: 50%;
	}

	.wrap [class*="col-md"] {
		margin-bottom: 4em;
	}	

	/* divider */
	.divider {
		margin-top: 0;
	}
	
}

@media (max-width: 767px) {

	.header {
		display: none;
	}

	.mobile-nav {
		display: block;
	}

	.wrap {
		margin: 0;
	}

	.wrap [class*="col-md"] {
		margin-bottom: 4em;
	}

	/* heading */
	.heading {
		text-align: center;
	}

	/* divider */
	.divider {
		margin-top: 0;
	}

	/* portfolio/work */
	.projects .mix {
		width: 100%;
	}

	/* slide caption */
	.slide-caption {
		position: absolute;
		top: 37%;
		right: 0;
		left: 32%;
		z-index: 2;
		padding-right: 4em;
	}

	.slide-caption h1 {
		font-family: "Open Sans", sans-serif !important;	
		font-weight: 700;	
		color: #C0392B;
		text-transform: uppercase;
		letter-spacing: -0.1em;
		word-spacing: 0.1em;
		font-size: 4em;
		line-height: 1em;
		margin: 0;
	}

	.slide-caption p {
		font-family: "Open Sans", sans-serif !important;	
		color: white;
		font-size: 1em;
		margin: 0;
		line-height: 1.2em;
	}	

}

.gallery {
  padding-top: 80px;
  padding-bottom: 50px;
}
.gallery h1 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 32px;
  color: #2C2E2F;
}
.gallery .gal {
  display: block;
  height: 214px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}


.planlar .kat-nav {
  list-style: none;
}
.planlar .kat-nav li {
  float: left;
  height: 55px;
  line-height: 55px;
  border: 1px solid #b3c613;
  border-top: none;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  margin-right: 4px;
  cursor: pointer;
  color: #b3c613;
}


.planlar .katlar {
  margin-bottom: 60px;
}
.planlar .katlar .plan-detay {
  margin-top: 30px;
  display: none;
}
.planlar .katlar .plan-detay.aktif {
  display: block;
}
.planlar .katlar .plan-detay h1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 60px;
}
.planlar .katlar .plan-detay h1:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #b3c613;
  left: 0px;
  bottom: 0px;
}
.planlar .katlar .plan-detay ul {
  list-style: none;
}
.planlar .katlar .plan-detay ul li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
}
.planlar .katlar .plan-detay ul li span {
  float: left;
  padding-right: 6px;
  background-color: #f7f7f7;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 16px;
}
.planlar .katlar .plan-detay ul li strong {
  float: right;
  padding-left: 6px;
  background-color: #f7f7f7;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 16px;
}
.planlar .katlar .plan-detay ul li:before {
  content: '............................................................................................................................................................................................................';
  position: absolute;
  left: 0px;
  z-index: 1;
  font-weight: 300;
  font-size: 16px;
}
.planlar .katlar .plan-detay .buyut {
  position: absolute;
  right: 30px;
  top: 60px;
  font-size: 28px;
  color: #b3c613;
}
.iletisim-content h2 {
  font-weight: 700;
  font-size: 18px;
  color: #2B3039;
  margin-bottom: 20px;
  margin-top: 30px;
}
.iletisim-content ul {
  margin: 0px;
  padding: 0px;
}
.iletisim-content ul li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 15px;
}
.iletisim-content ul li i {
  width: 25px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-right: 10px;
  float: left;
  font-size: 24px;
  color: #6F7273;
}
.iletisim-content ul li p {
  font-weight: 400;
  font-size: 14px;
  color: #2B3039;
  line-height: 22px;
  height: auto;
  float: left;
  margin: 0px;
  width: calc(100% - 40px);
}
.iletisim-content ul li p a {
  font-weight: 400;
  font-size: 14px;
  color: #2B3039;
  text-decoration: none !important;
}
