/* CSS Document */
.link1,
.link2,
.link3,
#prevslide,
#nextslide,
.block-menu li a,
#header * a,
.tercihyazilim,
.footer-facebook,
.footer-insta {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.r {
  position: relative;
}
.lightbox img {
  filter: grayscale(90%);
  width: 100%;
  height: 244px;
  object-fit: cover;
}
.jquery-lightbox-background {
  filter: grayscale(90%);
}
.resim-2 {
  float: right;
  max-width: 150px;
  height: auto;
  position: absolute;
  right: 25%;
  top: 150px;
}

p {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14px;
}
b {
  font-style: italic;
}
h1 {
  font-family: "Oswald", Sans-serif;
  font-size: 28px;
  color: #41557a;
  display: block;
  line-height: 40px;
  font-weight: 100;
  padding-left: 20px;
  position: relative;
}
h2.sub-title,
h2 {
  font-family: "Oswald", Sans-serif;
  font-size: 20px;
  color: #41557a;
  display: block;
  line-height: 40px;
  font-weight: 100;
  padding-left: 20px;
  position: relative;
}
h2.sub-title:before {
  width: 100%;
  height: 3px;
  background: url(../img/block-bg.png) repeat;
  position: absolute;
  bottom: -5px;
  content: "";
  left: 0;
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  height: auto;
  color: #666;
  font-size: 13px;
  font-family: Calibri;
  background: #fafafa !important;
}
body {
  overflow-x: hidden;
}
.container {
  max-width: 960px;
}
#header {
  width: 100%;
  position: fixed;
  top: 20px;
  left: 0;
  height: auto;
  z-index: 80;
  background: hsl(0, 0%, 98%);
}
.header-top {
  background: hsl(0, 0%, 98%);
  width: 100%;
  height: 20px;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 50;
}
.logo {
  margin: 0;
  padding: 0;
  position: relative;
}
.logo:before {
  background: rgba(8, 31, 58, 0.4);
  width: 1500%;
  height: 80px;
  left: -1500%;
  position: absolute;
  bottom: 0;
  content: "";
}
.logo:after {
  background: rgba(8, 31, 58, 0.4);
  width: 800%;
  height: 80px;
  right: -800%;
  position: absolute;
  bottom: 0;
  content: "";
}
.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 36px;
  position: relative;
  z-index: 22;
}
.navigation li {
  float: left;
  position: relative;
}
.navigation li a {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  padding: 0 8px !important;
  line-height: 80px;
  display: block;
  margin: 0 15px;
}
.navigation li ul.sub-menu {
  display: none;
  position: absolute;
  background: #98a1ac;
  left: 15px;
  z-index: 20;
  list-style: none;
}
.navigation li:hover ul.sub-menu {
  display: block;
  min-width: 200px;
}
.navigation li:hover ul.sub-menu li {
  float: none;
}
.navigation li:hover ul.sub-menu li a {
  border-bottom: 1px solid #a9bac7;
  line-height: 35px;
  height: 35px;
  display: block;
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .navigation li:hover ul.sub-menu li a:hover {
    padding-left: 20px !important;
  }
}
.navigation li:hover a {
  text-decoration: none;
  border-bottom: 3px solid #c8901e;
}
.navigation li.active a {
  border-bottom: 3px solid #c8901e;
}
#footer-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
#footer {
  background: url(../img/footer.jpg) top center;
  border-top: 3px solid #aa802a;
  min-height: 45px;
}
.footer-menu {
  float: left;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  float: left;
}
.footer-menu li a {
  line-height: 45px;
  display: block;
  padding: 0 20px;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  color: #acacac;
}
.footer-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
.copy-right {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  color: #8a8a8a;
  float: right;
  display: block;
  line-height: 45px;
}
.copy-right:hover {
  color: #fff;
}

