@charset "UTF-8";
@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Regular.woff2") format("woff2"), url("fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Italic.woff2") format("woff2"), url("fonts/Rubik-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-BlackItalic.woff2") format("woff2"), url("fonts/Rubik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-BoldItalic.woff2") format("woff2"), url("fonts/Rubik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Bold.woff2") format("woff2"), url("fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-LightItalic.woff2") format("woff2"), url("fonts/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-MediumItalic.woff2") format("woff2"), url("fonts/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Medium.woff2") format("woff2"), url("fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Light.woff2") format("woff2"), url("fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/Rubik-Black.woff2") format("woff2"), url("fonts/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

/* CSS Document */
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Rubik'; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a, a img {
  text-decoration: none;
  outline: none;
  border: none; }

.clr {
  clear: both;
  height: 0; }

::-webkit-input-placeholder {
  font-size: 34px;
  font-weight: 300;
  color: #cfcfcf;
  letter-spacing: -25;
  font-family: 'Rubik'; }

:-moz-placeholder {
  font-size: 34px;
  font-weight: 300;
  color: #cfcfcf;
  letter-spacing: -25;
  font-family: 'Rubik'; }

::-moz-placeholder {
  font-size: 34px;
  font-weight: 300;
  color: #cfcfcf;
  letter-spacing: -25;
  font-family: 'Rubik'; }

:-ms-input-placeholder {
  font-size: 34px;
  font-weight: 300;
  color: #cfcfcf;
  letter-spacing: -25;
  font-family: 'Rubik'; }

::selection {
  background: #e4cfa7; }

::-moz-selection {
  background: #e4cfa7; }

body, input, textarea, select, option {
  font-family: 'Rubik', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative; }

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none; }

.clear-fix {
  clear: both; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

section {
  width: 100%;
  position: relative; }

.formError .formErrorArrow {
  display: none; }

.mobile-menu-opener {
  position: absolute;
  top: 2.5%;
  right: 2.5%;
  width: 40px;
  z-index: 9;
  display: none; }
  .mobile-menu-opener span {
    width: 100%;
    height: 3px;
    margin: 3px 0;
    background: #ffffff;
    float: left; }

.dark span {
  background: #1c2b58; }

.sidebar-mobil {
  display: none; }

.mobile-menu {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9;
  padding: 20px;
  float: left;
  font-weight: bold; }
  .mobile-menu a {
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    padding: 20px 0;
    display: block;
    color: #1c2b58;
    text-align: center; }

.header {
  background: url("../images/dbvakif-29ekimv2.jpg") no-repeat;
  width: 100%;
  height: 74%;
  opacity: 1; }
  .header .fortis-logo {
    display: block;
    margin: auto;
    padding: 60px 0 2.9% 0;
    width: 14.65%; }
  .header .menu {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 9%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header .menu a {
      float: left;
      font-weight: 500;
      font-size: 16px;
      margin-right: 5.1%;
      color: #ffffff;
      padding-bottom: 30px;
      border-bottom: 4px solid transparent; }
      .header .menu a:hover {
        color: #cdcd71;
        border-bottom: 4px solid #cdcd71; }
      .header .menu a:last-child {
        margin-right: 0; }
  .header .login {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 3.6%; }
    .header .login .user-text {
      color: #ffffff;
      font-size: 42px;
      font-weight: 300;
      margin-left: 4%; }
      .header .login .user-text span {
        font-size: 22px;
        color: #ffffff;
        margin-left: 30px; }
    .header .login .user-info {
      margin-top: 20px;
      background-color: #ffffff;
      border-radius: 60px;
      padding: 26px 50px;
      position: relative;
      float: left; }
      .header .login .user-info div {
        float: left; }
        .header .login .user-info div span {
          font-weight: 500;
          font-size: 15px;
          color: #20306d; }
      .header .login .user-info .sicil-no {
        width: 29.6%;
        border-right: 1px solid rgba(207, 207, 207, 0.3); }
        .header .login .user-info .sicil-no input[type=text] {
          width: 84%; }
      .header .login .user-info .password {
        width: 18.3%;
        margin-left: 45px;
        border-right: 1px solid rgba(207, 207, 207, 0.3); }
        .header .login .user-info .password input[type=text] {
          width: 75%; }
      .header .login .user-info .robot-code {
        width: 11%;
        margin-left: 30px; }
        .header .login .user-info .robot-code span {
          color: #000000;
          font-size: 22px;
          -webkit-border-radius: 23px;
          -moz-border-radius: 23px;
          -o-border-radius: 23px;
          border-radius: 23px;
          background: #f1f4f4;
          font-style: italic;
          padding: 10px 25px;
          float: left;
          margin-left: -15px;
          width: 100%; }
      .header .login .user-info .s-code {
        width: 15.6%; }
      .header .login .user-info input[type=text] {
        border: none;
        height: 50px;
        width: 100%;
        font-size: 30px;
        font-weight: 300;
        color: #cfcfcf; }
    .header .login .password-refresh {
      float: right;
      font-size: 15px;
      color: #ffffff;
      font-weight: 500; }
    .header .login span {
      font-size: 16px;
      font-weight: 400;
      color: #20306d; }
    .header .login .login-arrow {
      position: absolute;
      top: 0%;
      right: 0%;
      width: 15.15%;
      border: none;
      background: url(../images/login-arrow.png) no-repeat top left;
      width: 127px;
      height: 121px;
      background-size: contain; }
  .header .logged-in {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 3.6%; }
    .header .logged-in .user-text {
      color: #ffffff;
      font-size: 42px;
      font-weight: 300;
      margin-left: 4%; }
      .header .logged-in .user-text span {
        font-size: 22px;
        color: #ffffff;
        margin-left: 30px; }
    .header .logged-in .user-info {
      margin-top: 20px;
      border-radius: 60px;
      padding: 26px 50px;
      position: relative;
      height: 120px;
      background: url(../images/logged-in-bg.png) no-repeat top left;
      background-size: cover;
      float: left;
      width: 100%; }
      .header .logged-in .user-info .user-image {
        width: 10%;
        overflow: hidden;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        position: relative;
        padding-bottom: 98px;
        border: 1px solid #cd718d;
        top: -25%;
        left: -4%;
        float: left; }
        .header .logged-in .user-info .user-image img {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .header .logged-in .user-info .user-namesurname {
        font-weight: 500;
        font-size: 52px;
        color: #ffffff;
        margin-left: -2.5%;
        float: left; }
      .header .logged-in .user-info .setting-logout {
        float: right;
        margin-top: 20px; }
        .header .logged-in .user-info .setting-logout a {
          font-weight: normal;
          font-size: 14px;
          color: #ffffff;
          margin-right: 20px;
          float: left; }
          .header .logged-in .user-info .setting-logout a img {
            float: left;
            margin-right: 10px; }
          .header .logged-in .user-info .setting-logout a span {
            float: left;
            color: #ffffff; }
      .header .logged-in .user-info .sicil-no {
        width: 29.6%;
        border-right: 1px solid rgba(207, 207, 207, 0.3); }
        .header .logged-in .user-info .sicil-no input[type=text] {
          width: 84%; }
      .header .logged-in .user-info .password {
        width: 18.3%;
        margin-left: 45px;
        border-right: 1px solid rgba(207, 207, 207, 0.3); }
        .header .logged-in .user-info .password input[type=text] {
          width: 75%; }
      .header .logged-in .user-info .robot-code {
        width: 11%;
        margin-left: 30px; }
      .header .logged-in .user-info .s-code {
        width: 15.6%; }
      .header .logged-in .user-info input[type=text] {
        border: none;
        height: 50px;
        width: 100%;
        font-size: 30px;
        font-weight: 300;
        color: #cfcfcf; }
    .header .logged-in .password-refresh {
      float: right;
      font-size: 15px;
      color: #ffffff;
      font-weight: 500; }
    .header .logged-in span {
      font-size: 23px;
      font-weight: 400;
      color: #20306d; }
    .header .logged-in .login-arrow {
      position: absolute;
      top: -14%;
      right: -2.3%;
      width: 15.15%;
      border: none;
      background: url(../images/login-arrow.png) no-repeat top left;
      width: 169px;
      height: 165px;
      background-size: contain; }

#boxes .content {
  width: 90%;
  max-width: 1460px;
  margin: 0 auto;
  background: #ffffff;
  padding: 20px;
  position: relative;
  top: -43px;
  overflow: hidden;
  border-radius: 6px; }
  #boxes .content .box-item {
    width: 18.8%;
    float: left;
    color: #fefefe;
    font-size: 22px;
    font-weight: bold;
    padding: 19px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-right: 1.5%; 
  box-sizing: border-box;
  min-height: 180px;
  }
    #boxes .content .box-item:nth-child(5n) {
      margin-right: 0;
      /* Her 5. kutuda margin sıfırla */
    }
    #boxes .content .box-item .boxes-icon {
      margin-bottom: 5%; }
    #boxes .content .box-item a {
      margin-top: 12.8%;
      font-weight: 500;
      letter-spacing: 5px;
      color: #ffffff;
      font-size: 14px;
      float: left; }
  #boxes .content .box-1 {
    background: url(../images/health-bg.jpg) no-repeat top left;
    background-size: contain; }
    #boxes .content .box-1 .boxes-icon {
      width: 13.4%; }
  #boxes .content .box-2 {
    background: url(../images/info-bg.jpg) no-repeat top left;
    background-size: contain; }
    #boxes .content .box-2 .boxes-icon {
      width: 10.5%; }
  #boxes .content .box-3 {
    background: url(../images/form-pencil-bg.jpg) no-repeat top left;
    background-size: contain; }
    #boxes .content .box-3 .boxes-icon {
      width: 14.2%; }
  #boxes .content .box-4 {
    background: url(../images/question-bg.jpg) no-repeat top left;
    background-size: contain;
    margin: 0; }
    #boxes .content .box-4 .boxes-icon {
      width: 9%; }

    #boxes .content .box-5 {
      background: url(../images/sevk-bg.jpg) no-repeat top left;
      background-size: contain;
      margin: 0;
    }

    #boxes .content .box-5 .boxes-icon {
      width: 9%;
    }

