/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap');
@import "font-awesome.min.css";
@import "jquery-ui.css";
@import "owl.carousel.min.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #1b1c1b;
  font-family: 'Titillium Web', sans-serif;
  background: #fbfbfb;
  overflow-x: hidden;
}
.popup-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}
.popup {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.popup img {
  display: block;
  margin: 0 auto;
}
.popup p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #39a0db;
}
.popup a {
  text-decoration: none;
  display: table;
  margin: 20px auto 0;
  line-height: 30px;
  background: black;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header {
  background: white;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
header .unlogin {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
}
header .logo {
  float: left;
  display: block;
  width: 250px;
}
header .logo img {
  display: block;
  height: auto;
  width: 100%;
}
header ul {
  display: table;
  float: right;
  list-style: none;
  margin: 6px 0;
}
header ul li {
  padding-left: 20px;
  float: left;
}
header ul li a {
  font-size: 16px;
  color: #32638b;
  text-decoration: none;
  line-height: 30px;
  font-weight: 600;
}
footer {
  background: white;
  border-top: 1px solid #eeeeee;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .left {
  display: table;
  float: left;
  line-height: 30px;
}
footer .right {
  display: table;
  float: right;
  line-height: 30px;
}
footer .right a {
  text-decoration: none;
  color: #1b1c1b;
  font-weight: 600;
}
#metin {
  padding: 20px;
  display: none;
}
#metin h3 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
#metin p {
  line-height: 22px;
  margin-bottom: 10px;
}
#metin ul {
  margin-bottom: 20px;
  line-height: 18px;
  padding-left: 25px;
}
#metin table {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin-bottom: 10px;
}
#metin table th {
  text-align: left;
  padding: 5px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  vertical-align: top;
}
#metin table td {
  text-align: left;
  padding: 5px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  vertical-align: top;
}
#metin table td:first-child {
  width: 150px;
}
section#login {
  padding: 40px 0 80px;
}
section#login .container {
  max-width: 500px;
}
section#login .return-error {
  text-align: center;
  font-weight: 600;
  color: red;
}
section#login .return-ok {
  text-align: center;
  font-weight: 600;
  color: green;
}
section#login .ui-accordion {
  font-size: 14px;
}
section#login .ui-accordion .ui-accordion-header {
  border: none;
  color: white;
  background: #aaaaaa;
  font-weight: 600;
  cursor: pointer;
  line-height: 20px;
  padding: 7px 20px;
  margin-top: 20px;
  font-size: 18px;
}
section#login .ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}
section#login .ui-accordion .ui-accordion-header:focus {
  outline: none;
}
section#login .ui-accordion .ui-accordion-header-active {
  background: #39a0db;
}
section#login .ui-accordion .ui-accordion-content {
  border: none;
  background: white;
  height: auto;
  padding: 20px;
}
section#login .ui-accordion .ui-accordion-content input,
section#login .ui-accordion .ui-accordion-content textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  outline: none;
  resize: none;
}
section#login .ui-accordion .ui-accordion-content textarea {
  height: 100px;
  padding: 10px 15px;
}
section#login .ui-accordion .ui-accordion-content input.error,
section#login .ui-accordion .ui-accordion-content textarea.error {
  border: 1px solid red;
}
section#login .ui-accordion .ui-accordion-content h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #32638b;
  font-size: 18px;
}
section#login .ui-accordion .ui-accordion-content p {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
section#login .ui-accordion .ui-accordion-content button {
  display: block;
  margin: 20px 0 0;
  border: none;
  background: #39a0db;
  color: white;
  height: 30px;
  width: 100%;
  font-weight: 600;
}
section#login .ui-accordion .ui-accordion-content .checkbox input {
  width: 16px;
  height: 16px;
  float: left;
  margin: 7px 5px 7px 0;
  padding: 0;
  border: inherit;
}
section#login .ui-accordion .ui-accordion-content .checkbox label {
  display: table;
  float: left;
  line-height: 30px;
}
section#login .ui-accordion .ui-accordion-content .checkbox label a {
  color: #39a0db;
}
section#login .ui-accordion .ui-accordion-content .checkbox label.error {
  color: red;
}
section#login .ui-accordion .ui-accordion-content .checkbox:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#offen {
  padding: 40px 0 80px;
}
section#offen h1 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #32638b;
  margin-bottom: 30px;
}
section#offen .item {
  background: white;
  margin-bottom: 20px;
}
section#offen .item .title {
  background: #39a0db;
  color: white;
  padding: 5px 20px;
  font-weight: 600;
  line-height: 22px;
}
section#offen .item .title:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#offen .item .title .left {
  float: left;
  display: table;
}
section#offen .item .title .right {
  float: right;
  display: table;
}
section#offen .content {
  padding: 20px;
  border: 1px solid #eeeeee;
}
section#offen .content table td {
  vertical-align: top;
  padding-bottom: 5px;
}
section#offen .content table td:first-child {
  font-weight: 600;
}
section#offen .content table td:nth-child(2) {
  font-weight: 600;
}
section#offen .content hr {
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin: 10px 0;
}
section#offen .content h3 {
  font-size: 16px;
  color: #39a0db;
  margin-bottom: 5px;
}
section#offen .content .form textarea {
  width: 100%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  height: 100px;
  padding: 10px;
  border: 1px solid #eeeeee;
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 10px;
}
section#offen .content .form button {
  background: #39a0db;
  color: white;
  display: table;
  padding: 0 20px;
  height: 30px;
  border: none;
  outline: none;
}
section#offen .content .form .mesitem {
  margin-bottom: 20px;
}
section#offen .content .form .mesitem p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 5px;
}
section#offen .content .form .mesitem span {
  display: block;
  font-size: 12px;
  color: #aaaaaa;
}
section#main {
  padding: 40px 0 80px;
}
section#main .box {
  width: 47%;
  float: left;
  text-decoration: none;
  margin: 0 0 20px;
  text-align: center;
}
section#main .box img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
section#main .box p {
  font-size: 18px;
  color: #32638b;
  font-weight: 600;
}
section#main .right {
  float: right;
}
section#form {
  padding: 40px 0 80px;
}
section#form .form {
  float: left;
  width: 50%;
}
section#form .form h1 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: #32638b;
}
section#form .form input,
section#form .form select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #eeeeee;
  margin-bottom: 9px;
  outline: none;
  resize: none;
}
section#form .form select {
  padding: 0 12px;
}
section#form .form input.error,
section#form .form select.error {
  border: 1px solid red;
}
section#form .form button {
  display: block;
  margin: 20px 0 0;
  border: none;
  background: #39a0db;
  color: white;
  height: 30px;
  padding: 0 30px;
  font-weight: 600;
}
section#form .form .return-error {
  font-weight: 600;
  color: red;
  display: block;
  margin-top: 20px;
}
section#form .img {
  float: right;
  width: 45%;
}
section#form .img img {
  display: block;
  height: auto;
  width: 100%;
  margin-top: 50px;
}
section#ok {
  padding: 140px 0 180px;
  text-align: center;
}
section#ok h1 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: #32638b;
}
section#ok p {
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 16px;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 1270px) {
  
}
