html {
  position: relative;
  min-height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "Roboto", sans-serif;
  min-height: 590px;
}

body.detail {
  background: url(/images/2017/detaybg.jpg) no-repeat top center fixed;
  background: #4b85bb;
  background-size: cover;
  /*overflow: hidden;*/
}
body.detail #content-wrapper {
  color: #222;
}
/*main nav*/
#home-wrapper {
  background-color: #205584;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url(/images/2017/bg1.jpg);
  height: 100%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: background 0.7s linear;
  -moz-transition: background 0.7s linear;
  -o-transition: background 0.7s linear;
  -ms-transition: background 0.7s linear;
  transition: background 0.7s linear;
  min-height: 590px;
}
#home-wrapper > .container {
  z-index: 1;
  position: relative;
}
#home-bg-tasi {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

#home-bg-tasi > li {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
}

#news-tabs .news-list .pagination > li a.active {
  background: #4b85bb !important;
  color: #ffffff !important;
}
.pagination > li a.active {
  background: #4b85bb !important;
  color: #ffffff !important;
}
.pagination {
  display: block !important;
  clear: both;
}
#home-bg-tasi > li.secili {
  opacity: 1;
  z-index: 2;
}
#home-bg-tasi > li.gizle {
  display: none;
}
.spotNavTasi {
  position: absolute;
  left: -9999em;
  top: -9999em;
}

#main-nav ul {
  margin: 30px 0;
}

#main-nav li a {
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: right;
  display: block;
  font-weight: lighter;
  opacity: 0.7;
}

#main-nav li a:hover {
  opacity: 1;
}

.nav-wrapper {
  padding: 0;
  margin: 0;
}

/*main nav detail*/
.detail #main-nav {
  border-right: 1px solid #4b85bb;
  /*height: 1600px;*/
  background-color: rgba(42, 112, 176, 0.87);
  padding: 30px 0;
  transition: all 0.2s ease-in-out;
}

.detail #main-nav img {
  padding-right: 20px;
  padding-left: 30px;
}

.detail #main-nav ul {
  margin: 30px 0;
  width: 100%;
}

.detail #main-nav li a {
  padding-right: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: right;
  display: block;
  font-weight: lighter;
  opacity: 0.7;
}

.detail #main-nav li a:hover {
  opacity: 1;
}

.detail #main-nav li a.selected {
  background: #4481ba;
  color: #fff;
  opacity: 1;
}

/*detail sub nav*/
#sub-nav {
  /*min-height: 1600px;*/
  padding: 20px 0 30px 30px;
  background: #4b85bb;
}

#sub-nav .sub-nav-title {
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  padding-top: 10px;
}
#sub-nav .sub-nav-title a {
  color: #fff;
  text-decoration: none;
}

#sub-nav ul {
  margin: 20px 0;
}

#sub-nav li a {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
  opacity: 0.7;
  display: block;
}

#sub-nav li a.selected,
#sub-nav li a:hover {
  background: none;
  color: #fff;
  opacity: 1;
}

/*right nav*/
#right-nav {
  max-width: 260px;
}
.home #right-nav li form label input[type="text"] {
  padding: 0 22px;
}

#right-nav div {
  margin-bottom: 10px;
}

#right-nav div a {
  display: block;
  opacity: 0.87;
}

#right-nav div a:hover {
  opacity: 1;
}

.detail #right-nav {
  position: fixed;
  top: 30px;
  right: 30px;
}

.detail #right-nav div {
  margin-bottom: 10px;
}

.detail #right-nav div a {
  display: block;
  opacity: 0.87;
}

.detail #right-nav div a:hover {
  opacity: 1;
}

/*home bottom*/
#home-bottom {
  position: fixed;
  bottom: 95px;
  left: 0;
  right: 0;
  z-index: 2;
}
#home-bottom .btn-light {
  margin-bottom: 0;
}
#home-bottom-social ul {
  padding: 0 15px;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
}
.detail #home-bottom-social ul {
  margin: 10px 0;
}

#home-bottom-social ul li {
  padding: 0;
}

#home-bottom-social ul li a {
  padding: 0 8px;
  height: 60px;
  display: block;
  opacity: 0.7;
  color: #fff;
}

#home-bottom-social ul li a:hover {
  opacity: 1;
}

#home-bottom-social ul li a .fa {
  font-size: 22px;
  line-height: 60px;
}

/*button styles*/
.btn-light {
  max-width: 260px;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  padding-right: 16px;
  font-size: 36px;
  color: #fff;
  overflow: hidden;
  display: block;
  margin-bottom: 12px;
}

.btn-light.btn-sprite {
  font-size: 18px;
  position: relative;
  padding-left: 72px;
  background: rgba(42, 112, 176, 0.12);
}
.home .btn-light.btn-sprite {
  background: rgba(255, 255, 255, 0.12);
}

.btn-light * {
  opacity: 0.7;
}

.btn-light:hover {
  background: rgba(255, 255, 255, 0.16);
}

a.btn-light:hover *,
a.btn-light:hover,
a.btn-light:focus *,
a.btn-light:focus {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

.btn-light .btn-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08) url(/images/2017/btn-light-sprite.png)
    no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-light .btn-uskudar {
  background-position: left top;
}
.btn-light .btn-superhizmet {
  background-image: url(/images/2017/btn-superhizmet.png);
}
.btn-light .btn-hosgeldin {
  background-image: url(/images/2017/btn-hosgeldinbebek.png);
}
.btn-light .btn-nikah {
  background-position: left -60px;
}

.btn-light .btn-vergi {
  background-position: left -120px;
}

.btn-light .fa {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  padding: 0 16px;
  margin: 0 8px 0 0;
  font-size: 36px;
}

body.detail .btn-light.btn-sprite {
  background: rgba(42, 112, 176, 0.7);
}
body.detail .btn-light .btn-icon {
  background-color: rgba(255, 255, 255, 0.12);
}

/*sticky bottom*/
#sticky-bottom .detailSticky {
  background: #2a70b0;
}
#sticky-bottom {
  height: 80px;
  background: #f1f1f1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.detail #sticky-bottom {
  border-top: 0;
  -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.2);
}
.iyiki {
  padding: 12px 0;
  display: block;
}
.detail .iyiki {
  margin: 10px 0;
}
#sticky-bottom .stickyTel {
  margin: 10px 0;
  display: block;
}

#news-title {
  background: #ff8b12 url(/images/2017/bg-mavi-turuncu.png) no-repeat left
    center;
  padding: 0;
  height: 80px;
  box-sizing: border-box;
  position: relative;
}
#news-title #news-title-inner {
  background: url(/images/2017/bg-turuncu-kose.png) no-repeat right center;
  box-sizing: border-box;
  position: absolute;
  right: -70px;
  height: 80px;
  line-height: 80px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-right: 71px;
}
#sticky-news-wrapper {
  position: relative;
}
#sticky-news {
  padding: 15px 200px 15px 60px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
}
#sticky-news .news-item a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
}
#sticky-news .news-item-date {
  color: #2a70b0;
  font-size: 14px;
  line-height: 16px;
}
#sticky-news .news-item-title {
  color: #333;
  font-size: 18px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