#sectionDuyurular {
  background: #f4f4f4;
  padding-bottom: 100px; }
  #sectionDuyurular h2 {
    text-align: center;
    color: #1c2b58;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    letter-spacing: 3px; }
  #sectionDuyurular .sliderArea {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto; }
    #sectionDuyurular .sliderArea #homePageSlider {
      width: 94.5%;
      left: 2.7%;
      position: relative; }
      #sectionDuyurular .sliderArea #homePageSlider .owl-stage-outer {
        z-index: 2; }
        #sectionDuyurular .sliderArea #homePageSlider .owl-stage-outer .item {
          position: relative; }
          #sectionDuyurular .sliderArea #homePageSlider .owl-stage-outer .item a {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background-color: #ffffff;
            -webkit-border-radius: 19px;
            -moz-border-radius: 19px;
            border-radius: 19px;
            -o-border-radius: 19px;
            font-size: 14px;
            color: #de845e;
            font-weight: bold;
            padding: 10px 23px; }
          #sectionDuyurular .sliderArea #homePageSlider .owl-stage-outer .item p {
            position: absolute;
            font-size: 22px;
            color: #ffffff;
            font-weight: 500;
            bottom: 80px;
            left: 20px; }
          #sectionDuyurular .sliderArea #homePageSlider .owl-stage-outer .item img {
            width: 100%; }
      #sectionDuyurular .sliderArea #homePageSlider .owl-nav {
        position: absolute;
        width: 108%;
        left: -4%;
        top: 37%; }
        #sectionDuyurular .sliderArea #homePageSlider .owl-nav .owl-prev img {
          width: 50%; }
        #sectionDuyurular .sliderArea #homePageSlider .owl-nav .owl-next {
          float: right; }
          #sectionDuyurular .sliderArea #homePageSlider .owl-nav .owl-next img {
            width: 50%; }
  #sectionDuyurular .sliderUnder {
    width: 85%;
    max-width: 1420px;
    display: block;
    margin: 0 auto;
    overflow: hidden; }
    #sectionDuyurular .sliderUnder .announcements {
      width: 66%;
      float: left;
      margin-right: 2%; }
      #sectionDuyurular .sliderUnder .announcements .announcements-item {
        width: 100%;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        background: #ffffff url(../images/announcement-icon.png) no-repeat;
        background-position: 3% 37%;
        background-size: 4% auto;
        padding: 32px 0 45px 90px;
        font-size: 20px;
        color: #1c2b58;
        margin-bottom: 10px;
        font-weight: 500; }
        #sectionDuyurular .sliderUnder .announcements .announcements-item .announcement-read-more {
          color: #dbc490;
          float: right;
          margin-top: 35px;
          margin-right: 20px;
          font-size: 14px; }
          #sectionDuyurular .sliderUnder .announcements .announcements-item .announcement-read-more .first-span {
            font-weight: bold;
            font-style: italic;
            text-decoration: underline; }
      #sectionDuyurular .sliderUnder .announcements .announcements-item-button {
        margin-top: 50px;
        font-size: 16px;
        color: #cd718d;
        font-weight: bold;
        font-style: italic;
        text-decoration: underline;
        text-align: center;
        width: 100%;
        display: block;
        cursor: pointer;
        background: url(../images/square-icon.png) no-repeat;
        background-position: 38% 50%; }
      #sectionDuyurular .sliderUnder .announcements .active {
        display: block; }
    #sectionDuyurular .sliderUnder .general-information {
      float: left;
      width: 32%;
      background: #ffffff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
      #sectionDuyurular .sliderUnder .general-information .weather {
        width: 50%;
        float: left;
        background: #60d2dd;
        padding: 26px 15px;
        -webkit-border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        -o-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px; }
        #sectionDuyurular .sliderUnder .general-information .weather h2 {
          color: #ffffff;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: -1px;
          text-align: left;
          margin: 0; }
        #sectionDuyurular .sliderUnder .general-information .weather small {
          color: #ffffff;
          font-size: 12px; }
        #sectionDuyurular .sliderUnder .general-information .weather img {
          width: 41%;
          margin: 25px auto;
          display: block; }
        #sectionDuyurular .sliderUnder .general-information .weather .detail {
          width: 100%;
          text-align: center;
          color: #ffffff; }
          #sectionDuyurular .sliderUnder .general-information .weather .detail .city {
            font-size: 14px;
            font-weight: 500; }
          #sectionDuyurular .sliderUnder .general-information .weather .detail .degree {
            font-size: 60px;
            font-weight: 300; }
          #sectionDuyurular .sliderUnder .general-information .weather .detail .weather-information {
            font-size: 14px;
            font-weight: 500; }
          #sectionDuyurular .sliderUnder .general-information .weather .detail .date {
            width: 100%; }
            #sectionDuyurular .sliderUnder .general-information .weather .detail .date .date-day {
              width: 45%;
              float: left; }
              #sectionDuyurular .sliderUnder .general-information .weather .detail .date .date-day:first-child {
                margin-right: 10%; }
              #sectionDuyurular .sliderUnder .general-information .weather .detail .date .date-day p {
                margin: 14px auto;
                padding-bottom: 10px;
                border-bottom: 1px solid #ffffff;
                font-size: 12px;
                font-weight: 500; }
              #sectionDuyurular .sliderUnder .general-information .weather .detail .date .date-day img {
                width: 34%;
                margin: 0;
                float: left; }
              #sectionDuyurular .sliderUnder .general-information .weather .detail .date .date-day span {
                font-size: 27px;
                font-weight: 300; }
      #sectionDuyurular .sliderUnder .general-information .exchange {
        width: 50%;
        float: left;
        background: #ffffff;
        padding: 26px 15px;
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        -o-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0; }
        #sectionDuyurular .sliderUnder .general-information .exchange h2 {
          color: #1c2b58;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: -1px;
          text-align: left;
          margin: 0; }
        #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content {
          width: 100%; }
          #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .head-row {
            width: 75%;
            padding-left: 20px;
            float: right;
            margin-top: 15px; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .head-row span {
              width: 50%;
              font-size: 10px;
              color: #9e9e9e;
              text-align: center;
              float: left; }
          #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row {
            width: 100%;
            display: block;
            float: left;
            padding: 10px 0; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row:last-child {
              padding-bottom: 0; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row span {
              float: left;
              font-size: 16px;
              color: #000000;
              font-weight: normal;
              text-align: center; }
              #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row span img {
                width: 100%; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .currency-type {
              width: 22%; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .upOrdown {
              width: 9px;
              margin-left: 5px; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-short {
              width: 25%;
              float: left;
              margin-left: 15px; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .sell-short {
              width: 25%;
              float: left;
              margin-left: 20px; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-long {
              width: 25%;
              float: left;
              margin-left: 15px;
              font-size: 12px; }
            #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .sell-long {
              width: 25%;
              float: left;
              margin-left: 20px;
              font-size: 12px; }

#logos .content {
  max-width: 1410px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0; }
  #logos .content .logosImg {
    max-width: 205px;
    width: 100%; }

footer {
  width: 100%;
  background: #898683; }
  footer .content {
    max-width: 1410px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 30px 0; }
    footer .content .left {
      color: #ffffff;
      font-size: 14px;
      font-weight: normal;
      width: 28.4%;
      float: left; }
      footer .content .left p {
        padding-left: 45px;
        height: 27px;
        margin-bottom: 30px; }
        footer .content .left p a {
          color: #ffffff; }
      footer .content .left .telephone {
        background: url(../images/phone-icon.png) no-repeat top left;
        background-size: 24px 24px;
        display: block; }
      footer .content .left .fax {
        background: url(../images/faks-icon.png) no-repeat top left;
        background-size: 25px 20px;
        display: block; }
      footer .content .left .mail {
        background: url(../images/e-mail-icon.png) no-repeat top left;
        background-size: 25px 20px;
        display: block; }
      footer .content .left .address {
        background: url(../images/location-icon.png) no-repeat top left;
        background-size: 22px 27px;
        display: block; }
    footer .content .middle {
      width: 23%;
      float: left; }
      footer .content .middle a {
        color: #beb9b6;
        width: 50%;
        float: left;
        margin-bottom: 20px;
        font-weight: 500; }
        footer .content .middle a:hover {
          color: #ffffff; }
    footer .content .right {
      width: 40%;
      float: right; }
    footer .content .Copyright {
      font-size: 14px;
      font-weight: normal;
      color: #ffffff; }

/* Sub Page */
.header-subPage {
  width: 100%;
  opacity: 1; }
  .header-subPage .header-subPage-upper {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto; }
    .header-subPage .header-subPage-upper .fortis-logo {
      display: block;
      padding: 3.1% 0 2.9% 0;
      width: 19.65%;
      float: left; }
    .header-subPage .header-subPage-upper .profil-area {
      float: right;
      width: 34%;
      /*margin-right: 1%;*/
      margin-top: 50px; }
      .header-subPage .header-subPage-upper .profil-area .text-area {
        float: left; }
        .header-subPage .header-subPage-upper .profil-area .text-area .user-name {
          color: #1c2b58;
          font-size: 22px;
          font-weight: bold;
          margin-bottom: 5px; }
        .header-subPage .header-subPage-upper .profil-area .text-area a {
          font-size: 16px;
          color: #1c2b58;
          font-weight: normal;
          float: left; }
          .header-subPage .header-subPage-upper .profil-area .text-area a img {
            float: left; }
          .header-subPage .header-subPage-upper .profil-area .text-area a span {
            float: left;
            margin-left: 10px; }
        .header-subPage .header-subPage-upper .profil-area .text-area .setting {
          margin-right: 15px; }
      .header-subPage .header-subPage-upper .profil-area .img-area {
        width: 17.3%;
        overflow: hidden;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        position: relative;
        padding-bottom: 60px;
        border: 1px solid #cd718d;
        float: right;
        margin-left: 10px; }
        .header-subPage .header-subPage-upper .profil-area .img-area img {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  .header-subPage .menu {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 9%;
    border-bottom: 1px solid rgba(28, 43, 88, 0.1); }
    .header-subPage .menu a {
      float: left;
      font-weight: 500;
      font-size: 16px;
      margin-right: 5.1%;
      color: #1c2b58;
      padding-bottom: 30px;
      border-bottom: 4px solid transparent; }
      .header-subPage .menu a:hover {
        color: #cd718d;
        border-bottom: 4px solid #cd718d; }
      .header-subPage .menu a:last-child {
        margin-right: 0; }
    .header-subPage .menu .active {
      color: #cd718d;
      border-bottom: 4px solid #cd718d; }

.mobile-menu .active {
  color: #cd718d;
  border-bottom: 4px solid #cd718d; }

#subPage {
  overflow: hidden;
  padding-bottom: 10%;
  /* İletişim */ }
  #subPage .wrapper {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden; }
    #subPage .wrapper .sidebar {
      width: 23.4%;
      margin-right: 2%;
      float: left; }
      #subPage .wrapper .sidebar p {
        font-size: 17px;
        color: #1c2b58;
        font-weight: 500;
        margin: 40px 30px; }
      #subPage .wrapper .sidebar a {
        color: #1c2b58;
        font-size: 20px;
        font-weight: 500;
        padding: 30px 25px;
        background: #f4f4f4;
        float: left;
        width: 100%;
        border-radius: 6px;
        margin-bottom: 10px; }
        #subPage .wrapper .sidebar a:hover {
          background: #d9db7c; }
      #subPage .wrapper .sidebar .active {
        background: #d9db7c; }
    #subPage .wrapper .content-wrapper {
      width: 74.5%;
      float: left;
      /* Vakıf Organizasyonu */
      /* Genel mevzuat */
      /* Organizasyon Yapımız */
      /* Linkler */
      /* Tarihçe */
      /* Genel Kurul */
      /* Emeklilik Soruları */
      /* Vakfa Sor */ }
      #subPage .wrapper .content-wrapper p {
        font-size: 18px;
        color: #cd718d;
        font-weight: 500;
        margin: 40px 30px; }
      #subPage .wrapper .content-wrapper #uyelikYazisiPage {
        width: 100%; }
        #subPage .wrapper .content-wrapper #uyelikYazisiPage img {
          width: 100%; }
      #subPage .wrapper .content-wrapper #vakifOrganizasyonuSemasi {
        width: 87.7%; }
        #subPage .wrapper .content-wrapper #vakifOrganizasyonuSemasi img {
          /*width: 100%; */
		  }
      #subPage .wrapper .content-wrapper #genelMevzuat a {
        width: 19%;
        height: 100%;
        float: left;
        margin-right: 6%;
        line-height: 1.5; }
        #subPage .wrapper .content-wrapper #genelMevzuat a .img-area {
          width: 100%;
          height: 100%;
          position: relative;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          overflow: hidden;
          border: 1px solid #dcdcdc; }
          #subPage .wrapper .content-wrapper #genelMevzuat a .img-area span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(205, 113, 141, 0.85);
            opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            #subPage .wrapper .content-wrapper #genelMevzuat a .img-area span::after {
              background: url("../images/hover-eye.png") no-repeat top;
              background-size: 100% auto;
              content: "Görüntüle";
              width: 80px;
              height: 50px;
              margin: 45% auto;
              display: block;
              padding-top: 26%;
              color: #ffffff; }
          #subPage .wrapper .content-wrapper #genelMevzuat a .img-area img {
            width: 100%; }
        #subPage .wrapper .content-wrapper #genelMevzuat a p {
          font-size: 18px;
          color: #1c2b58;
          text-align: center;
          margin: 20px 0 70px 0; }
        #subPage .wrapper .content-wrapper #genelMevzuat a:nth-child(4n) {
          margin-right: 0; }
        #subPage .wrapper .content-wrapper #genelMevzuat a:hover .img-area span {
          opacity: 1;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      #subPage .wrapper .content-wrapper #genelMevzuat p {
        font-size: 18px;
        color: #1c2b58; }
      #subPage .wrapper .content-wrapper #genelMevzuat h4 {
        color: #cd718d;
        margin-top: 1%;
        text-align: left; }
      #subPage .wrapper .content-wrapper #genelMevzuat .history-title {
        color: #1c2b58;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 18px;
        margin-top: 6.5%; }
      #subPage .wrapper .content-wrapper #organizasyonYapimiz a {
        width: 17.6%;
        height: 100%;
        float: left;
        margin-right: 3%;
        line-height: 1.5;
        cursor: default; }
        #subPage .wrapper .content-wrapper #organizasyonYapimiz a .img-area {
          width: 100%;
          height: 100%;
          position: relative;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          overflow: hidden;
          border: 1px solid #dcdcdc; }
          #subPage .wrapper .content-wrapper #organizasyonYapimiz a .img-area img {
            width: 100%; }
        #subPage .wrapper .content-wrapper #organizasyonYapimiz a p {
          font-size: 18px;
          color: #1c2b58;
          text-align: center;
          margin: 0; }
        #subPage .wrapper .content-wrapper #organizasyonYapimiz a .title {
          font-size: 16px;
          font-weight: 500;
          color: #989898;
          text-align: center;
          margin: 20px 0 10px 0; }
        #subPage .wrapper .content-wrapper #organizasyonYapimiz a:nth-child(5n) {
          margin-right: 0; }
        #subPage .wrapper .content-wrapper #organizasyonYapimiz a:hover .img-area span {
          opacity: 1;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      #subPage .wrapper .content-wrapper #linkler a {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 3%;
        float: left;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; }
        #subPage .wrapper .content-wrapper #linkler a:nth-child(3n) {
          margin-right: 0; }
        #subPage .wrapper .content-wrapper #linkler a img {
          width: 64.3%;
          display: block;
          margin: 7.4% auto; }
        #subPage .wrapper .content-wrapper #linkler a p {
          color: #1c2b58;
          font-size: 18px;
          text-align: center; }
      #subPage .wrapper .content-wrapper #tarihcePage {
        padding: 0 30px; }
        #subPage .wrapper .content-wrapper #tarihcePage .history-title {
          font-size: 18px;
          color: #1c2b58;
          padding: 30px 0;
          border-bottom: 1px solid #e3e3e3;
          font-weight: 500; }
        #subPage .wrapper .content-wrapper #tarihcePage h4 {
          font-size: 18px;
          color: #cd718d;
          font-weight: 500;
          margin-top: 40px; }
        #subPage .wrapper .content-wrapper #tarihcePage p {
          color: #1c2b58;
          font-weight: normal;
          font-size: 18px;
          margin: 0; }
      #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item {
        width: 100%;
        display: block;
        float: left; }
        #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item h2 {
          padding: 25px 30px;
          font-weight: 500;
          color: #1c2b58;
          font-size: 18px; }
        #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item a {
          width: 18.9%;
          height: 100%;
          float: left;
          margin-right: 1.3%;
          line-height: 1.5; }
          #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item a .img-area {
            width: 100%;
            height: 100%;
            position: relative;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -o-border-radius: 6px;
            border-radius: 6px;
            overflow: hidden;
            border: 1px solid #dcdcdc; }
            #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item a .img-area span {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(205, 113, 141, 0.85);
              opacity: 0;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item a .img-area span::after {
                background: url("../images/hover-eye.png") no-repeat top;
                background-size: 100% auto;
                content: "Görüntüle";
                width: 80px;
                height: 50px;
                margin: 45% auto;
                display: block;
                padding-top: 26%;
                color: #ffffff; }
            #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item a .img-area img {
              width: 100%; }
          #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item a p {
            font-size: 18px;
            color: #1c2b58;
            text-align: center;
            margin: 20px 0 70px 0; }
          #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item a:nth-child(6n) {
            margin-right: 0; }
          #subPage .wrapper .content-wrapper #genelKurul .genelKurul-item a:hover .img-area span {
            opacity: 1;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
      #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item {
        width: 100%;
        padding: 25px 30px;
        background: #f4f4f4;
        margin-top: 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px; }
        #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item .sss-question {
          font-size: 18px;
          color: #1c2b58;
          font-weight: 500;
          display: inline-block;
          width: 100%; }
          #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item .sss-question:after {
            content: '';
            background: url(../images/sss-question-arrow.png) no-repeat top right;
            width: 30px;
            height: 17px;
            float: right;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item .sss-question.active:after {
          content: '';
          background: url(../images/sss-question-arrow.png) no-repeat top right;
          width: 30px;
          height: 17px;
          float: right;
          transform: rotate(180deg);
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item .sss-answer {
          border-top: 1px solid #e3e3e3;
          margin-top: 30px;
          padding-top: 25px;
          display: block;
          width: 100%; }
      #subPage .wrapper .content-wrapper #vakfaSorPage form {
        width: 100%; }
        #subPage .wrapper .content-wrapper #vakfaSorPage form ::-webkit-input-placeholder {
          font-size: 18px;
          font-weight: 500;
          color: #d4d4d4; }
        #subPage .wrapper .content-wrapper #vakfaSorPage form :-moz-placeholder {
          font-size: 18px;
          font-weight: 500;
          color: #d4d4d4; }
        #subPage .wrapper .content-wrapper #vakfaSorPage form ::-moz-placeholder {
          font-size: 18px;
          font-weight: 500;
          color: #d4d4d4; }
        #subPage .wrapper .content-wrapper #vakfaSorPage form :-ms-input-placeholder {
          font-size: 18px;
          font-weight: 500;
          color: #d4d4d4; }
        #subPage .wrapper .content-wrapper #vakfaSorPage form select {
          border: 1px solid #dcdcdc;
          width: 100%;
          padding: 13px 5px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          font-size: 18px;
          font-weight: 500;
          color: #1c2b58;
          background: url(../images/sss-question-arrow.png) no-repeat top right;
          background-size: 20px 13px;
          background-position: 95% 10%;
          background-color:#efefef;}
        #subPage .wrapper .content-wrapper #vakfaSorPage form input[type=text] {
          border: 1px solid #dcdcdc;
          width: 100%;
          padding: 25px 30px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          margin-top: 10px; }
        #subPage .wrapper .content-wrapper #vakfaSorPage form textarea {
          border: 1px solid #dcdcdc;
          width: 100%;
          padding: 25px 30px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          margin-top: 10px;
          height: 200px; }
        #subPage .wrapper .content-wrapper #vakfaSorPage form input[type=submit] {
          /*float: right;*/
          width: 85px;
          height: 50px;
          font-weight: 500;
          color: #ffffff;
          font-size: 16px;
          text-align: center;
          padding: 0 10px;
          border: none;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          margin-top: 0px;
          background: #cd718d;
          /*background: #cd718d url(../images/submit-button-arrow.png) no-repeat top right;*/
          background-size: 41px 14px;
          background-position: 85% 50%; }
          #subPage .wrapper .content-wrapper #vakfaSorPage form input[type=submit]:hover {
            background-position: 90% 50%; }
      #subPage .wrapper .content-wrapper #primlerimPage #listTable_length {
        display: none; }
      #subPage .wrapper .content-wrapper #primlerimPage .dataTables_filter {
        display: none; }
      #subPage .wrapper .content-wrapper #primlerimPage #listTable_paginate span {
        display: none; }
      #subPage .wrapper .content-wrapper #primlerimPage #listTable_paginate .paginate_button {
        color: #cd718d;
        font-weight: 500;
        font-size: 16px; }
      #subPage .wrapper .content-wrapper #primlerimPage #listTable_paginate .disabled {
        color: #c2c2c2; }
      #subPage .wrapper .content-wrapper #primlerimPage .previous {
        margin-left: 60px;
        margin-right: 20px;
        position: relative; }
        #subPage .wrapper .content-wrapper #primlerimPage .previous:after {
          content: '/';
          display: block;
          float: right;
          position: absolute;
          top: 0;
          right: -15%;
          color: #1c2b58; }
      #subPage .wrapper .content-wrapper #primlerimPage table {
        font-size: 16px;
        color: #1c2b58;
        font-weight: 500;
        text-align: center;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        padding: 25px;
        margin-bottom: 30px; }
        #subPage .wrapper .content-wrapper #primlerimPage table thead tr {
          height: 30px;
          vertical-align: top; }
        #subPage .wrapper .content-wrapper #primlerimPage table tbody {
          font-size: 18px;
          font-weight: normal; }
          #subPage .wrapper .content-wrapper #primlerimPage table tbody tr td {
            padding: 20px 0;
            border-top: 1px solid #dcdcdc; }
      #subPage .wrapper .content-wrapper #primlerimPage p {
        color: #ec7883;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        width: 100%;
        margin: 0; }
    #subPage .wrapper #document-process p {
      float: left; }
    #subPage .wrapper #document-process .document-process {
      float: right;
      margin-right: 40px;
      margin-top: 40px; }
      #subPage .wrapper #document-process .document-process a {
        color: #1c2b58;
        font-size: 18px;
        font-weight: 500; }
      #subPage .wrapper #document-process .document-process .download {
        background: url(../images/document-process-download-icon.png) no-repeat top left;
        padding-left: 27px; }
      #subPage .wrapper #document-process .document-process .documentSubmit {
        background: url(../images/document-process-submit-icon.png) no-repeat top left;
        padding-left: 27px;
        margin-right: 20px; }
  #subPage #contactPage .left {
    width: 34%;
    float: left; }
    #subPage #contactPage .left .head-text {
      font: size 18px;
      color: #1c2b58;
      font-weight: bold;
      margin: 40px 0 50px 30px; }
    #subPage #contactPage .left p {
      color: #1c2b58;
      font-size: 20px;
      margin-left: 5px; }
      #subPage #contactPage .left p a {
        color: #1c2b58; }
    #subPage #contactPage .left .address {
      background: url(../images/contact-location.png) no-repeat top left;
      padding-left: 35px; }
    #subPage #contactPage .left .telephone {
      background: url(../images/contact-telephone.png) no-repeat top left;
      padding-left: 35px;
      margin-top: 50px; }
    #subPage #contactPage .left .fax {
      background: url(../images/contact-fax.png) no-repeat top left;
      padding-left: 35px;
      margin-top: 20px; }
    #subPage #contactPage .left .mail {
      background: url(../images/contact-mail.png) no-repeat top left;
      padding-left: 35px;
      margin-top: 20px; }
    #subPage #contactPage .left .website {
      background: url(../images/contact-website.png) no-repeat top left;
      padding-left: 35px;
      margin-top: 20px; }
    #subPage #contactPage .left .map {
      margin-top: 60px;
      margin-left: 5px; }
  #subPage #contactPage .right {
    float: left;
    width: 59.5%;
    margin-left: 6.5%; }
    #subPage #contactPage .right form {
      margin-top: 100px;
      width: 83%; }
      #subPage #contactPage .right form ::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: 500;
        color: #d4d4d4; }
      #subPage #contactPage .right form :-moz-placeholder {
        font-size: 18px;
        font-weight: 500;
        color: #d4d4d4; }
      #subPage #contactPage .right form ::-moz-placeholder {
        font-size: 18px;
        font-weight: 500;
        color: #d4d4d4; }
      #subPage #contactPage .right form :-ms-input-placeholder {
        font-size: 18px;
        font-weight: 500;
        color: #d4d4d4; }
      #subPage #contactPage .right form input[type=text] {
        width: 100%;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        padding: 25px 30px;
        margin-bottom: 10px; }
      #subPage #contactPage .right form textarea {
        width: 100%;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        padding: 25px 30px;
        margin-bottom: 10px; }
      #subPage #contactPage .right form #message {
        padding-bottom: 110px; }
      #subPage #contactPage .right form .captcha {
        margin-top: 15px; }
        #subPage #contactPage .right form .captcha .options {
          float: left;
          width: 3%;
          margin-top: 18px; }
        #subPage #contactPage .right form .captcha .image {
          color: #000000;
          font-size: 22px;
          -webkit-border-radius: 23px;
          -moz-border-radius: 23px;
          -o-border-radius: 23px;
          border-radius: 23px;
          background: #f1f4f4;
          font-style: italic;
          padding: 10px 30px;
          float: left;
          margin-left: 15px;
          margin-top: 12px; }
        #subPage #contactPage .right form .captcha #captchaCode {
          width: 31%;
          float: left;
          margin-left: 25px; }
        #subPage #contactPage .right form .captcha input[type=submit] {
          float: right;
          width: 225px;
          height: 69px;
          font-weight: 500;
          color: #ffffff;
          font-size: 18px;
          text-align: left;
          padding: 0 30px;
          border: none;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          -o-border-radius: 6px;
          border-radius: 6px;
          background: #cd718d url(../images/submit-button-arrow.png) no-repeat top right;
          background-size: 41px 14px;
          background-position: 83% 50%; }
          #subPage #contactPage .right form .captcha input[type=submit]:hover {
            background-position: 90% 50%; }

