#top {
  background-color: #454545; }
  #top .top-container .logo {
    padding: 25px 0;
    display: block;
    display: inline-block; }
    #top .top-container .logo img {
      height: 60px; }
  #top .top-container .widgets {
    list-style: none;
    margin: 0;
    padding: 35px 0;
    display: block;
    float: right; }
    #top .top-container .widgets .widget {
      height: 42px;
      float: left; }
      #top .top-container .widgets .widget .icon-box {
        padding: 0 15px;
        display: block;
        color: #989898; }
        #top .top-container .widgets .widget .icon-box .fa {
          display: inline-block;
          margin-right: 10px;
          -moz-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #top .top-container .widgets .widget .icon-box .text-box {
          display: inline-block; }
          #top .top-container .widgets .widget .icon-box .text-box .title {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            margin: 4px 0 0 0;
            -moz-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #top .top-container .widgets .widget .icon-box:hover {
          text-decoration: none; }
          #top .top-container .widgets .widget .icon-box:hover .fa, #top .top-container .widgets .widget .icon-box:hover .title {
            color: #CAAD50; }
    #top .top-container .widgets .widget.social-icons {
      padding: 0 10px; }
      #top .top-container .widgets .widget.social-icons .social-icon {
        line-height: 42px;
        font-size: 25px;
        color: #CAAD50;
        display: inline-block;
        padding: 0 8px;
        -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #top .top-container .widgets .widget.social-icons .social-icon:hover {
          color: #fff; }
    #top .top-container .widgets .widget + .widget {
      border-left: 1px solid rgba(250, 250, 250, 0.12); }

#navbar {
  background-color: #fff;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-bottom: -38px;
  position: relative;
  z-index: 5; }
  #navbar .logo-wrapper {
    overflow: hidden;
    position: absolute;
    width: 190px;
    height: 77px; }
  #navbar .logo {
    position: absolute;
    top: -48px;
    left: 33px;
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #navbar .logo img {
      height: 47px; }
  #navbar ul.bar {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    #navbar ul.bar li {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative; }
      #navbar ul.bar li a {
        display: inline-block;
        padding: 27px 22px;
        background-color: white;
        color: #999;
        position: relative;
        font-weight: 700;
        border-top: 3px solid transparent;
        -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #navbar ul.bar li a:before {
          position: absolute;
          content: "";
          width: 1px;
          height: 15px;
          right: 0;
          top: 50%;
          margin-top: -8px;
          background: rgba(0, 0, 0, 0.08); }
      #navbar ul.bar li .submenu {
        position: absolute;
        top: 77px;
        left: 0;
        padding: 0;
        width: auto;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        visibility: hidden;
        opacity: 0; }
        #navbar ul.bar li .submenu li {
          width: 100%; }
          #navbar ul.bar li .submenu li a {
            padding: 12px 30px;
            white-space: nowrap;
            display: block;
            background-color: #CAAD50;
            color: #fff;
            border: none;
            text-align: left; }
            #navbar ul.bar li .submenu li a:hover {
              background-color: #AD7B26; }
        #navbar ul.bar li .submenu li + li {
          border-top: 1px solid #c4a43c; }
      #navbar ul.bar li:hover > a, #navbar ul.bar li a:hover, #navbar ul.bar li.active > a {
        border-top-color: #CAAD50;
        color: #282828;
        text-decoration: none; }
      #navbar ul.bar li:hover .submenu {
        visibility: visible;
        opacity: 1; }
      #navbar ul.bar li:last-of-type a:before {
        display: none; }
  #navbar .navbar-toggle {
    color: #282828;
    padding: 12px 22px;
    float: inherit;
    color: #CAAD50;
    display: block;
    width: 100%; }
    #navbar .navbar-toggle span.icon-bar {
      background-color: #CAAD50; }
    #navbar .navbar-toggle .text {
      float: left;
      color: #CAAD50;
      font-weight: 700; }
    #navbar .navbar-toggle .icon {
      float: right;
      padding-top: 3px; }

.sticky-wrapper {
  margin-bottom: -38px; }

.is-sticky #navbar {
  width: 100%;
  left: 0; }
  .is-sticky #navbar .logo {
    top: 13px; }