#sticky-news .news-nav {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  background: #f1f1f1;
}
#sticky-news .owl-prev,
#sticky-news .owl-next {
  position: absolute;
  right: 0;
  top: 0;
}
#sticky-news .owl-prev {
  right: 88px;
}
#sticky-news .owl-nav img {
  height: 80px;
}

/*detail content*/
#content-wrapper {
  background: #f4f4f4;
  color: #fff;
  height: 100%;
  padding-bottom: 120px;
  /*overflow-y: auto;*/
}

#content h1 {
  font-size: 32px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 0 15px;
}

#content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 20px;
}

#content img {
  /* max-width: 100% !important; */
  height: auto;
}

#content p img {
  border: 2px solid #fff;
}
#content .content-index .media {
  margin-bottom: 12px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#content .content-index .media a {
  border-bottom: 1px solid #ddd;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  opacity: 0.87;
  float: left;
  width: 100%;
}
#content .content-index .media a:hover {
  opacity: 1;
  background: #f9f9f9;
  border-color: #4b85bb;
}
#content .content-index .media .media-left {
  padding: 0;
  width: 200px !important;
  height: 100px;
  overflow: hidden;
  float: left;
  position: relative;
  background: #e2e2e2;
}
#content .content-index .media-object {
  max-height: 150px;
  /* border: 2px solid #fff; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content .content-index .media .media-body {
  padding: 0 12px 12px 12px;
  float: left;
  width: calc(100% - 200px);
}
#content .content-index .media .media-body p {
  margin: 0;
}

#content .content-index .media .media-body span {
  display: block;
  margin-top: 7px;
  padding-top: 7px;
  border-top: solid 1px #dddddd;
}

#content .content-index .media .media-heading {
  font-size: 20px;
  font-weight: normal;
}

/*projects*/
#projects .media {
  height: 150px;
  overflow: hidden;
}

#parkcevre .media-left,
.itemList .media-left,
#parkcevre .media-body,
.itemList .media-body {
  display: block;
  width: 100%;
  padding: 0 !important;
}
#parkcevre .media-body h4,
.itemList .media-body h4 {
  padding-top: 5px;
}
#parkcevre .media-left img,
.itemList .media-left img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}
#parkcevre .media a,
.itemList .media a,
#parkcevre .media,
.itemList .media {
  height: 100%;
}
#parkcevre .media a {
  text-align: center;
}

.itemList ul li {
  display: block;
  float: left;
}
#galeriDetay > div {
  margin-bottom: 30px;
}
#videoDetay > div {
  cursor: pointer;
}
#basindaDetay p {
  padding-top: 15px !important;
}
#basindaDetay h3 {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #e0dfdf;
}
#basindaDetay .content-inner {
  padding-left: 15px;
}

#parkcevre .media-body h4 {
  font-size: 16px !important;
}

/* --------------------------------------------
   Search
 -------------------------------------------- */
#footer-search form,
#right-nav li form {
  height: 60px;
  background: rgba(42, 112, 176, 0.7);
}
#footer-search form label,
#right-nav li form label {
  float: left;
  margin: 0;
  height: 60px;
}
#footer-search form label input[type="text"],
#right-nav li form label input[type="text"] {
  height: 60px;
  padding: 0 10px;
}
#footer-search form label.searchBtn,
#right-nav li form label.searchBtn {
  position: relative;
  width: 48px;
}
#footer-search form label.searchBtn input,
#right-nav li form label.searchBtn input {
  position: absolute;
  cursor: pointer;
  border: none;
  background: none;
  width: 48px;
  height: 60px;
  left: 0;
  top: 0;
  z-index: 3;
}
#footer-search form label.searchBtn span,
#right-nav li form label.searchBtn span {
  position: relative;
  margin-top: 8px;
  color: #ffffff;
  z-index: 1;
}

#footer-search {
  display: none;
}
#footer-search form {
  overflow: hidden;
}
#footer-search form label.searchText {
  width: 90%;
}
#right-nav li form label.searchText {
  max-width: 212px;
  overflow: hidden;
}
#footer-search form label.searchText input {
  width: 96%;
  padding: 0 2%;
}
#footer-search form label.searchBtn {
  width: 10%;
}
#footer-search form label.searchBtn span {
  padding-left: 5px;
  padding-right: 5px;
}

#mainMenu li form {
  float: right;
  width: 100%;
  height: 40px;
}
#mainMenu li form label {
  float: left;
  margin: 0;
  height: 40px;
}
#mainMenu li form label input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

#mainMenu li form label.searchText {
  width: 88%;
}
#mainMenu li form label.searchBtn {
  position: relative;
  width: 12%;
}
#mainMenu li form label.searchBtn input {
  position: absolute;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 3;
}
#mainMenu li form label.searchBtn span {
  position: relative;
  margin: -4px auto 0;
  color: #ffffff;
  z-index: 1;
}

/* --------------------------------------------
   Footer Up
 -------------------------------------------- */
.footer-up-column {
  height: 50px;
  border-right: 1px solid #4b85bb;
}
.footer-up .container {
  position: relative;
  top: -11px;
  color: #fff;
  font-size: 12px;
}
.footer-up {
  background: #275d90;
  position: fixed;
  bottom: -112px;
  top: auto;
  width: 100%;
  height: 115px;
  z-index: 999;
  border-top: 4px solid #275d90;
}
.footer-up-bttn {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  color: #ffe3d1;
  border-radius: 50%;
  position: relative;
  line-height: 39px;
  font-size: 25px;
  text-align: center;
  top: -26px;
  background: #275d90;
  cursor: pointer;
  z-index: 9999;
}
.footer-up-bttn > span {
  display: none;
}
.glyphicon-plus-icon .glyphicon-plus {
  display: block;
}
.glyphicon-minus-icon .glyphicon-minus {
  display: block;
}
.email-area {
  width: 83%;
  display: inline-block;
  margin-top: 14px;
}