@media screen and (max-width: 1440px) {
  /* Homepage */
  .header .fortis-logo {
    padding: 10px 0 2.9% 0; }
  .header .login {
    margin-top: 2%; }
  .header .login .user-text {
    font-size: 32px; }
  .header .login .user-text span {
    font-size: 18px; }
  .header .login .user-info {
    padding: 12px 50px; }
  .header .login .user-info input[type=text] {
    height: 40px; }
  .header .login .login-arrow {
    width: 94px; }
  #boxes .content .box-item {
    font-size: 20px; }
  .header .logged-in {
    margin-top: 2%; }
  .header .logged-in .user-text {
    font-size: 32px; }
  .header .logged-in .user-info {
    padding: 30px 50px;
    height: 95px; }
  .header .logged-in .user-info .user-namesurname {
    font-size: 32px;
    margin-left: 0; }
  .header .logged-in .user-info .setting-logout {
    margin-top: 10px; }
  .header .logged-in .user-info .user-image {
    width: 8.2%;
    padding-bottom: 80px;
    top: -65%;
    left: -3%;
    float: left; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row span {
    font-size: 13px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-short {
    width: 20%; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-long {
    width: 27%;
    margin-left: 2px;
    font-size: 11px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .sell-long {
    width: 25%;
    margin-left: 20px;
    font-size: 11px; }
  #sectionDuyurular .sliderUnder .announcements .announcements-item-button {
    background-position: 34% 50%; }
  #subPage .wrapper .content-wrapper .emekliSandigi#genelMevzuat a p {
    height: 120px;
    margin: 20px 0 0 0; } }

@media screen and (max-width: 1024px) {
  .mobile-menu-opener {
    display: block; }
  .header .menu {
    display: none; }
  .mobile-menu .close {
    float: right;
    display: block;
    width: 100%; }
  .mobile-menu .close i {
    font-size: 34px;
    float: right;
    margin-bottom: 20px; }
  .header .fortis-logo {
    width: 14%;
    padding: 0;
    float: left;
    margin-top: 2%;
    margin-left: 7%;
    margin-bottom: 50px; }
  .header .logged-in {
    overflow: hidden; }
  .header .login {
    /*overflow: hidden; }*/
  .header {
    height: 35%; }
  #boxes .content .box-item {
    font-size: 14px; }
  #boxes .content .box-item a {
    font-size: 10px; }
    #boxes .content .box-item a img {
      width: 27%; }
  #sectionDuyurular .sliderArea #homePageSlider .owl-stage-outer .item p {
    font-size: 16px;
    bottom: 60px; }
  #sectionDuyurular .sliderArea #homePageSlider .owl-stage-outer .item a {
    bottom: 20px;
    font-size: 9px;
    padding: 10px 23px; }
  #sectionDuyurular .sliderUnder .announcements .announcements-item {
    background-position: 1% 22%;
    padding: 15px 0 45px 40px;
    font-size: 15px; }
  #sectionDuyurular .sliderUnder .general-information .weather h2 {
    font-size: 14px; }
  #sectionDuyurular .sliderUnder .general-information .weather img {
    margin: 5px auto; }
  #sectionDuyurular .sliderUnder .general-information .exchange h2 {
    font-size: 14px; }
  #sectionDuyurular .sliderUnder .general-information .weather .detail .degree {
    font-size: 30px; }
  #sectionDuyurular .sliderUnder .general-information .weather .detail .date .date-day span {
    font-size: 16px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row span {
    font-size: 8px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-short {
    width: 8%; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .upOrdown {
    width: 5px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .sell-long {
    width: 25%;
    margin-left: 11px;
    font-size: 9px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-long {
    width: 27%;
    margin-left: 2px;
    font-size: 8px; }
  #sectionDuyurular .sliderUnder .general-information .exchange {
    padding: 26px 15px 0 15px; }
  #sectionDuyurular .sliderUnder .announcements .announcements-item-button {
    background-position: 29% 50%; }
  /* Sub page General */
  .header-subPage .menu {
    display: none; }
  .header-subPage .header-subPage-upper .profil-area {
    width: 39%;
    margin-right: 15%;
    margin-top: 30px; }
  #subPage .wrapper .sidebar a {
    font-size: 14px;
    padding: 20px 25px; }
  /* Pages */
  #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item {
    padding: 15px 30px; }
  #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item .sss-question {
    font-size: 12px; } }

