/* Variebles and Functions FW */

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-webkit-keyframes moveUpDownSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    webkit-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moveUpDownSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    webkit-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[class*="def-icon"] {
  display: inline-block;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
}

.ic.ic-degisken {
  background-position: 0px 0px;
  width: 0px;
  height: 0px;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@keyframes moveUpDownSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    webkit-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* reset */

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  line-height: normal;
  outline: none;
}

#panel {
  position: fixed;
  right: -260px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: visible;
  max-width: 260px;
  background: #c00000;
  z-index: 9999;
}

#panel .mobile-menu {
  overflow-y: scroll;
  height: 100%;
}

#panel .mobile-menu .inner nav ul.menu {
  padding: 86px 0 20px 0;
}

#panel .mobile-menu .inner nav ul.menu li {
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

#panel .mobile-menu .inner nav ul.menu li .navbar-toggle-ic {
  background: transparent;
  border: none;
  padding: 13px 7px;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#panel .mobile-menu .inner nav ul.menu li .navbar-toggle-ic .icon-bar {
  background: #c00000;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
}

#panel .mobile-menu .inner nav ul.menu li .navbar-toggle-ic .icon-bar+.icon-bar {
  margin-top: 4px;
}

#panel .mobile-menu .inner nav ul.menu li .navbar-toggle-ic.open .icon-bar {
  background: #4b4b4b;
}

#panel .mobile-menu .inner nav ul.menu li .navbar-toggle-ic.open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
  transform: rotate(-45deg) translateY(5px) translateX(-5px);
}

#panel .mobile-menu .inner nav ul.menu li .navbar-toggle-ic.open .icon-bar:nth-child(2) {
  opacity: 0;
}

#panel .mobile-menu .inner nav ul.menu li .navbar-toggle-ic.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
  transform: rotate(45deg) translateY(-5px) translateX(-5px);
}

#panel .mobile-menu .inner nav ul.menu li a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  font: 17px "Saira Condensed";
  text-decoration: none;
}

#panel .mobile-menu .inner nav ul.menu li ul {
  display: none;
}

#panel .mobile-menu .inner nav ul.menu li ul li {
  padding: 0;
  float: none;
  width: 100%;
}

#panel .mobile-menu .inner nav ul.menu li ul li strong {
  font-weight: normal;
}

#panel .mobile-menu .inner nav ul.menu li ul li strong i {
  display: none;
}

#panel .mobile-menu .inner nav ul.menu li ul li a {
  padding-left: 25px;
  color: #ffffff;
  background: #000;
  font-size: 15px;
  padding-right: 60px;
}

#panel .mobile-menu .inner nav ul.menu li ul li a:hover {
  background: #c00000;
  color: #fff;
}

#panel .mobile-menu .inner nav ul.menu li ul li ul li a {
  background-color: #f1e2e2;
}

#panel .mobile-menu .inner nav ul.menu>li:hover>a, #panel .mobile-menu .inner nav ul.menu>li.active>a {
  background: #000;
}

.a404 {
  font-family: 'Saira Condensed', sans-serif;
  padding: 50px 0;
}

.a404 h4 {
  color: #c00000;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .a404 h4 {
    font-size: 30px;
    line-height: 40px;
  }
}

.a404 .text {
  font-size: 29px;
}

@media only screen and (max-width: 1024px) {
  .a404 .text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .a404 .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .a404 .text {
    font-size: 16px;
  }
}

.a404 .text span {
  font: 25px "Saira Condensed";
  display: block;
  color: #838487;
}

@media only screen and (max-width: 1024px) {
  .a404 .text span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .a404 .text span {
    font-size: 16px;
  }
}

.a404 a {
  display: inline-block;
  text-decoration: none;
  margin-top: 50px;
  color: #FFFFFF;
  background-color: #c00000;
  text-align: center;
  font: 18px "Saira-Regular";
  padding: 14px 50px;
  -webkit-transition: .4s;
  transition: .4s;
}

.a404 a:hover {
  background-color: #c00000;
}

body {
  color: #1d1d1b;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24;
  margin: 0;
  padding: 0;
}

body .relative {
  position: relative;
}

body.anasayfa footer, body.fp-viewing-0 footer {
  color: #ffffff;
  border: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

body.anasayfa footer a, body.fp-viewing-0 footer a {
  color: #ffffff;
}

.m_0 {
  margin: 0;
}

.p_0 {
  padding: 0 !important;
}

.p_l_0 {
  padding-left: 0 !important;
}

.p_r_0 {
  padding-right: 0 !important;
}

.p_b_0 {
  padding-bottom: 0;
}

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

.t_align_r {
  text-align: right;
}

.t_align_c {
  text-align: center;
}

.t_align_l {
  text-align: left;
}

.t_align_j {
  text-align: justify;
}

.f_right {
  float: right;
}

#main {
  position: relative;
}

.firm-logos {
  position: relative;
  text-align: center;
  margin-top: -150px;
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  .firm-logos {
    display: none;
  }
}

.firm-logos img {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .estate-projects .back-estate {
    top: 60px;
  }
  .estate-projects .project-tabs {
    margin-top: 70px !important;
  }
}

.estate-projects .page-content {
  margin: 0;
  font-size: 19px;
}

.estate-projects .page-content .title {
  text-align: center;
  width: 100%;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 35px;
  padding: 20px 0;
}

.estate-projects .page-content .estate2 {
  position: relative;
}

.estate-projects .page-content .estate2 .descrp {
  padding-left: 20px;
  font-family: 'Saira Condensed', sans-serif;
}

.estate-projects .page-content .estate2 .estate-slider {
  margin-bottom: 20px;
}

