.navbar-form input, .form-inline input {
	width:auto;
}

/* end */

/* custom theme + Bootstrap resets */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400');

header {
	min-height:100px;
}
h1, .h1 {
    font-size: 20px;
	margin-top: 10px;
    margin-bottom: 10px;
}
h2, .h2 {
    font-size: 19px;
	font-weight: bold;
}
h3, .h3 {
    font-size: 17px;
    font-weight: bold;
}
h4, .h4 {
    font-size: 17px;
    font-weight: bold;
}
.header{
	font-size:33px;margin-top:12px;text-align: center;display: block;
}
.lead {
    text-align: center;
}
p {
    font: 17px/1.4 'PT Sans','Open Sans',Helvetica,Arial,sans-serif;
	margin: 0 0 30px;
}
.img-responsive{
	margin: 0 auto;
}
.edit {
    float: left;
    margin-right: 10px;
}
input[type=text] {
	font-weight: bold;
}
.col-style{
	max-width: 300px;
	margin-left: auto;
    margin-right: auto;
}

.table-of-contents ul li a {
    margin: 8px 0;
    display: block;
}
.nav-stacked li a {
    margin: 8px 0;
    display: block;
}
.navbar-nav li {

    margin: 0 4px;
}

/* only apply sticky columns on wider screens */
@media (min-width: 1200px) {
  #sidebar {
 	margin-right: 5px;
  }

  #content {
 	padding-right:5px;
  }

  #sidebar.affix-top {
      position: static;
  }
  
  #sidebar.affix {
      position: fixed !important;
      top: 20px;
      width:200px;
  }

  #midCol.affix-top {
      position: static;
  }

  #midCol.affix-bottom {
      padding-top:0;
  }
  
  #midCol.affix {
      position:fixed !important;
  	  top: 20px;
  	  width:292px;
  }
}

.affix {
      position:static;
}

body {
  font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
  font-weight:300;
  color:#676767;
  background-color:#efefef;
}

a,a:hover {
	color:#77CCDD;
  	text-decoration:none;
}

.highlight-bk {
	background-color:#77CCDD;
    padding:1px;
    width:100%;
}

.highlight {
	color:#77CCDD;
}
  
h3.highlight  {
	padding-top:13px;
    padding-bottom:14px;
  	border-bottom:2px solid #77CCDD;
}

.navbar {
	background-color:#77CCDD;
  	color:#ffffff;
  	border-radius:0;
}
.navbar-nav > li > a {
  	color:#fff;
  	padding-left:20px;
  	padding-right:20px;
  	border-left:1px solid #66BBCC;
}
.navbar-nav > li:last-child > a {
  	border-right:1px solid #66BBCC;
}

.navbar-nav li a:hover {
  	background-color:#66BBCC;
}

.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
	color: #000;
  	opacity:.9;
}

.navbar-brand {
	color:#fff;
	padding: 10px 10px;
	line-height: 31px;
}
.navbar-brand a,a:hover{
	color:#000;
}
.collapse.in {
    display: block;
    padding-left: 20px;
}
.menu li > .cerceve{
}


.accordion-group {
	border-width:0;
}

.dropdown-menu {
	min-width: 250px;
}

.caret {
	color:#fff;
}

.navbar-toggle {
	color:#fff;
    border-width:0;
}
  
.navbar-toggle:hover {
	background-color:#fff;
}
.districtCol{
	
}
.districtCol li  {
    margin-bottom: 3px;
    padding: 3px 3px;
}
.districtCol li a:hover {
  	background-color:#66BBCC;
	color:#fff;
}
.panel,.panel-heading {
  	border-radius:0;
  	border-width:0;
  	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 3px  rgba(0, 0, 0, 0.09);
}

.breadcrumb {
	padding: 5px 0;
	overflow: hidden;
	position: relative;
	flex-direction: inherit;
	margin-bottom: 0;
	list-style: none;
	background-color: #ffffff;
	border-radius: unset;
}
.breadcrumb ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	align-items: center;
	white-space: nowrap;
	padding-inline-start: 5px;
	margin-bottom: 0px;
}
.breadcrumb .glyphicon {
	margin-right: 0px;
}
.breadcrumb ul li {
	margin-right: 0;
}
.breadcrumb ul li:not(:first-child) {
	padding-left: 5px;
}
.breadcrumb ul li a {
    padding-left: 4px;
}
.breadcrumb ul li:first-child:before {
	content: "";
	margin-right: 0;
}
.breadcrumb ul li:before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
}
.breadcrumb ul {
	list-style: none;
}