.u1 {
  width: 28.555%;
  text-align: left;
}
.u2 {
  width: 54%;
  padding: 0 1%;
}
.u3 {
  width: 17.3%;
  float: right;
}
.u3 a {
  float: right;
  margin-top: 5px;
  margin-right: 17px;
}
.email-area {
  width: 90%;
  display: inline-block;
  margin-top: 14px;
}
.footer-up-column > span {
  margin-top: 18px;
  float: left;
  font-size: 12px;
  width: 100%;
}
.email-area .title {
  float: left;
  font-size: 14px;
}
.email-area .form {
  float: left;
  width: 55%;
  position: relative;
  margin-top: -9px;
  margin-left: 5%;
}
.form-Contact {
  clear: both;
  float: left;
  width: 91%;
  text-align: right;
}
.email-input-bttn {
  float: right;
  position: absolute !important;
  right: 0.7%;
  top: 5%;
  height: 90%;
  width: 45px;
  outline: 0;
  font-weight: 700;
  line-height: 0;
  z-index: 10;
  background: #f2f1f1;
  color: #a75518;
  padding: 0;
  z-index:999
}
.email-input-bttn i {
  font-size: 30px;
  position: relative;
  top: 1px;
}
.email-input-bttn:hover {
  background: #fff;
}
.email-input {
  float: left;
  position: relative;
  z-index: 5;
  height: 40px;
  background: #275d90;
  color: #ffffff;
}
.email-input::-webkit-input-placeholder {
  color: #ccc;
}
.email-input::-moz-placeholder {
  color: #ccc;
}
.email-input:-ms-input-placeholder {
  color: #ccc;
}
.email-input:-moz-placeholder {
  color: #ccc;
}
.author {
  /* margin-top:19px; */ /* display:inline-block; */ /* height:13px; */ /* line-height:10px; */ /* padding:0 9px; */ /* border-right:1px solid #BD621F */
}
.author > img {
  height: auto;
  width: 100%;
  margin-top: -23px;
  max-width: 140px;
}
.author:last-child {
  border: 0; /* margin-top:12px */
}
.footer-up-column:last-child {
  border: 0;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.8;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 27px;
  display: none;
  line-height: 38px;
  z-index: 100009;
  text-align: center;
  outline: none;
  border: none;
  background: #f77524;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollup:hover {
  background: #e74b3c;
  opacity: 1;
}
.footer-up-bttn > span {
  left: 1px;
}

.email-area .form > i {
  position: absolute;
  right: 7%;
  top: 30%;
  z-index: 15;
  cursor: pointer;
}

/* --------------------------------------------
   Site Haritasi
 -------------------------------------------- */

#siteharitasi ul {
  padding-left: 0;
}
#siteharitasi ul li {
  list-style: none;
}
#siteharitasi ul li a i {
  margin-right: 8px;
}

.haritaList > li {
  padding-bottom: 30px;
}
.haritaList > li > a {
  display: block;
  border-bottom: solid 1px #edeaea;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.haritaList li a {
  display: block;
  text-decoration: none;
}
.haritaList li a:hover i,
.haritaList li a:hover {
  font-weight: bold;
}

#siteharitasi .haritaSubList {
  padding-left: 30px;
}
.haritaSubList li {
  padding: 3px 0;
}

/* --------------------------------------------
   E-Rehber
 -------------------------------------------- */
.pageSearch .content-inner {
  padding: 15px 0;
  margin-top: 0 !important;
  overflow: hidden;
  background: #f7f7f7;
}
.pageSearch .row > div {
  margin-top: 15px;
}
.pageSearch .row > div > a {
  display: block;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  background: #4b85bb;
  color: #ffffff;
}
.pageSearch .row > div a:hover {
  font-weight: bold;
}
.pageSearch #search-park,
.pageSearch #search-erehber {
  width: 100%;
  padding: 11px 3%;
  border: solid 1px #375f84;
  background: none;
}
.pageSearch #submit {
  width: 100%;
  padding: 12px 0;
  background: #375f84;
  color: #fff;
  border: 0;
}
.pageSearch .search-select-picker,
.select2-container.search-select-picker {
  width: 100% !important;
}

/* --------------------------------------------
   Search
 -------------------------------------------- */
.searchList {
  padding-left: 0;
}
.searchList li {
  list-style: none;
  margin-top: 10px;
}
.searchList li a {
  display: block;
  padding: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  background: #4b85bb;
}
.searchList li a:hover {
  font-weight: bold;
  color: #000000;
}

/* --------------------------------------------
   Parklarimiz
 -------------------------------------------- */
#parklarimiz .media p {
  padding: 5px 0 !important;
}
#parklarimiz .media span {
  border-top: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#parklarimiz .content-index .media-object {
  width: 220px;
  max-width: 220px;
}

.projectGallery > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #ffffff;
}
.projectGallery > a:hover {
  text-decoration: none;
}

.parkDetayCt {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
  border-left: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}
.parkDetayBg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.parkDetay {
  position: relative;
  padding: 0;
  z-index: 2;
}
.parkDetay li {
  position: relative;
  overflow: hidden;
  list-style: none;
  clear: both;
  margin-top: 10px;
}
.parkDetay li:first-child {
  margin-top: 0;
}
.parkDetay li strong,
.parkDetay li p {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 22px;
  margin: 0 !important;
}
.parkDetay li p {
  margin-left: 5px !important;
  font-size: 14px;
  line-height: 18px;
}

/* --------------------------------------------
   Tarihce
 -------------------------------------------- */
#tarihce {
}
#tarihce p {
  margin: 0 0 40px;
}
.imgFullWidth {
  width: 100%;
  height: auto;
}
.imgRight {
  float: right;
  padding-left: 10px;
}
.imgLeft {
  float: left;
  padding-right: 10px;
}

/* --------------------------------------------
   E-Bulten
 -------------------------------------------- */
.ebultenList {
  padding-left: 0;
}
.ebultenList li {
  list-style: none;
  padding: 15px 0;
  border-bottom: solid 1px #e0dfdf;
}
.ebultenList li a {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 5px;
  border: solid 1px #e0dfdf;
  text-decoration: none;
  color: #222;
}
.ebultenList li h3 {
  margin: 10px 0;
}
.ebultenList li a:hover {
  font-weight: bold;
}

/* --------------------------------------------
   E-Bulten Profil
 -------------------------------------------- */
#ebultenProfil label {
  display: block;
  margin-top: 10px;
  clear: both;
  min-height: 40px;
}
#ebultenProfil label:first-child {
  margin-top: 0;
  min-height: 22px;
}
#ebultenProfil label.recaptcha {
  min-height: 25px;
}
#ebultenProfil label input {
  min-height: 40px;
  min-width: 50%;
}
#btnKaydet {
  padding: 0 50px;
  cursor: pointer;
  border: none;
  background: #4b85bb;
  color: #ffffff;
}

/* --------------------------------------------
   Kurslar
 -------------------------------------------- */
.kursMenu {
  margin-bottom: 20px;
}
.kursMenu label {
  display: block;
  float: left;
  margin-right: 10px;
}
.kursMenu label span {
  display: block;
  float: right;
  padding-left: 10px;
}
.kursMenu,
.kursList {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.kursList > div {
  display: none;
}
.kursList > div.active {
  display: block;
}

/* --------------------------------------------
   Sihhi
 -------------------------------------------- */
#gayrisihhi h2,
#sihhi h2 {
  text-align: center;
}
.clearBoth {
  clear: both !important;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.sihhiForm {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  border: solid 1px #e0dfdf;
}
.sihhiForm li {
  list-style: none; /* margin:15px 0; */
  margin-bottom: 15px; /* border-bottom: 1px solid #e6e6e6; */ /* height: 126px; */
}
.sihhiForm li p,
.sihhiForm li label {
  display: block;
  width: 100%;
}
.sihhiForm li p {
  /* margin:0 0 5px 0!important; */
  font-size: 14px !important;
  font-weight: bold !important;
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
}
.sihhiForm li label {
}
.sihhiForm li label input[type="text"],
.sihhiForm li label textarea,
#datetimepicker1 input {
  width: 100%;
  padding: 10px;
  border: 1px solid #efefef;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

.sihhiForm ul {
  position: relative; /* padding-top:30px; */
  overflow: hidden;
  padding-left: 0;
  float: left;
  width: 100%;
}
.sihhiForm ul li {
  clear: both;
  margin: 0 !important;
}
.sihhiForm ul li p,
.sihhiForm ul li label {
  float: left;
}
.sihhiForm ul li label input {
  /* float:left; */ /* margin-right: 11px; */
}
.sihhiForm ul li label input[type="text"] {
  float: left;
  width: 60%;
}
.sihhiForm ul li label span {
  /* display:block; */ /* float:left; */ /* min-width:40%; */
  font-size: 12px !important; /* float: left; */
  margin-right: 15px;
  float: left;
}
.sihhiForm ul li label img {
  float: left;
  margin-right: 20px;
  min-height: 42px;
}
.sihhiForm li input[type="submit"] {
  min-height: 40px;
  width: 100%;
}

.horizantal li {
  clear: none !important;
}

/* --------------------------------------------
   Etkinlik Detay
 -------------------------------------------- */
#etkinlikDetay {
}

