﻿html,
body {
  margin: 0px;
  padding: 0px;
  background: url(../img/bg.jpg) bottom left no-repeat #adadad;
  /*background:#adadad;*/
  font-family: "Archivo Narrow", sans-serif !important;
  height: 100% !important;
  min-height: 100% !important;
}

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

.container {
}

.tbg {
  background: url(../img/contentbg1.png) repeat-x;
  padding-top: 10px;
}

.logo {
  width: 250px;
  padding: 0 10px;
  margin-bottom: 30px;
}

.menu {
  position: relative;
  width: 100%;
  list-style: none;
  padding: 0px !important;
}

.menu li {
  padding: 8px;
  background: url(../img/btnbg.png) top left repeat-x;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px #999 solid;
  max-width: 230px;
  margin-left: 10px;
}

.menu .active {
  background: url(../img/btnbg_dark.png) top left repeat-x;
  color: #fff;
}
.menu .active a {
  color: #fff;
}

.menu li:hover {
  background: url(../img/btnbg_dark.png) top left repeat-x;
  color: #fff;
  cursor: pointer;
}
.menu li a:hover,
.menu li:hover a {
  color: #fff;
  cursor: pointer;
}

.contents {
  background: #fff;
  min-height: 500px;
  border-radius: 6px;
  border: 1px #eee solid;
  padding: 20px;
}

.FirmaBilgi {
  background: url(../img/mainslide.jpg) top center no-repeat;
  background-size: cover;
  min-height: 500px;
  border: 1px #999 solid;
  margin-bottom: 20px;
}

.Servicebanner {
  background: url(../img/servicebanner.jpg) top center no-repeat;
  background-size: cover;
  min-height: 300px;
  border: 1px #999 solid;
  margin-bottom: 20px;
}

.documentsbanner {
  background: url(../img/documentsbanner.jpg) top center no-repeat;
  background-size: cover;
  min-height: 300px;
  border: 1px #999 solid;
  margin-bottom: 20px;
}

.Contactbanner {
  background: url(../img/contactbanner.jpg) top center no-repeat;
  background-size: cover;
  min-height: 300px;
  border: 1px #999 solid;
  margin-bottom: 20px;
}

.companyinfobanner {
  background: url(../img/companyinfobanner.jpg) top center no-repeat;
  background-size: cover;
  min-height: 300px;
  border: 1px #999 solid;
  margin-bottom: 20px;
}

.bradius8 {
  border-radius: 8px;
}

.topbar {
  position: relative;
  width: 100%;
  height: 40px;
  background: #333;
  color: #fff;
  padding: 10px;
}

.cbox {
  background: #ebebeb;
  padding-top: 15px;
  border-radius: 6px;
}

.footer {
  background: #333;
  color: #efefef;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  margin-top: 10px;
}

.s1 {
  background: url(../img/service1.jpg) center center no-repeat;
  background-size: contain;
  min-height: 250px;
}

.s2 {
  background: url(../img/service2.jpg) top center no-repeat;
  background-size: cover;
}

.s3 {
  background: url(../img/servic3.jpg) top center no-repeat;
  background-size: cover;
}

.s4 {
  background: url(../img/service4.jpg) top center no-repeat;
  background-size: cover;
}

.doc-link {
  color: #0066cc;
  text-decoration: none;
  transition: all 0.2s ease;
}

.doc-link:hover {
  color: #004499;
  text-decoration: underline;
  cursor: pointer;
}

.contents table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px;
  table-layout: fixed;
}

.contents table td,
.contents table th {
  border: 1px solid #999;
  padding: 10px 12px;
  vertical-align: middle;
  line-height: 1.5;
}

.contents table th {
  width: 35%;
  background-color: #f3f3f3;
}

.contents table td:last-child,
.contents table th:last-child {
  width: 65%;
  min-height: 35px;
}
.contents ul.checkbox-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.contents ul.checkbox-list li {
  margin-bottom: 8px;
}