.gray-bg {
  background-color: #EEEEEE; }

.split-row .text-col {
  padding: 23px 0 22px 0;
  color: #999;
  font-size: 18px; }
.split-row .iletisim-btn, .split-row .projeler-btn {
  padding: 12px 18px;
  display: inline-block;
  margin: 11px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  font-weight: 700;
  color: #999;
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .split-row .iletisim-btn:hover, .split-row .projeler-btn:hover {
    text-decoration: none; }
.split-row .iletisim-btn {
  background-color: #CAAD50;
  color: #fff; }
  .split-row .iletisim-btn:hover {
    background-color: #AD7B26; }
.split-row .projeler-btn {
  border-color: #ddd; }
  .split-row .projeler-btn:hover {
    border-color: #999;
    color: #282828; }

#projeler {
  background-color: #454545; }
  #projeler .col-title {
    color: #fff; }
  #projeler .proje:hover .content {
    background-color: #CAAD50; }
  #projeler .proje:hover .image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
    #projeler .proje:hover .image h3 {
      background-color: rgba(199, 173, 69, 0.8); }
  #projeler .proje .left-col {
    padding-right: 0; }
  #projeler .proje .right-col {
    padding-left: 0; }
  #projeler .proje .image {
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    #projeler .proje .image h3 {
      position: absolute;
      top: 50%;
      width: 100%;
      margin: 0;
      padding: 15px 20px;
      text-align: center;
      margin-top: -32px;
      font-weight: 200;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8); }
  #projeler .proje .content {
    padding: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    min-height: 342px; }
  #projeler .proje .proje-btn {
    border-color: #ddd;
    padding: 12px 24px;
    display: inline-block;
    margin: 11px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    font-weight: 700;
    color: #999;
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #projeler .proje .proje-btn:hover {
      text-decoration: none; }
    #projeler .proje .proje-btn:hover {
      border-color: #999;
      color: #282828; }

#footer {
  background: url("title-area-pattern.png") repeat;
  border-top: 1px solid #eee; }
  #footer .col-title {
    margin-top: 0; }
  #footer .links {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer .links a {
      color: #282828;
      font-size: 15px;
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      display: inline-block;
      padding: 5px 0; }
      #footer .links a:hover {
        color: #454545; }
  #footer .logos a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 10px; }
    #footer .logos a img {
      height: 70px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    #footer .logos a:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.contact {
  list-style: none;
  padding: 0;
  margin: 0; }
  .contact li.widget {
    padding: 5px 0; }
    .contact li.widget a {
      color: #282828;
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      font-weight: 600; }
      .contact li.widget a i.fa {
        width: 35px; }
      .contact li.widget a .subtitle {
        display: block;
        color: #454545;
        font-weight: 300;
        padding-left: 35px; }
      .contact li.widget a:hover {
        text-decoration: none;
        color: #454545; }
  .contact .social-icons {
    padding-top: 15px; }
    .contact .social-icons a {
      color: #282828; }
      .contact .social-icons a:hover {
        text-decoration: none;
        color: #454545; }
    .contact .social-icons a + a {
      margin-left: 30px; }

.page-header {
  background-color: #f2f2f2;
  background-image: url("title-area-pattern.png");
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 0 50px 0; }
  .page-header.withlogo {
    padding: 30px 0 50px 0; }
  .page-header .col-title {
    font-size: 50px; }
    .page-header .col-title:after {
      left: 50%;
      margin-left: -15px;
      bottom: -3px; }

#contactform {
  padding-bottom: 50px; }
  #contactform .form-control {
    background: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #dddddd;
    box-shadow: none;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px; }
    #contactform .form-control:focus {
      background-color: #fff; }
  #contactform input.form-control {
    padding: 30px 20px; }
  #contactform button {
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    background-color: #CAAD50;
    border-radius: 4px;
    cursor: pointer; }
    #contactform button:hover {
      text-decoration: none;
      background-color: #AD7B26;
      color: #fff; }

.contact-map {
  padding: 0;
  height: 400px; }

#copyright {
  background-color: #CAAD50;
  padding: 20px 0;
  font-size: 13px;
  color: #454545; }
  #copyright b {
    color: #282828; }