/* -------------------------------------------- */
/*   Pagination: Digg Style     */
/* -------------------------------------------- */
#pagination-digg {
  clear: both;
  float: left;
  margin-top: 30px;
  text-align: right;
  padding-left: 0;
}
#pagination-digg li {
  display: inline;
  border: 0 none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  clear: none !important;
}
#pagination-digg a {
  border: solid 1px #bbb;
  margin-right: 2px;
}
#pagination-digg .next a,
#pagination-digg .previous a {
  font-weight: bold;
  padding: 2px 6px;
}
#pagination-digg .active {
  background: #4b85bb;
  color: #ffffff !important;
  font-weight: bold;
  display: block;
  float: left;
  padding: 5px 6px;
  margin-right: 2px;
}
#pagination-digg a:link,
#pagination-digg a:visited {
  color: #58503b;
  display: block;
  float: left;
  padding: 4px 6px;
  text-decoration: none;
}
#pagination-digg a:hover {
  border: solid 1px #380101;
}
nav.navPagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

#content #projects.content-index .media .media-heading {
  font-size: 18px;
}
#content #projects .project-type {
  font-size: 13px;
  line-height: 20px;
  background: #fff;
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 12px 0 0;
}
#content #projects .project-type img {
  height: 20px;
}
#content #projects .project-type .icon {
  background: #4b85bb;
  display: inline-block;
  padding: 4px;
  width: 32px;
  margin-right: 4px;
  text-align: center;
}
.projectGallery {
  position: relative;
}
.projectGallery .thumb {
  margin: 10px 0;
}
.projectGallery .thumb img {
  width: 150px;
}

#content .projectInfo * {
  color: #205584;
}
#content .projectInfo p {
  margin: 0;
}
#content .projectInfo li {
  opacity: 0.87;
}
#content .projectInfo li:hover {
  opacity: 1;
}
#content .projectGallery img {
  border: 2px solid #fff;
}

/*baskan*/
#baskan {
  background: #2a70b0;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
}

#baskan .img-baskan {
  position: absolute;
  bottom: 80px;
  left: 30px;
}
.img-baskan > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
#baskan .img-baskan img {
  width: 240px;
}
#baskan .title-baskan {
  height: 40px;
  margin: 5px 0 5px 30px;
}

#baskan .title-baskan h1 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  opacity: 0.7;
}

#baskan .title-baskan h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

#baskan .link-baskan {
  position: absolute;
  right: 15px;
  top: 20px;
  height: 40px;
  line-height: 40px;
}

#baskan .link-baskan a {
  color: #fff;
  background: #25629b;
  padding: 0 15px;
  display: block;
  text-decoration: none;
}

#baskan .link-baskan a:hover {
  background: rgba(255, 140, 18, 1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 140, 18, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(255, 140, 18, 1);
  box-shadow: 0px 0px 10px 0px rgba(255, 140, 18, 1);
}

/*detail new tab*/
#news-tabs {
  margin: 30px;
  position: relative;
}
.nav-tabs > li > a {
  color: #000;
}
.nav > li > a:focus {
  background: none !important;
}
.nav > li > a:hover {
  background: none !important;
  border: 1px solid transparent !important;
  color: #000 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: none;
  border: 1px solid transparent;
  color: #000;
  border-bottom: 2px solid #4b85bb;
}

.nav-tabs > li.active > a:hover {
  border-bottom: 2px solid #4b85bb !important;
}

#news-tabs .news-list {
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
}
#news-tabs .news-list li:nth-child(2n + 1) a {
  background: rgba(255, 255, 255, 0.87);
}
#news-tabs .news-list li a {
  padding: 15px;
  color: #000;
  display: block;
  text-decoration: none;
  opacity: 0.87;
}

#news-tabs .news-list li a:hover {
  background: #4b85bb;
  color: #fff;
  opacity: 1;
}

#videogaleri > div > div,
#fotogaleri > div > div > div,
#basindabiz > div {
  margin-bottom: 10px;
  margin-top: 10px;
  height: auto !important;
}
#videogaleri > div > div,
#fotogaleri > div > div > div {
  padding: 0 10px;
}

#videogaleri > div > div img,
#fotogaleri > div > div img {
  /*width:100%;*/
  height: auto;
}

#haberlerPg .tab-pane .navPagination {
  clear: both;
}
#haberlerPg .tab-pane {
  min-height: 330px;
}

.displayNone {
  display: none !important;
}
#news-tabs .news-list .pagination > li {
}
#news-tabs .news-list .pagination > li a {
  padding: 6px 12px;
  color: #337ab7;
}

#news-tabs .news-list .pagination > .active > a,
#news-tabs .news-list .pagination > .active > a:focus,
#news-tabs .news-list .pagination > .active > a:hover,
#news-tabs .news-list .pagination > .active > span,
#news-tabs .news-list .pagination > .active > span:focus,
#news-tabs .news-list .pagination > .active > span:hover {
  color: #ffffff;
  background: #337ab7;
  border-color: #337ab7;
}

#news-tabs .news-list .pagination > li > a:focus,
#news-tabs .news-list .pagination > li > a:hover,
#news-tabs .news-list .pagination > li > span:focus,
#news-tabs .news-list .pagination > li > span:hover {
  background: #eee;
  border-color: #ddd;
}

.news-list > #content {
  position: relative;
  clear: both;
  overflow: hidden;
}

/*news-carousel*/
#news-carousel-wrapper {
  margin: 30px;
}
#news-carousel-wrapper .owl-prev,
#news-carousel-wrapper .owl-next {
  position: absolute;
  bottom: 10px;
  z-index: 99999;
  right: 10px;
  color: #fff;
  opacity: 0.7;
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.37);
}
#news-carousel-wrapper .owl-prev {
  right: 60px;
}

#haberDtPg .content-inner > img {
  width: 100%;
  height: auto;
}

