ra,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.bubblingG span,
.form {
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
body {
  font-family: "AvantGardeTr";
  box-sizing: border-box;
  overflow: hidden !important;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: "AvantGardeTr";
  src: url(../fonts/AvantGardeTr.eot) format("embedded-opentype"),
    url(../fonts/AvantGardeTr.otf) format("opentype"),
    url(../fonts/AvantGardeTr.woff) format("woff"),
    url(../fonts/AvantGardeTr.ttf) format("truetype"),
    url(../fonts/AvantGardeTr.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.wrapper {
  /* background: url(../images/06.jpg) top center no-repeat; */
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.slogan {
  font-size: 50px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  line-height: 60px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  text-shadow: 0px 0px 5px #444;
  z-index: 2;
}
.slogan span {
  display: block;
}
.form_content {
  line-height: 14px;
  text-align: center;
  width: 250px;
  font-size: 12px;
  /* right: 0; */
  display: table;
  height: auto;
  padding: 20px;
  left: 25px;
  margin: 0 auto;
  top: 85px;
  background: rgba(21, 57, 122, 0.95);
  box-shadow: 0 0 80px 2px #656565;
  position: absolute;
}
.logo {
  width: 16%;
  display: table;
  margin: 0 auto;
  padding-top: 15px;
}
.form-tel {
  font-size: 32px;
  left: 0;
  right: 0;
  margin: 15px 0;
  /* font-weight: 200; */
}
.form-logo {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.form-tel a {
  color: #fff;
  text-decoration: none;
}
.form-title {
  font-size: 25px;
  color: #ffae00;
  line-height: 22px;
  padding: 5px;
  margin-bottom: 10px;
}
.form-title span {
  display: block;
  font-size: 17px;
}
.altbilgi {
  font-size: 12px;
  line-height: 13px;
}
.form-tel span {
  background: url(../images/phone.png) center center no-repeat;
  width: 32px;
  height: 32px;
  background-size: 100%;
  margin-top: -12px;
  -webkit-animation: zoom 0.25s infinite;
  animation: zoom 0.25s infinite;
  display: block;
}
.bubblingG span,
.projeRow,
.projeRow label,
.projeRow span {
  display: inline-block;
}
@keyframes zoom {
  0%,
  100%,
  40%,
  90% {
    margin-left: 5px;
  }
  20% {
    margin-left: 10px;
  }
}
@-webkit-keyframes zoom {
  0%,
  100%,
  40%,
  90% {
    margin-left: 0;
  }
  20% {
    margin-left: 5px;
  }
}
@-moz-keyframes zoom {
  0%,
  100%,
  40%,
  90% {
    margin-left: 0;
  }
  20% {
    margin-left: 5px;
  }
}
@-o-keyframes zoom {
  0%,
  100%,
  40%,
  90% {
    margin-left: 0;
  }
  20% {
    margin-left: 5px;
  }
}
@-ms-keyframes zoom {
  0%,
  100%,
  40%,
  90% {
    margin-left: 0;
  }
  20% {
    margin-left: 5px;
  }
}
.form ul {
  margin: 0;
  padding: 0;
}
.form li {
  margin: 0 0 8px;
  padding: 0;
  position: relative;
  color: #fff;
  font-weight: 500;
}
.form .form-text,
.form .form-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  color: #1f4888;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
  padding: 0 0 0 10px;
}
.form .form-textarea {
  height: 50px;
  resize: none;
}
.form-submit {
  width: 50%;
  height: 40px;
  background-color: #ffae00;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: auto auto 10px;
  border: 0;
  border-radius: 5px;
}
.ajaxloader,
.bubblingG {
  width: 80px;
  text-align: center;
}
.form-submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
INPUT.inputError,
SELECT.inputError {
  border: 1px solid red !important;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 0px;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #1f4888;
  font-size: 12px;
  font-family: "AvantGardeTr";
  font-weight: 500;
}
:-moz-placeholder {
  color: #1f4888;
  opacity: 1;
  font-size: 12px;
  font-family: "AvantGardeTr";
  font-weight: 500;
}
::-moz-placeholder {
  color: #1f4888;
  opacity: 1;
  font-size: 12px;
  font-family: "AvantGardeTr";
  font-weight: 500;
}
:-ms-input-placeholder {
  color: #1f4888;
  font-size: 12px;
  font-family: "AvantGardeTr";
  font-weight: 500;
}
.input-group-addon {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #484848;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type="checkbox"]:not(old) {
  float: left;
  background-image: url(../images/checks.png);
  z-index: 55;
  position: relative;
}
input[type="radio"]:not(old) {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 1px;
}
input[type="checkbox"]:not(old) + label,
input[type="radio"]:not(old) + label {
  display: inline-block;
  padding-left: 22px;
  background: url(../images/checks.png) no-repeat;
  line-height: 15px;
  cursor: pointer;
}
input[type="checkbox"]:not(old):checked + label,
input[type="radio"]:not(old):checked + label {
  background-position: 0 -15px;
}
.ajaxloader {
  margin: auto;
}
.bubblingG {
  height: 50px;
}
.bubblingG span {
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #173c6e;
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1.3s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1.3s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1.3s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1.3s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 1.3s infinite alternate;
}
#bubblingG_1 {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
#bubblingG_2 {
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
#bubblingG_3 {
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
.radiovalidate {
  position: ABSOLUTE;
  right: -16px;
  top: 6px;
}
.izin {
  margin: 5px auto;
  width: 140px;
}
@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -moz-transform: translateY(-21px);
  }
}
@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -webkit-transform: translateY(-21px);
  }
}
@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -ms-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -ms-transform: translateY(-21px);
  }
}
@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    -o-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -o-transform: translateY(-21px);
  }
}
@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #173c6e;
    transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    transform: translateY(-21px);
  }
}
.projeRow {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
}
.projeRow label {
  width: 60px;
  margin-left: 0;
  color: #fff;
}
.projeRow span {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  display: inline-table;
  margin-bottom: 5px;
}
.okudum {
  width: initial;
}
#kampanya {
  left: 0;
  top: 1px;
}
#kampanya1 {
  left: 0;
  top: 1px;
}
#kampanya2 {
  left: 0;
  top: 1px;
}
li p {
  font-size: 10px;
  text-align: left;
  margin-left: 16px;
}
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.formErrorInsideDialog.formError {
  z-index: 5000;
}
.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}
.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  background: #ee0101;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body.rtl .formError .formErrorArrow,
body[dir="rtl"] .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
.form li:nth-child(10),
.form li:nth-child(9) {
  margin: 0;
}
.baslik {
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  text-shadow: 0 0 4px #040505;
  padding: 20px 0;
}
.baslik span {
  background: red;
  padding: 10px 20px;
}
ul {
  list-style: none;
}
.harita {
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
p.bg {
  font-size: 8px;
  background: #fff;
  margin: 0 auto;
  color: #15397a;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
.patlangac {
  position: absolute;
  right: 250px;
  top: 80px;
  width: 14%;
  transform: scale(1);
  -webkit-animation: pat 1s ease-in-out infinite alternate;
  -moz-animation: pat 1s ease-in-out infinite alternate;
  animation: pat 1s ease-in-out infinite alternate;
  z-index: 2;
}
@-webkit-keyframes pat {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-moz-keyframes pat {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes pat {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-o-keyframes pat {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.slider {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  /* z-index: 999; */
}
.slider2 {
  display: none;
}
.yoltarif a span {
  color: #fff;
  font-size: 25px;
  display: block;
  margin-top: 14px;
}
.yoltarihi-m {
  display: none;
}
.detay {
  z-index: 9;
  position: absolute;
  right: 100px;
  bottom: 10px;
  font-size: 16px;
  background: #224088;
  text-align: center;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  padding: 38px 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 #fff;
  transition: 300ms;
  cursor: pointer;
}

.detay a {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.detay:hover {
  background: #f50400;
  transition: 300ms;
}

.patlangac {
  position: absolute;
  right: 50px;
  top: 80px;
  width: 244px;
  z-index: 2;
  transform: scale(1);
  -webkit-animation: pat 1s ease-in-out infinite alternate;
  -moz-animation: pat 1s ease-in-out infinite alternate;
  animation: pat 1s ease-in-out infinite alternate;
  font-size: 30px;
  color: #fff;
  background: #1b3582;
  padding: 11px;
}
