@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;
}
html,
body {
  font-weight: bold;
  color: #000000;
  font-family: 'Roboto', sans-serif !important;
  height: 100%;
  margin: 0;
  padding: 0;
}
p {
  font-family: 'Roboto', sans-serif !important;
  margin: 10px 0px 10px;
}
a:focus {
  outline: 0;
  border: none;
}
.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #a71e2a;
  outline: none !important;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px #a71e2a, 0 0 3px #a71e2a;
  -moz-box-shadow: inset 0 1px 1px #a71e2a, 0 0 3px #a71e2a;
  box-shadow: inset 0 1px 1px #a71e2a, 0 0 3px #a71e2a;
}
article {
  margin: 0;
  padding: 0;
}
section h1 {
  color: #000000;
  font-size: 24px;
  padding-left: 15px;
}
section.left,
section.middle {
  min-height: 100%;
  height: 100% !important;
  margin-top: 0px;
  padding-top: 0px;
}
section.middle {
  padding-top: 20px;
}
.image-row {
  margin-bottom: 15px;
}
.field-validation-error,
.mailSonuc {
  font-weight: bold;
  color: #a71e2a;
}
@media all and (max-width: 767px) and (min-width: 320px) {
  a:focus {
    color: #6b6b6b;
    text-decoration: none;
  }
  section.left,
  section.middle {
    height: auto !important;
    min-height: 30px;
  }
  section h1.hakkimizda {
    padding-left: 0px;
  }
}
