@import url(bootstrap.min.css);
@import url(../fonts/font.css);
@import url(font-awesome.min.css);
a {
  transition: 330ms; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

body {
  background: url("../img/background.png") no-repeat right top;
  background-size: 57% 750px;
  font-family: 'Nunito';
  font-style: normal; }

#navbar {
  width: 100%;
  position: relative;
  height: auto; }
  #navbar .logo a {
    text-decoration: none;
    display: inline-block; }
    #navbar .logo a:hover {
      opacity: 0.7; }
    #navbar .logo a img {
      margin-top: 10px; }
  #navbar .collapses .nav-ul {
    float: right;
    display: inline-block; }
    #navbar .collapses .nav-ul li {
      float: left; }
      #navbar .collapses .nav-ul li.toggle-li {
        position: relative; }
        #navbar .collapses .nav-ul li.toggle-li a:focus {
          color: #064775; }
      #navbar .collapses .nav-ul li .fade-dil {
        display: none;
        right: 0;
        top: 90px;
        position: absolute;
        background: #064775;
        width: 150px;
        z-index: 99999;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px; }
        #navbar .collapses .nav-ul li .fade-dil li {
          float: none;
          width: 100%;
          display: inline-block; }
          #navbar .collapses .nav-ul li .fade-dil li a {
            padding: 5px 15px;
            margin: 0;
            text-align: center; }
            #navbar .collapses .nav-ul li .fade-dil li a:focus {
              color: #000; }
      #navbar .collapses .nav-ul li a {
        font-weight: bold;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        display: block;
        margin-top: 40px; }
        #navbar .collapses .nav-ul li a:hover {
          color: #064775; }
        #navbar .collapses .nav-ul li a.sale {
          margin-right: 100px; }
        #navbar .collapses .nav-ul li a.kayit {
          width: 151px;
          background: transparent;
          height: 61px;
          border: 1px solid #ffffff;
          border-radius: 61px;
          text-align: center;
          line-height: 61px;
          margin-top: 19px;
          margin-right: 5px; }
          #navbar .collapses .nav-ul li a.kayit:hover {
            background: #ffffff;
            color: #064775; }
        #navbar .collapses .nav-ul li a.giris {
          width: 151px;
          background: #064775;
          height: 61px;
          border: 1px solid #064775;
          border-radius: 61px;
          text-align: center;
          line-height: 61px;
          margin-top: 19px;
          margin-right: 26px; }
          #navbar .collapses .nav-ul li a.giris:hover {
            color: #064775;
            background: transparent; }

#content {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/layers.PNG");
  background-size: 40% 36%;
  background-position: left 20px top 40px;
  background-repeat: no-repeat; }
  #content .content-sosyal {
    text-align: center;
    padding-top: 120px; }
    #content .content-sosyal h2 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 35px;
      color: #064775; }
      #content .content-sosyal h2 span {
        display: block; }
    #content .content-sosyal h3 {
      color: #064775;
      font-size: 32px;
      font-weight: 800; }
    #content .content-sosyal p {
      color: #064775;
      font-size: 20px;
      font-weight: 600; }
      #content .content-sosyal p span {
        display: block; }
  #content .giris-form {
   /* padding-top: 100px;*/ }
    #content .giris-form form {
      width: 100%;
      display: inline-block;
      padding-left: 40px; }
      #content .giris-form form h2 {
        font-weight: 800;
        font-size: 23.77px;
        color: #ffffff;
        width: 100%;
        text-align: center; }
      #content .giris-form form .form-input {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block; }
        #content .giris-form form .form-input a {
          float: right;
          display: inline-block;
          color: #ffffff;
          font-weight: 400;
          font-size: 14px; }
      #content .giris-form form .form-group {
        width: 100%;
        height: 63px; }
        #content .giris-form form .form-group .form-control {
          margin-bottom: 11px;
          width: 100%;
          height: 100%;
          border: none;
          padding-left: 30px;
          border-radius: 63px;
          background: #ffffff;
          font-weight: bold;
          font-size: 14px;
          color: #064775;
          outline: none;
          box-sizing: border-box;
          transition: 330ms; }
          #content .giris-form form .form-group .form-control:focus {
            -webkit-box-shadow: 0px 0px 25px 2px #064775;
            -moz-box-shadow: 0px 0px 25px 2px #064775;
            box-shadow: 0px 0px 25px 2px #064775; }
          #content .giris-form form .form-group .form-control::-webkit-input-placeholder {
            font-weight: bold;
            font-size: 14px;
            color: #064775; }
        #content .giris-form form .form-group button {
          outline: none;
          background: #064775;
          height: 100%;
          width: 100%;
          border-radius: 63px;
          line-height: 63px;
          font-size: 17px;
          font-weight: 800;
          color: #ffffff;
          transition: 430ms;
          padding: 0;
          margin: 0;
          box-sizing: border-box;
          border: none;
          cursor: pointer; }
          #content .giris-form form .form-group button:hover {
            background: #ffffff;
            color: #064775; }
        #content .giris-form form .form-group a {
          margin-top: 15px;
          display: inline-block;
          color: #ffffff;
          font-weight: 400;
          font-size: 14px;
          text-decoration: none; }
          #content .giris-form form .form-group a:hover {
            letter-spacing: 1px;
            color: #3f4d52;
            font-weight: bold; }
  #content .info-log {
    text-align: center;
    padding-top: 250px;
    transition: 330ms; }
    #content .info-log .info-box {
      margin-bottom: 65px; }
      #content .info-log .info-box:hover .img-info img {
        margin-top: -15px; }
      #content .info-log .info-box .img-info {
        min-height: 105px;
        width: 100%;
        display: inline-block; }
        #content .info-log .info-box .img-info img {
          transition: 330ms; }
      #content .info-log .info-box h5 {
        font-size: 16px;
        font-weight: 800;
        color: #064775; }
      #content .info-log .info-box p {
        font-weight: 400;
        font-size: 14px;
        color: #064775;
        line-height: 24px; }

