html, body {
  height: 100%;
  margin:0px;
}

header {
  width: 100%;
  height: 135px;
  background-color: white;
}
header #sosyal {
  background-color: #000;
  border-bottom: 10px solid #ff6633;
}
header #sosyal #sosyal_ic {
  margin: 0 auto;
  width: 980px;
  height: 35px;
}
header #sosyal #sosyal_ic ul {
  float: right;
  padding: 5px;
}
header #sosyal #sosyal_ic ul li {
  float: left;
  margin-top: 3px;
}
header #sosyal #sosyal_ic ul li a {
  padding: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  color: #666666;
}
header #sosyal #sosyal_ic ul li a:hover {
  color: #222222;
}
header #header_inner {
  margin: 0 auto;
  width: 980px;
  height: 90px;
  background-color: white;
}
header #header_inner #logo {
  width: 200px;
  float: left;
}
header #header_inner nav {
  float: right;
}
header #header_inner nav ul {
  position: relative;
  display: inline-table;
}
header #header_inner nav ul li {
  float: left;
}
header #header_inner nav ul li a {
  padding: 48px 10px 25px;
  display: block;
}
header #header_inner nav ul li a:hover {
  color: white;
  background-color: #ff6633;
}
header #header_inner nav ul li:hover {
  background-color: #ff6633;
}
header #header_inner nav ul li:hover > a {
  color: white;
}
header #header_inner nav ul li:hover > ul {
  display: block;
}
header #header_inner nav ul:after {
  content: "";
  clear: both;
  display: block;
}
header #header_inner nav ul ul {
  z-index: 999999;
  display: none;
  position: absolute;
  top: 100%;
}
header #header_inner nav ul ul li {
  float: none;
  position: relative;
  background-color: rgba(144, 144, 144, 0.8);
  border-bottom: 1px solid #909090;
}
header #header_inner nav ul ul li a {
  padding: 15px 5px;
}
header #header_inner nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 150px;
  width: auto;
}

section {
  width: 100%;
  background-color: #000;
  padding: 10px;
}
section #slider {
  margin: 0 auto;
  width: 686px;
}
section h1 {
  margin: 0 auto;
  width: 980px;
  color: white;
  font-size: 2rem;
  padding: 10px 0px;
}

article {
  width: 100%;
  background-color: white;
}
article p {
  padding: 10px 0px;
  font-size: 1rem;
  margin: 0 auto;
  width: 980px;
  height: 100%;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -130px;
}
#container .footer-ghost {
  height: 130px;
}

footer {
  background-color: #e5e5e5;
}
footer #footer_inner {
  margin: 0 auto;
  width: 980px;
  height: 130px;
}
footer #footer_inner .part {
  width: 225px;
  margin-top: 20px;
  float: left;
}
footer #footer_inner .part i {
  font-size: 24px;
  float: left;
}
footer #footer_inner .part h4 {
  float: left;
  display: block;
  padding: 5px;
}
footer #footer_inner .part p {
  display: block;
  clear: both;
  font-size: 12px;
}
footer #footer_inner .part:nth-child(n+2) {
  margin-left: 25px;
}

.clear {
  clear: both;
}