/*Events*/
.calendar {
  margin: 30px 0;
}
.fc td.fc-day,
.fc-day-header {
  background: #fff;
}
.fc-day-header span {
  display: block;
  padding: 10px 0;
  background: #f9f9f9;
  color: #4b85bb;
}
.eventTooltip {
  width: auto;
  height: auto;
  background: #4b85bb;
  color: #fff;
  position: absolute;
  z-index: 10001;
  padding: 10px 15px;
  line-height: 1.5;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.eventTooltip strong {
  font-size: 18px;
  line-height: 1;
}
#eventListTab {
  padding-top: 15px;
}
#eventListTab .media-left .fa {
  font-size: 36px;
  margin: 0 15px;
  color: #4b85bb;
}
#organizasyon .item {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-bottom: 3px solid #4b85bb;
  padding: 16px;
  margin-bottom: 16px;
}
#organizasyon .item:hover {
  background: #fff;
}
#organizasyon .item img.item-img {
  width: 100%;
  height: auto;
}
#organizasyon .item .item-title {
  padding: 0 16px 12px 0;
  border-bottom: 1px solid #ddd;
}
#organizasyon .item .item-title strong {
  font-size: 24px;
  color: #4b85bb;
  display: block;
  font-weight: normal;
}
#organizasyon .item .item-title span {
  font-size: 16px;
  color: #212121;
}
#organizasyon .item .item-top,
#organizasyon .item .item-bottom {
  padding: 12px 16px 0 0;
}
#organizasyon .item .item-top ul,
#organizasyon .item .item-bottom ul {
  margin: 0;
}
#organizasyon .item .item-top {
  border-bottom: 1px solid #ddd;
}
#organizasyon .item .item-top ul li,
#organizasyon .item .item-bottom ul li {
  padding-bottom: 12px;
}

#familyTree .item {
  padding: 12px;
  margin-bottom: 24px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #4b85bb;
  display: inline-block;
  background: #f9f9f9;
  text-decoration: none;
  width: 100%;
}
#familyTree .item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(75, 133, 187, 0.37);
  -moz-box-shadow: 0px 0px 10px 0px rgba(75, 133, 187, 0.37);
  box-shadow: 0px 0px 10px 0px rgba(75, 133, 187, 0.37);
}
#familyTree .caption h3 {
  margin: 12px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
#familyTree .caption p {
  margin: 4px 0 0 0;
  color: #212121;
}
#mudurlukler #searchItem {
}
#mudurlukler .media {
  margin-bottom: 24px;
}
#mudurlukler .media a {
  text-decoration: none;
  display: block;
}
#mudurlukler .media .media-left {
  padding: 0;
}
#mudurlukler .media .media-img {
  padding: 12px;
  background: #4b85bb;
  height: 100%;
}
#mudurlukler .media .media-img img {
  width: 40px;
  height: 40px;
}
#mudurlukler .media .media-heading {
  min-height: 64px;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  padding: 7px 12px; /* background:#fff; */ /* border-bottom:2px solid #4b85bb; */
}
#mudurlukDetay .media-heading {
  color: #4b85bb;
}
#mudurlukDetay .media-img img {
  width: 120px;
}
#mudurlukDetay .media-body .list-info li {
  font-size: 14px;
  padding: 4px 0;
}
#mudurlukDetay .media-body .list-info li .fa {
  color: #4b85bb;
  margin-right: 8px;
}
.panel .panel-body .list-group {
  margin-bottom: 0;
}

/* --------------------------------------------
   Responsive CSS
 -------------------------------------------- */
@media (max-width: 1440px) {
  .detail #main-nav li a {
    line-height: 36px;
    font-size: 18px;
  }
  .detail #main-nav.menu2 {
    padding: 15px 0 15px 15px;
  }
  .detail #main-nav.menu2 li a {
    font-size: 14px;
    line-height: 16px;
  }
  #main-nav-title {
    font-size: 24px;
  }
  #content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
  }
  #baskan .img-baskan img {
    width: 200px;
  }
  #mudurlukDetay .media-body .list-info li {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  .detail #right-nav ul.list-unstyled {
    zoom: 0.9;
    -ms-zoom: 0.9;
  }
  .detail #right-nav {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  #baskan .img-baskan img {
    width: 180px;
  }
  #sub-nav .sub-nav-title {
    font-size: 25px;
  }
  #sub-nav li a {
    font-size: 17px;
    line-height: 22px;
  }
  #mudurlukDetay .media-body .list-info li {
    font-size: 11px;
  }
}