#foot {
  position: relative;
  width: 100%;
  height: 84px;
  background-color: #064775; }
  #foot .foot-menu {
    text-align: center; }
    #foot .foot-menu ul {
      display: inline-block; }
      #foot .foot-menu ul li {
        display: inline-block;
        padding-right: 30px; }
        #foot .foot-menu ul li:last-child {
          padding-right: 0; }
        #foot .foot-menu ul li a {
          display: block;
          text-decoration: none;
          font-weight: 400;
          color: #ffffff;
          font-size: 14px;
          margin-top: 35px; }
          #foot .foot-menu ul li a:hover {
            color: #0fb1e7;
            letter-spacing: 4px;
            font-weight: 500; }

@media screen and (min-width: 1550px) {
  body {
    background-size: 55% 730px !important; }

  #content {
    background-position: left 9% top 40px !important;
    background-size: 36% 36% !important; } }
@media screen and (max-width: 1200px) {
  #content {
    background-size: 36% 32% !important;
    background-position: left 25px top 20px !important; }

  #content .giris-form {
    padding-top: 50px !important; }

  #content .content-sosyal {
    padding-top: 50px !important; }

  #content .content-sosyal h2 {
    font-size: 32px !important; }

  #content .content-sosyal p {
    font-size: 17px !important; }

  #content .giris-form form h2 {
    font-size: 21px !important; }

  #navbar .collapses .nav-ul li a.sale {
    margin-right: 40px !important; }

  body {
    background-size: 57% 630px !important; }

  #content .info-log {
    padding-top: 220px !important; }

  #content .content-sosyal h3 {
    font-size: 28px !important; } }
@media screen and (max-width: 991px) {
  #content .giris-form form h2 {
    font-size: 17px !important;
    width: 100% !important; }

  #content .giris-form form .form-group .form-control {
    width: 100% !important; }

  #content .content-sosyal h2 {
    font-size: 23px !important; }

  #content .content-sosyal h3 {
    font-size: 21px !important; }

  #content .content-sosyal p {
    font-size: 13px !important; }

  #content .info-log .info-box p {
    font-size: 13px !important; }

  #navbar .collapses .nav-ul li a.kayit {
    width: 120px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 13px !important;
    margin-top: 19px !important; }

  #navbar .collapses .nav-ul li a.giris {
    width: 120px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 13px !important;
    margin-top: 19px !important; }

  #navbar .collapses .nav-ul li a.sale {
    margin-right: 17px !important; }

  #navbar .collapses .nav-ul li .fade-dil li a {
    margin: 0 !important; }

  #navbar .collapses .nav-ul li a {
    margin-top: 35px !important;
    font-size: 13px !important; }

  #content .giris-form form .form-group .form-control {
    font-size: 13px !important; }

  #content .giris-form form .form-group .form-control::-webkit-input-placeholder {
    font-size: 13px !important; }

  #content .giris-form form .form-group {
    height: 50px !important; }

  body {
    background-size: 57.6% 600px !important; }

  #content .giris-form form .form-group button {
    line-height: 54px !important;
    font-size: 14.5px !important; }

  #content .giris-form form .form-input {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  #content .giris-form form .form-input a {
    font-size: 12px !important;
    margin-top: 3px; }

  #content .giris-form form {
    padding-left: 10px !important; }

  .cax {
    font-size: 12px !important; } }
