
html, body{
  min-height: 100vh !important;
}
.section {
  height: 100% !important;
}
.footer{
  width: 100%;
  background: #313131;
  border-top: thin solid;
  border-color: #ff0207;
  padding: 10px 40px;
  clear: both;
  position: relative;
}
.bg-banner {
  background: url("img/banner.png");
  background-repeat: no-repeat;
	background-position: center;
  background-size: cover;

}

.container-fluid {
  min-width: 1024px !important;
}

.btn-primary-avt {
  color: #fff;
  background: #c40003;
}

.btn-primary-avt:hover, .btn-primary-avt:active, .btn-primary-avt:focus {
  color: #fff;
  background: #d31817;
}


.bg-avturk-red{
	background-color:#a11717;
}
.border-right-thick{
  border: none !important;
  border-right: 5px solid #313131 !important;
}
.border-avturk-red {
	border-color:#a11717 !important;
}
.shadow{
  box-shadow : 0 .125rem .25rem rgba(0,0,0,.075)!important
}
@media only screen and (max-width: 500px) {
  .g-recaptcha {
      transform:scale(0.8);
      transform-origin:0 0;
  }
}