@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Gotham TR";
  src: url("font/Gotham-Book-TR.eot");
  src: url("font/Gotham-Book-TR.eot?#iefix") format("embedded-opentype"),
    url("font/Gotham-Book-TR.woff") format("woff"),
    url("font/Gotham-Book-TR.ttf") format("truetype"),
    url("font/Gotham-Book-TR.svg#Gotham-Book-TR") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham TR";
  src: url("font/Gotham-Medium-TR.eot");
  src: url("font/Gotham-Medium-TR.eot?#iefix") format("embedded-opentype"),
    url("font/Gotham-Medium-TR.woff") format("woff"),
    url("font/Gotham-Medium-TR.ttf") format("truetype"),
    url("font/Gotham-Medium-TR.svg#Gotham-Medium-TR") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham TR";
  src: url("font/Gotham-Bold-TR.eot");
  src: url("font/Gotham-Bold-TR.eot?#iefix") format("embedded-opentype"),
    url("font/Gotham-Bold-TR.woff") format("woff"),
    url("font/Gotham-Bold-TR.ttf") format("truetype"),
    url("font/Gotham-Bold-TR.svg#Gotham-Bold-TR") format("svg");
  font-weight: 700;
  font-style: normal;
}

body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  min-width: 300px;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
select,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  height: 100%;
  position: relative;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
ol,
ul,
li {
  list-style: none;
}
.clear {
  clear: both;
}
img {
  border: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus {
  outline-color: transparent;
  outline-style: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input,
textarea,
select {
  font: 400 13px/28px "MBEmpire", sans-serif;
  color: #333333;
}
::-moz-selection {
  background-color: #231f20;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #231f20;
  color: #fff;
  text-shadow: none;
}
.highlight {
  padding: 0 3px;
  background-color: #231f20;
  color: #fff;
  text-shadow: none;
}
a,
a span,
a h2,
a p,
input[type="button"],
input[type="submit"] {
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.center {
  text-align: center;
}
/*----POPUP-ALERT---*/
.modalAlert {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  max-width: 420px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px 24px !important;
}
.modalAlert span.Baslik {
  float: left;
  width: 100%;
  height: auto;
  font: 700 18px/40px "Poppins", sans-serif;
  color: #2c236b;
}
.modalAlert .AlertText,
.modalAlert .AlertButon {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modalAlert .AlertText {
  font: 400 13px/20px "Poppins", sans-serif;
  text-decoration: none;
  color: #666666;
  padding: 20px 0px;
}
.modalAlert .AlertButon {
  padding: 20px 0px;
}
.modalAlert .AlertButon a {
  float: left;
  width: auto;
  height: auto;
  display: block;
  font: 500 13px/20px "Poppins", sans-serif;
  color: #333333;
}
.modalAlert .AlertButon a:hover {
  color: #fff;
}
/*----POPUP-ALERT---*/
.mainWrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  text-align: center;
  letter-spacing: -4px;
}
.mainWrapper .Content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  letter-spacing: 0px;
  text-align: center;
  background-color: #000;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mainWrapper .Content .capsule {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 500px;
  height: auto;
  letter-spacing: 0px;
}
.mainWrapper .Content .capsule span.Logo {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
  height: auto;
  letter-spacing: 0px;
}
.mainWrapper .Content .capsule span.Logo img {
  float: left;
  width: 100%;
  height: auto;
}
.mainWrapper .Content .capsule span.Logo p {
  float: left;
  width: 100%;
  height: auto;
  font: 900 20px/24px "Poppins", sans-serif;
  color: #65baaf;
  padding: 5px 0px;
  text-transform: uppercase;
  text-align: center;
}
.mainWrapper .Content .capsule span.Text01 {
  float: left;
  width: 100%;
  height: auto;
  font: 700 30px/34px "Gotham TR", sans-serif;
  color: #c41415;
  margin-top: 10px;
  padding: 5px 0px;
  text-transform: uppercase;
}
.mainWrapper .Content .capsule span.Text02 {
  float: left;
  width: 100%;
  height: auto;
  font: 500 14px/24px "Gotham TR", sans-serif;
  color: #fff;
  margin-top: 30px;
}
.mainWrapper .Content .capsule span.Text02 b {
  font-weight: 700;
}
.mainWrapper .Content .capsule span.Text02 a {
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .mainWrapper .Content {
    text-align: center;
  }
  .mainWrapper .Content .capsule span.Logo {
    max-width: 300px;
  }
  .mainWrapper .Content .capsule span.Logo p {
    font: 900 16px/20px "Poppins", sans-serif;
  }
  .mainWrapper .Content .capsule span.Text01 {
    margin-top: 20px;
    font: 900 20px/24px "Poppins", sans-serif;
  }
  .mainWrapper .Content .capsule span.Text02 {
    margin-top: 10px;
    font: normal 14px/18px "Poppins", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  .mainWrapper .Content {
    background-image: url(../images/bg_m.png);
  }
}
@media only screen and (max-width: 460px) {
  .mainWrapper .Content .capsule span.Logo {
    max-width: 240px;
  }
}