.estate-projects .page-content .estate2 .estate-slider .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.estate-projects .page-content .estate2 .estate-slider .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.estate-projects .page-content .estate2 .estate-slider .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.estate-projects .page-content .estate2 .estate-slider .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.estate-projects .page-content .estate2 .estate-slider .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.estate-projects .page-content .estate2 .estate-slider .item {
  height: 385px;
}

.estate-projects .page-content .estate3 {
  position: relative;
}

.estate-projects .page-content .estate3 .box {
  margin: 20px 0;
  position: relative;
  height: 260px;
}

.estate-projects .page-content .estate3 .box .resim-att {
  overflow: hidden;
}

.estate-projects .page-content .estate3 .box .resim-att .resim-thumb {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.estate-projects .page-content .estate3 .box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: linear-gradient(to top, black, transparent);
}

.estate-projects .page-content .estate3 .box .text {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 40px;
  color: white;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 25px;
}

.estate-projects .page-content .estate3 .box .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.estate-projects .page-content .estate3 .box .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.estate-projects .page-content .estate3 .box .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.estate-projects .page-content .estate3 .box .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.estate-projects .page-content .estate3 .box .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.estate-projects .page-content .estate3 .box a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.estate-projects .page-content .estate3 .videoList {
  max-width: 800px;
  margin: 0 auto;
}

.estate-projects .page-content .estate3 .video {
  margin: 20px 0;
}

.estate-projects .page-content .estate3 .video a {
  display: block;
  height: 255px;
  overflow: hidden;
  position: relative;
}

.estate-projects .page-content .estate3 .video a .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.estate-projects .page-content .estate3 .video a .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.estate-projects .page-content .estate3 .video a .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.estate-projects .page-content .estate3 .video a .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.estate-projects .page-content .estate3 .video a .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.estate-projects .page-content .estate3 .video a .resim-thumb {
  -webkit-transition: .4s;
  transition: .4s;
}

.estate-projects .page-content .estate3 .video a i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: -25px;
  text-align: center;
  font-size: 24px;
  line-height: 57px;
}

.estate-projects .page-content .back-estate {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 10px 20px;
  float: left;
  text-decoration: none;
  color: #676767;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.estate-projects .page-content .back-estate span {
  padding-left: 10px;
}

.estate-projects .page-content .back-estate .fa {
  color: #c00000;
  font-size: 30px;
  vertical-align: middle;
}

.estate-projects .page-content .back-estate:hover {
  color: #c00000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.estate-projects .page-content .project-tabs {
  float: left;
  margin: 35px 0;
  width: 100%;
}

.estate-projects .page-content .project-tabs .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

.estate-projects .page-content .project-tabs .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

.estate-projects .page-content .project-tabs .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.estate-projects .page-content .project-tabs .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.estate-projects .page-content .project-tabs .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.estate-projects .page-content .project-tabs .nav-tabs {
  border-bottom: 1px solid rgba(131, 132, 135, .2);
  font-family: 'Saira Condensed', sans-serif;
  color: #676767;
}

.estate-projects .page-content .project-tabs .nav-tabs li {
  width: 33.33%;
  text-align: center;
}

.estate-projects .page-content .project-tabs .nav-tabs li a {
  border: none;
  border-radius: 0;
  color: #676767;
}

.estate-projects .page-content .project-tabs .nav-tabs li a:hover {
  border-bottom: 5px solid #c00000;
}

.estate-projects .page-content .project-tabs .nav-tabs .active a {
  border: none;
  border-bottom: 5px solid #c00000;
}

.estate-projects .page-content .project-tabs .box {
  margin: 20px 0;
  padding: 20px 0;
}

.estate-projects .page-content .project-tabs .box .estate-detail .d-title {
  display: block;
  font-size: 16px;
  font-family: 'Saira Condensed', sans-serif;
  padding: 20px 0 10px 0;
}

.estate-projects .page-content .project-tabs .box .estate-detail div {
  line-height: 1;
}

.estate-projects .page-content .project-tabs .box .estate-detail span {
  font-size: 14px;
  font-family: 'Saira Condensed', sans-serif;
}

.estate-projects .page-content .project-tabs .estate-detail {
  height: 115px;
}

.estate-projects .tab-content ul {
  text-align: center;
}

.estate-projects .tab-content ul .head-t {
  text-align: left;
  width: 100%;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 22px;
  padding: 10px 0;
}

.estate-projects .tab-content ul li {
  padding: 5px 20px 5px 0;
  display: inline-block;
}

.estate-projects .tab-content ul li .fa {
  vertical-align: middle;
  padding-right: 20px;
}

.modal .modal-dialog {
  margin-top: 10%;
}

.modal .modal-dialog .modal-content {
  max-width: 600px;
  margin: 0 auto;
  border-radius: inherit;
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 15px 20px;
}

.modal .modal-dialog .modal-content .modal-header h4 {
  font-size: 20px;
  font-family: 'Saira Condensed', sans-serif;
  color: #c00000;
  padding-right: 60px;
}

.modal .modal-dialog .modal-content .modal-header button {
  color: #c00000;
  font-size: 64px;
  font-family: 'Saira Condensed', sans-serif;
  position: absolute;
  top: -27px;
  right: 15px;
  opacity: 1;
  outline: none;
  background: none;
  border: none;
}