@media screen and (max-width: 767px) {
  #content {
    background: none !important; }

  #toggle_menu {
    display: inline-block !important; }

  #foot .foot-menu ul li {
    width: 100% !important;
    padding-right: 0 !important; }

  #foot {
    height: 100% !important;
    padding-bottom: 18px; }

  body {
    background-size: 100% 760px !important; }

  .nav-ul {
    display: none !important; }

  #content .content-sosyal {
    padding-top: 45px !important; }

  #content .giris-form {
    padding-top: 25px !important; }

  #content .giris-form form h2 {
    text-align: center !important; }

  #content .giris-form form .form-group .form-control {
    width: 100% !important; }

  #content .giris-form form {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  #content .content-sosyal h2 span {
    display: inline !important; }

  #content .content-sosyal p span {
    display: inline !important; }

  #content .info-log .info-box {
    margin-bottom: 10px !important; }

  #content .content-sosyal h2 {
    font-size: 30px !important; }

  #content .content-sosyal p {
    font-size: 15px !important; }

  #content .content-sosyal h3 {
    font-size: 25px !important; }

  #content .giris-form form h2 {
    font-size: 19px !important; }

  #content .info-log {
    padding-top: 190px !important; } }
@media screen and (max-width: 568px) {
  body {
    background-size: 100% 730px !important; }

  #content .giris-form {
    padding-top: 15px !important; }

  #content .giris-form form {
    padding-left: 60px !important;
    padding-right: 60px !important; } }
@media screen and (max-width: 420px) {
  #content .content-sosyal h2 {
    font-size: 24px !important; }

  #content .content-sosyal h3 {
    font-size: 22px !important; }

  body {
    background-size: 100% 770px !important; }

  #content .giris-form form {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  body {
    background-size: 100% 720px !important; } }
@media screen and (max-width: 360px) {
  #content .giris-form form h2 {
    font-size: 15px !important; }

  #content .giris-form form .form-group a {
    font-size: 12px !important; } }
@media screen and (max-width: 340px) {
  #content .giris-form form .form-group a {
    font-size: 11px !important; }

  #content .giris-form form .form-group {
    height: 40px !important; }

  #content .giris-form form .form-group .form-control {
    padding-left: 15px !important; }

  #content .giris-form form .form-group button {
    line-height: 43px !important;
    font-size: 13px !important; }

  #content .giris-form form .form-group .form-control::-webkit-input-placeholder {
    font-size: 12px !important; } }
.hd-group {
/*  max-height: 35px !important;*/ }

.cax {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.cax input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 330ms; }

/* On mouse-over, add a grey background color */
.cax:hover input ~ .checkmark {
  transition: 330ms;
  background: #dddddd; }

/* When the radio button is checked, add a blue background */
.cax input:checked ~ .checkmark {
  background-color: #ffffff;
  transition: 330ms; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  transition: 330ms; }

/* Show the indicator (dot/circle) when checked */
.cax input:checked ~ .checkmark:after {
  display: block;
  transition: 330ms; }

/* Style the indicator (dot/circle) */
.cax .checkmark:after {
  transition: 330ms;
  top: 4.6px;
  left: 4.6px;
  width: 10px;
  height: 10px;
  border-radius: 9.8px;
  background: #249cda; }

#toggle_menu {
  border: 2px solid #fff;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  outline: none;
  display: none;
  text-align: center;
  line-height: 37px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 13px;
  color: #fff;
  background: #0097e9;
  position: absolute;
  right: 15px;
  transition: 400ms;
  top: 15px; }

#toggle_menu:hover {
  background: #0097e9;
  border-color: #0097e9; }

#__smobileMenuContent__menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none; }

#__smobileMenuContent__menu ul {
  list-style: none;
  margin: 0;
  width: 100%;
  height: 100%; }

ul.smobilemenu-theme-default {
  background: #00a5ff;
  padding: 15px !important;
  overflow-y: auto; }

ul.smobilemenu-theme-default li {
  border-bottom: #ededed 1px solid;
  padding: 20px; }

ul.smobilemenu-theme-default li a {
  font-family: 'Nunito';
  font-style: normal;
  font-size: 20px;
  color: white;
  font-weight: 700;
  text-decoration: none; }

ul.smobilemenu-theme-default li a > i {
  margin-left: 10px; }

/* close button */
#smobileMenu-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  font-size: 30px;
  text-decoration: none; }

/*# sourceMappingURL=style.css.map */
