@import url("../fontlar/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato|Open+Sans|Poppins|Roboto|Ubuntu");
* {
  margin: 0;
  padding: 0
}
body {
  color: #000;
  font-family: museo300, Arial;
  font-weight: 400;
  font-size: 13px;
  padding: 1;
  line-height: 1.5;
  background-color: #fff
}
.p0 {
  padding: 0px !important;
}
.m0 {
  margin: 0px !important;
}
img {
  border: 0;
  vertical-align: 1px
}
a {
  color: #2d2d2d;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
:focus {
  outline: 0
}
input, textarea, select, button {
  font-family: open sans, sans-serif;
  font-weight: 400;
  font-size: 13px
}
#topheader {
  height: 80px;
  background-color: #cccccc;
}
#footer {
  bottom: 0px;
  width: 100%;
}
.purchase {
  background: url("../img/paralax.jpg") no-repeat;
  background-attachment: fixed;
  /*padding: 100px 0;*/
  height: 350px;
}
.section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#floater {
  width: 100% !important;
  background-color: #F1F1F1 !important;
  height: 100% !important;
}
@media only screen and (max-width: 780px) {
  #floater {
    width: 100% !important;
    background-color: #F1F1F1 !important;
    height: 100% !important;
    z-index: 2;
  }
}
.footerbaslik {
  color: #F1F1F1;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 400;
}
.footericerik {
  color: #F1F1F1;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 0;
}
a.footerlink {
  font-family: 'Poppins';
  color: #F1F1F1;
  text-decoration: none;
}
.footertarih {
  font-family: 'Poppins';
  color: #F1F1F1;
  font-size: 12px;
}
.firma-info {
  list-style: none !important;
  padding-left: 0;
  color: #F1F1F1;
  font-family: 'Poppins';
}
.firma-info > li {
  margin-bottom: 10px;
}
.list-icon {
  font-family: 'Poppins';
  color: #F1F1F1;
  list-style: none;
  padding-left: 0;
}
.list-icon ul {
  list-style: none;
}
.list-icon ul {
  padding: 0;
}
.list-icon li {
  margin-bottom: 10px;
  margin-left: 20px;
}
.list-icon i {
  font-size: 15px;
  margin-right: 8px;
  margin-left: -20px;
}
HR.style12 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 10px;
}