#counters .icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50px;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  border: 4px solid #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4); }
#counters .text, #counters .subtext {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 27px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4); }

.col-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 15px;
  position: relative;
  margin-top: 35px; }
  .col-title:after {
    position: absolute;
    content: "";
    background-color: #CAAD50;
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0; }

.slide-btn {
  color: #fff;
  background-color: #CAAD50;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 21px;
  cursor: pointer;
  font-weight: 200; }
  .slide-btn:hover {
    text-decoration: none;
    background-color: #AD7B26;
    color: #fff; }

.circle {
  height: 130px;
  width: 130px;
  line-height: 130px;
  border-radius: 65px;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  background-color: #AD7B26;
  display: block;
  margin: 0 auto;
  overflow: hidden; }
  .circle .append {
    font-size: 20px;
    font-weight: 300; }

#galeri h2 {
  color: #fff; }
#galeri .gallery a {
  width: 100%;
  height: 150px;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
  position: relative; }
  #galeri .gallery a .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    position: absolute;
    background-color: rgba(168, 123, 20, 0.5);
    display: block;
    opacity: 0;
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #galeri .gallery a .overlay i {
      color: #fff;
      font-size: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -21px;
      margin-left: -11px; }
  #galeri .gallery a img {
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #galeri .gallery a:hover .overlay {
    opacity: 1;
    padding-top: 100px; }
  #galeri .gallery a:hover img {
    -moz-transform: scale(1.3) rotate(10deg);
    -ms-transform: scale(1.3) rotate(10deg);
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg); }

a {
  cursor: pointer !important; }

.counter-bg {
  background-color: #282828;
  background-position: center 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  background-image: url(../images/paralax-bg.jpg);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }

.konum-bg {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../assets/ulasim-bg.jpg);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }

.iletisim-bg {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/iletisim.jpg);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }

.pattern {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(pattern.png);
  background-repeat: repeat;
  z-index: -1; }
  .pattern.white {
    background-color: white;
    opacity: 0.4; }

.section {
  padding: 25px 0; }

.padding10 {
  padding: 10px 0; }

.padding15 {
  padding: 15px 0; }

.padding20 {
  padding: 20px 0; }

.padding25 {
  padding: 25px 0; }

.paddingtop25 {
  padding-top: 25px; }

.padding50 {
  padding: 50px 0; }

