@font-face {
  font-family: 'lonnin';
  src: url('../libs/font/chalet-lonnin-webfont.eot');
  src: url('../libs/font/chalet-lonnin-webfont.eot?#iefix') format('embedded-opentype'), url('../libs/font/chalet-lonnin-webfont.woff2') format('woff2'), url('../libs/font/chalet-lonnin-webfont.woff') format('woff'), url('../libs/font/chalet-lonnin-webfont.ttf') format('truetype'), url('../libs/font/chalet-lonnin-webfont.svg#lonnin') format('svg');
  font-weight: normal;
  font-style: normal
}
.font-bold {
  font-weight: 700;
}
body {
  background-color: #f3f3f3;
  position: relative;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
p,
a,
li {
  font-family: 'lonnin';
}
.font-light-italic {
  font-style: italic;
}
a,
a:hover {
  text-decoration: none;
}
p {
  font-size: 14px;
}
ul { 
  padding: 0;
  margin: 0;
}
.box:after,
.box:before,
.section:after,
section:before {
  content: '';
  display: table;
}
.box:after,
section:after {
  clear: both;
}
ul {
  padding-left: 0;
}
ol {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
.margin-t0 {
  margin-top: 0;
}
.margin-t5 {
  margin-top: 5px;
}
.margin-t10 {
  margin-top: 10px;
}
.margin-t15 {
  margin-top: 15px;
}
.margin-t20 {
  margin-top: 20px;
}
.margin-t25 {
  margin-top: 25px;
}
.margin-t30 {
  margin-top: 30px;
}
.margin-t40 {
  margin-top: 40px;
}
.margin-t50 {
  margin-top: 50px;
}
.margin-t60 {
  margin-top: 60px;
}
.margin-t80 {
  margin-top: 80px;
}
.margin-b0 {
  margin-bottom: 0;
}
.margin-b5 {
  margin-bottom: 5px;
}
.margin-b10 {
  margin-bottom: 10px;
}
.margin-b15 {
  margin-bottom: 15px;
}
.margin-b20 {
  margin-bottom: 20px;
}
.margin-b25 {
  margin-bottom: 25px;
}
.margin-b30 {
  margin-bottom: 30px;
}
.margin-b40 {
  margin-bottom: 40px;
}
.margin-b50 {
  margin-bottom: 50px;
}
.margin-b60 {
  margin-bottom: 60px;
}
.margin-b80 {
  margin-bottom: 80px;
}
header { 
  background-color: #fff;
  padding: 15px 0;
  position: relative;
}
.page-border_top {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: 4;
  height: 2px;
  background-color: #fff;
}
.page-border_left {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  z-index: 4;
  width: 2px;
  background-color: #fff;
}
.page-border_right {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  width: 2px;
  background-color: #fff;
}
.slider .uk-overlay-panel {
  opacity: 1;
}
.uk-navbar-brand {
  height: 100%;
  width: 300px;
  box-sizing: border-box;
  margin-top: -10px;
}
.uk-navbar-toggle {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #333;
  font-size: 32px;
  height: auto;
  padding: 25px;
  background-color: #fff;
}
.slider .uk-slidenav-position .uk-slidenav { 
  font-size: 35px;
  left: 60px;
  color: #fff;
}
.slider .uk-slidenav-position .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0.35);
  color: #000;
}
.slider .uk-slidenav-previous:before {
  content: "\f106 ";
}
.slider .uk-slidenav-next:before {
  content: "\f107 ";
}
.slider .uk-slidenav-next {
  top: calc(50% + 30px);
}
.slider .uk-slidenav-previous {
  top: calc(50% - 30px);
  border-bottom: 1px solid #fff;
}
.slider {
  position: relative;
}
.go-btn {
  width: 25px;
  height: 55px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 30px;
  border-radius: 50px;
  left: calc(50% - 12px);
}
.uk-offcanvas {
  background: rgba(0, 0, 0, 0.7);
}
.pin {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 3px;
  height: 8px;
  border-radius: 5px;
  background-color: #ffF;
}
.pin {
  animation: animationFrames linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, 1px) rotate(0deg);
  }
  33% {
    opacity: 1;
    transform: translate(0px, 25px) rotate(1deg);
  }
  80% {
    opacity: 0;
    transform: translate(0px, 45px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(200px, 0px) rotate(180deg);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, 1px) rotate(0deg);
  }
  20% {
    opacity: 1;
    -moz-transform: translate(0px, 25px) rotate(0deg);
  }
  33% {
    opacity: 1;
    -moz-transform: translate(0px, 45px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(200px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 1px) rotate(0deg);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0px, 25px) rotate(0deg);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(0px, 45px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(200px, 0px) rotate(180deg);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, 1px) rotate(0deg);
  }
  20% {
    opacity: 1;
    -o-transform: translate(0px, 25px) rotate(1deg);
  }
  33% {
    opacity: 0;
    -o-transform: translate(0px, 45px) rotate(-1deg);
  }
  100% {
    opacity: 0;
    -o-transform: translate(200px, 0px) rotate(180deg);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, 1px) rotate(0deg);
  }
  20% {
    opacity: 1;
    -ms-transform: translate(0px, 25px) rotate(1deg);
  }
  33% {
    opacity: 0;
    -ms-transform: translate(0px, 45px) rotate(-1deg);
  }
  100% {
    opacity: 0;
    -ms-transform: translate(200px, 0px) rotate(180deg);
  }
}
.slide-bot {
  position: absolute;
  bottom: 100px;
  left: 20px;
  right: 20px;
}
#bilgi_formu .uk-modal-dialog {
  height: 100%;
}
.inner_1 a {
  display: block;
  background-color: #fff;
  font-size: 16px;
  width: 250px;
  color: #333;
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}
.slide-sm li {
  display: inline-block;
  width: 22%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slide-sm li img {
  height: 100%;
  padding: 5px;
  image-rendering: -webkit-optimize-contrast;
}
.slide-sm li a {
  color: #333;
  font-size: 16px;
  height: 50px;
  box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slide-sm li:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slide-sm li:hover a {
  color: #fff;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inner_2 {
  float: right;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  width: 250px;
}
.slider .uk-overlay-panel h1 {
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}
.border-bot-1 {
  position: relative;
}
.border-bot-1:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #fff;
  left: calc(50% - 20px);
  bottom: -30px;
}
.sec-2 {
  position: relative;
}
.sec-2 figure {
  position: relative;
}
.sec-2 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.86) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.86) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.86) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000', GradientType=0);
}
.sec-1 {
  padding: 50px 0 0;
  text-align: center;
}
.sec-1 h2 {
  text-transform: uppercase;
  margin: 0;
}
.sec-1 p {
  text-transform: none;
  font-size: 15px;
}
.sec-1 a {
  display: inline-block;
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  border: 1px solid #333;
  padding: 10px 40px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec-1 a:hover {
  text-decoration: none;
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec-2 figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  height: 100%;
}
.sec-2 .content-inner {
  height: 100%;
}
.sec-2 img {
  visibility: hidden;
}
.sec-2 h3 {
  color: #fff;
  margin-bottom: 0;
}
.figcap-inner {
  position: absolute;
  bottom: 25px;
  right: 25px;
  margin-bottom: 0;
  color: #fff;
  text-align: right;
  background-color: #726962;
  padding: 15px 30px;
  border-bottom: 2px solid #fff;
}
.sec-2 .figcap-inner p {
  border-top: 2px solid #fff;
  padding-top: 10px;
}
.konum-img {
  text-align: center;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.konum-img img {
  width: 60px;
  padding: 15px 0;
}
.konum-box figcaption {
  text-align: center;
  padding: 10px 0;
}
.konum-box:hover .konum-img {
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bg-color-1 {
  background-color: #fff;
  box-sizing: border-box;
}
.konum-sign {
  position: relative;
  padding: 50px 25px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 90% 80%;
  background-size: 160px;
  box-sizing: border-box;
  border-right: 3px solid #f3f3f3;
}
.btn-1 {
  display: inline-block;
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  border: 1px solid #333;
  padding: 10px 40px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-1:hover {
  text-decoration: none;
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-pos {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.font-light {
  font-weight: 300;
}
.video {
  background-color: #fff;
}
.video .content-inner {
  padding: 0 60px;
  height: 100%;
  box-sizing: border-box;
}
.video .content-inner p {
  font-size: 15px;
}
.video .content-inner h1, .video .content-inner h2 {
  text-transform: uppercase;
}
.video-img {
  position: relative;
}
.video .border-top {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 25px;
  height: 2px;
  background-color: #fff;
}
.video .border-bottom {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 25px;
  height: 2px;
  background-color: #fff;
}
.video .border-right {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  bottom: 25px;
  width: 2px;
  background-color: #fff;
}
.video .border-left {
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  bottom: 25px;
  width: 2px;
  background-color: #fff;
}
.play-btn span {
  display: block;
}
.play-btn {
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 22px;
}
.play-btn a {
  color: #fff;
}
.play-btn i {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  font-size: 22px;
  border-radius: 50%;
  line-height: 60px;
  margin-bottom: 10px;
}
.play-btn i:hover {
  background-color: #333;
  color: #fff;
}
.sec.konum .border3 {
  background-color: #fdfdfd;
  margin: 100px 0;
  width: 100%;
}
.slide-navs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 1px;
}
.slide-navs .uk-slidenav {
  color: #fff;
  font-size: 35px;
  opacity: 1;
}
.slide-navs .uk-slidenav-previous {
  border-right: 1px solid #fff;
}
.slide-navs .uk-slidenav {
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.slide-navs .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0.35);
  color: #000;
}
.slide-navs .uk-slidenav-next {
  margin-left: -3px;
}
footer {
  background-color: #726962;
  padding: 50px 0;
  padding-bottom: 70px;
  color: #fff;
  margin-top: 25px;
}
footer ul li,
footer a {
  color: #fff;
}
.page-border_bottom {
  position: absolute;
  height: 2px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #fff;
  z-index: 5;
}
.footer-logo {
  text-align: center;
  height: 100%;
}
.projeler {
  position: relative;
}
.uk-navbar-nav {
  float: none; 
}
.uk-navbar-nav li a {
  color: #333;
  font-weight: 700;
  padding: 0 14px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  font-family: 'lonnin';
  font-size: 15px;
}
.banner {
  position: relative;
  min-height: 350px;
  background-color: #525252;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat; 
}
.banner-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-cap h1 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 300;
  position: absolute;
  bottom: 40px;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  text-shadow: 2px 2px 2px #000;
}
.kurum-inner {
  padding: 15px;
  text-align: justify;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
}
.kurum-inner.text {
  background-color: #fff;
  padding: 25px;
}
.kurum-inner.text h2 {
  text-transform: uppercase;
}
.content {
  margin-top: 25px;
}
.contact-text {
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #726962;
  margin: 0 10px;
}
.contact-list i,
.contact-list span {
  display: table-cell;
}
.contact-list i {
  width: 25px;
  text-align: center;
  font-size: 16px;
}

.contact-list a {
  color: #333;
}
footer .contact-list a {
  color: #fff;
}
.proje figure,
.proje {
  position: relative;
}
.proje h3 {
  color: #fff;
  margin: 0;
}
.proje figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.category li a {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 700;
  background-color: #726962;
  width: 100%;
  padding: 15px;
  margin-top: 2px;
  box-sizing: border-box;
  border: 1px solid #726962;
}
.category li.uk-active a {
  background-color: transparent;
  color: #726962;
}
.projeler .uk-slider a {
  display: block;
}
.projeler #may {
  margin-top: 25px;
  min-height: 410px;
  overflow: hidden;
}
.projeler #shift .category {
  margin-bottom: 10px;
}
.slider-inner.text {
  padding: 25px;
  background-color: #fff;
  height: 100%;
  box-sizing: border-box;
}
.h-tel {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 15px;
}
.h-tel:hover {
  color: #333;
  background-color: #fff;
}
.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus {
  background-color: transparent;
  color: #333;
  outline: 0;
}
footer {
  text-align: center;
}
footer a:hover {
  color: #fff;
}
.bilgi_form_inner {
  height: 100%;
}
#bilgi_formu .uk-close {
  opacity: 1;
  color: #000;
  font-size: 30px;
  font-weight: 300;
}
.sizi_arayalim input,
.sizi_arayalim textarea {
  height: 45px;
  border: none;
  border-bottom: 2px solid #726962;
  font-size: 16px;
  width: 300px;
  padding: 10px;
}
.sizi_arayalim textarea {
  height: 80px;
}
.sizi_arayalim input:focus,
.sizi_arayalim textarea:focus {
  outline: none;
  background-color: #f3f3f3;
  border-color: #726962;
}
.sizi_arayalim button {
  display: inline-block;
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  border: 1px solid #333;
  padding: 10px 40px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  display: table;
  margin: 15px auto;
}
.sizi_arayalim button:hover {
  text-decoration: none;
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.odeme-model blockquote {
  font-size: 35px;
  font-weight: 300;
  padding: 25px 15px;
}
.logo-box {
  text-align: center;
}
.logo-box img {
  width: 215px;
}
.slider-inner.text img {
  padding: 15px 25px;
}
.sartname {
  background-color: #fff;
  padding: 25px;
  box-sizing : border-box; 
  text-align: center;
}
.sartname ul li {
  padding-bottom: 8px;
  font-size: 14px;
}
.contact-list {
  text-align: left;
}
.logo {
  display: block;
  width: auto;
  height: 65px; 
  image-rendering: -webkit-optimize-contrast;
}
.footer-logo img {
  width: 200px;
}
.sec.video .uk-vertical-align-middle {
  width: 100%;
}
.content-right {
  text-align: right;
}
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.2);
}
.banner-sm {
  position: absolute;
  bottom: 5px;
  right: 20px;
  background-color: #fff;
}
.projebanner p {
  margin: 0;
  padding: 25px;
  background-color: #fff;
  font-size: 35px;
  text-align: center;
  margin-top: 25px;
}
.projeler .content-inner .uk-switcher{
  overflow: hidden;
}
.catalog {
  border: 2px solid #efefef;
  padding: 40px 0;
  background-color: #fff;
}
.banner-sm, .inner_2 {
  display: none;
}