@media screen and (max-width: 768px) {
  .header {
    height: 100vh;
    background-size: cover; }
  .header .login .user-text span {
    display: block;
    margin: 0; }
  .header .login ::-webkit-input-placeholder {
    font-size: 18px; }
  .header .login :-moz-placeholder {
    font-size: 18px; }
  .header .login ::-moz-placeholder {
    font-size: 18px; }
  .header .login :-ms-input-placeholder {
    font-size: 18px; }
  .header .login .user-info div {
    width: 100% !important;
    margin: 10px 0 !important;
    border: none !important; }
  .header .login .login-arrow {
    top: inherit;
    bottom: -8.6%; }
  .header .login .user-text {
    margin-top: 20%; }
  .header .logged-in .user-text {
    margin-top: 20%; }
  .header .logged-in .user-info .user-namesurname {
    font-size: 22px;
    margin-left: 0%;
    text-align: center;
    width: 100%; }
  .header .logged-in .user-info .setting-logout {
    margin: 10px 11%;
    display: block;
    float: left; }
  .header .logged-in .user-info .user-image {
    width: 48%;
    left: 27%;
    top: 0;
    padding-bottom: 160px; }
  .header .logged-in .user-info {
    background: none;
    padding: 0;
    height: auto; }
  .header .logged-in {
    height: 100%; }
  /* Sub Page General */
  #subPage .wrapper .content-wrapper {
    width: 100%; }
  #subPage .wrapper .content-wrapper p {
    margin: 20px 0; }
  .header-subPage .header-subPage-upper .fortis-logo {
    padding: 0;
    width: 20%;
    margin: 20px 0; }
  .header .fortis-logo {
    padding: 0;
    width: 20%;
    margin: 20px 23px; }
  .header-subPage .header-subPage-upper .profil-area {
    width: 100%;
    margin: 0; }
  .header-subPage .header-subPage-upper .profil-area .img-area {
    width: 11%;
    padding-bottom: 74px; }
  .sidebar {
    display: none; }
  .sidebar-mobil {
    display: block;
    width: 100%; }
    .sidebar-mobil p {
      font-size: 17px;
      color: #1c2b58;
      font-weight: 500;
      margin: 30px 0 20px 0;
      position: relative; }
      .sidebar-mobil p:after {
        content: '';
        background: url(../images/sss-question-arrow.png) no-repeat top right;
        width: 30px;
        height: 17px;
        float: right;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .sidebar-mobil div {
      display: none; }
      .sidebar-mobil div a {
        color: #1c2b58;
        font-size: 14px;
        font-weight: 500;
        padding: 20px 25px;
        background: #f4f4f4;
        float: left;
        width: 100%;
        border-radius: 6px;
        margin-bottom: 10px; }
  /* Homepage */
  #boxes .content {
    top: 0; }
  #boxes .content .box-item {
    width: 100%;
    background-size: cover;
    margin-bottom: 20px; }
  #sectionDuyurular .sliderUnder .announcements {
    width: 100%; }
  #sectionDuyurular .sliderUnder .general-information {
    width: 100%;
    margin-top: 20px; }
  #sectionDuyurular .sliderUnder .announcements .announcements-item-button {
    margin-top: 20px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .currency-type {
    width: 14%; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .upOrdown {
    width: 9px;
    margin-left: 10px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-short {
    width: 40%; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-long {
    width: 48%; }
  footer .content .left {
    width: 100%; }
  footer .content .middle {
    width: 100%;
    margin-top: 30px; }
  footer .content .right {
    width: 100%; }
  /* Subpage */
  #subPage .wrapper .content-wrapper #vakfaSorPage form {
    width: 100%; }
  #subPage .wrapper .content-wrapper .content-area {
    padding: 0 !important;
    margin: 0 !important; }
  #subPage .wrapper .content-wrapper #genelMevzuat a p {
    height: 90px; }
  #subPage .wrapper #document-process .document-process {
    margin-top: 20px; }
  #subPage #contactPage .left {
    width: 100%; }
  #subPage #contactPage .right {
    width: 100%; }
  #subPage #contactPage .right form .captcha #captchaCode {
    margin-left: 10px; }
  #sectionDuyurular .sliderArea #homePageSlider .owl-nav {
    width: 117%;
    left: -9%; }
  #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item .sss-question {
    display: inline; }
  #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item {
    padding: 15px 25px; }
  #subPage .wrapper .content-wrapper #emeklilikSorulariPage .sss-item .sss-question:after {
    transform: scale(0.5);
    margin-right: -20px; }
  #subPage .wrapper .content-wrapper #tarihcePage p {
    font-size: 16px;
    line-height: 23px; }
  #boxes .content .box-item {
    font-size: 40px; }
  #boxes .content .box-item {
    font-size: 20px; } }