@media (max-width: 1170px) {
  .detail .stickyTel .btn-text {
    font-size: 30px;
  }
  .detail #right-nav {
    top: 10px;
    right: 10px;
  }
  #sub-nav {
    padding-left: 20px;
  }
  #sub-nav .sub-nav-title {
    font-size: 24px;
  }
  #sub-nav li a {
    font-size: 16px;
    line-height: 22px;
  }
  #baskan .img-baskan img {
    width: 170px;
  }
  #home-bottom-social ul li a {
    padding: 0 5px;
  }
  #mudurlukDetay .media-body .list-info li {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  .detail .stickyTel .btn-text {
    font-size: 28px;
  }
  .detail #right-nav ul.list-unstyled {
    zoom: 0.75;
    -ms-zoom: 0.8;
  }
  #sub-nav {
    padding-left: 15px;
  }
  #news-tabs .nav-tabs > li > a {
    padding: 10px;
  }
  #mudurlukDetay .media-body .list-info li {
    font-size: 8.5px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  #footer-search {
    display: block;
  }

  #main-nav {
    background: #4b85bb;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .detail #main-nav {
    padding: 10px 15px;
    margin: 0;
  }
  .detail #main-nav img {
    padding: 0;
  }
  #main-nav .logo {
    display: block;
    margin-bottom: 10px;
  }
  #main-nav .logo img {
    float: none !important;
    height: 40px !important;
  }
  .detail #main-nav ul#mainMenu {
    position: absolute;
    margin: 0 0 0 -15px;
    z-index: 9999;
  }
  #main-nav ul#mainMenu {
    display: none;
    float: none !important;
    background: #4b85bb;
    margin: 0 -15px;
    padding: 10px 15px 20px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.37);
  }
  .detail #main-nav li a,
  #main-nav li a {
    text-align: left;
    opacity: 1;
  }
  .mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
  }
  #home-wrapper,
  #home-bg-tasi > li {
    background-position-y: 60px;
    background-size: cover;
  }
  #home-bottom {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    background: #4b85bb;
  }
  #sticky-bottom {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    background: #4b85bb;
    height: 100%;
  }
  #baskan {
    display: none;
  }
  #mobile-baskan {
    background: #f4f4f4;
    position: relative;
  }
  #mobile-baskan .img-baskan {
    padding: 15px 15px 0 15px;
  }
  #mobile-baskan .img-baskan img {
    width: 140px;
  }
  #mobile-baskan .title-baskan {
    padding: 0;
    color: #4b85bb;
    position: absolute;
    bottom: 30px;
    left: 160px;
  }
  #mobile-baskan .title-baskan span {
    font-size: 14px;
    display: block;
  }
  #mobile-baskan .title-baskan strong {
    font-size: 24px;
    display: block;
    font-weight: normal;
  }
  #news-title {
    background: #ff8b12;
    height: 40px;
    width: 100%;
  }
  #news-title #news-title-inner {
    padding: 0 0 0 15px;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: left;
  }
  #sticky-news-wrapper {
    background: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  #sticky-news .news-item a {
    padding: 0;
  }
  #sticky-news .owl-nav img {
    height: 40px;
    border-bottom: 1px solid #eee;
  }
  #sticky-news .owl-prev {
    right: 27px;
    top: -40px;
    background: #fff;
  }
  #sticky-news .owl-next {
    right: -15px;
    top: -40px;
    background: #fff;
  }
  #sticky-news {
    padding: 15px 0 15px 0;
    /*height: 65px;*/
    height: auto;
    box-sizing: border-box;
    position: relative;
  }
  .hidden-xs,
  #right-nav {
    display: none;
  }
  #content-wrapper {
    padding: 0;
  }
  #sub-nav {
    padding: 0;
  }
  #sub-nav .sub-nav-title {
    padding: 15px 15px;
    font-size: 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #sub-nav .sub-nav-title {
    cursor: pointer;
    padding: 15px 15px;
    font-size: 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  #sub-nav .sub-nav-title:after {
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
    font-size: 24px;
    content: "\f107";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sub-nav > ul {
    padding: 0 15px;
    display: none;
    margin: 10px 0;
  }
  #content h1 {
    margin-top: 0;
    margin-bottom: 15px !important;
    padding: 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    font-size: 20px !important;
  }
  #content .content-index .media .media-body {
    padding: 0;
  }

  .footer-up .container {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .u1 {
    width: 32%;
  }
  .u2 {
    width: 50%;
  }
  .u3 {
    width: 18%;
  }
  .author {
    margin-top: 26px !important;
  }
  .author > img {
    height: 50px;
  }
  .footer-up-column > span {
    margin-top: 5px;
  }
  .footer-up-column.u2 .title {
    float: none;
    width: 100%;
    text-align: center;
  }
  .email-area {
    margin: 0;
  }
  .email-area .form {
    margin: 2px auto 0;
    width: 80%;
    float: none;
    overflow: hidden;
  }

  #home-bottom,
  #home-wrapper,
  #mobile-baskan,
  #sticky-bottom,
  .content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .home #home-wrapper > .container {
    padding: 0 !important;
  }

  #main-nav {
    background: none !important;
  }
  #content-wrapper,
  .nav-wrapper {
    float: none;
    width: 100%;
  }
  #content-wrapper {
    overflow: hidden;
  }
  .visible-xs {
    display: block !important;
  }

  .row,
  .content > div {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #content .media-left {
    padding-right: 10px !important;
  }
  .belediyeDetay img {
    width: 100%;
  }

  form > div {
    padding-top: 15px;
  }

  #haberDtPg .content-inner > img,
  #sticky-bottom .detailSticky > div > div > div,
  #sticky-bottom .detailSticky > div {
    width: 100%;
  }
  #haberDtPg .content-inner > img {
    width: 100%;
    height: auto !important;
  }
  #kurumsalKimlikPg a > img {
    width: 100% !important;
    height: auto !important;
  }

  #galeriDetayPg #content .content-inner,
  #galeriPg #content .content-inner,
  #etkinlikDetayPg #content .content-inner,
  #encumenPg #content .content-inner,
  #eRehberListPg #content .content-inner,
  #eRehberDtPg #content .content-inner,
  #eRehberPg #content .content-inner,
  #eBultenProfPg #content .content-inner,
  #baskarYrdPg #content .content-inner,
  #basindaDtPg #content .content-inner,
  #videoDtPg #content .content-inner,
  #videoPg #content .content-inner,
  #searchPg #content .content-inner,
  #projelerDtPg #content .content-inner,
  #projelerPg #content .content-inner,
  #parklarimizDtPg #content .content-inner,
  #parkcevreDtPg #content .content-inner,
  #parkCevrePg #content .content-inner,
  #kurslarPg #content .content-inner,
  #komisyonPg #content .content-inner {
    padding: 0 !important;
  }

  #videoPg #content .content-inner .media-left > img,
  #parkCevrePg #content .content-inner .media-left > img {
    max-height: inherit !important;
  }
  #parklarimizDtPg .projectGallery {
    padding: 15px;
  }

  #basindaDetay .content-inner > h3 {
    padding-left: 15px;
  }

  /*
    #familyTree>div {width:100%;}
    #basindaDetay {}
    .bdvideo {padding:0!important;}
    #content .media-left {padding-right:10px!important;}
    */
  #mudurlukDetay .media-body .list-info li {
    font-size: 14px;
  }
  .detail #content-wrapper {
    height: auto !important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #galeri > div {
    height: auto;
  }
  #galeri > div .media-object {
    max-height: inherit !important;
  }
  #familyTree > div {
    width: 50%;
    float: left;
  }
  #news-tabs,
  #news-carousel-wrapper {
    margin: 10px;
  }
  #news-title #news-title-inner {
    line-height: 40px !important;
  }
}

@media only screen and (min-width: 200px) and (max-width: 639px) {
  .thumbnail a > img,
  .thumbnail > img,
  #familyTree > div {
    width: 100% !important;
  }

  #galeri > div,
  #eskiBaskanlarPg .lightGallery > div > div a,
  #eskiBaskanlarPg .lightGallery > div > div {
    height: auto !important;
  }
  #parkCevrePg #content .content-inner .media-left > img,
  #galeri .media-object {
    max-height: inherit !important;
  }

  #news-tabs,
  #news-carousel-wrapper {
    margin: 10px;
  }

  .nav-tabs > li {
    width: 33%;
  }
  .nav-tabs > li:nth-child(4) {
    clear: left;
  }
  .nav-tabs > li:nth-child(5) {
    margin-bottom: 10px;
  }

  .nav-tabs > li a {
    text-align: center;
    font-size: 10pt;
  }

  #parklarimizDtPg form > div,
  #parklarimizPg form > div {
    padding: 15px 0 0;
  }

  .imgRight,
  .imgLeft {
    float: none !important;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .footer-up-column.u1,
  .footer-up-column.u3 {
    display: none;
  }
  .footer-up-column.u2 {
    border: none;
    width: 100%;
  }
  .footer-up-column.u2 .title {
    float: none;
    width: 100%;
    text-align: center;
  }
  .email-area {
    margin: 0;
  }
  .email-area .form {
    margin: 2px auto 0;
    float: none;
    width: 90%;
    overflow: hidden;
  }
}

@media only screen and (min-width: 200px) and (max-width: 550px) {
  #galeri > div,
  #video > div {
    width: 100% !important;
  }
  #galeri .media-left,
  #video .media-left {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .u1 {
    width: 32%;
  }
  .u2 {
    width: 44%;
  }
  .u3 {
    width: 24%;
  }
  .author {
    margin-top: 26px !important;
  }
  .author > img {
    height: 50px;
  }

  .email-area {
    margin: 0;
  }
  .footer-up-column.u2 .title {
    float: none;
    width: 100%;
    text-align: center;
  }
  .email-area .form {
    margin: 2px auto 0;
    float: none;
    width: 90%;
    overflow: hidden;
  }
  .footer-up-column > span {
    margin-top: 5px;
  }
}