.medcezir-list li {
  width: calc(100% / 7);
  box-sizing: border-box;
}
.uk-slidenav {
  color: #333;
  display: block;
}
.uk-slidenav-position .uk-slidenav {
  display: block;
}
.uk-slidenav:hover {
  color: #333;
}
.logo-large {
  margin-left: 20px;
  margin-top: 5px;
  display: block;
}
.right-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #333;
  font-size: 32px;
  z-index: 7;
}
.right-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 420px;
  background-color: #000;
  z-index: 55;
  padding: 30px;
  color: #fff;
}
.right-menu-panel li a {
  font-size: 17px;
  padding: 5px;
  display: inline-block;
  color: #fff;
}
.menu-toggle-button-close {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.menu-toggle-button-close:hover {
  color: #fff;
}

.form-sizi-arayalim {
  background-color: #fff;
  width: 368px; 
  box-sizing: border-box;
  position: absolute;
  top: 25px; 
  bottom: 25px;
  right: 0;
  z-index: 27;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-sizi-arayalim.active { 
  top: 0;
  right: 0;
  z-index: 27;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-sizi-arayalim-inner {
  padding: 30px 35px 30px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.active .form-sizi-arayalim-inner {

  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-sizi-arayalim-inner input,  .form-sizi-arayalim-inner select{
  margin-bottom: 10px;
  padding: 16px 10px;
  background-color: #ebebeb;
  font-family: 'lonnin';
  display: block;
  width: 100%;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
}
.form-sizi-arayalim-inner select {
  color: #767676;
}
.form-sizi-arayalim-inner textarea {
  margin-bottom: 10px;
  padding: 16px 10px;
  background-color: #ebebeb;
  font-family: 'lonnin';
  display: block;
  width: 100%;
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  height: 120px;
}
.form-sizi-arayalim-inner input:focus,
.form-sizi-arayalim-inner select:focus,
.form-sizi-arayalim-inner textarea:focus {
  outline: none;
}
.form-sizi-arayalim-inner h3 {
  text-align: center;
  font-size: 24px;
}
.formBtn {
  background-color: #c6b481;
  color: #fff;
  padding: 18px 44px;
  border: none;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
}
.zopimToggle {
  margin-top: 20px;
  padding: 20px 0 20px 20px;
  border-top: solid 1px #ebebeb;
  display: block;
  color: #333;
  width: 100%;
  font-size: 16px;
}
.zopim, .focus-open, .formClose {
  display: none;
}
.formClose {
  color: #333;
  font-size: 18px;
  text-align: right;
}

.shift-overflow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  display: none; 
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.focusForm.active {
  position: fixed;
  height: 100%;
}
.focus-open {
  width: 100%;
}
#loading {
  position: fixed;
  background-color: #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 28;
}

.loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.shift-anime {
  width: 40px;
  height: 40px;
  margin: 50px auto;
}
.load-heading {
  color: #fff;
  text-align: center;
  font-size: 55px;
}
.shift-anime .shift-block {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: shift-blockGridScaleDelay 1.3s infinite ease-in-out;
  animation: shift-blockGridScaleDelay 1.3s infinite ease-in-out; 
}
.shift-anime .shift-block1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.shift-anime .shift-block2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.shift-anime .shift-block3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.shift-anime .shift-block4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.shift-anime .shift-block5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.shift-anime .shift-block6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.shift-anime .shift-block7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }
.shift-anime .shift-block8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.shift-anime .shift-block9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes shift-blockGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); 
  }
}

