html,body {
	overflow-x: hidden;
}

body {
	
	background: url(../../layout/images/mermer.png);
	line-height: 1.6;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	padding-right: 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	margin-top: 0;
}

.row {
	margin-right: -5px;
	margin-left: -5px;
}

[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.pt0 {
	padding-top: 0 !important;
}

.mrl10 {
	margin-right: 10px;
	margin-left: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mbr10 {
	margin-bottom: 10px;
	margin-right: 10px;
}

.mbl10 {
	margin-bottom: 10px;
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.pt20 {
	padding: 20px 0 0;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

.social-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	color: #fff;
	margin-left: 5px;
	background: #111;
	text-align:center;
	border-radius: 50%;
	line-height: 48px;
	font-size: 21px;
}

.social-icon:hover {
	
}

.facebook {
    background: #395692;
}

.twitter {
    background: #1F9CEB;
}

.instagram {
    background: #CE2F74;
}

.youtube {
    background: #F60001;
}

.social-icon.kucuk {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
}

/*BOOTSTRAP KESKIN KOSELER*/
.btn, .panel, .form-control, .list-group, .list-group-item {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
/*BOOTSTRAP KESKIN KOSELER*/

/*HEADER 1*/
#header1 .navbar {
	margin-bottom: 0;
	border-radius: 0;
}

#header1 .navbar-default {
	background: #fff;
	border: none;
	padding: 20px 0;
}

#header1 .navbar-brand {
	height: auto;
}

#header1 .navbar-brand img {
	height: 250px;
    width: 250px;
    margin-top: -60px;
    margin-bottom: -50px;
}

#header1 .navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 20px;
  font-family: 'Dosis', sans-serif;
}

#header1 .navbar-default .navbar-nav > li > a:hover,
#header1 .navbar-default .navbar-nav > li > a:focus {
  color: #b2a176;
  background-color: #fff;
}

#header1 .navbar-default .navbar-nav > .active > a,
#header1 .navbar-default .navbar-nav > .active > a:hover,
#header1 .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #b2a176;
}

#header1 .navbar-default .navbar-nav > .disabled > a,
#header1 .navbar-default .navbar-nav > .disabled > a:hover,
#header1 .navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
	#header1 .navbar-nav {
		margin-top: 50px;
	}
}

#header1 .navbar-toggle {
	margin-top: 35px;
}

#header1 .navbar-default .navbar-toggle {
  border-color: transparent;
}

#header1 .navbar-default .navbar-toggle:hover,
#header1 .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

#header1 .navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

#header1  .navbar-default .navbar-nav > .open > a,
#header1 .navbar-default .navbar-nav > .open > a:hover,
#header1 .navbar-default .navbar-nav > .open > a:focus {
  color: #B2A176;
  background-color: transparent;
}

#header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000;
	font-size: 15px;
}

#header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
#header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #B2A176;
	background-color: transparent;
}

@media (max-width: 767px) {
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }

  #header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #b2a176;
    background-color: #fff;
  }

  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #B2A176;
    background-color: transparent;
  }
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.dropdown-menu {
  background-color: rgba(255,255,255,0.5);
  border: none;
  border-radius: 0px;
}


/*HEADER 1*/

/* FOOTER */
#footer {
	background: #fff;
	
}

#footer .row {
	margin-right: -20px;
	margin-left: -20px;
}

#footer [class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}

