/* ************************************************************************
** _variables.scss
** 
** Variables (Available only on the SCSS file)
** ********************************************************************** */
.clearfix {
  clear: both;
}

.highlighter {
  background-color: #f9f9f9;
}

/* *************************************************************************
** _typography.scss
**
** Typography & Default Settings
** ********************************************************************** */
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

a, a:hover, a:active {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #464646;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

p {
  margin: 0px;
  color: #666666;
  line-height: 1.5;
}

/* ************************************************************************
** _header.scss
** 
** Header
** ********************************************************************** */
header {
  min-height: 80px;
  background-color: #454545;
}
header .header-tools {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
header .header-tools li {
  padding: 0px;
  border-right: 1px solid #565656;
  padding-left: 19px;
  padding-right: 19px;
}
header .header-tools li i {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
header .header-tools li a {
  color: #999;
}
header .header-tools li a i {
  margin-right: 0px;
}

/* ************************************************************************
** _nav.scss
** 
** Nav
** ********************************************************************** */
.nav-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  display: block;
}
.nav-wrapper .nav-header {
  background-color: #f6f6f6;
  min-height: 75px;
  border-bottom: 3px solid #ccc;
}
.nav-wrapper .nav-header .lang {
  display: none;
}
.nav-wrapper .nav-header .logo-wrapper .logo {
  float: left;
  margin-left: 70px;
  margin-top: -35px;
}
.nav-wrapper .nav-header .menu {
  position: relative;
  z-index: 3;
  padding: 0px;
  margin: 0px;
  height: 70px;
  float: right;
}
.nav-wrapper .nav-header .menu.padding-none {
  padding-left: 0px;
}
.nav-wrapper .nav-header .menu .toggle-btn {
  display: none;
}
.nav-wrapper .nav-header .menu .navbar-default {
  border: none;
  background: none;
}
.nav-wrapper .nav-header .menu .navbar-default.navbar {
  margin-bottom: 0px;
  min-height: 72px;
}
.nav-wrapper .nav-header .menu .navbar-default .container-fluid {
  padding-left: 0px;
}
.nav-wrapper .nav-header .menu .navbar-default .nav {
  float: right;
  min-height: 72px;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li {
  border-top: 3px solid #fff;
  margin-left: 5px;
  margin-right: 5px;
  min-height: 72px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li:last-child {
  margin: 0px;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li:first-child {
  margin-left: 0px;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li:first-child:before {
  background: none;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li a {
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8f8f8f;
  background: none;
  line-height: 40px;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li:before {
  content: '';
  position: absolute;
  top: 23px;
  left: -5px;
  width: 1px;
  height: 22px;
  background-color: #ccc;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li.active {
  border-top: 3px solid #f7c525;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li.active a {
  background: none;
  color: #8f8f8f;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li:hover {
  border-top: 3px solid #f7c525;
}
.nav-wrapper .nav-header .menu .navbar-default .nav li:hover a {
  background: none;
}
.nav-wrapper .nav-header .menu .navbar-default .nav .dropdown-menu {
  box-shadow: none;
  margin-top: 2px;
  padding: 0px;
  min-width: 220px;
  border: 1px solid #eeb908;
  background-color: #f7c525;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-wrapper .nav-header .menu .navbar-default .nav .dropdown-menu li {
  margin: 0px;
  border: none;
  min-height: 30px;
  border-top: 1px solid #eeb908;
  border-bottom: 1px solid #eeb908;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.nav-wrapper .nav-header .menu .navbar-default .nav .dropdown-menu li:hover {
  background-color: #eeb908;
}
.nav-wrapper .nav-header .menu .navbar-default .nav .dropdown-menu li:before {
  background: none;
}
.nav-wrapper .nav-header .menu .navbar-default .nav .dropdown-menu li a {
  color: #454545;
}

/* ************************************************************************
** _slider.scss
** 
** Slider
** ********************************************************************** */
.slider {
  position: relative;
  top: -45px;
  z-index: 1;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.slider #owl-demo {
  position: relative;
  height: 460px;
  border-bottom: 5px solid #ccc;
}
.slider #owl-demo .item {
  position: relative;
  display: block;
  width: 100%;
  height: 455px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider #owl-demo .item img {
  display: block;
}
.slider #owl-demo .owl-buttons {
  position: relative;
  margin-top: -300px;
  display: block;
  width: 100%;
  visibility: hidden;
}
.slider .navigation {
  position: relative;
  margin-top: -280px;
}
.slider .navigation .prev {
  float: left;
  width: 46px;
  height: 88px;
  cursor: pointer;
  background: url(../img/prev.png);
}
.slider .navigation .next {
  float: right;
  width: 46px;
  height: 88px;
  cursor: pointer;
  background: url(../img/next.png);
}

/* ************************************************************************
** _main.scss
** 
** Main
** ********************************************************************** */
.highlighter, .white {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main {
  margin-top: -45px;
}
.main h1 {
  text-align: center;
  position: relative;
}
.main h1:before {
  content: '';
  position: absolute;
  width: 230px;
  height: 1px;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #dfdfdf;
}
.main h1:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  top: 57px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: #f7c525;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main h1:hover:after {
  width: 50px;
}
.main .content {
  margin-top: 50px;
  text-align: center;
}
.main .content.padding-left-right {
  padding-left: 110px;
  padding-right: 110px;
}
.main .park {
  margin-top: 50px;
  text-align: center;
}
.main .park a {
  display: block;
  background-color: #fff;
}
.main .park a img {
  height: 165px;
  margin: auto;
  margin-bottom: 30px;
}
.main .park a h2 {
  margin-bottom: 20px;
}
.main .park a p {
  padding-left: 20px;
  padding-right: 20px;
}

.makine-parki {
  position: relative;
  margin-top: -45px;
}
.makine-parki section .section-header {
  width: 100%;
  height: 250px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.makine-parki section .section-header .section-title {
  position: relative;
  width: 100%;
  height: 250px;
  display: block;
}
.makine-parki section .section-header .section-title h1 {
  position: absolute;
  top: 185px;
  left: 0px;
  font-size: 75px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-left: 150px;
}
.makine-parki section .section-header .section-title .maskot {
  position: absolute;
  right: 0px;
  top: 60px;
  padding-right: 160px;
}
.makine-parki section .section-header .section-title .maskot.kamyon {
  padding-right: 120px;
  top: 70px;
}
.makine-parki section .section-header .section-title .maskot.diger {
  padding-right: 180px;
  top: 40px;
}
.makine-parki section .section-main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.makine-parki section .section-main h1 {
  text-align: center;
  position: relative;
}
.makine-parki section .section-main h1:before {
  content: '';
  position: absolute;
  width: 230px;
  height: 1px;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #dfdfdf;
}
.makine-parki section .section-main h1:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: -12px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #f7c525;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.makine-parki section .section-main h1:hover:after {
  width: 50px;
}
.makine-parki section .section-main .list-table {
  margin-top: 50px;
}
.makine-parki section .section-main .list-table thead th {
  background-color: #eeeeee;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.makine-parki section .section-main .list-table .bosluk {
  background: none;
}
.makine-parki section .section-main .list-table .bosluk th {
  padding-top: 30px;
}
.makine-parki section .section-main .list-table tbody {
  border: none;
}
.makine-parki section .section-main .list-table tbody td {
  padding: 5px;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.makine-parki section .section-main .galeri {
  margin-top: 50px;
}
.makine-parki section .section-main .galeri .referanslar {
  display: block;
  height: 200px;
  margin-bottom: 30px;
}
.makine-parki section .section-main .galeri .referanslar .cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/ref-bg.png);
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #464646;
}
.makine-parki section .section-main .galeri .referanslar .cover strong {
  color: #ffffff;
  font-weight: 700;
}
.makine-parki section .section-main .galeri .referanslar .cover:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 8px;
  color: #fff;
}
.makine-parki section .section-main .galeri .galerim {
  display: block;
  height: 200px;
  margin-bottom: 30px;
}
.makine-parki section .section-main .sayfalama {
  margin-top: 20px;
}
.makine-parki section .section-main .sayfalama .sayfala {
  text-align: center;
}
.makine-parki section .section-main .sayfalama .sayfala li {
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.makine-parki section .section-main .sayfalama .sayfala li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding-left: 7px;
  padding-right: 7px;
  color: #464646;
  font-weight: 400;
}
.makine-parki section .section-main .sayfalama .sayfala li.aktif, .makine-parki section .section-main .sayfalama .sayfala li:hover {
  background-color: #f7c525;
  border-color: #f7c525;
}
.makine-parki section .section-main .sayfalama .sayfala li.aktif a, .makine-parki section .section-main .sayfalama .sayfala li:hover a {
  color: #fff;
}
.makine-parki section .section-main .referans-detay {
  margin-top: 50px;
}
.makine-parki section .section-main .referans-detay .detay-table {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
}
.makine-parki section .section-main .referans-detay .detay-table strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #8f8f8f;
}
.makine-parki section .section-main .referans-detay .detay-table td {
  border: none;
  padding: 3px;
  padding-left: 10px;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.makine-parki section .section-main .referans-detay .foto-grid {
  display: block;
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.makine-parki section .section-main .iletisim {
  margin-top: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #464646;
}
.makine-parki section .section-main .iletisim a {
  color: #464646;
}
.makine-parki section .section-main .iletisim a i {
  color: #f7c525;
}
.makine-parki section .section-main .iletisim i {
  font-size: 16px;
  min-width: 25px;
}
.makine-parki section .section-main .iletisim input, .makine-parki section .section-main .iletisim textarea {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: none;
  outline: none;
  border: 1px solid #dedede;
}
.makine-parki section .section-main .iletisim textarea {
  height: 175px;
}
.makine-parki section .section-main .iletisim button {
  float: right;
  background-color: #f7c525;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #464646;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 20px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.makine-parki section .section-main .iletisim button:hover {
  background-color: #464646;
  color: #f7c525;
}

/* ************************************************************************
** _footer.scss
** 
** Footer
** ********************************************************************** */
footer {
  background-color: #eaeaea;
}
footer .footer-item {
  margin-top: 35px;
}
footer .footer-item .footer-menu {
  list-style: none;
  padding: 0px;
}
footer .footer-item .footer-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #464646;
  line-height: 2;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
footer .footer-item .footer-menu li a:hover {
  color: #000;
  padding-left: 3px;
}
footer .footer-item .block {
  margin-bottom: 30px;
  font-size: 14px;
  min-height: 85px;
}
footer .footer-item .block p {
  line-height: 20px;
}
footer .footer-item .block span {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
  color: #464646;
  font-weight: 700;
  font-size: 14px;
}
footer .footer-item .block span:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  top: 29px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f7c525;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .footer-item .block strong {
  color: #464646;
  font-weight: 700;
  font-size: 14px;
}
footer .footer-item .block a {
  color: #464646;
}
footer .footer-item .block:hover span:before {
  width: 50px;
}
footer .footer-item .footer-logo {
  float: left;
  margin-top: 50px;
  display: block;
}
footer .copyright {
  margin-bottom: 10px;
}
footer .copyright p {
  font-size: 12px;
  color: #464646;
}
footer .oguz-ozay {
  margin-bottom: 10px;
  text-align: right;
}

.mobile {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile .mobile-footer {
  text-align: center;
}
.mobile .mobile-footer a {
  font-size: 22px;
  color: #464646;
}
.mobile .mobile-copyright {
  text-align: center;
  padding-top: 10px;
}
.mobile .mobile-copyright p {
  font-size: 12px;
}

/* *************************************************************************
** _responsive.scss
**
** Responsive
** ********************************************************************** */
/* Ipad Landscape */
/**************************************************************************/
@media (max-width: 1024px) {
  .nav li {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }
  .nav li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .padding-left-right {
    padding: 0px !important;
  }
}
/* Phones */
/**************************************************************************/
@media (max-width: 768px) {
  header {
    display: none;
  }

  .nav-wrapper {
    margin-top: 0px;
    background-color: #f6f6f6;
    border-bottom: 3px solid #ccc;
    min-height: 55px !important;
  }
  .nav-wrapper .nav-header {
    border: none;
    min-height: 55px !important;
  }
  .nav-wrapper .nav-header .lang {
    display: block !important;
    margin-left: 15px;
    margin-top: 10px;
  }
  .nav-wrapper .nav-header .lang a {
    font-size: 16px;
    font-weight: 700;
    color: #464646;
  }
  .nav-wrapper .menu {
    float: none !important;
    width: 100%;
    margin-top: -50px !important;
    height: 50px !important;
  }
  .nav-wrapper .menu .navbar-toggle {
    display: none;
  }
  .nav-wrapper .menu .toggle-btn {
    display: block !important;
    position: absolute;
    right: 0px;
    top: -5px;
    font-size: 36px;
    color: #f7c525;
    cursor: pointer;
  }
  .nav-wrapper .menu .navbar {
    margin-bottom: 0px;
    min-height: 0px !important;
  }
  .nav-wrapper .menu .navbar-nav {
    margin: 0px -15px;
  }
  .nav-wrapper .menu .navbar-collapse {
    margin-right: -30px;
    margin-top: 16px;
  }
  .nav-wrapper .menu .nav {
    float: none !important;
    background-color: #f7c525;
    min-height: 60px !important;
  }
  .nav-wrapper .menu .nav li {
    margin-left: 0px !important;
    min-height: 30px !important;
    border-top: 1px solid #eeb908 !important;
    border-bottom: 1px solid #eeb908 !important;
  }
  .nav-wrapper .menu .nav li a {
    color: #454545 !important;
    line-height: 30px !important;
  }
  .nav-wrapper .menu .nav .dropdown-menu li {
    background-color: #fbd459;
  }
  .nav-wrapper .logo-wrapper {
    overflow: hidden;
    text-align: center;
  }
  .nav-wrapper .logo-wrapper .logo {
    margin: 0px !important;
    float: none !important;
  }
  .nav-wrapper .logo-wrapper .logo img {
    width: 100px;
  }

  .slider {
    height: 220px;
  }
  .slider #owl-demo {
    height: 220px !important;
  }
  .slider #owl-demo .item {
    height: 220px !important;
  }

  .padding-left-right {
    padding: 0px !important;
  }

  footer .web {
    display: none;
  }
  footer .mobile {
    display: block;
  }

  .makine-parki .section-title {
    display: none !important;
  }

  .detay-table {
    margin-top: 30px;
  }

  .foto-grid {
    height: 200px !important;
    margin-bottom: 20px;
  }
}