#footer .social {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .social li {
  float: left;
  margin-left: 4px;
}
#footer .social li a {
  width: 38px;
  height: 43px;
  background: url(../img/social.png) no-repeat;
  opacity: 0.7;
  display: block;
}
#footer .social li a:hover {
  opacity: 1;
}
#footer .social li a.twitter {
  background-position: -38px 0;
}
#footer .social li a.facebook {
  background-position: 0px 0;
}
#prevslide {
  background: url(../img/sprite.png) no-repeat 0 -52px !important;
  width: 73px !important;
  height: 62px !important;
  left: 0 !important;
  opacity: 1 !important;
}
#prevslide:hover {
  background: url(../img/sprite.png) no-repeat -73px -52px !important;
  width: 73px !important;
  height: 62px !important;
  left: 0 !important;
}

#nextslide {
  background: url(../img/sprite.png) no-repeat 0 -114px !important;
  width: 73px !important;
  height: 62px !important;
  right: 0 !important;
  opacity: 1 !important;
}
#nextslide:hover {
  background: url(../img/sprite.png) no-repeat -73px -114px !important;
  width: 73px !important;
  height: 62px !important;
  right: 0 !important;
}
#footer * {
  font-size: 11px;
}
.link1 {
  background: url(../img/sprite.png) no-repeat -51px 0;
  width: 65px;
  height: 26px;
  float: left;
  display: block;
  margin-top: 9px;
  margin-right: 5px;
}
.link2 {
  background: url(../img/sprite.png) no-repeat -26px 0;
  width: 26px;
  height: 26px;
  float: left;
  display: block;
  margin-top: 9px;
  margin-right: 5px;
}
.link3 {
  background: url(../img/sprite.png) no-repeat 0 0;
  width: 25px;
  height: 26px;
  float: left;
  display: block;
  margin-top: 9px;
  margin-right: 5px;
}
.footer-menu li a:hover .link1 {
  background: url(../img/sprite.png) no-repeat -51px -26px;
}
.footer-menu li a:hover .link2 {
  background: url(../img/sprite.png) no-repeat -26px -26px;
}
.footer-menu li a:hover .link3 {
  background: url(../img/sprite.png) no-repeat -0px -26px;
}

.kurumsal-slogan {
  position: absolute;
  top: 160px;
  left: 0;
  display: block;
  z-index: 22;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #778189;
}
#main-content {
  position: relative;
  top: 0px;
}

.col-sm-4 {
  position: relative;
}