.column {
	padding: 30px 0;
	font-size: 12px;
	color: #666;
	line-height: 1.3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

@media (max-width: 767px) {
	.column {
		margin-bottom: 10px;
		padding: 10px;
		margin-top: 75px;
	}
}

.column h3 {
	color: #555;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0;
}

.column ul {
	list-style: none;
	padding: 0;
	list-style-position: inherit;
}

.column li {
	padding-left: 0.85em;
	position: relative;
}

.column li:before {
	content: "\f054"; 
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	left: 0; 
	top: 0.50em;
}

.column li a {
	color: #666;
	font-size: 12px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0.85em;
}

.column li a:hover {
	color: #969696;
}

.parallax-window {
    min-height: 80px;
    padding: 30px 0;
    background: transparent;
    margin-bottom:0;
    margin-top: 0;
    background: #121212;
}

.dip {
	background: #fff;
	padding: 10px 0;
	text-align:center;
	color: #444;
	font-size: 12px;
}

.dip i {
	color: #969696;
}
/* FOOTER */

/* SAYFA BASLIKLARI */
.page-header {
  position: relative;
  
  color:#fff;
  padding:50px 0;
  margin:0 0 30px;
  overflow: hidden;
  border-bottom:none;
  border-top:1px solid #ddd;
  border-bottom:0px solid #ddd;
}

.page-header.bg-red {
  background-color: #b2a176;
}

.page-header .overlay-gradient {
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  z-index: 1;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header h1 {
  font-weight: 700;
  font-size:48px;
  color:#111;
  margin:0 0 0px;
  letter-spacing: 0.5px;
  font-family: 'Dosis', sans-serif;
}

.yazar-h2 {
  font-weight: 700;
  font-size:24px;
  color:#969696;
  margin:0 0 20px;
  letter-spacing: 0.5px;
  font-family: 'Dosis', sans-serif;
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size:25px;
    margin-bottom: 10px;
  }
}

.bg-red .breadcrumb {
  background-color:#b2a176;
}

/* Breadcrumb */
.breadcrumb {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 0;
  background-color: #b2a176;
  border-radius: 0;
}

.breadcrumb > li + li:before {
  padding: 0 6px;
  color: #eaeaea;
}

.breadcrumb > .active {
  color: #fafafa;
}

.breadcrumb a {
  color:#fff;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color:#fff;
}

/* ikinci tip baslik */
.pages-h1 {
	background: #b2a176;
	margin-bottom: 10px;
}

.pages-h1 h1 {
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 700;
}

/* ikinci tip baslik */

/* SAYFA BASLIKLARI */

/* İLETİŞİM SAYFALAR */

.sub-title {
  margin: 0px 0 0px 0 !important;
  color: #fff;
  background: #111;
  font-size: 24px;
  font-weight: 300; 
  padding: 10px 30px;
  text-align:left;  
  font-family: 'Dosis', sans-serif;
  display: none;
}

.iletisim-page .list-group-item {
	border: none;
	font-size: 18px;
}


.harita {
  width: 100%;
  height: 550px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
	.harita {
		height: 300px;
	}
}

.contact-form-custom {
  background: #fff;
  padding: 0;
}

.contact-form-custom .form-control {
	box-shadow: none !important;
	border: none;
	border-bottom:1px solid #ddd;
}

.list-group-item {
	font-family: 'Dosis', sans-serif;
}

.contact-section .list-group-item b {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
	

/* İLETİŞİM SAYFALAR */

/* SAYFA İCERIKLERI */
.sayfa-icerik {
	padding: 0;
	background: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.sayfa-icerik h2 {
	font-size: 15px;
	color: #000;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.sayfa-icerik h2:after {
	content: '';
	width: 25%;
	height: 4px;
	margin-top: -2px;
	top: 100%;
	left: 0;
	background: #b2a176;
	position: absolute;
}

.ekstraphoto {
	padding: 0;
	background: transparent;
	margin-bottom: 10px;
	transition: background 0.4s;
	-webkit-transition: background 0.4s;
}

.ekstraphoto img {
	display: block;
	height: auto;
	width: 100%;
}

.label {
	margin-right: 5px;
}

.label-tag {
  background-color: #fff;
  font-weight: 400;
  font-size: 11px;
  border:1px solid #ddd;
  color: #000;
}

.label-tag[href]:hover,
.label-tag[href]:focus {
  background-color: #f5f5f5;
  color: #121212;
}

.label-tag i {
	vertical-align: middle;
	margin-right: 5px;
}

.galeri {
	padding: 0px;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);	
}

.galeri img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.galeri:hover img {
  transform:scale(1.3) rotate(10deg);
  -webkit-transform:scale(1.3) rotate(10deg);
  -ms-transform:scale(1.3) rotate(10deg);
}

.video {
  padding: 0;
  background: #fff;
  margin-bottom: 30px;
  transition: border-color 0.4s;
  webkit-transition: border-color 0.4s;
  border:5px solid gray;
  position: relative;
}

.video .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: gray;
  z-index: 999;
  font-family: 'Dosis', sans-serif;
}

.video .title a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 15px 7px;
  font-weight: 700;
}

.video .image {
  position: relative;
}

.video .image img {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

.video .image .play {
  position: absolute;
  top: 35%;
  left: 45%;
  right: 45%;
  color: #fff;
  font-size: 350%;
  z-index:1;
  transition: color 0.4s;
  -webkit-transition: color 0.4s;
}

.video .image .play a {
  color: #fff;
}

.hizmet {
	margin-bottom: 15px;
	background: #F04836;
}

.hizmet .image {
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;	
}

.hizmet .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}