@keyframes shift-blockGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  } 
}
.pr-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.pr-title {
  background-color: #333;
  height: 100%;
  position: relative;
}
.pr-title h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.project-list li {
  float: left;
}
.big-img {
  width: 50%;
}
.small-img {
  width: 25%;
}
.pr-box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease -in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pr-box:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease -in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pr-box-inner {
  position: absolute;
  top: 50%; 
  width: 100%;
  box-sizing: border-box;
  transform: translateY(-50%);
  padding: 15px;
  color: #fff;
}
.pr-box-inner h3 {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 24px;
}
.projects {
  margin-top: 50px;
}
.on-talep {
  text-align: center;
  margin: 25px 0;
  background-color: #fff;
  position: relative;
}
.on-talep h1  {
  font-size: 26px;
  background-color: #f7931e;
  padding: 5px;
  margin: 0;
  margin-bottom: 25px;
}
.on-talep label {
  width: 100%;
}
.on-talep .uk-form-row input {
  width: 100%;
  height: 40px;
}
.on-talep .uk-form-row textarea {
  width: 100%; 
}
.on-talep form {
  padding: 15px;
}
.on-talep .uk-form-row {
  text-align: left;
}
.on-talep button {
  background-color: #f7931e;
  border: none;
  width: 150px;
  padding: 20px 25px;
  font-weight: 700;
  cursor: pointer;
}
.success {
  position: absolute;
  width: 100%;
  top: 0; 
  height: 100vh;
  z-index: 55;
  text-align: center;
  font-family: 'Helvetica';
  color: #fff;
  background-color: rgba(51, 51, 51, 0.9);
  display: none;
}
.success-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -160px;
}
.success img {
  width: 100px;
}
.success p {
  font-size: 22px;
}
.open {
  display: block;
}
.close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 22px;
}
.right-menu-panel .sm {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-toggle-list {
  margin-top: 25px;
  margin-left: 25px;
}
.fullWidth {
  width: 100%;
}
.fullWidth .pr-inner {
  min-height: 450px;
}
.sm ul li {
  float: left;
}
.sm ul li a {
  padding: 8px 20px;;
  display: block;
}
.sm ul li:not(:last-child) a {
  border-right: 1px solid #ddd;
}
.top-menu-sm {
  margin: 0 60px;
}
.top-menu-sm ul li {
  float: left;
}
.top-menu-sm ul li a {
  display: block;
  padding: 0px 15px;
  color: #333;
}
.top-menu-sm ul li:not(:last-child) a {
  border-right: 1px solid #333;
}
.menu {
  width: 100%;
  height: 100%;
}
@media (max-width:768px) {
  .top-menu-sm {
    display: table;
    margin: 0 auto;
  }
  .big-img, .small-img {
    width: 100%;
  }
  .load-heading img {
    width: 75%;
  }
  .uk-navbar-center {
    width: 40%;
  }
  .form-sizi-arayalim {
    background-color: #fff;
    width: 100%; 
    box-sizing: border-box;
    position: static;
    top: 0; 
    bottom: 0;
    right: 0;
    z-index: 27;
    -webkit-transition: all 0.3s ease -in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .form-sizi-arayalim-inner {
    padding: 10px 25px 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    position: static; 
    transform: translateY(0);
  }
  .right-menu {
    display: none;
  }
  .medcezir-list li {
    width: 100%; 
  }
  .slider .uk-slidenav-position .uk-slidenav  {
    display: none;
  }
  .sec.video h1, .sec.video p, .sec.video h3, .sec.video a{
    text-align: center;
  }
  .category {
    margin: 0 12px;
  }
  .figcap-inner {
    padding: 10px;
  }
  .form-out{
    width: 100%;
  }
  .uk-navbar-toggle {
    position: absolute;
    top: calc(50% - 32px);
    color: #333;
    font-size: 22px;
    height: auto;
    padding: 20px;
  }
  .slider .uk-overlay-panel h1 {
    text-transform: uppercase;
    font-size: 25px;
  }
  .go-btn {
    bottom: 110px;
  }
  .inner_2 {
    float: none;
    width: auto
  }
  .inner_1 a {
    width: auto;
  }
  .slide-bot {
    text-align: center;
    position: static;
    bottom: 0;
  }
  .footer-logo {
    display: none;
  }
  .video .border-top {
    left: 10px;
    right: 10px;
    top: 10px;
  }
  .video .border-bottom {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .video .border-right {
    display: none;
  }
  .video .border-left {
    display: none;
  }
  .page-border_top {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .page-border_left {
    top: 10px;
    left: 10px;
    bottom: 10px;
  }
  .page-border_right {
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
  .page-border_bottom {
    bottom: 10px;
    right: 10px;
    left: 10px;
  }
  .video .content-inner {
    padding: 10px 15px;
  }
  .btn-pos {
    position: static;
    bottom: 80px;
    left: 5px;
    transform: translateX(0);
  }
  .sm-container {
    padding: 0;
  }
  .banner {
    min-height: 240px;
  }
  .banner-cap h1 {
    font-size: 20px;
    bottom: 50px;
  }
}