@media (min-width: 1025px) {
  #familyTree > div img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 200px) and (max-width: 479px) {
  #ebultenProfil label input {
    width: 100% !important;
  }
  .sihhiForm ul {
    padding: 30px 0 0 0;
  }
  .sihhiForm ul > li {
    padding: 0;
  }
  .sihhiForm ul li label #captcha {
    width: 100%;
  }

  #ozGecmisPg .media-left,
  #mudurluklerDtPg .media-left,
  #ozGecmisPg .media-body,
  #mudurluklerDtPg .media-body {
    display: block;
    width: 100%;
    padding: 0 !important;
  }

  #organizasyon .item img.item-img,
  #ozGecmisPg .media-left img,
  #mudurluklerDtPg .media-left img {
    width: 100%;
    height: auto;
  }

  #ozGecmisPg .media-body,
  #mudurluklerDtPg .media-body {
    padding: 20px 0 0 !important;
  }
}
@media (max-width: 1200px) {
  .home .container .col-md-offset-4 {
    margin-left: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sihhiForm ul {
    padding-left: 0;
  }
  #baskan .title-baskan h2 {
    font-size: 18px;
  }
  #baskan .img-baskan img {
    width: 160px;
  }
  #main-nav ul {
    margin: 20px 0;
  }
  #main-nav li a {
    line-height: 36px;
    font-size: 17px;
    opacity: 0.87;
  }
  #right-nav .btn-light {
    height: 40px;
    line-height: 40px;
    padding-right: 16px;
    font-size: 36px;
  }
  #right-nav .btn-light.btn-sprite {
    font-size: 18px;
    padding-left: 48px;
  }
  #right-nav .btn-light .btn-icon {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .btn-light .btn-uskudar {
    background-position: left top;
  }
  .btn-light .btn-nikah {
    background-position: left -40px;
  }
  .btn-light .btn-vergi {
    background-position: left -80px;
  }
  #home-bottom .btn-light {
    font-size: 24px;
  }
  #home-bottom {
    bottom: 0;
  }
  #baskan .img-baskan {
    bottom: 70px;
  }
  #baskan,
  #news-title {
    height: 40px;
  }

  #sticky-bottom {
    height: 111px;
  }

  #news-title #news-title-inner {
    right: -61px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 61px;
    text-indent: -8px;
  }
  #sticky-news {
    padding: 10px 160px 10px 40px;
    height: 70px;
  }
  #sticky-news .news-item a {
    padding: 0 5px;
  }
  #sticky-news .news-item-date {
    font-size: 12px;
    line-height: 16px;
  }
  #sticky-news .news-item-title {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
  }

  #sticky-news .owl-nav img {
    height: 40px;
  }
  #sticky-news .owl-prev {
    right: 27px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #main-nav ul {
    margin: 20px 0;
  }
  #main-nav li a {
    line-height: 36px;
    font-size: 18px;
    opacity: 0.87;
  }
  #right-nav .btn-light {
    height: 40px;
    line-height: 40px;
    padding-right: 16px;
    font-size: 36px;
  }
  #right-nav .btn-light.btn-sprite {
    font-size: 18px;
    padding-left: 48px;
  }
  #right-nav .btn-light .btn-icon {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .btn-light .btn-uskudar {
    background-position: left top;
  }
  .btn-light .btn-nikah {
    background-position: left -40px;
  }
  .btn-light .btn-vergi {
    background-position: left -80px;
  }
  #news-title #news-title-inner {
    right: -71px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: 400;
    padding-right: 71px;
  }
  #sticky-news {
    padding: 15px 200px 15px 60px;
    height: 80px;
  }
  #sticky-news .news-item a {
    padding: 0 5px;
  }
  #sticky-news .news-item-date {
    font-size: 14px;
    line-height: 16px;
  }
  #sticky-news .news-item-title {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
  }
}

@media (min-width: 1440px) {
  #right-nav {
    margin-left: 15px;
  }

  body.home > div#home-wrapper > div.container {
    width: 100%;
  }
}

@media (min-width: 2048px) {
  body.home > div#home-wrapper > div.container {
    width: 90%;
  }

  #main-nav li a {
    font-size: 30px;
    line-height: 50px;
  }

  .btn-light.btn-sprite {
    font-size: 27px;
  }

  .btn-light {
    max-width: 390px;
    height: 90px;
  }

  #right-nav {
    max-width: 390px;
  }

  #right-nav li form label.searchText {
    max-width: 318px;
  }

  #footer-search form,
  #right-nav li form {
    height: 90px;
  }

  #footer-search form label,
  #right-nav li form label {
    height: 100%;
  }

  #footer-search form label input[type="text"],
  #right-nav li form label input[type="text"] {
    height: 100%;
  }

  #footer-search form,
  #right-nav li form label input[type="text"] {
    font-size: 21px;
  }

  #footer-search form label.searchBtn,
  #right-nav li form label.searchBtn {
    margin: 3% 9%;
  }
}

@media (min-width: 3000px) {
  body.home > div#home-wrapper > div.container {
    width: 80%;
  }
}

@media (min-width: 3840px) {
  body.home > div#home-wrapper > div.container {
    width: 70%;
  }

  #main-nav li a {
    font-size: 39px;
    line-height: 65px;
  }

  .btn-light.btn-sprite {
    font-size: 35px;
  }

  .btn-light {
    max-width: 507px;
    height: 117px;
  }

  #right-nav {
    max-width: 507px;
  }

  #right-nav li form label.searchText {
    max-width: 413px;
  }

  #footer-search form,
  #right-nav li form {
    height: 117px;
  }

  #footer-search form,
  #right-nav li form label input[type="text"] {
    font-size: 27px;
  }

  #footer-search form label.searchBtn,
  #right-nav li form label.searchBtn {
    margin: 4% 11%;
  }
}
@media (max-width: 400px) {
  #parklarimizPg #content .content-index .media .media-body,
  #parklarimizPg #content .content-index .media .media-left {
    display: block;
    width: 100%;
  }
  #parklarimizPg #content .content-index .media .media-left img {
    margin: 5px auto 10px;
    width: 100%;
    max-width: 250px;
    max-height: 200px;
  }
}
@media (min-width: 1025px) and (max-height: 750px) {
  .home .home-nav {
    margin-top: 150px !important;
  }
}

@media (min-width: 1025px) and (max-height: 700px) {
  .home .home-nav {
    margin-top: 90px !important;
  }
}

@media (min-width: 1025px) and (max-height: 600px) {
  .home .home-nav {
    margin-top: 30px !important;
  }
}

@media (min-width: 1025px) and (max-height: 500px) {
  .home .home-nav {
    margin-top: 10px !important;
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */
#content .media-left img {
  max-width: none !important;
}
.news-list .fGaleri p {
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  font-weight: 500 !important;
}
.detay td {
  padding: 10px;
}
.pagination li:hover,
.news-list a:hover,
.slide-url a:hover {
  cursor: pointer !important;
}
.news-list > #content {
  position: relative;
  clear: both;
  overflow: hidden;
}