.hizmet .image:hover img {
  transform:scale(1.3) rotate(10deg);
  -webkit-transform:scale(1.3) rotate(10deg);
  -ms-transform:scale(1.3) rotate(10deg);
}

.hizmet-link {
	display: block;
	text-align:center;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}

.referans {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         inset 0px 0px 10px 0px rgba(50, 50, 50, 0.10);	
	border: 1px solid #ddd;
	text-align:center;
	display: table;
	height: 150px;
	width: 100%;
	margin-bottom: 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.referans:hover {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
	box-shadow:         inset 0px 0px 10px 0px rgba(50, 50, 50, 0.20);	
}

.referans p {
	display: table-cell;
	vertical-align: middle;
}

.referans img {
	width: auto;
	height: 50px;
}

/* SAYFA İCERIKLERI */

#bypill {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#bypill img {
	height: 35px;
}

.hakkimizda {
	padding: 40px 0;
	background: url(../images/arkaplan.png) no-repeat bottom left;
}

@media (max-width: 767px) {
	.hakkimizda {
		padding: 40px 0;
	}
}

.hakkimizda .image {

}

.hakkimizda .image img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.hakkimizda .image {
		margin-top: 20px;
	}	
}

.hakkimizda .text {
	padding-right: 40px;
}


.home-title {
	color: #232323;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	font-family: 'Dosis', sans-serif;
}

.home-title b {
	font-weight: 400;
	color:gray;
}



.hakkimizda .text h2 {
	color: #111;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-family: 'Dosis', sans-serif;
}

.hakkimizda .text p {
	font-size: 15px;
	color: #121212;
	line-height: 1.7;
	display: block;
	margin-bottom: 20px;
}

.btn-primary {
	background: transparent;
	border-color: #121212;
	color: #121212;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.btn-primary:hover {
	background: #121212;
	color: #fff;
	border-color: #121212;
}

.projeler {
	padding: 30px 0;
	
}

@media (max-width: 767px) {
	.projeler {
		padding: 0!important;
	}
}
.colon {
	float: left;
	width: 33.33%;
	padding: 10px;
	font-size: medium;
  }

.on-title {
	color: #232323;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	padding-left: 90px;
	font-family: 'Dosis', sans-serif;
    border-bottom:1px solid gray;
    padding-bottom: 20px;
}

.on-title b {
	font-weight: 400;
	color: gray;
}

.on-title:before {
	position: absolute;
	content:'';
	width: 80px;
	height: 2px;
	background: gray;
	left: 0px;
	top: 25px;
}

.proje-tabs {
	margin-top: 15px;
}

.projeler .row {
	margin-right: -15px;
	margin-left: -15px;
}

.projeler [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.nav-rtl {
	padding-left:40px;
	padding-right:0px;
}

.nav-rtl li {
	float:right;
}

.nav-tabs {
	border: 0px none;
}

.nav-tabs > li > a {
	border: 0px none !important;
	color: gray !important;
	font-size: 21px;
} 


@media (max-width: 767px) {
    .nav-tabs > li > a {
        font-size: 14px;
    }
}

.nav-tabs > li > a:hover {
	background: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	font-weight: 700;
	background: transparent;
	color: gray !important;
}

.proje1 {
	position: relative;
    background: gray;
    padding: 10px;
}

.proje1 .image {
	position: relative;
}

.proje1 .image img {
	display: block;
	width: 100%;
	height: auto;
}

.proje1 .cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(198,180,130,0.4);
	cursor: pointer;
	display: none;
	align-items:center;
	text-align:center;
	width: 100%;
}

.proje1 .logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.25);	
}

.proje1 .cover p {
	width: 100%;
	text-align:center;
	font-family: 'Dosis', sans-serif;
}

.proje1:hover > .cover {
	display: flex;
}


.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.bubion-icon {
	width: 48px;
	height: 48px;
	color: #fff;
	background: gray;
	line-height: 48px;
	font-size: 18px;
	text-align:center;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 13px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 13px 0px rgba(0, 0, 0, 0.25);	
}

.bubion-title {
	display: block;
	margin-bottom: 15px;
	font-size: 48px;
	color: #fff !important;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
	font-weight: 700;
}

@media (max-width: 767px) {
    .bubion-title {
        font-size: 18px;
    }
}

.bant {
	background: #ccc;
	margin-top: 30px;
}


.bant-sol {
	background: gray;
	width: 50%;
	float: left;
	padding: 20px 0;
	text-align: right;
	padding-right: 50px;
}