.modal .modal-dialog .modal-content .modal-header .head {
  font-size: 22px;
  font-family: 'Saira Condensed', sans-serif;
  color: #c00000;
  text-align: center;
  padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-header .head span {
  display: block;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

.modal .modal-dialog .modal-content .modal-body form {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body form {
    padding: 0;
  }
}

form .form-group {
  position: relative;
  margin-bottom: 10px;
  padding: 0 5px;
}

form .form-group input, form .form-group textarea, form .form-group select {
  background-color: #f4f4f4;
  border: none;
  font-size: 15px;
  padding: 20px;
  height: 76px;
  width: 100%;
  outline: none;
}

form .form-group input:focus, form .form-group textarea:focus, form .form-group select:focus {
  border: 1px solid #c00000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  -webkit-transition: .4s;
  transition: .4s;
}

form .form-group input ::-webkit-input-placeholder, form .form-group textarea ::-webkit-input-placeholder, form .form-group select ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #838487;
}

form .form-group input ::-moz-placeholder, form .form-group textarea ::-moz-placeholder, form .form-group select ::-moz-placeholder {
  /* Firefox 19+ */
  color: #838487;
}

form .form-group input :-ms-input-placeholder, form .form-group textarea :-ms-input-placeholder, form .form-group select :-ms-input-placeholder {
  /* IE 10+ */
  color: #838487;
}

form .form-group input :-moz-placeholder, form .form-group textarea :-moz-placeholder, form .form-group select :-moz-placeholder {
  /* Firefox 18- */
  color: #838487;
}

form .form-group textarea {
  height: 170px;
  resize: none;
}

form .form-group.submitButton button {
  background-color: #c00000;
  color: #ffffff;
  border: 2px solid #c00000;
  font: 25px/75px;
  font-family: 'Saira Condensed', sans-serif;
  width: 279px;
  height: 60px;
  text-align: center;
  outline: none;
  -webkit-transition: .4s;
  transition: .4s;
}

form .form-group.submitButton button:hover {
  background-color: inherit;
  color: #c00000;
}

form .input-group {
  width: 100%;
}

form .input-group input {
  height: 76px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  background-color: #f4f4f4 !important;
  font-size: 15px;
  padding: 0 30px;
  border: none;
  color: #838487;
}

form .input-group input:focus {
  border: 1px solid #c00000;
}

form .input-group input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #838487;
}

form .input-group input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #838487;
}

form .input-group input :-ms-input-placeholder {
  /* IE 10+ */
  color: #838487;
}

form .input-group input :-moz-placeholder {
  /* Firefox 18- */
  color: #838487;
}

form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  z-index: 5;
}

@media only screen and (max-width: 1024px) {
  form .input-group-btn {
    width: 80px;
  }
}

form .input-group-btn span {
  width: 100%;
  border-radius: inherit;
  background-color: #bbbcbd !important;
  background-image: inherit !important;
  color: #ffffff !important;
  font: 25px/70px;
  font-family: 'Saira Condensed', sans-serif;
  border: none;
  height: 76px;
}

@media only screen and (max-width: 1024px) {
  form .input-group-btn span {
    font-size: 13px;
  }
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 15px;
  font-size: 15px;
  background-color: #eaeaea;
}

.pagination ul li i {
  font-size: 40px;
  color: #c00000;
  vertical-align: bottom;
}

.pagination ul li span, .pagination ul li a {
  display: block;
  text-decoration: none;
  color: #838487;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  padding: 0;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: inherit;
  border-radius: inherit !important;
}

.pagination ul li.active span, .pagination ul li.active a, .pagination ul li:hover span, .pagination ul li:hover a {
  color: #ffffff;
  background-color: #c00000;
}

.gmnoprint {
  display: none !important;
}

.maps:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/sayfabanner-opacity.png") no-repeat 0 0;
  z-index: 20;
}

@media only screen and (max-width: 480px) {
  .maps {
    height: 340px !important;
  }
}

.allst {
  width: 1220px;
  position: absolute;
  margin: 0 auto;
  z-index: 9;
  height: 100%;
  left: 50%;
  margin-left: -580px;
}

.allst .f-abs {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  z-index: 99;
}

.oklar-grup {
  position: absolute;
  z-index: 999;
  width: 70%;
  height: 90%;
  top: 120px;
  left: 50%;
  margin-left: -580px;
}

@media only screen and (max-width: 1024px) {
  .oklar-grup {
    display: none !important;
  }
}

@media (max-width: 1380px) {
  .oklar-grup {
    width: 90% !important;
  }
}