.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail .caption{
    padding-left: 2px;
    padding-right: 2px;
	padding: 1px;
    color: #333;
}
.caption h3{
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #77CCDD;
    text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.caption span{
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #77CCDD;
    text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumbnail>img, .thumbnail a>img {
    padding: 0;
}
.hover:hover {
    color: #000;
}
.well {
  	border-radius:0;
}

.accordion-heading .accordion-toggle, .accordion-inner, .nav-stacked li > a {
	padding-left:1px;
}
.sosyal {
    min-height: 40px;
    margin: 10px 0px 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.paylas {
    margin: 0;
    text-align: center;
	margin-left: -39px;
}
.paylas li {
    float: left;
    width: 33.3%;
    height: 40px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    background: #333;
}
.paylas a {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
.paylas li a:hover{
    text-decoration: underline;
}
.facebookp {
    background: url(../image/sosyal.png) 0 -836px no-repeat #3b5998;
    display: block;
    width: 100%;
    height: 40px;
}
.googlep {
    background: url(../image/sosyal.png) 0 -1021px no-repeat #e02f2f;
    display: block;
    width: 100%;
    height: 40px;
}
.twitterp {
    background: url(../image/sosyal.png) 0 -1811px no-repeat #55acee;
    display: block;
    width: 100%;
    height: 40px;
}
@media only screen and (max-width: 541px){
.paylas li {
    width: 100%;
    float: inherit;
}
.edit {
    float: none;
    margin: 0 auto;
    display: block;
}
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

footer {
	height:50px;
  	background-color:#dfdfdf;
  	color:#888;
  	margin-top:20px;
}

@media (min-width: 992px) {
  .no-gutter.row > div[class*='col-md'] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter.row > .col-md-12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
  }
  .no-gutter.row .col-md-11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
  }
  .no-gutter.row > .col-md-10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
  }
  .no-gutter.row > .col-md-9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
  }
  .no-gutter.row > .col-md-8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
  }
  .no-gutter.row > .col-md-7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
  }
  .no-gutter.row > .col-md-6 {
    width: 49.99999999999999%;
  }
  .no-gutter.row > .col-md-4 {
    width: 33.33333333333333%;
  }
  .no-gutter.row > .col-md-3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
  }
  .no-gutter.row > .col-md-2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
  }
  .no-gutter.row > .col-md-1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
  }
}

#left ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* sign for parent item */
#left ul.nav li .sign {
    display: inline-block;
    padding: 4px 10px;
    background-color: transparent;
}
#left ul.nav li.parent>a>.sign{
    margin-left: 0px;
}
.columns{   
    -moz-column-width: 17.5em; /* Firefox */
    -webkit-column-width: 17.5em; /* webkit, Safari, Chrome */
    column-width: 17.5em;
	margin: 0;
    padding: 0;
    list-style-type: none;
	text-align: center;
}

/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child{
    margin-top:0px;
}

.glyphicon { margin-right:5px;}
.rating .glyphicon {font-size: 22px;}
.rating-num { margin-top:0px;font-size: 34px; }
.progress { margin-bottom: 5px;}
.progress-bar { text-align: left; }
.rating-desc .col-md-3 {padding-right: 0px;}
.sr-only { margin-left: 5px;overflow: visible;clip: auto;text-shadow: 2px 0px 4px #000;width: 100%;}
.well {}
.alert {
	background-position: 2% 7px;
	background-repeat: no-repeat;
	background-size: auto 35px;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	min-width: auto !important;
	text-align: left;
	padding-left: 68px;
}
.alert.alert-success {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAqFBMVEX////w8PDw8PDw8PDw8PDw8PDw8PDw8PDW1tbn5+ff398PnVjd3d3i4uIPnVjk5OQPnVjg4OAPnVgzqW8PnVgPnVjT09Pw8PDG4NOp1sBjvJHu7u4PmVYqp2ri6+YcomFHsn4bmlzHzsoPnFeuxbl9tJk0n2t/xqSVvqqNzK1ZqYKJuaJVt4c4rHQnnWPl5eXj4+MPm1fe3t6b0bfc3NxBo3TY2NjX19eKj23kAAAAFXRSTlMA8BCwcFCgkP4f3NDnrzCHoM8Qc/Avz3otAAAA9klEQVR4Xq2T2XKDMAwAMRACNGdbyUDus/d9/f+f1VHEiFamfcm+7qIZGTs4IWEcGeswURz6dGIbJCrp0MeC6QTBCADO2Hetokv+vNXbyvnLAc9v8cA+NH4/veAFEr/f7HIe0OJvETMKYhLlLw8fiNinICKxnHHCfr92QY8CcwwAloX41cFjSoElCnBU89pvkeCAeAPH4or89Bp1YG+g5uUOPQEP5wWbgZzjPRDiU1mTmD/wggyvGVspZgCP4rGvjrpYuAWFTP+sounzwPO7n8SnNEBdmGesGZLUV+6V/ZilLt7F+6/95BMxHf71cCZfefbf0zsl3w3QOjVy6QFpAAAAAElFTkSuQmCC);
	border-top:1px solid limegreen;
	border-bottom:1px solid limegreen;
}
.alert.alert-danger {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAARVBMVEX////7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0NAQECdhUHYsUKGdEG1l0JLSEBuYkHkukPKU8NPAAAADnRSTlMA4EDAoCAQ8IBgkDDQUFItelQAAAC0SURBVHherZBLDsMwCAVD7Nj5gvPr/Y/a0FpGLTibdnbozQJN829agPZu7/CiuxE8C76+T/hiqgruLbjqh5ip/TljZrb3AQuDKYAIYO09L3TBRq/3EHk4shCDEkZkTqITmdGMLIIO7r8FbzfaiDappSNjIkpZcCqyCDo4WAJYkR8prTp4ADSBUCIX9uPY5epL5AJdyBWDRDYFHCWyCiXBObKwrh+nl4g2TiLVhSXW97g0v/MEHIQbCYeFmYAAAAAASUVORK5CYII=);
	border-top: 1px solid rgba(140, 0, 0, 0.4);
	border-bottom: 1px solid rgba(140, 0, 0, 0.4);
}

fieldset, label { margin: 0; padding: 0; }
.rating { 
	border: none;
	margin: 0 auto;
	display: inline-block;
}
.rating > input { display: none; } 
.rating > label:before { 
	margin: 5px;
	font-size: 2.10em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}
.rating > .half:before { 
	content: "\f089";
	position: absolute;
}
.rating > label { 
	color: #ddd; 
	float: right; 
}
.rating > input:checked ~ label, 
.rating:not(:checked) > label:hover,  
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  }

