* {
  padding: 0;
  margin: 0;
}
body {
  padding-top: 140px;
}
#home #header {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
#header {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 140px;
  z-index: 999;
  border-bottom: 1px solid #ccc;
}
#header .ui.header {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 2.5rem;
  font-weight: normal;
}
#header ul {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 15px 0 0 0;
  position: absolute;
  top: 105px;
  border-top: 1px solid #ccc;
}
#header ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#header ul li a {
  display: inline;
  padding: 5px 20px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
#header ul li a:hover {
  background: #1a1a1a;
  color: #fff;
}
#header ul li.active a {
  background: #1a1a1a;
  color: #fff;
}
@font-face {
  font-family: 'arrowicons';
  src: url("/font/arrowicons.eot");
  src: url("/font/arrowicons.eot") format('embedded-opentype'), url("/font/arrowicons.woff") format('woff'), url("/font/arrowicons.ttf") format('truetype'), url("/font/arrowicons.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
#slides .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  resize: vertical;
  overflow: auto;
  text-align: center;
}
#slides .container h1 {
  font-family: 'Archivo Narrow', sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 48px;
}
#slides .container h1.black {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}
#slides .container p {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.slides-navigation a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 0;
  cursor: pointer;
  text-indent: -9000px;
}
.slides-navigation a.prev {
  left: 30px;
}
.slides-navigation a.next {
  right: 30px;
}
.slides-navigation a:after {
  font-family: 'arrowicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
  text-indent: 0px;
  font-size: 68px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.slides-navigation a.prev:after {
  content: '\e75d';
}
.slides-navigation a.next:after {
  content: '\e75e';
}
#main-content {
  margin-top: 20px;
}
.gallery h1 {
  font-family: 'Parisienne', cursive;
  text-align: center;
  color: #555;
}
#page {
  margin-top: 10px;
  height: 100%;
  background: #e3e3e3;
}
#page .page-content {
  height: 100%;
}
#page .page-content .ui.vertical.menu {
  width: auto;
}
.page-content > .ui.grid {
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
body#sub {
  background: #e3e3e3;
}
.hakkimda {
  display: block;
  margin: 0 auto;
  width: 200px !important;
}
.hakkinda .ufak {
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.hakkinda .ufak .media-grid {
  list-style: none;
}
.hakkinda .ufak .media-grid li {
  float: left;
}