@media screen and (max-width: 480px) {
  .header-subPage .header-subPage-upper .fortis-logo {
    width: 30%; }
  .header .fortis-logo {
    width: 30%; }
  #sectionDuyurular .sliderArea #homePageSlider .owl-nav {
    width: 115%;
    left: -7.5%; }
  #sectionDuyurular .sliderArea #homePageSlider .owl-nav .owl-prev img {
    width: 30%;
    float: left; }
  #sectionDuyurular .sliderArea #homePageSlider .owl-nav .owl-next img {
    width: 30%;
    float: right; }
  #sectionDuyurular .sliderUnder .announcements .announcements-item {
    background-position: 3% 22%;
    background-size: 6%;
    padding: 10px 0 45px 40px;
    font-size: 13px; }
  #sectionDuyurular .sliderUnder .announcements .announcements-item-button {
    font-size: 12px;
    background-position: 22% 50%; }
  #sectionDuyurular .sliderUnder .announcements .announcements-item .announcement-read-more {
    margin-top: 10px; }
  #sectionDuyurular h2 {
    margin-top: 30px; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-short {
    width: 19%; }
  #sectionDuyurular .sliderUnder .general-information .exchange .exchange-content .row .buy-long {
    width: 35%; }
  #logos .content {
    padding: 30px 0; }
  footer .content .middle {
    margin: 50px 0; }
  #subPage .wrapper .content-wrapper .content-area a {
    width: 49% !important;
    margin-right: 1% !important; }
  .header-subPage .header-subPage-upper .profil-area .img-area {
    width: 11%;
    padding-bottom: 35px; }
  #subPage .wrapper .content-wrapper #primlerimPage table tbody {
    font-size: 9px; }
  #subPage .wrapper .content-wrapper #primlerimPage table {
    font-size: 9px; } }

  .header .logged-in .error-msg {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	}

  #subPage .wrapper .content-wrapper #dilekceler a {
	width: 25%;
	height:130px;
	content:" "; display:inline-block; vertical-align:middle;
	vertical-align: middle;
	position:relative;
    text-align: center;
	margin-right: 10px;
	margin-bottom: 1%;
	float: left;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px; }

@media print { 
    @page { 
        margin-top: 0; 
        margin-bottom: 0; 
    } 
    body { 
        padding-top: 72px; 
        padding-bottom: 72px ; 
    } 
} 