.tab-list > .col-sm-4 span,
.col-sm-3 span {
  bottom: 0;
  background: rgba(181, 131, 33, 0.6);
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 30px;
  display: block;
}
.col-sm-2 span {
  bottom: 0;
  background: rgba(181, 131, 33, 0.6);
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 16px;
  display: block;
  font-size: 13px;
  height: 40px;
}
#two-right {
  padding: 20px;
  position: relative;
  top: 120px;
  padding-bottom: 50px;
}
#left-column {
  position: relative;
}
.slogan-img {
  position: fixed;
  top: 150px;
  max-width: 210px;
  margin-left: -13px;
}
.block {
  background: url(../img/block-bg.png) repeat;
  padding: 5px 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.block-title {
  position: relative;
}
.block-title span {
  background: #b4892f;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  line-height: 37px;
  padding: 0 20px;
  position: relative;
  left: -13px;
  font-family: "Oswald", sans-serif;
  z-index: 20px;
}
.block-title span:after {
  background: url(../img/sprite.png) no-repeat -133px 0;
  width: 14px;
  height: 37px;
  position: absolute;
  right: -14px;
  display: block;
  content: "";
  top: 0;
}
.block-title:before {
  background: url(../img/sprite.png) no-repeat -146px 0;
  width: 42px;
  height: 42px;
  position: absolute;
  left: -42px;
  display: block;
  content: "";
  top: -14px;
  z-index: 19px;
}
.block-menu {
  list-style: none;
  padding: 0 10px;
}
.block-menu li {
  width: 100%;
  margin: 5px 0;
}
.block-menu li a {
  background: #e6e2d9;
  line-height: 35px;
  color: #596276;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 100;
  display: block;
  padding: 0 15px;
}
.block-menu li a:hover {
  background: #b4892f;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
}
.icon-row {
  background: url(../img/sprite.png) -116px 0 no-repeat;
  width: 9px;
  height: 13px;
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 11px;
}
.block-menu li a:hover .icon-row {
  background: url(../img/sprite.png) -125px 0 no-repeat;
}

ul.page-list {
  list-style: none;
}
ul.page-list li {
  line-height: 30px;
  font-size: 15px;
}
.nav-tabs-wrap {
  position: fixed;
  top: 150px;
  max-width: 210px;
  margin-left: -13px;
  width: 100%;
}
.proje-logo {
  max-width: 100px;
  margin: 0 auto;
  margin-top: 20px;
}
.nav-tabs {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-tabs li {
  color: #fff;
  border-radius: 0;
  border: 0;
  float: none;
  width: 100%;
}
.nav-tabs li a {
  background: #b4892f;
  color: #fff;
  border-radius: 0;
  border: 0;
  border: 1px solid #a87d2f;
  margin: 5px;
}
.nav-tabs li:hover a {
  background: #e6e2d9;
  color: #596276;
}
.tab-list {
  list-style: none;
}
.tab-list li {
  padding: 5px;
}
.tab-list li a {
  border: 3px solid #f2f2f2;
  display: block;
}

.jquery-lightbox-button-close {
  background: #ffffff url(../img/jquery-lightbox-theme.gif) no-repeat 0px -48px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 58px !important;
  height: 26px !important;
}
.jquery-lightbox-button-close:hover {
  background: #ffffff url(../img/jquery-lightbox-theme.gif) no-repeat 0px -48px !important;
}
.jquery-lightbox-buttons .jquery-lightbox-button-max {
  background: #ffffff url(../img/jquery-lightbox-theme.gif) no-repeat 0px -23px !important;
  position: absolute !important;
  left: 7px !important;
  bottom: 7px !important;
  width: 89px !important;
  height: 28px !important;
  z-index: 7001;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max:hover {
  background: #ffffff url(../img/jquery-lightbox-theme.gif) no-repeat 0px -23px !important;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min {
  background: #ffffff url(../img/jquery-lightbox-theme.gif) no-repeat -58px -48px !important;
  position: absolute;
  left: 7px;
  bottom: 7px;
  width: 97px !important;
  height: 26px !important;
  z-index: 7001;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min:hover {
  background: #ffffff url(../img/jquery-lightbox-theme.gif) no-repeat -58px -48px !important;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left {
  width: auto !important;
  height: auto !important;
  filter: alpha(opacity=70) !important;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left span {
  background: #ffffff url(../img/jquery-lightbox-theme.gif) no-repeat -39px 0px !important;
  width: 37px !important;
  height: 23px !important;
  overflow: hidden;
  display: block;
  padding: 0 !important;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 7003;
  cursor: hand;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  font-size: 0px !important;
}
.jquery-lightbox-navigator .jquery-lightbox-button-left span:hover {
  opacity: 1 !important;
}
.jquery-lightbox-navigator .jquery-lightbox-button-right span {
  background: #ffffff url(../img/jquery-lightbox-theme.gif) no-repeat 0px 0px !important;
  width: 39px !important;
  height: 23px !important;
  overflow: hidden;
  display: block;
  padding: 0 !important;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 7003;
  cursor: hand;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  font-size: 0px !important;
}
p {
  text-indent: 20px;
}
.jquery-lightbox-navigator .jquery-lightbox-button-right span:hover {
  opacity: 1 !important;
}
.jquery-lightbox-title {
  position: fixed !important;
  top: 6px !important;
  bottom: auto !important;
  left: 20px !important;
  width: 150px !important;
  padding: 20px !important;
}
.page-list .icon-row {
  display: none;
}

.incikale-slogan {
  position: fixed;
  top: 155px;
  right: 20px;
  max-width: 190px;
}

.list .area .info {
  float: none;
  color: #a89478;
  padding-right: 10px;
  font-family: "Gentium Book Basic", serif;
  font-size: 15px;
  line-height: 1.4;
  display: block;
  padding-top: 0px;
  margin-bottom: 20px;
}
.list .area:hover .info {
  color: #686351;
}
.list .area .tel-icon {
  width: 30px;
  height: 30px;
  background: url(../img/contact-icon.png) no-repeat;
  float: none;
  margin-left: 13px;
}
.list .area .fax-icon {
  width: 30px;
  height: 30px;
  background: url(../img/contact-icon.png) no-repeat;
  float: none;
  margin-left: 13px;
  background-position: 0 -30px;
}
.list .area .email-icon {
  width: 30px;
  height: 30px;
  background: url(../img/contact-icon.png) no-repeat;
  float: none;
  margin-left: 13px;
  background-position: 0 -60px;
}

.list .area .insta-icon {
  width: 30px;
  height: 30px;
  background: url(../img/contact-icon.png) no-repeat;
  float: none;
  margin-left: 13px;
  background-position: 0 -214px;
}
.list .area .adress-icon {
  width: 30px;
  height: 30px;
  background: url(../img/contact-icon.png) no-repeat;
  float: left;
  margin-left: 13px;
  background-position: 0 -90px;
  margin-top: 7px;
  float: none;
}

.m-logo {
  display: none;
}
.mobile-slider {
  display: none;
}
.slider1-left {
  width: 40px;
  height: 31px;
  background: url(../img/slider-button.png) no-repeat;
  display: block;
  top: 85%;
  left: 0;
  position: absolute;
}
.slider1-right {
  width: 40px;
  height: 31px;
  background: url(../img/slider-button.png) no-repeat -40px 0;
  display: block;
  top: 85%;
  right: 0;
  position: absolute;
}

.tercihyazilim {
  background: url(../img/tercih.png) no-repeat;
  width: 39px;
  height: 33px;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 90;
}
.tercihyazilim:hover {
  background: url(../img/tercih-h.png) no-repeat;
  width: 145px;
  height: 33px;
}

.footer-facebook {
  background: url(../img/contact-icon.png) no-repeat 0 -119px;
  position: relative;
  display: block;
  width: 30px;
  height: 23px;
}

.footer-facebook:hover {
  background: url(../img/contact-icon.png) no-repeat 0 -142px;
  position: relative;
  display: block;
  width: 30px;
  height: 23px;
}

.footer-insta {
  background: url(../img/contact-icon.png) no-repeat 0 -165px;
  position: relative;
  display: block;
  width: 30px;
  height: 23px;
}

.footer-insta:hover {
  background: url(../img/contact-icon.png) no-repeat 0 -190px;
  position: relative;
  display: block;
  width: 30px;
  height: 23px;
}

/** Media Css baÅŸlÄ±yor **/
@media (min-width: 1400px) {
  .incikale-slogan {
    position: fixed;
    top: 155px;
    right: 20px;
    max-width: 150px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .navigation > li > a {
    font-size: 15px !important;
    padding: 0 !important;
    margin: 0 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .jquery-lightbox-title {
    display: none;
  }

  #supersized {
    display: none !important;
  }
  .desktop-slider {
    display: none !important;
  }
  .mobile-slider {
    display: block;
  }
  #carousel1 {
    display: block;
  }
  .m-logo {
    display: block;
  }
  .logo-1 {
    display: none;
  }

  #main-content {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .h1,
  h2,
  h3,
  h4 {
    text-align: center;
  }
  #two-right {
    padding: 0 20px;
    top: 0;
  }
  .logo:before,
  .logo:after {
    display: none;
  }
  .logo a {
    display: block;
    float: none !important;
    text-align: center;
  }
  .logo a img {
    margin: 10px auto;
  }
  .logo {
    float: none !important;
  }
  .header-top {
    display: none;
  }
  #header {
    background: #001d4c !important;
    position: relative;
    top: 0;
    padding: 0;
  }
  .slogan-img,
  .incikale-slogan {
    display: none;
  }

  .navigation {
    margin: 0;
    padding: 0;
    display: block;
    float: none !important;
    height: auto;
    list-style: none;
  }
  .navigation li {
    float: none !important;
    padding: 0 !important;
  }
  .navigation li a {
    width: 98%;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    background: #01245c;
    border-bottom: 1px dotted #3f5a87;
    color: #d8dce9;
    float: none !important;
  }
  .navigation li a:hover {
    text-decoration: none;
    color: #fff;
    background: #02508d;
  }
  .navigation li a i {
    display: inline-block !important;
    float: none !important;
  }
  .social-header {
    float: none !important;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .navigation li:hover ul {
    position: relative;
    width: 100%;
    box-shadow: none;
    border: 0;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 0;
  }
  .navigation li:hover ul li a {
    padding: 0;
    margin: 0;
  }
  .tab-list li {
    width: 50% !important;
    float: left;
  }

  .nav-tabs-wrap {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    max-width: none;
  }
  .nav-tabs li {
    width: auto;
    float: left;
  }
  .nav-tabs li a {
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
  }

  #footer-wrap {
    position: relative;
    background: #3a3a3a;
  }
  #footer {
    background: #3a3a3a;
  }
  .footer-phone {
    width: 100%;
    float: none;
  }
  .footer-menu {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-menu li {
    width: 100%;
  }
  .footer-menu li a {
    width: 100%;
    text-align: center !important;
    border-bottom: 1px dotted #292929;
  }
  .footer-menu li a:hover {
    background: #4f4f4f;
  }
  .copy-right {
    width: 100%;
    float: none;
    text-align: center !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }

  body {
    max-width: 100%;
  }
  #wrapper {
    position: relative;
  }
  .navigation .sub-menu {
    position: static;
  }
}

@media screen and (max-width: 480px) {
  @-ms-viewport {
    width: 320px;
  }
  .resim-2 {
    display: none;
  }
}

.home-proje-link {
  position: fixed;
  z-index: 50;
  display: inline-block;
  bottom: 20px;
  top: auto;
  right: 40px;
  -webkit-animation: platinum 5s infinite;
  -moz-animation: platinum 2s infinite;
  -o-animation: platinum 2s infinite;
  animation: platinum 2s infinite;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes platinum {
  0% {
    opacity: 1;
    bottom: 20px;
  }
  50% {
    opacity: 0.4;
    bottom: 12px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@-moz-keyframes platinum {
  0% {
    opacity: 1;
    bottom: 20px;
  }
  50% {
    opacity: 0.4;
    bottom: 12px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@-o-keyframes platinum {
  0% {
    opacity: 1;
    bottom: 20px;
  }
  50% {
    opacity: 0.4;
    bottom: 12px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@keyframes platinum {
  0% {
    opacity: 1;
    bottom: 20px;
  }
  50% {
    opacity: 0.4;
    bottom: 12px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}

.home-proje-link:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1 !important;
}

@media screen and (max-width: 480px) {
  .home-proje-link {
    display: none;
  }
}

/* body #wrapper, body .desktop-slider, body #supersized{
  display: none !important;
}

.offmode{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
  text-align: center;
}
.offmode .title{
  font-size: calc(26px + 1.5vw);
  margin-top: 30px;
} */

.offmode {
  display: none !important;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
}

.home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.home-banner img.bg-img {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 49;
}

.home-banner img.badge {
  position: absolute;
  width: 180px;
  height: auto;
  z-index: 50;
  background-color: transparent;
  display: block;
  top: calc(5% + 180px);
  left: 5vw;
}
.m-banner {
  display: none;
}
.m-banner img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .home-banner {
    display: none !important;
  }
  .m-banner {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .navigation ul {
    background-color: #01245c !important;
  }
  .navigation ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff47;
    justify-content: center;
  }
  .navigation ul li a {
    border: 0 !important;
    width: 140px;
    text-align: left;
  }
  .navigation ul.sub-menu li a:hover {
    background-color: transparent !important;
    padding-left: 4px !important;
  }
  .navigation ul li:hover {
    background-color: transparent !important;
    padding-left: 4px !important;
  }
}