.oklar-grup.oke1 .ok1 {
  background: url("../images/1-1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup.oke1 .ok2 {
  background: url("../images/r-1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup.oke1 .ok3 {
  background: url("../images/1-2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup.oke1 .ok4 {
  background: url("../images/r-2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .fav1 {
  display: block;
  width: 74px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -312px;
  margin-top: -196px;
}

.oklar-grup .fav2 {
  display: block;
  width: 201px;
  height: 122px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -362px;
  margin-top: -250px;
}

.oklar-grup .fav3 {
  display: block;
  width: 564px;
  height: 182px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  margin-top: 145px;
}

@media (max-width: 1380px) {
  .oklar-grup .fav3 {
    margin-top: 95px !important;
  }
}

.oklar-grup .fav4 {
  display: block;
  width: 161px;
  height: 109px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -465px;
  margin-top: 108px;
}

.oklar-grup .aok1 {
  background: url("../images/d-l1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .aok2 {
  background: url("../images/d-r1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .aok3 {
  background: url("../images/d-l2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .aok4 {
  background: url("../images/d-r2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .dok1, .oklar-grup .ok1 {
  background: url("../images/2l-1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .dok2, .oklar-grup .ok2 {
  background: url("../images/2r-1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .dok3, .oklar-grup .ok3 {
  background: url("../images/2l-2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .dok4, .oklar-grup .ok4 {
  background: url("../images/2r-2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .cok1 {
  background: url("../images/3l-1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .cok2 {
  background: url("../images/3r-1.png") center center no-repeat;
  opacity: 0;
  display: block;
}

.oklar-grup .cok3 {
  background: url("../images/3l-2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .cok4 {
  background: url("../images/3r-2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .eok1, .oklar-grup .gok1 {
  background: url("../images/1-1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .eok2, .oklar-grup .gok2 {
  background: url("../images/r-1.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .eok3, .oklar-grup .gok3 {
  background: url("../images/1-2.png") center center no-repeat;
  opacity: 0;
}

.oklar-grup .eok4, .oklar-grup .gok4 {
  background: url("../images/r-2.png") center center no-repeat;
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.scroll-btn, .scroll-btn1 {
  display: block;
  position: absolute;
  right: 30px;
  text-align: center;
  bottom: 30px;
  z-index: 9999;
}

.scroll-btn>*, .scroll-btn1>* {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 13px/18px;
  font-weight: normal;
  color: #1d1d1b;
  letter-spacing: 2px;
}

.scroll-btn>*:hover, .scroll-btn>*:focus, .scroll-btn>*:active, .scroll-btn>*.active, .scroll-btn1>*:hover, .scroll-btn1>*:focus, .scroll-btn1>*:active, .scroll-btn1>*.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #ffffff;
}

.scroll-btn.reds>*, .scroll-btn1.reds>* {
  color: #fff !important;
}

.scroll-btn .mouse, .scroll-btn1 .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ffffff;
  border-radius: 23px;
}

.scroll-btn .mouse>*, .scroll-btn1 .mouse>* {
  background: #fff !important;
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

@media (max-width: 1300px) and (min-width: 480px) {
  .container {
    padding: 0 40px;
  }
}

/*---------------------------------- HEADER -----------------------------*/

header {
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  width: 100%;
  z-index: 23;
  top: 0;
}

header.fixed {
  background: #000;
  height: 105px;
}

header.fixed .rights {
  top: 7px;
}

header.fixed .rights>ul>li>a {
  color: #fff !important;
}

header.fixed .rights .lang a {
  color: #c00000 !important;
}

header.fixed .left.animated {
  top: -10px;
  height: 100px;
  overflow: inherit;
}

header .left a {
  display: block;
  width: 250px;
  margin: 5px 0 0 -51px;
}

@media only screen and (max-width: 1200px) {
  header .left a {
    margin: 0;
  }
}

header .left a img {
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  header .left a img {
    max-width: 75%;
  }
}

header .left.animated {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 15px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 1300px) and (min-width: 480px) {
  header .left.animated {
    left: 40px;
  }
}

header .rights {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0px, -2vh, 0px);
  transform: translate3d(0px, -2vh, 0px);
  z-index: 99999;
}

@media only screen and (max-width: 1200px) {
  header .rights ul.menu {
    display: none;
  }
}

header .rights ul {
  float: right;
  margin-right: 50px;
}

header .rights ul li {
  float: left;
  list-style-type: none;
  margin-right: 25px;
  text-transform: uppercase;
}

header .rights ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  display: block;
  text-decoration: none;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 28px 0;
  border-top: 5px solid transparent;
}

header .rights ul li:hover a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top: 5px solid #c00000;
}

header .rights ul li .submenu {
  display: none;
  position: absolute;
  overflow: hidden;
  max-width: 295px;
  background: #c00000;
  margin-right: 0;
  padding: 20px 10px;
}

header .rights ul li .submenu li {
  margin: 0 !important;
  width: 100%;
}

header .rights ul li .submenu li:last-child a {
  border: none !important;
}

header .rights ul li .submenu li a {
  padding: 10px 0 !important;
  border: none;
  position: relative;
  line-height: 20px;
  margin: 0 20px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

header .rights ul li .submenu li a:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  float: left;
  background: #fff;
  width: 4px;
  height: 16px;
  position: absolute;
  left: -40px;
  top: 12px;
}

header .rights ul li .submenu li:hover a {
  padding-left: 10px !important;
}

header .rights ul li .submenu li:hover a:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}

header .rights .mobile-btn {
  display: none;
  float: right;
  margin-top: 27px;
  margin-left: 21px;
}

header .rights .mobile-btn .navbar-toggle {
  background: #c00000;
  border-radius: inherit;
  margin: 0;
  padding: 13px 10px 12px;
}

header .rights .mobile-btn .navbar-toggle .icon-bar {
  background: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
}

header .rights .mobile-btn .navbar-toggle.open {
  border: 1px solid #c00000;
  background: #c00000;
}

header .rights .mobile-btn .navbar-toggle.open .icon-bar {
  background: #FFFFFF;
}

header .rights .mobile-btn .navbar-toggle.open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
  transform: rotate(-45deg) translateY(4.5px) translateX(-4.5px);
}

header .rights .mobile-btn .navbar-toggle.open .icon-bar:nth-child(2) {
  opacity: 0;
}

header .rights .mobile-btn .navbar-toggle.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
  transform: rotate(45deg) translateY(-4.5px) translateX(-4.5px);
}

@media only screen and (max-width: 1200px) {
  header .rights .mobile-btn {
    display: block !important;
  }
  header .rights .mobile-btn .navbar-toggle {
    display: block;
  }
}

header .rights .lang {
  float: right;
  position: relative;
}

header .rights .lang ul {
  margin-right: 0 !important;
}

header .rights .lang ul li {
  margin-right: 0 !important;
  position: relative;
}

header .rights .lang ul li a {
  padding: 28px 18px 0 0 !important;
}

header .rights .lang ul li a img {
  position: absolute;
  right: 0;
  top: 40px;
}

header .rights .lang ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

header .rights .lang ul li ul li a {
  border: none !important;
  padding: 0 !important;
}

.background {
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 121vh;
  background-size: cover;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition: all 1.6s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.6s cubic-bezier(0.22, 0.44, 0, 1);
  left: 0;
  opacity: 0;
}

.background:first-child {
  background-image: url("../images/six.jpg");
  -webkit-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.background:first-child .content-wrapper {
  -webkit-transform: translateY(10vh);
  transform: translateY(10vh);
}

.background:nth-child(1) {
  z-index: 7;
}

.background:nth-child(2) {
  background-image: url("../images/seven.jpg");
  z-index: 6;
}

.background:nth-child(3) {
  background-image: url("../images/four.jpg");
  z-index: 5;
}

.background:nth-child(4) {
  background-image: url("../images/three.jpg");
  z-index: 4;
}

.background:nth-child(5) {
  background-image: url("../images/two.jpg");
  z-index: 3;
}

.background:nth-child(6) {
  background-image: url("../images/five.jpg");
  z-index: 2;
}

.background:nth-child(7) {
  background-image: url("../images/first.jpg");
  z-index: 1;
}

.background .content-wrapper {
  height: 116vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  color: #fff;
  font-family: 'Saira Condensed', sans-serif;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  width: 100%;
  position: relative;
  float: right;
  z-index: 999;
}

.background .content-wrapper a {
  text-decoration: none;
  color: #ffffff;
}

.background .content-wrapper .content-title {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 75px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 !important;
  text-transform: uppercase;
  text-shadow: 0px 2px 10px #555;
}

@media (max-width: 1380px) {
  .background .content-wrapper .content-title {
    font-size: 55px !important;
  }
}

.background .content-wrapper .content-subtitle {
  text-align: left;
  margin-left: 200px;
  top: 412px;
  position: absolute;
}

.background .content-wrapper .content-subtitle.cont2p {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 21px;
  color: #fff !important;
  width: 55%;
  display: block;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 30px;
  text-transform: capitalize;
  position: static !important;
  position: initial !important;
  top: auto !important;
  top: initial !important;
}

@media (max-width: 1380px) {
  .background .content-wrapper .content-subtitle.cont2p {
    width: 65% !important;
    font-size: 17px !important;
  }
}

.cont2 {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .ui-slider-box {
    display: none !important;
  }
}

/*---------------------------------- SECTION -----------------------------*/

@media only screen and (max-width: 1024px) {
  #mobilpage {
    display: block !important;
  }
}

#fullpage .oklar-grup, #mobilpage .oklar-grup {
  top: 40px;
}

#fullpage .oklar-grup div, #mobilpage .oklar-grup div {
  opacity: 1 !important;
}

#fullpage .oklar-grup .oks1, #mobilpage .oklar-grup .oks1 {
  background: url("../images/2l-1.png") center center no-repeat;
  opacity: 0;
}

#fullpage .oklar-grup .oks2, #mobilpage .oklar-grup .oks2 {
  background: url("../images/2r-1.png") center center no-repeat;
  opacity: 0;
}

#fullpage .oklar-grup .oks3, #mobilpage .oklar-grup .oks3 {
  background: url("../images/2l-2.png") center center no-repeat;
  opacity: 0;
}

#fullpage .oklar-grup .oks4, #mobilpage .oklar-grup .oks4 {
  background: url("../images/2r-2.png") center center no-repeat;
  opacity: 0;
}

#fullpage .section, #mobilpage .section {
  background-size: cover !important;
  height: 100% !important;
  position: relative;
  background-position: center center;
}

#fullpage .section:first-child, #mobilpage .section:first-child {
  background-image: url("../images/six.jpg");
  -webkit-transform: translateY(0vh);
  transform: translateY(0vh);
  /* .content-wrapper {

                -webkit-transform: translateY(10vh);-ms-transform: translateY(10vh);transform: translateY(10vh);

	}*/
}

#fullpage .section:nth-child(1), #mobilpage .section:nth-child(1) {
  z-index: 7;
}

#fullpage .section:nth-child(2), #mobilpage .section:nth-child(2) {
  background-image: url("../images/seven.jpg");
  z-index: 6;
}

#fullpage .section:nth-child(3), #mobilpage .section:nth-child(3) {
  background-image: url("../images/four.jpg");
  z-index: 5;
}