span.btn-text.btn-text-superhizmet {
  font-size: 15px;
  line-height: 1px;
}

a.btn-light.btn-sprite.btn-superhizmet {
  line-height: 22px;
  padding: 19px 0px 20px 71px;
}

.gallery-item {
  width: 23%;
  float: left;
  background: #fff;
  margin: 1%;
  /* height: 207px; */
}

.gallery-item figure {
  height: 15vh;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.gallery-item figure figcaption {
  height: 97px;
}

.gallery-item h4 {
  height: 85px;
  color: #636363;
  padding: 0 10px;
  font-size: 14px;
  /* line-height: 21px; */
}

.gallery-item img {
  width: auto !important;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 100% !important;
}

.fGaleri {
  float: left;
  width: 100%;
  /* background: #FFF; */
  height: 186px;
  overflow: hidden;
  position: relative;
}

.fGaleri img {
  width: 100%;
}

.fGaleri p {
  position: absolute;
  bottom: 0;
  padding: 0px 19px;
  color: #fff;
  text-shadow: 3px 2px 6px #000;
}

ul.list-unstyled li a {
  height: auto;
}

#videogaleri .fGaleri p,
#fotogaleri .fGaleri p {
  width: 100%;
  background: rgba(46, 115, 177, 0.83);
  margin: 0 !important;
  padding: 17px;
  white-space: nowrap;
  /* position: relative; */
  text-overflow: ellipsis;
  overflow: hidden;
}

a.fGaleri .media-left {
  width: 11%;
  height: 35px;
  position: relative;
  float: left;
  margin-right: 13px;
}

a.fGaleri .media-left img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin-right: 18px;
}

@media only screen and (max-width: 768px) {
  .gallery-item {
    width: 48%;
  }

  .gallery-item figure {
    height: 99px;
  }
}
ul.list-unstyled .fGaleri p {
  position: relative;
  text-shadow: 0px 0px 0px;
  color: #505050;
  width: auto !important;
  float: left;
  margin: 0 !important;
  padding: 0;
  margin-right: 16px !important;
}
@media only screen and (max-width: 1637px) {
  #baskan .img-baskan img {
    width: 154px;
  }
  #baskan .img-baskan {
    bottom: 0px;
  }

  #baskan .title-baskan {
    margin-left: 169px;
  }

  #baskan .title-baskan h2 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1363px) {
  #baskan .img-baskan img {
    width: 104px;
  }
  #baskan .title-baskan {
    margin-left: 126px;
  }
  #baskan .title-baskan h2 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1240px) {
  #baskan .img-baskan img {
    width: 104px;
  }
  #baskan .title-baskan h2 {
    font-size: 17px;
  }
}

.first-card div {
  float: none;
  display: inline-block;
}

.first-card {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  #familyTree img {
    width: 100%;
    width: 211px;
  }
}

@media only screen and (max-width: 640px) {
  #familyTree .item {
    height: auto !important;
  }

  #familyTree div {
    height: auto !important;
  }
}

.form-title {
  border-bottom: 3px solid #e8e8e8;
  padding: 10px 0;
  margin-bottom: 15px !important;
  width: 100% !important;
  position: relative;
  padding-left: 13px;
}

.sihhiForm textarea {
  width: 100%;
  min-height: 100px;
}

.sihhiForm li label select {
  width: 100%;
  height: 42px;
  border: 1px solid #efefef;
  background: #fff;
  border-radius: 0 !important;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.02);
}

.form-title:before {
  content: "";
  position: absolute;
  bottom: 15px;
  height: 13px;
  width: 6px;
  background: #2e73b1;
  left: 0;
}

.combo-option {
  float: left;
  width: 33%;
}

.combo-option input {
  float: left;
  margin-right: 11px;
}

.error {
}

.error {
  padding: 10px;
  background: #e25e5e;
  color: #fff;
  border-radius: 3px;
}

#datetimepicker1 input {
  height: 42px;
  /* margin-bottom: 5px; */
}

span.input-group-addon {
  background: white;
  border: 0;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}

#datetimepicker1 {
  margin-bottom: 5px;
}

.hb-img {
  float: left;
  width: 100%;
  height: 111px;
  position: relative;
  background: #ececec;
}

.hb-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.gb-title {
  background: #fff;
  padding: 18px;
  text-align: center;
  float: left;
  width: 100%;
}

.social-share-popup {
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 14px;
}

.social-share-popup li a {
  float: left;
  background: #4a85bb !important;
  padding: 10px;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff !important;
  width: 98%;
  padding: 7px !important;
}

.social-share-popup li {
  float: left;
}

.social-share-popup li a i {
  margin-right: 12px;
}

ul.video {
  float: left;
  width: 100%;
  padding: 0;
}
ul.video li {
  float: left;
  width: 23%;
  padding: 0;
  list-style: none;
  margin: 0 1%;
}

ul.video li a {
  /* width: 23%; */
  float: left;
  background: #fff;
  margin: 1%;
  height: 150px;
  margin-top: 10px;
}

ul.video li a .mask {
  position: absolute;
  top: 0;
}

ul.video li a span {
  padding: 5px;
  float: left;
}

ul.video li a img {
  height: 89px !important;
}

.small-label {
  display: inline-block;
}

.medium-label {
  font-weight: 900;
  margin-bottom: 15px;
}

.custom-select {
  display: inline-block;
  margin-bottom: 15px;
}

div#nikah_sagliklog,
#nikah_tarihlog {
  display: inline-block;
  font-weight: 900;
  /* background: #ab433f; */
  /* color: #FFF; */
  /* padding: 3px 15px; */
  border-radius: 20px;
}

.nikah-hesap {
  float: left;
  width: 100%;
}

.alert-nikah-saglik,
.alert-nikah-gun {
  display: none;
}
.sub-menu .media-object {
  max-height: 275px !important;
  width: 159px !important;
}

.sub-menu .media {
  height: 260px !important;
}

.sub-menu .media a {
  height: 100%;
  padding: 0 !important;
}

.sub-menu .media .media-left {
  position: relative !important;
  width: 165px !important;
  height: 252px !important;
  float: left !important;
  background: #fff !important;
}

.sub-menu .media .media-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub-menu .media-body {
  width: calc(100% - 16px) !important;
  position: absolute;
  float: right;
  padding-left: 218px !important;
  top: 50%;
  transform: translateY(-50%);
}

#mudurlukDetay .content-index .media .media-left {
  height: 188px;
  width: 150px !important;
}

#mudurlukDetay .content-index .media a {
  color: #fff;
}

#mudurlukDetay .content-index .media a:hover {
  color: #4f8cc1;
}

#mudurlukDetay .content-index .media-object {
  width: 100%;
  max-height: 100%;
}

#mudurlukler .content-index .media .media-left {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #fff;
}

.bebek-image .slide-url {
  height: 600px;
  position: relative;
}

.bebek-image .slide-url img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  #content table img {
    width: 100% !important;
    height: auto !important;
  }
}