.bant-sag {
	background:darkgray;
	width: 50%;
	float: right;
	padding: 20px 0;
	text-align: left;
	padding-left: 50px;
}

@media (max-width: 767px) {

	.bant-sol, .bant-sag {
		text-align:center;
		padding-left: 5px;
		padding-right: 5px;
	}

	.bant .btn-lg {
		font-size: 11px;
	}	

	.bant .btn {
		padding: 5px !important;
	}
}


.height60 {
	height: 10px;
}

.bant .btn-default {
	border-color: #fff;
	background: transparent;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.25);	
}

.bant .btn-default:hover {
	border-color: #111;
	background: #111;
	color: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.65);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.65);	
}


.guncel {
	padding: 20px 0;
}

.guncel .row {
	margin-right: -15px;
	margin-left: -15px;
}

.guncel [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}


.post {
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border: 3px solid transparent;
    padding: 20px;
    background: #e3dbc4;
    min-height: 370px;
}

.post  .isim {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
	.post {
		margin-bottom: 30px;
	}
}

.post:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	border-color: gray;
}

.post .image {
	position: relative;
    
}

.post .image img {
	display: block;
	width: 100%;
	height: auto;
    border:2px solid #fff;
}

.post .title a {
    color: #121212;
    font-size: 21px;
    display: block;
    padding: 10px 0;
    font-weight: 700;
}

/*
466x339
*/

#kapsar {
    z-index: 999999;
    
}

.slide-bant {
	width: 100%;
	padding: 10px 0;
	z-index: 9999999;
    margin-top: -60px;
    background: rgba(255,255,255,0) !important;
    position: relative;
}

.slide-bant .row {
	margin-right: -15px;
	margin-left: -15px;
}

.slide-bant [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.s3 {
	padding: 15px 0;
	background: rgba(255,255,255,0.4);
	padding-left: 15px;
	padding-right: 15px;
}

.s3 .baslik {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.s3 .baslik i {
	color: #b2a176;
	font-size: 24px;
	margin-right: 5px;
}

.s3 p {
	color: #444;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
}

@media (max-width: 767px) {
    .s3 .baslik {
        font-size: 12px;
    }
    
    .s3 .baslik i {
        font-size: 15px;
    }
}

.s3 .baslik span {
	float: right;
}

.s3 .baslik span i {
	font-size: 13px !important;
}

.iletisim-page .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.cagri-form label {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
}

.ozel-icerik {
	font-size: 18px;
	line-height: 1.8;
	font-family: 'Dosis', sans-serif;
}

.proje-single {
	padding: 30px 0;
	min-height: 500px;
}

.proje-single h3 {
	
	color: black;
    font-size: 25px;
    width: 100%;
	font-size: 18px;
	line-height: 1.8;
	padding: 20px 0;
	margin-bottom: 40px;
}

.pt .row {
	margin-right: 0px;
	margin-left: 0px;
}

.pt [class*="col-"] {
	padding-right: 0px;
	padding-left: 0px;
}



.pt .image {
	position: relative;
}

.pt .image  .res-img {
	display: block;
	width: 100%;
	height: auto;
}

.pt-content {
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
	height: 600px !important;
}

.pt-content div {
	width: 100%;
	text-align:left;
	color: #444;
	font-size: 17px;
	line-height: 1.7;
	font-family: 'Dosis', sans-serif;
}

.p-logo {
    position: absolute;
    width: 197px;
    height: 105px;
    text-align: center;
    display: flex;
    align-items: center;
    background: #fff;
    right: -50px;
    top: -28px;
	-webkit-box-shadow: -7px -7px 10px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    -7px -7px 10px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         -7px -7px 10px 0px rgba(0, 0, 0, 0.05);
}

.p-logo p {
	width: 100%;
	text-align:center;
}

.p-logo img {
	height: 120px;
}

.team {

}

.team .row {
	margin-right: -15px;
	margin-left: -15px;
}

.team [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.team-member {
	margin-bottom: 30px;
	position: relative;
}

.team-member .image {
	position: relative;
}

.team-member .info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	display: none;
	font-family: 'Dosis', sans-serif;
	padding: 20px;
	background: rgba(178,161,118,0.9);
}

.info h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.team-member .image:hover > .info {
	display: block;
}

.team-member .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.team-member .title {
	color: #121212;
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.team-member .alt-title {
	color: #969696;
	font-size: 13px;
}


.proje-harita {
	width: 100%;
	height: 450px;
	margin-top: 40px;
	margin-bottom: 40px;
}


.stories {
	padding: 5px 0;
	background: #f7f7f8;
	display: none;
}

@media (max-width: 767px) {
	.stories {
		display: block;
	}
}

.story {
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;	
}

.story img {
	border:2px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.15);	
	cursor: pointer;		
}

.story-read {
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999;
	overflow-y: auto;
	display: none;
}

.story-read h5 {
	color: #121212;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 20px;
	font-weight: 700;
}

.story-read p {
	font-size: 18px;
	color: #444;
	padding: 20px;
}

.story-read .special-img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cross {
	z-index: 10000;
	position: fixed;
	right: 20px;
	top: 20px;
	display: none;
}

.cross i {
	font-size: 16px;
	color: #969696;
}

.my-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border:2px solid #fff;
}

.my-list li {
	background: #111;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.my-list a {
	color: #ccc;
	font-size: 16px;
	font-family: 'Dosis', sans-serif;
	display: block;
	padding: 15px 50px;
}


.my-list i {
	color: rgba(255,255,255,0.2);
	margin-right: 5px;
}

.my-list a:hover > i {
	color: #fff;
}

.yazar {
    margin-bottom: 15px;
    padding: 20px;
    background: gray;
    border:5px solid #e3dbc4;
}

.yazar .image {
    position: relative;
    
}

.yazar  .isim {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}

.yazar .image img {
    display: block;
    width: 100%;
    height: auto;
    border:2px solid #fff;
}

.yazar-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: 15px;
    font-family: 'Oswald', sans-serif;
}