#fullpage .section:nth-child(4), #mobilpage .section:nth-child(4) {
  background-image: url("../images/three.jpg");
  z-index: 4;
}

#fullpage .section:nth-child(5), #mobilpage .section:nth-child(5) {
  background-image: url("../images/two.jpg");
  z-index: 3;
}

#fullpage .section:nth-child(6), #mobilpage .section:nth-child(6) {
  background-image: url("../images/five.jpg");
  z-index: 2;
}

#fullpage .section:nth-child(7), #mobilpage .section:nth-child(7) {
  background-image: url("../images/first.jpg");
  z-index: 1;
}

#fullpage .section .content-wrapper, #mobilpage .section .content-wrapper {
  /* height: 116vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  color: #fff;
  font-family: 'Saira Condensed', sans-serif;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.9s cubic-bezier(0.22, 0.44, 0, 1);
  width: 100%;
  position: relative;
  float: right;
  z-index: 999;
}

#fullpage .section .content-wrapper a, #mobilpage .section .content-wrapper a {
  text-decoration: none;
  color: #ffffff;
}

#fullpage .section .content-wrapper .content-title, #mobilpage .section .content-wrapper .content-title {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 15px;
}

@media (max-width: 1380px) {
  #fullpage .section .content-wrapper .content-title, #mobilpage .section .content-wrapper .content-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 767px) {
  #fullpage .section .content-wrapper .content-title, #mobilpage .section .content-wrapper .content-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media (max-width: 667px) {
  #fullpage .section .content-wrapper .content-title, #mobilpage .section .content-wrapper .content-title {
    font-size: 30px;
    line-height: 30px;
  }
}

#fullpage .section .content-wrapper .content-subtitle, #mobilpage .section .content-wrapper .content-subtitle {
  text-align: left;
  margin-left: 200px;
  top: 412px;
  position: absolute;
}

#fullpage .section .content-wrapper .content-subtitle.cont2p, #mobilpage .section .content-wrapper .content-subtitle.cont2p {
  font: 21px "Saira-Light";
  color: #fff !important;
  width: 55%;
  display: block;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 30px;
  text-transform: capitalize;
  position: static !important;
  position: initial !important;
  top: auto !important;
  top: initial !important;
}

@media (max-width: 1380px) {
  #fullpage .section .content-wrapper .content-subtitle.cont2p, #mobilpage .section .content-wrapper .content-subtitle.cont2p {
    width: 65%;
    font-size: 17px;
  }
}

@media (max-width: 667px) {
  #fullpage .section .content-wrapper .content-subtitle.cont2p, #mobilpage .section .content-wrapper .content-subtitle.cont2p {
    font-size: 15px;
    line-height: 22px;
  }
}

#fullpage .section .cont2, #mobilpage .section .cont2 {
  opacity: 1 !important;
}

.sayfaBanner {
  height: 534px;
  background-size: cover !important;
  position: relative;
}

.sayfaBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/sayfabanner-opacity.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .sayfaBanner {
    height: 284px;
  }
}

.sayfaBanner .page-title {
  color: #ffffff;
  text-align: center;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 20px;
  padding: 250px 0 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sayfaBanner .page-title {
    padding-top: 190px;
  }
}

.sayfaBanner .page-title h1 {
  margin: 0;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 40px/40px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .sayfaBanner .page-title h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .sayfaBanner .page-title h1 {
    font-size: 25px;
    line-height: 28px;
  }
}

.sayfaBanner .page-title span {
  max-width: 950px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .sayfaBanner .page-title span {
    display: none;
  }
}

section {
  font-family: 'Roboto Condensed', sans-serif;
  color: #838487;
  overflow: hidden;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  section {
    font-size: 17px;
  }
}

section img {
  max-width: 100%;
}

section h2 {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 500;
  color: #838487;
  font-size: 20px;
  text-align: center;
}

section h3 {
  color: #838487;
  font: 35px "Saira-Bold";
}

@media only screen and (max-width: 767px) {
  section h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  section .sidebar {
    display: none;
  }
}

section .sidebar .widget ul {
  text-align: center;
}

section .sidebar .widget ul li {
  display: inline-block;
  text-align: center;
  font-size: 19px;
  font-family: 'Saira Condensed', sans-serif;
  margin: 0 15px;
}

section .sidebar .widget ul li a {
  display: block;
  text-decoration: none;
  color: #838487;
  border-top: 5px solid transparent;
  -webkit-transition: .4s;
  transition: .4s;
  padding-top: 15px;
}

section .sidebar .widget ul li:hover a, section .sidebar .widget ul li.active a {
  border-top: 5px solid #c00000;
}

section .page-content {
  margin-top: 50px;
}

section .page-content .form-donus {
  text-align: center;
  font-size: 23px;
}

section .page-content .form-donus b {
  display: block;
}

section .page-content .form-donus img {
  margin: 20px auto;
  display: block;
}

section .page-content article .content {
  text-align: justify;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 30px;
}

section .page-content article .content1 {
  text-align: left;
  max-width: 980px;
  margin: 0 auto 50px;
}

section .page-content article .content1 img {
  margin-bottom: 20px;
  max-width: 380px;
}

@media only screen and (max-width: 767px) {
  section .page-content article .content1 img {
    max-width: 260px;
  }
}

section .page-content article .content1 .pdf {
  width: 300px;
  margin: 30px auto;
}

@media only screen and (max-width: 480px) {
  section .page-content article .content1 .pdf {
    width: 100%;
  }
}

section .page-content article .content1 .pdf a {
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  background-color: #6b0e0e;
  height: 60px;
  vertical-align: middle;
  display: table-cell;
  padding-right: 60px;
  width: 300px;
  position: relative;
  text-align: left;
  line-height: 17px;
  padding-left: 15px;
}

@media only screen and (max-width: 480px) {
  section .page-content article .content1 .pdf a {
    width: 100em;
  }
}

section .page-content article .content1 .pdf a i {
  background: url("../images/pdf-icon.png") no-repeat 0 0;
  width: 38px;
  height: 37px;
  position: absolute;
  top: 11px;
  right: 20px;
}

section .page-content article .content2 {
  text-align: center;
  max-width: 980px;
  margin: 50px auto;
}

section .page-content article .resim {
  margin: 50px 0;
}

section .page-content article .k_yapi {
  border-bottom: 1px solid #eaeaea;
  margin-top: -49px;
}

section .page-content article .k_yapi .sol {
  padding: 34px 0;
  border-right: 1px solid #eaeaea;
}

section .page-content article .k_yapi .sol ul li {
  font-size: 20px;
  padding: 5px 0;
}

section .page-content article .k_yapi .sag {
  padding: 40px 0 40px 10px;
}

section .page-content article .k_yapi .sag ul li {
  font-size: 17px;
  background: url("../images/arrow-right.jpg") no-repeat left 5px;
  padding-left: 20px;
}

section .page-content article .tanitimVideo {
  margin: 30px 0;
}

section .page-content article .tanitimVideo #video {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

section .page-content article .tanitimVideo #video i {
  background: url("../images/fa-play.png") no-repeat 0 0;
  width: 99px;
  height: 99px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -49px;
  -webkit-transition: .4s;
  transition: .4s;
}

section .page-content article .tanitimVideo #video img {
  max-width: inherit;
  -webkit-transition: .4s;
  transition: .4s;
}

section .page-content article .tanitimVideo #video:hover i {
  opacity: 0.7;
}

section .page-content article .tanitimVideo #video:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
}

@media only screen and (max-width: 480px) {
  section .page-content article .tanitimVideo #video iframe {
    height: 250px !important;
  }
}

section .page-content article #gorseller {
  margin: 30px -7px;
}

section .page-content article #gorseller .item {
  margin: 0 0 15px 0;
}

section .page-content article #gorseller .item a {
  display: block;
  outline: none;
  text-decoration: none;
  height: 210px;
  overflow: hidden;
}

section .page-content article #gorseller .item a .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
  border: #e7e7e7 solid 1px;
  padding: 10px;
}

section .page-content article #gorseller .item a .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

section .page-content article #gorseller .item a .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

section .page-content article #gorseller .item a .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

section .page-content article #gorseller .item a .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section .page-content article #gorseller .item a img {
  max-width: inherit;
  -webkit-transition: .4s;
  transition: .4s;
}

section .page-content article #gorseller .item a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
}

section .page-content article #gorseller .slick-arrow {
  position: absolute;
  top: 50%;
  color: #ff0000;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 40px;
  margin-top: -12px;
  cursor: pointer;
  z-index: 10;
}

section .page-content article #gorseller .slick-arrow i {
  background: url("../images/slick-left.png") no-repeat 0 0;
  width: 12px;
  height: 23px;
  display: block;
}

section .page-content article #gorseller .slick-arrow.slick-left {
  left: -50px;
}

@media only screen and (max-width: 767px) {
  section .page-content article #gorseller .slick-arrow.slick-left {
    left: 13px;
    background: #fff;
    padding: 9px;
  }
}

section .page-content article #gorseller .slick-arrow.slick-right {
  right: -50px;
}

@media only screen and (max-width: 767px) {
  section .page-content article #gorseller .slick-arrow.slick-right {
    right: 13px;
    background: #fff;
    padding: 9px;
  }
}

section .page-content article #gorseller .slick-arrow.slick-right i {
  background: url("../images/slick-right.png") no-repeat 0 0;
}

section .page-content article #gorseller .slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}

section .page-content article .haberList {
  margin: 0 -15px;
}

section .page-content article .haberList .list {
  padding: 0 15px;
  margin-bottom: 50px;
}

section .page-content article .haberList .list a {
  display: block;
  text-decoration: none;
  color: #838487;
}

section .page-content article .haberList .list a figure {
  height: 290px;
  overflow: hidden;
}

section .page-content article .haberList .list a figure .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

section .page-content article .haberList .list a figure .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

section .page-content article .haberList .list a figure .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

section .page-content article .haberList .list a figure .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

section .page-content article .haberList .list a figure .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section .page-content article .haberList .list a figure img {
  max-width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

section .page-content article .haberList .list a .metin {
  margin: 15px 0 0;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 10px;
  position: relative;
}

section .page-content article .haberList .list a .metin p {
  font-size: 21px;
  font-family: 'Saira Condensed', sans-serif;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
  margin-bottom: 40px;
}

section .page-content article .haberList .list a .metin span {
  font-size: 15px;
  display: block;
}

section .page-content article .haberList .list a .metin i {
  background: #eaeaea url("../images/arrow-icon.png") no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  line-height: 40px;
}

section .page-content article .haberList .list a:hover .metin i {
  background: #c00000 url("../images/arrow-icon-beyaz.png") no-repeat center;
}

section .page-content article .sektor {
  margin-bottom: 40px;
}

section .page-content article .sektor #slider {
  margin-top: 40px;
}

section .page-content article .sektor #slider .item {
  height: 379px;
  overflow: hidden;
}

section .page-content article .sektor #slider .item .resim-att {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;
}

section .page-content article .sektor #slider .item .resim-att .resim-att-pre {
  width: 100%;
  height: 100%;
  position: relative;
}

section .page-content article .sektor #slider .item .resim-att .resim-att-pre .resim-thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

section .page-content article .sektor #slider .item .resim-att .resim-att-pre .resim-thumb .resim-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

section .page-content article .sektor #slider .item .resim-thumb .resim-centered img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section .page-content article .sektor #slider .item img {
  max-width: inherit;
  -webkit-transition: .4s;
  transition: .4s;
}

section .page-content article .sektor #slider .item:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
  transform: translate(-50%, -50%) scale(1.1) !important;
}

section .page-content article .sektor .sag {
  height: 421px;
  display: table-cell;
  vertical-align: middle;
  width: 100em;
  padding-left: 15px;
}

@media only screen and (max-width: 1024px) {
  section .page-content article .sektor .sag {
    padding-left: 0;
    height: auto;
  }
}

section .page-content article .sektor .sag .ust {
  margin-top: 40px;
  margin-bottom: 20px;
}

section .page-content article .sektor .sag .ust ul li {
  font-size: 20px;
  padding: 5px 0;
}

section .page-content article .sektor .sag .alt ul li {
  font-size: 17px;
  background: url("../images/arrow-right.jpg") no-repeat left 6px;
  padding-left: 20px;
}

section .page-content article address {
  color: #838487;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}

section .page-content article address strong {
  color: #838487;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  section .page-content article address strong {
    font-size: 30px;
    line-height: 30px;
  }
}

section .page-content article address ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin: 20px 0;
  line-height: 24px;
}

@media only screen and (max-width: 480px) {
  section .page-content article address ul li {
    font-size: 18px;
  }
}

section .page-content article address ul li:first-child {
  max-width: 400px;
}

section .page-content article address ul li a {
  color: #838487;
  text-decoration: none;
}

section .page-content article address ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  background: url("../images/tel-sprite.png") no-repeat 0 0;
  width: 17px;
  height: 23px;
}

section .page-content article address ul li i.icon-tel {
  background-position: 0 -32px;
  width: 23px;
  height: 22px;
}

section .page-content article address ul li i.icon-fax {
  background-position: 0 -64px;
  width: 23px;
  height: 21px;
}

section .page-content article address ul li i.icon-mail {
  background-position: 0 -93px;
  width: 19px;
  height: 22px;
}

section .page-content article .form {
  margin-top: 120px;
}

section .page-content article .acik-pozisyonlar {
  margin-top: 30px;
}

section .page-content article .acik-pozisyonlar h3 {
  margin-bottom: 50px;
}

section .page-content article .acik-pozisyonlar .a-metin {
  font-size: 25px;
  max-width: 430px;
  line-height: 33px;
}

@media only screen and (max-width: 767px) {
  section .page-content article .acik-pozisyonlar .a-metin {
    font-size: 17px;
  }
}

section .page-content article .acik-pozisyonlar .ilan-basvur .list {
  background-color: #eaeaea;
  font-size: 20px;
  padding: 0 20px;
  position: relative;
  margin-bottom: 1px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  section .page-content article .acik-pozisyonlar .ilan-basvur .list {
    padding-top: 15px;
  }
}

section .page-content article .acik-pozisyonlar .ilan-basvur .list span {
  height: 73px;
  vertical-align: middle;
  display: table-cell;
  width: 100em;
}

section .page-content article .acik-pozisyonlar .ilan-basvur .list .btns {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  section .page-content article .acik-pozisyonlar .ilan-basvur .list .btns {
    position: static;
    position: initial;
    margin: 15px -17px 0;
  }
}

section .page-content article .acik-pozisyonlar .ilan-basvur .list .btns button {
  background-color: #838487;
  -webkit-transition: .4s;
  transition: .4s;
  color: #ffffff;
  font-size: 18px/71px;
  font-family: 'Saira Condensed', sans-serif;
  width: 110px;
  border: none;
  outline: none;
  display: inline-block;
  margin: 0 -2px;
}

section .page-content article .acik-pozisyonlar .ilan-basvur .list .btns button:focus, section .page-content article .acik-pozisyonlar .ilan-basvur .list .btns button:active {
  background-color: #c00000;
}

@media only screen and (max-width: 767px) {
  section .page-content article .acik-pozisyonlar .ilan-basvur .list .btns button {
    width: 50%;
  }
}

section .page-content article .acik-pozisyonlar .ilan-basvur .list .btns button:hover {
  background-color: #c00000;
}

section .page-content article .genel-basvuru p {
  font-size: 21px;
  padding-right: 50px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  section .page-content article .genel-basvuru p {
    font-size: 17px;
  }
}

section .page-content article .genel-basvuru h3 {
  margin-top: 0;
}

section .page-content article .content3 {
  font-size: 30px;
  line-height: 36px;
}

@media only screen and (max-width: 480px) {
  section .page-content article .content3 {
    font-size: 20px;
    line-height: 25px;
  }
}

section .page-content article .content3 span {
  font-size: 20px;
  color: #c00000;
  display: block;
  margin-top: 30px;
}

section .page-content article .haber-images {
  margin: 0 0 25px 25px;
  float: right;
}

section .page-content article .habergorseller {
  margin: 50px 0;
}

footer {
  color: #838487;
  font-size: 11px;
  border-top: 1px solid #eaeaea;
  padding: 20px 0;
  margin-top: 70px;
}

footer a {
  color: #838487;
  text-decoration: none !important;
}

/*@media only screen and (max-width : 1024px){

   section{width:1215px $i;}

   body{width:1215px $i;}

   header{width:1215px;}

   .col-sm-1 {  width: 8.33333% !important;float:left;}

   .col-sm-2 {  width: 16.66667% !important;float:left;}

   .col-sm-3 {  width: 25% !important;float:left;}

   .col-sm-4 {  width: 33.33333% !important;float:left;}

   .col-sm-5 {  width: 41.66667% !important;float:left;}

   .col-sm-6 {  width: 50% !important;float:left;}

   .col-sm-7 {  width: 58.33333% !important;float:left;}

   .col-sm-8 {  width: 66.66667% !important;float:left;}

   .col-sm-9 {  width: 75% !important;float:left}

   .col-sm-10 {  width: 83.33333% !important;float:left;}

   .col-sm-11 {  width: 91.66667% !important;float:left;}

   .col-sm-12 {  width: 100% !important;float:left;}

   .col-md-1 {  width: 8.33333% !important; float:left;

	}

   .col-md-2 {  width: 16.66667% !important; float:left;

	}

   .col-md-3 {  width: 25% !important; float:left;

	}

   .col-md-4 {  width: 33.33333% !important; float:left;

	}

   .col-md-5 {  width: 41.66667% !important; float:left;

	}

   .col-md-6 {  width: 50% !important; float:left;

	}

   .col-md-7 {  width: 58.33333% !important; float:left;

	}

   .col-md-8 {  width: 66.66667% !important; float:left;

	}

   .col-md-9 {  width: 75% !important; float:left;

	}

   .col-md-10 {  width: 83.33333% !important;float:left;

	}

   .col-md-11 {  width: 91.66667% !important; float:left;

	}

   .col-md-12 {  width: 100% !important;float:left;

	}

	}*/

.news-detail-page-content img {
  max-width: 400px !important;
  margin: 0 0 0 30px;
}