.rating > input:checked + label:hover, 
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }

iframe {
width: 100%;
height:183px;
vertical-align: middle;}


.resim{ 
	float: right;
	padding-top: 10px;
}
.tel{ 
	font-size: 30px;
}
#callnowbutton {
    display: none;
}
.header-style {
    font-size:33px;
	margin-top:12px;
	text-align: center;
	display: block;	
}
@media screen and (max-width: 430px){
.header-style {
    font-size:30px;
}
.form-style {
	max-width: 250px;
    display: block;
    margin: 0 auto;
}
.col-style {
	padding-bottom: 3px;
}

}
@media screen and (max-width: 768px){
#callnowbutton {
    display: block;
    width: 100px;
    right: 0;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    height: 70px;
    position: fixed;
    bottom: -20px;
    border-top: 2px solid #fff82d;
    text-decoration: none;
    box-shadow: 0 0 5px #888;
    z-index: 9999;
    background-size: 58px 58px;
	
}
.a1{ 
	padding-bottom: 15px;
}
.resim{ 
	float: right;
	padding-top: 10px;
}
.tel{ 
	font-size: 25px;
}
#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

}
@media screen and (min-width: 768px){

.map{ 
	padding-right: 0px;
}

.information{ 
	padding-left: 5px;
}
}
/* end custom theme */
.decor{
    padding: 2px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 219px;
    overflow: hidden;
}
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
  margin-right:1px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
  margin-left:0px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}
.kombi_marka{
	color: #32859c;
}
.mahalle{
	color: #32859c;
}
.ilce{
	color: #32859c;
}
.well {
    min-height: 20px;
    padding-left: 25px;
	margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
@media screen and (max-width: 550px){
	p, h1, h2,h3,h4,h5,h6{
		text-align: center;
	}
	.header{
		font-size: 23px;
	}
	.header p{
		font-size: 14px;
	}
	h1{
		font-size: 18px;
	}
	h2{
		font-size: 16px;
	}
}
@media screen and (max-width: 375px){
	.header{
		font-size: 19px;
	}
	.header p{
		font-size: 11px;
	}
	h1{
		font-size: 15px;
	}
	h2{
		font-size: 15px;
	}
}
.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.caption h3{
	font-size: 15px;
	font-weight: 700;
}
.caption span{
	font-size: 15px;
	font-weight: 700;
}
/* Carousel Control */
.control-box {
    text-align: center;
    width: 100%;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
		width: 50px;
        }
.myCarousel {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.carousel-inner {
    min-height: 375px;
}
@media (max-width: 600px) {
    .carousel .caption h3{
    overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
	.thumbnail {

    min-height: 150px;
}
}
.thumbnail>img, .thumbnail a>img {
    padding: 3px;
}
.col-style {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.table-of-contents ul li a{
	white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 219px;
    overflow: hidden;
}
.ariza-kodu{
	font-size: 16px;
    font-weight: 800;
}
.parca-tanimlari ul{
	margin: 5px 0px 10px 0px;
}