@import url('https://fonts.googleapis.com/css?family=Roboto:100');
/*@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');*/
.zero-margin {
  margin: 0;
}
.zero-padding {
  padding: 0;
}
/*Text*/
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textJustify {
  text-align: justify;
}
.textCenter {
  text-align: center;
}
.text-deco-none {
  text-decoration: none;
}
.text-deco-underline {
  text-decoration: underline;
}
.boldText {
  font-weight: bold;
}
.auto-width {
  width: auto;
}
.clear {
  clear: both;
  float: left;
  width: 100%;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.relative-right {
  position: relative;
  float: right;
}
.relative-left {
  position: relative;
  float: left;
}
.margin-auto {
  margin: auto !important;
}
.zero-margin-padding {
  margin: 0;
  padding: 0;
}
.hidden-overflow {
  overflow: hidden;
}
.transparent-bg {
  background-color: transparent;
}
.contain-bg-size {
  background-size: contain;
}
.display-none {
  display: none;
}
.clr-padding-left {
  padding-left: 0;
}
.border-clr {
  border: none;
}
.sosyalmedya {
  margin-bottom: 10px;
  padding-right: 25px;
}
.sosyalmedya .icon {
  height: 20px;
  margin-right: 5px;
  float: right;
  width: 20px;
}
.sosyalmedya .icon img {
  height: 20px;
  width: 20px;
}
.imagelar img {
  margin-bottom: 15px;
  width: 100%;
}
div.hakkimizda {
  padding: 10px;
  padding-top: 0px;
  float: right;
}
div.hakkimizda img {
  margin-bottom: 10px;
}
div.galleryDetailDiv {
  margin-bottom: 10px;
}
div.dil {
  clear: both;
  margin-bottom: 5px;
}
div.dil .icons {
  float: right;
  margin-right: 5px;
}
div.dil .icons a {
  color: #6b6b6b;
  font-size: 13px;
  text-decoration: none;
}
div.dil .icons a:hover {
  color: #000000;
  text-decoration: none;
}
.contact,
.hakkimda {
  float: right;
  padding-top: 40px;
}
.contact {
  margin-top: 0px;
}
.contact.col-md-10 {
  padding: 10px;
}
.contact .alanlar {
  margin-bottom: 30px;
  margin-top: 10px;
}
.contact .alanlar.buton {
  padding-right: 5px;
}
.contact input {
  background: transparent;
  border: transparent;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.contact textarea {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  height: 100px;
  resize: none;
  width: 100%;
}
.contact .btn-info {
  background-color: #454545;
  border-color: #454545;
}
@media all and (max-width: 767px) and (min-width: 320px) {
  .sosyalmedya {
    margin-top: 16px;
  }
  .dilrenk {
    color: #6b6b6b;
  }
  div.hakkimizda {
    margin-top: 0px;
  }
  div.dil .icons a {
    color: #6b6b6b;
  }
  div.dil .icons a:hover {
    color: #e1e1e1;
  }
  .imagelar img {
    margin-right: 10px;
    margin-left: 15px;
    width: 90%;
  }
}