.sahibinden {
    position: fixed;
    right: 10%;
    top: 15%;
    z-index: 99999;
}

.sahibinden img {
    height: 40px;
}

.slide-video {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999999999;
    display: flex;
    align-items: center;
}

.slide-video div {
    width: 100%;
    text-align:center;
}

.modal-content, .modal-body {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: none !important;
}
.baslik a{
    color: #000;
}

@media (max-width:767px){
    .on-title {
    color: #232323;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 0px!important;
    font-family: 'Dosis', sans-serif;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
}
    
    .on-title:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background:gray;
    left: 0px;
    top: 25px;
        display: none!important;
}
    
    .pt-content{
        display: none!important;
    }
    
    .p-logo img {
    height: 78px!important;
}
    
    
    .p-logo {
    position: absolute;
    width: 197px;
    height: 105px;
    text-align: center;
    display: flex;
    align-items: center;
    background: transparent!important;
    right: -50px;
    top: -33px!important;
    -webkit-box-shadow: -7px -7px 10px 0px rgba(0, 0, 0, 0)!important;
    -moz-box-shadow: -7px -7px 10px 0px rgba(0, 0, 0, 0.0)!important;
    box-shadow: -7px -7px 10px 0px rgba(0, 0, 0, 0)!important;
}
    
    .home-title {
    color: #232323;
    font-size: 20px!important;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-family: 'Dosis', sans-serif;
}
    
    .s3 {
    padding: 15px 0;
    background: rgba(255,255,255,0.1);
    padding-left: 15px;
    padding-right: 15px;
}
    
    .slide-bant {
    width: 100%;
    padding: 10px 0;
    z-index: 9999999;
    margin-top: 0!important;
    background: rgba(255,255,255,0) !important;
    position: relative;
    margin-bottom: -55px;
}
    
    .btn-primary {
    background: transparent;
    border-color: #121212;
    color: #121212;
    font-size: 9px!important;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
    
    
}

iframe{
    width: 100%;
}


.kredi {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 6px 12px -6px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 50px;
}

.kredi h3 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px!important;
    padding: 0!important;
}


.kredi .form-group {
    margin-bottom: 5px;
}

.kredi .form-control {
    border: none;
    box-shadow: none;
    background-color: #F4F4F4;
    font-size: 16px;
}

.btn-hesap {
    padding: 5px 30px;
    background-color: gray;
    border: none;
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-weight: 600;
    margin: 10px 0 0 0;
}


.sonuc h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 5px;
}

.sonuc h4 span {
    float: right;
}


.h_sonuc {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.h_sonuc li {
    color: #555;
    font-size: 15px;
    border-bottom: 1px solid #f4f4f4;
    font-family: 'Montserrat', sans-serif;
}

.h_sonuc li:last-child {
    border-bottom: none!important;
}

.h_sonuc li span {
    float: right;
    font-weight: 700;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}