ul.features {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0; }
  ul.features.white li {
    background-color: #fff;
    color: #282828; }
  ul.features li {
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #efefef;
    color: #282828;
    font-weight: 300;
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    ul.features li:hover {
      background-color: #AD7B26;
      color: #fff; }
  ul.features li + li {
    margin-top: 2px; }

.btn-anime {
  background-color: #AD7B26;
  color: #fff;
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .btn-anime.bigger {
    font-size: 22px; }
  .btn-anime.trans {
    background-color: rgba(168, 123, 20, 0.5); }
  .btn-anime:hover {
    background-color: #282828;
    color: #fff; }
  .btn-anime.big, .btn-anime:active, .btn-anime:focus {
    font-size: 17px; }

#sidr-main {
  background: #AD7B26;
  box-shadow: none; }
  #sidr-main li {
    border-bottom: none; }
    #sidr-main li:hover {
      background-color: #282828;
      color: #fff; }

.gallery {
  padding: 30px 0; }
  .gallery a {
    width: 100%;
    height: 150px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    position: relative; }
    .gallery a .overlay {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 5;
      position: absolute;
      background-color: rgba(168, 123, 20, 0.5);
      display: block;
      opacity: 0;
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .gallery a .overlay i {
        color: #fff;
        font-size: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -21px;
        margin-left: -11px; }
    .gallery a img {
      -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .gallery a:hover .overlay {
      opacity: 1;
      padding-top: 100px; }
    .gallery a:hover img {
      -moz-transform: scale(1.3) rotate(10deg);
      -ms-transform: scale(1.3) rotate(10deg);
      -webkit-transform: scale(1.3) rotate(10deg);
      transform: scale(1.3) rotate(10deg); }

ul.features {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0; }
  ul.features.white li {
    background-color: #fff;
    color: #282828; }
  ul.features li {
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #efefef;
    color: #282828;
    font-weight: 300;
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    ul.features li:hover {
      background-color: #AD7B26;
      color: #fff; }
  ul.features li + li {
    margin-top: 2px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1; }

h1 small, h2 small, h3 small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #121212; }

h4 small, h5 small, h6 small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #121212; }

a, b, strong, i, span, div, p {
  font-family: 'Open Sans', sans-serif; }

@media (min-width: 180px) {
  h1 {
    font-size: 32px; }

  h1 small {
    font-size: 32px; }

  .lead {
    font-size: 16px;
    font-weight: 300; }

  h2 {
    font-size: 30px;
    letter-spacing: -2px; }

  h2 small {
    font-size: 30px; }

  h3 {
    font-size: 20px; }

  h3 small {
    font-size: 20px; }

  h5 small {
    font-size: 13px; } }
@media (min-width: 480px) {
  h1 {
    font-size: 42px; }

  h1 small {
    font-size: 42px; }

  .lead {
    font-size: 16px;
    font-weight: 300; }

  h2 {
    font-size: 40px;
    letter-spacing: -2px; }

  h2 small {
    font-size: 40px; }

  h3 {
    font-size: 34px; }

  h3 small {
    font-size: 34px; } }
@media (min-width: 768px) {
  h1 {
    font-size: 56px; }

  h1 small {
    font-size: 56px; }

  .lead {
    font-size: 18px;
    font-weight: 300; }

  h2 {
    font-size: 50px;
    letter-spacing: -2px; }

  h2 small {
    font-size: 50px; } }
@media (min-width: 992px) {
  h1 {
    font-size: 56px; }

  h1 small {
    font-size: 56px; }

  .lead {
    font-size: 20px;
    font-weight: 300; }

  h2 {
    font-size: 50px;
    letter-spacing: -3px; }

  h2 small {
    font-size: 50px; } }
@media (min-width: 1200px) {
  h1 {
    font-size: 78px;
    letter-spacing: -4px; }

  h1 small {
    font-size: 66px; }

  .lead {
    font-size: 20px;
    font-weight: 300; }

  h2 {
    font-size: 50px;
    letter-spacing: -3px; }

  h2 small {
    font-size: 50px; } }
@media (min-width: 768px) and (max-width: 992px) {
  #top .top-container .widgets .widget.social-icons {
    display: none; }
  #top .top-container .widgets .widget .icon-box {
    padding: 0 9px; }

  #navbar ul.bar li a {
    padding: 27px 8px;
    font-size: 12px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  #navbar ul.bar li a {
    padding: 27px 12px; } }
@media (max-width: 768px) {
  .page-header {
    padding: 30px 0 16px 0; }
    .page-header .col-title {
      font-size: 30px; }
    .page-header h1 img {
      width: 100%; }

  .slide-btn {
    font-size: 12px; }

  #slider {
    margin-top: 40px; }

  #projeler .proje .content {
    min-height: auto; }

  #projeler .proje .left-col {
    padding-right: 15px; }

  #projeler .proje .right-col {
    padding-left: 15px; }

  #home-search .content h1.title {
    margin-bottom: 15px; }
  #home-search .content .form-group {
    margin-bottom: 15px; }

  .logo {
    text-align: center; }
    .logo img {
      height: 40px !important; }

  #top .top-container .logo {
    padding: 20px 0; }

  #top .top-container .widgets {
    padding: 20px 0; }

  #navbar {
    position: relative !important; }

  #navbar ul.bar li {
    display: block; }
    #navbar ul.bar li a {
      display: block;
      padding: 12px 22px;
      text-align: left; }
      #navbar ul.bar li a:before {
        display: none; }
      #navbar ul.bar li a i.fa-angle-down {
        display: none; }
      #navbar ul.bar li a:active, #navbar ul.bar li a:focus {
        background-color: #CAAD50;
        color: #fff; }
    #navbar ul.bar li .submenu {
      display: block !important;
      position: initial !important;
      visibility: visible !important;
      opacity: 1 !important; }
      #navbar ul.bar li .submenu li a {
        color: #454545 !important; }

  .split-row .iletisim-btn, .split-row .projeler-btn {
    padding: 9px 14px; } }

/*# sourceMappingURL=main.css.map */
