@charset "UTF-8";
/*
*   Created on : 11.10.2017
*   Author     : Arayuz ~ www.arayuz.com.tr
*/
@import url(bootstrap.min.css);
@import url(normalize.css);
@import url(font.css);
@import url(hamburgers.min.css);
@import url(../slick/slick.css);
.kes {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.d1 {
  display: table; }

.d2 {
  display: table-cell;
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button,
a:focus,
a {
  outline: 0; }

a:hover,
a:focus,
a {
  text-decoration: none; }

p {
  margin: 0; }

ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.sprite {
  background-image: url("../img/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat; }

/*Font*/
/*Color*/
/* ================================================ */
/* ! anasayfa                                         */
/* ================================================ */
body {
  background: url("../img/bodyBg.jpg") top center #defbff no-repeat; }

.wrapper {
  overflow: hidden; }

.logo {
  padding: 40px 0 0 38px;
  position: relative;
  z-index: 10; }
  .logo a {
    display: inline-block; }
    .logo a img {
      display: block;
      max-width: 100%;
      height: auto;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
    .logo a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }

.menuDownload {
  float: left;
  width: 100%;
  padding: 35px 20px 0 20px;
  display: none; }
  .menuDownload a {
    display: inline-block;
    font-family: "ralewaysemibold", sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin-right: 22px;
    color: #f6dc82;
    position: relative;
    padding-left: 63px; }
    .menuDownload a:after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 19px;
      top: 50%;
      background: url("../img/sprite.png");
      width: 30px;
      height: 36px;
      margin: -18px 0 0 0; }
    .menuDownload a:nth-child(1):after {
      background-position: -151px -107px; }
    .menuDownload a:nth-child(2) {
      margin-right: 0; }
      .menuDownload a:nth-child(2):after {
        background-position: -183px -107px; }
    .menuDownload a:hover {
      color: #fff; }
      .menuDownload a:hover:nth-child(1):after {
        background-position: -151px -143px; }
      .menuDownload a:hover:nth-child(2) {
        margin-right: 0; }
        .menuDownload a:hover:nth-child(2):after {
          background-position: -183px -143px; }

.hamburger {
  display: none; }
  .hamburger.is-active {
    background: #fff; }

.menu {
  padding: 26px 0 0 51px; }
  .menu ul li {
    float: left;
    padding: 0 28px 0 0; }
    .menu ul li:last-child {
      padding: 0 0 0 0; }
    .menu ul li a {
      display: inline-block;
      font-family: "ralewaymedium", sans-serif;
      font-size: 14px;
      line-height: 15px;
      color: #b2a5fa;
      position: relative;
      border-bottom: 1px solid transparent; }
      .menu ul li a:after {
        content: '';
        display: inline-block;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #6d5dbe;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }
      .menu ul li a:hover, .menu ul li a:active, .menu ul li a:focus {
        border-color: #8778d5;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }
        .menu ul li a:hover:after, .menu ul li a:active:after, .menu ul li a:focus:after {
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s; }

.content {
  margin: -49px 0 0 0;
  float: left;
  width: 100%; }

.sloganWrapper {
  float: left;
  padding: 0 11px 0 0; }

.mainWrapper {
  float: left;
  width: 100%;
  margin-bottom: 33px;
  position: relative;
  z-index: 3; }

.mainSlogan {
  background: url("../img/sloganBg.jpg") center center no-repeat;
  box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2);
  padding: 74px 10px 46px 64px;
  background-size: cover;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -khtml-border-radius: 7px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1; }
  .mainSlogan:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 0;
    z-index: 2;
    background: url("../img/sprite.png") -400px 0;
    width: 95px;
    height: 136px; }
  .mainSlogan p {
    display: block;
    font-family: "ralewayregular", sans-serif;
    font-size: 21px;
    line-height: 32px;
    color: #fff;
    width: 560px;
    margin-bottom: 48px; }

.slogan {
  font-family: "ralewaybold", sans-serif;
  font-size: 45px;
  line-height: 63px;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 20px; }
  .slogan h1 {
    display: inline-block;
    font-size: 45px; }

.DownloadWrapper {
  float: left;
  width: 100%; }
  .DownloadWrapper h2 {
    display: block;
    font-family: "ralewaybold", sans-serif;
    font-size: 20px;
    line-height: 33px;
    color: #ffd15c;
    margin-bottom: 28px; }
  .DownloadWrapper a {
    display: inline-block;
    float: left;
    background: rgba(255, 255, 255, 0.2);
    font-family: "ralewaybold", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 17px 10px 17px 93px;
    width: 305px;
    margin-right: 32px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s; }
    .DownloadWrapper a:after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 30px;
      top: 50%;
      height: 51px;
      margin: -25px 0 0 0;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
    .DownloadWrapper a.google:after {
      background: url("../img/sprite.png") 0 0;
      width: 43px; }
    .DownloadWrapper a.apple {
      margin-right: 0;
      padding: 17px 10px 17px 97px; }
      .DownloadWrapper a.apple:after {
        background: url("../img/sprite.png") -45px 0;
        width: 41px;
        margin: -27px 0 0 0; }
    .DownloadWrapper a:hover {
      background: white;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      color: #555cd0; }
      .DownloadWrapper a:hover.google:after {
        background: url("../img/sprite.png") 0 -52px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }
      .DownloadWrapper a:hover.apple:after {
        background: url("../img/sprite.png") -45px -52px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }

.loginWrapper {
  float: right;
  padding: 0 0 0 19px; }

.login {
  float: right;
  background: #fbfcff;
  box-shadow: 0px 5px 35px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 0px 5px 35px rgba(0, 1, 1, 0.2);
  -webkit-box-shadow: 0px 5px 35px rgba(0, 1, 1, 0.2);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -khtml-border-radius: 7px;
  width: 100%;
  padding: 37px 41px 46px 41px;
  position: relative;
  overflow: hidden; }
  .login:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 139px;
    background: url("../img/golge.png") no-repeat; }
  .login:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -71px;
    left: 19px;
    width: 408px;
    height: 252px;
    background: url("../img/s1.png") no-repeat; }
  .login h2 {
    display: block;
    font-family: "ralewaybold", sans-serif;
    font-size: 36px;
    color: #584790;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 2; }
  .login span {
    display: block;
    text-align: center;
    font-family: "ralewaymedium", sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #ababab;
    padding: 31px 0 0 0;
    margin-bottom: 29px; }
    .login span.info {
      font-family: 'arial',sans-serif;
      font-size: 13px;
      line-height: 1.2;
      color: #9598a3;
      margin-bottom: 21px; }
    .login span strong {
      display: block;
      color: #24a1b8; }
  .login input[type="submit"], .alternatifsurum {
    display: inline-block;
    width: 100%;
    font-family: "ralewayextrabold", sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    min-height: 60px;
    background: #e53d78;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s; }
    .login input[type="submit"]:hover, .alternatifsurum:hover {
      background: #2bc6e2;
      outline: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
.alternatifsurum{margin-top:15px;}
.inputWrapper {
  float: left;
  width: 100%;
  margin-bottom: 26px;
  position: relative; }
  .inputWrapper:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%; }
  .inputWrapper.nick:after {
    background: url("../img/sprite.png") -87px 0;
    left: 20px;
    width: 35px;
    height: 35px;
    margin: -17.5px 0 0 0; }
  .inputWrapper.nick.active:after {
    background: url("../img/sprite.png") -87px -37px; }
  .inputWrapper.pass:after {
    background: url("../img/sprite.png") -124px 0;
    left: 26px;
    width: 24px;
    height: 31px;
    margin: -15.5px 0 0 0; }
  .inputWrapper.pass.active:after {
    background: url("../img/sprite.png") -124px -37px; }
  .inputWrapper.margin {
    margin-bottom: 20px; }
  .inputWrapper input[type="text"], .inputWrapper [type="password"] {
    display: inline-block;
    padding: 0 30px 0 72px;
    font-family: "ralewaysemibold", sans-serif;
    font-size: 21px;
    color: #5c6189;
    line-height: 1.2;
    width: 100%;
    height: 60px;
    border: 1px solid #d7d9e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s; }
    .inputWrapper input[type="text"]::-webkit-input-placeholder, .inputWrapper [type="password"]::-webkit-input-placeholder {
      color: #5c6189;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .inputWrapper input[type="text"]::-moz-placeholder, .inputWrapper [type="password"]::-moz-placeholder {
      color: #5c6189;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .inputWrapper input[type="text"]:-moz-placeholder, .inputWrapper [type="password"]:-moz-placeholder {
      color: #5c6189;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .inputWrapper input[type="text"]:-ms-input-placeholder, .inputWrapper [type="password"]:-ms-input-placeholder {
      color: #5c6189;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .inputWrapper input[type="text"]:hover, .inputWrapper input[type="text"]:focus, .inputWrapper [type="password"]:hover, .inputWrapper [type="password"]:focus {
      border-color: #e53d78;
      color: #e53d78;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      outline: 0; }
    .inputWrapper input[type="text"]:focus::-webkit-input-placeholder, .inputWrapper [type="password"]:focus::-webkit-input-placeholder {
      color: #e53d78;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .inputWrapper input[type="text"]:focus::-moz-placeholder, .inputWrapper [type="password"]:focus::-moz-placeholder {
      color: #e53d78;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .inputWrapper input[type="text"]:focus:-moz-placeholder, .inputWrapper [type="password"]:focus:-moz-placeholder {
      color: #e53d78;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .inputWrapper input[type="text"]:focus:-ms-input-placeholder, .inputWrapper [type="password"]:focus:-ms-input-placeholder {
      color: #e53d78;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }

.banWrapper {
  padding: 0 74px 26px 68px;
  border-bottom: 2px solid #cff2f7;
  margin: 0 0 30px 0;
  position: relative; }
  .banWrapper:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 30px;
    top: -3px;
    background: url("../img/r2.png") no-repeat;
    width: 10px;
    height: 89px; }
  .banWrapper:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 30px;
    top: -3px;
    background: url("../img/r2.png") no-repeat;
    width: 10px;
    height: 89px; }
  .banWrapper.center {
    border: none;
    text-align: center;
    padding: 0;
    margin: 0 0 25px 0; }
    .banWrapper.center:after, .banWrapper.center:before {
      display: none; }
    .banWrapper.center a {
      display: inline-block; }
    .banWrapper.center img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .banWrapper a {
    display: block; }
  .banWrapper img {
    display: block;
    width: 100%;
    height: auto; }

.homeTitle {
  text-align: center;
  padding: 29px 0 0 0;
  margin-bottom: 29px; }
  .homeTitle h2 {
    display: block;
    font-family: "ralewaymedium", sans-serif;
    font-size: 40px;
    line-height: 26px;
    color: #605fd5;
    padding: 0 255px 0 239px;
    position: relative; }
    .homeTitle h2 span {
      display: block;
      font-size: 22px;
      color: #9990c1;
      margin: 15px 0 0 0; }
    .homeTitle h2 a {
      display: inline-block;
      background: #605fd5;
      min-width: 190px;
      min-height: 46px;
      padding: 11px 5px 9px 5px;
      text-align: center;
      font-family: "ralewaymedium", sans-serif;
      font-size: 22px;
      line-height: 26px;
      color: #fff;
      position: absolute;
      right: 61px;
      top: 50%;
      margin: -24px 0 0 0;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      -khtml-border-radius: 50px;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s; }
      .homeTitle h2 a:hover {
        background: #2bc6e2;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s; }

.testSliderWrapper, .testSlider2Wrapper {
  margin-bottom: 55px;
  float: left;
  width: 100%; }
  .testSliderWrapper .slick-arrow, .testSlider2Wrapper .slick-arrow {
    position: absolute;
    display: inline-block;
    background: url("../img/sprite.png");
    width: 52px;
    height: 52px;
    top: 32px;
    border: none;
    text-indent: -9999999px; }
    .testSliderWrapper .slick-arrow.slick-prev, .testSlider2Wrapper .slick-arrow.slick-prev {
      background-position: -150px 0;
      left: 45px; }
    .testSliderWrapper .slick-arrow.slick-next, .testSlider2Wrapper .slick-arrow.slick-next {
      background-position: -204px 0;
      right: 45px; }
    .testSliderWrapper .slick-arrow:hover.slick-prev, .testSlider2Wrapper .slick-arrow:hover.slick-prev {
      background-position: -150px -53px; }
    .testSliderWrapper .slick-arrow:hover.slick-next, .testSlider2Wrapper .slick-arrow:hover.slick-next {
      background-position: -204px -53px; }
  .testSliderWrapper ul, .testSlider2Wrapper ul {
    padding: 0 146px;
    outline: 0; }
    .testSliderWrapper ul li, .testSlider2Wrapper ul li {
      text-align: center;
      outline: 0; }
      .testSliderWrapper ul li:last-child, .testSlider2Wrapper ul li:last-child {
        padding: 0 0 0 0; }
  .testSliderWrapper a, .testSlider2Wrapper a {
    display: inline-block;
    position: relative;
    font-family: "ralewaymedium", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #605fd5;
    padding: 127px 0 0 0; }
    .testSliderWrapper a span, .testSlider2Wrapper a span {
      position: absolute;
      top: 0;
      left: 50%;
      background: #fff;
      width: 110px;
      height: 110px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      -khtml-border-radius: 100px;
      margin: 0 0 0 -55px;
      box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13);
      -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13); }
      .testSliderWrapper a span.purple, .testSlider2Wrapper a span.purple {
        background: #605fd5; }
      .testSliderWrapper a span img, .testSlider2Wrapper a span img {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px; }
    .testSliderWrapper a:hover, .testSlider2Wrapper a:hover {
      text-decoration: underline;
      text-decoration-color: #a7b8eb; }

.testSlider2Wrapper {
  background: #fff;
  position: relative;
  z-index: 4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  margin-bottom: 0;
  padding-bottom: 24px;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.13); }
  .testSlider2Wrapper ul {
    padding: 0 70px; }
  .testSlider2Wrapper a {
    padding: 124px 0 0 0; }
    .testSlider2Wrapper a img {
      display: block;
      width: 70px;
      height: 70px;
      position: absolute;
      top: 35px;
      left: 50%;
      margin: 0 0 0 -35px; }
    .testSlider2Wrapper a span {
      background: none;
      box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      -webkit-box-shadow: 0 0 0 transparent; }
  .testSlider2Wrapper .slick-arrow {
    top: 45px; }
    .testSlider2Wrapper .slick-arrow.slick-prev {
      left: 15px; }
    .testSlider2Wrapper .slick-arrow.slick-next {
      right: 15px; }

.informationWrapper {
  background: #fff;
  border-top: 7px solid #e53d78;
  position: relative;
  z-index: 2;
  padding: 0 0 20px 0;
  box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2); }
  .informationWrapper:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 7px;
    box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2);
    -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2);
    -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.2); }
  .informationWrapper:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
    height: 7px;
    box-shadow: 0px 3px 18px rgba(0, 1, 1, 0.2);
    -moz-box-shadow: 0px 3px 18px rgba(0, 1, 1, 0.2);
    -webkit-box-shadow: 0px 3px 18px rgba(0, 1, 1, 0.2); }

.informationLeftWrapper {
  padding: 54px 5px 0 50px; }
  .informationLeftWrapper h2 {
    display: block;
    font-family: "ralewaymedium", sans-serif;
    font-size: 40px;
    line-height: 26px;
    color: #605fd5;
    margin-bottom: 43px; }
    .informationLeftWrapper h2 span {
      display: block;
      font-size: 24px;
      color: #9990c1;
      margin: 14px 0 0 0; }
  .informationLeftWrapper p {
    display: block;
    font-family: "ralewaymedium", sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #525252;
    width: 663px;
    margin-bottom: 23px; }

.informationRightWrapper {
  padding: 36px 33px 0px 22px;
  background: #fbfcff; }

.ban2Wrapper {
  margin-bottom: 27px; }
  .ban2Wrapper a {
    display: block; }
  .ban2Wrapper img {
    display: block;
    width: 336px;
    height: 600px; }

.sidebarBox {
  padding-top: 18px; }
  .sidebarBox h3 {
    display: inline-block;
    width: 100%;
    margin-bottom: 21px;
    font-family: "ralewayextrabold", sans-serif;
    font-size: 25px;
    line-height: 39px;
    color: #414e50;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 4px solid #d1dbf8; }
    .sidebarBox h3 a {
      display: inline-block;
      position: absolute;
      font-family: 'arial',sans-serif;
      font-size: 13px;
      height: 100%;
      line-height: 50px;
      right: 0;
      top: 0;
      width: 60px;
      background: #d1dbf8;
      color: #605fd5;
      text-align: center;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
      .sidebarBox h3 a:hover {
        background: #605fd5;
        color: #fff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }
  .sidebarBox ul li {
    float: left;
    width: 100%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 9px; }
    .sidebarBox ul li:after {
      content: '';
      display: inline-block;
      background: #605fd5;
      width: 6px;
      height: 6px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      -khtml-border-radius: 100px;
      position: absolute;
      left: 0;
      top: 50%;
      margin: -3px 0 0 0; }
    .sidebarBox ul li a {
      display: inline-block;
      font-family: 'arial',sans-serif;
      font-size: 13px;
      line-height: 14px;
      color: #605fd5;
      position: relative;
      border-bottom: 1px solid transparent; }
      .sidebarBox ul li a:after {
        content: '';
        display: inline-block;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #9a9ae3;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }
      .sidebarBox ul li a:hover {
        border-color: #d2d3f2;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }
        .sidebarBox ul li a:hover:after {
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s; }

.footerTopWrapper {
  float: left;
  width: 100%;
  padding: 107px 6px 91px 0px;
  margin: -38px 0 0 0;
  background: url("../img/fBg.jpg") top center no-repeat;
  position: relative;
  z-index: 1; }

.footerTop {
  display: block;
  font-family: "ralewaysemibold", sans-serif;
  font-size: 33px;
  line-height: 26px;
  color: #fff;
  text-align: center; }
  .footerTop a {
    display: inline-block;
    color: #65ddf3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s; }
    .footerTop a:hover {
      color: #fec428;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
  .footerTop h2 {
    color: #fec428;
    display: inline-block; }

footer {
  background: #fff;
  float: left;
  width: 100%;
  padding-bottom: 52px; }

.footerBottom {
  float: left;
  width: 100%;
  text-align: center; }

.footerLogo {
  margin-top: -31px;
  text-align: center;
  position: relative;
  z-index: 3; }
  .footerLogo a {
    display: inline-block; }
    .footerLogo a img {
      display: block;
      max-width: 100%;
      height: auto;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
    .footerLogo a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }

.footerLink {
  padding: 15px 0 0 169px;
  width: 993px;
  float: left; }
  .footerLink ul li {
    display: inline-block;
    position: relative;
    padding: 0 14px; }
    .footerLink ul li:last-child {
      padding-right: 0; }
      .footerLink ul li:last-child:after {
        display: none; }
    .footerLink ul li:first-child {
      padding-left: 0; }
    .footerLink ul li:after {
      content: '';
      display: inline-block;
      position: absolute;
      right: -3px;
      top: 50%;
      background: #cecece;
      width: 1px;
      height: 12px;
      margin-top: -6px; }
    .footerLink ul li a {
      display: inline-block;
      font-family: 'arial',sans-serif;
      font-size: 13px;
      line-height: 30px;
      color: #605fd5; }
      .footerLink ul li a:hover {
        text-decoration: underline; }
  .footerLink span {
    display: block;
    font-family: 'arial',sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #cecece;
    padding: 0 0 0 4px; }

.downloadLink {
  float: right;
  padding: 0 18px 0 0;
  margin: -7px 0 0 0;
  width: 177px; }
  .downloadLink a {
    display: inline-block;
    position: relative;
    background: url("../img/sprite.png");
    width: 70px;
    height: 70px; }
    .downloadLink a.google {
      background-position: -258px 0; }
    .downloadLink a.apple {
      background-position: -330px 0;
      margin-left: 15px; }
    .downloadLink a:hover.google {
      background-position: -258px -72px; }
    .downloadLink a:hover.apple {
      background-position: -330px -72px; }

.banMobilWrapper {
  display: none; }
  .banMobilWrapper a {
    display: block; }
  .banMobilWrapper img {
    display: block;
    width: 100%;
    height: auto; }

/* ================================================ */
/* ! Hakkımızda                                      */
/* ================================================ */
.pageLeftWrapper {
  padding: 0 11px 0 0;
  position: relative;
  z-index: 9; }

.titleWrapper {
  float: left;
  width: 100%;
  background: url("../img/titleBg.jpg") no-repeat;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  padding: 58px 37px 25px 48px;
  border-bottom: 6px solid #b0e4f6; }
  .titleWrapper h1 {
    display: block;
    font-family: "ralewaybold", sans-serif;
    font-size: 36px;
    line-height: 26px;
    color: #fff;
    float: left; }
  .titleWrapper > a {
    display: inline-block;
    font-family: "ralewaymedium", sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    float: right;
    position: relative;
    top: 5px; }
    .titleWrapper > a:hover {
      color: #2bc6e2; }

.subPage .logo {
  padding: 30px 0 0 38px; }
.subPage .content {
  margin: -38px 0 0 0; }
.subPage .menu {
  padding: 26px 0 0 63px; }
.subPage .footerTopWrapper {
  margin: -40px 0 0 0; }

.contentWrapper {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px; }

.aboutWrapper {
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  padding: 47px 53px 86px 50px;
  box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1); }
  .aboutWrapper p, .aboutWrapper h2 {
    display: block;
    font-family: "ralewaymedium", sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #525252;
    margin-bottom: 21px; }
  .aboutWrapper h2 {
    font-size: 22px;
    font-family: "ralewaybold", sans-serif;
    margin-bottom: 25px; }

.contactWrapper {
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  padding: 47px 53px 86px 50px;
  box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  float: left;
  width: 100%;
  min-height: 820px; }

.contactInput {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .contactInput label {
    float: left;
    width: 32%;
    text-align: right;
    font-family: "ralewayregular", sans-serif;
    font-size: 16px;
    line-height: 43px;
    color: #525252;
    padding-right: 30px; }
  .contactInput input[type="text"], .contactInput input[type="submit"], .contactInput textarea {
    color: #4d4d4d;
    height: 42px;
    width: 63%;
    border: 1px solid #d7d9e0;
    padding: 0 15px;
    font-family: "ralewayregular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s; }
    .contactInput input[type="text"]:hover, .contactInput input[type="text"]:focus, .contactInput input[type="submit"]:hover, .contactInput input[type="submit"]:focus, .contactInput textarea:hover, .contactInput textarea:focus {
      border-color: #e53d78;
      color: #e53d78;
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      outline: 0; }
    .contactInput input[type="text"]:focus::-webkit-input-placeholder, .contactInput input[type="submit"]:focus::-webkit-input-placeholder, .contactInput textarea:focus::-webkit-input-placeholder {
      color: #e53d78;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .contactInput input[type="text"]:focus::-moz-placeholder, .contactInput input[type="submit"]:focus::-moz-placeholder, .contactInput textarea:focus::-moz-placeholder {
      color: #e53d78;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .contactInput input[type="text"]:focus:-moz-placeholder, .contactInput input[type="submit"]:focus:-moz-placeholder, .contactInput textarea:focus:-moz-placeholder {
      color: #e53d78;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
    .contactInput input[type="text"]:focus:-ms-input-placeholder, .contactInput input[type="submit"]:focus:-ms-input-placeholder, .contactInput textarea:focus:-ms-input-placeholder {
      color: #e53d78;
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1; }
  .contactInput textarea {
    height: 160px;
    resize: vertical;
    padding: 15px; }
  .contactInput input[type="submit"] {
    background: #555cd0;
    color: #fff;
    text-align: center;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px; }
    .contactInput input[type="submit"]:hover {
      background: #584790;
      color: #fff;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }

.pageRightWrapper {
  padding: 0 0 0 18px; }
  .pageRightWrapper .testSliderWrapper ul {
    padding: 0; }
  .pageRightWrapper .loginWrapper {
    padding: 0;
    margin-bottom: 20px; }
  .pageRightWrapper .DownloadWrapper {
    margin-bottom: 20px; }
    .pageRightWrapper .DownloadWrapper a {
      width: 175px;
      height: 175px;
      box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.13);
      -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.13);
      background: #fff;
      padding: 96px 5px 0 21px;
      margin-right: 22px;
      font-size: 18px;
      color: #616fd4;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
      .pageRightWrapper .DownloadWrapper a:after {
        left: 50%;
        top: 31px;
        margin: 0 0 0 -21.5px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }
      .pageRightWrapper .DownloadWrapper a.google:after {
        background: url("../img/sprite.png") 0 -52px; }
      .pageRightWrapper .DownloadWrapper a.apple {
        margin-right: 0; }
        .pageRightWrapper .DownloadWrapper a.apple:after {
          background: url("../img/sprite.png") -45px -52px; }
      .pageRightWrapper .DownloadWrapper a:hover {
        background: #616fd4;
        color: #fff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s; }
        .pageRightWrapper .DownloadWrapper a:hover.google:after {
          background: url("../img/sprite.png") 0 0;
          width: 43px;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s; }
        .pageRightWrapper .DownloadWrapper a:hover.apple:after {
          background: url("../img/sprite.png") -45px 0;
          width: 41px;
          margin: 0 0 0 -20.5px;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s; }

/* ================================================ */
/* ! mirc indir                                      */
/* ================================================ */
.mircDownloadWrapper {
  float: left;
  width: 100%;
  padding: 33px 53px 80px 48px;
  box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1); }
  .mircDownloadWrapper span {
    display: block;
    font-size: 23px;
    line-height: 28px;
    font-family: "ralewaybold", sans-serif;
    color: #525252;
    margin-bottom: 42px; }
  .mircDownloadWrapper p {
    display: block;
    font-family: "ralewaymedium", sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #525252;
    margin-bottom: 23px; }

.mircDownloadLink {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 70px; }
  .mircDownloadLink a {
    display: inline-block;
    width: 485px;
    height: 75px;
    background: #616fd4;
    text-align: center;
    font-family: "ralewayextrabold", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    padding: 28px 78px 28px 78px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s; }
    .mircDownloadLink a:after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 27px;
      top: 50%;
      background: url("../img/sprite.png") -87px -72px;
      width: 40px;
      height: 40px;
      margin: -20px 0 0 0; }
    .mircDownloadLink a span {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      padding: 12px 0px;
      height: 42px;
      background: #fff;
      font-family: "ralewaysemibold", sans-serif;
      font-size: 14px;
      line-height: 23px;
      color: #3db39e;
      text-align: center;
      border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
      -o-border-radius: 0 0 5px 5px;
      -khtml-border-radius: 0 0 5px 5px;
      box-shadow: 0px 7px 20px rgba(0, 1, 1, 0.1);
      -moz-box-shadow: 0px 7px 20px rgba(0, 1, 1, 0.1);
      -webkit-box-shadow: 0px 7px 20px rgba(0, 1, 1, 0.1); }
      .mircDownloadLink a span:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 19px;
        top: 50%;
        background: url("../img/sprite.png") -128px -72px;
        width: 19px;
        height: 19px;
        margin: -9.5px 0 0 0; }
    .mircDownloadLink a:hover {
      background: #8d93f3;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }

/* ================================================ */
/* ! sss                                            */
/* ================================================ */
.sssWrapper {
  float: left;
  width: 100%;
  padding: 16px 45px 130px 45px;
  box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1); }
  .sssWrapper ul li {
    width: 100%;
    border-bottom: 1.5px solid #f2f2f2; }
    .sssWrapper ul li:last-child {
      border: none; }
    .sssWrapper ul li.active {
      background: #5a69d4; }
      .sssWrapper ul li.active a {
        font-family: "ralewaybold", sans-serif;
        color: #ffd15c; }
        .sssWrapper ul li.active a:after {
          background: url("../img/sprite.png") -128px -115px; }
        .sssWrapper ul li.active a:hover {
          background: #5a69d4;
          color: #ffd15c; }
      .sssWrapper ul li.active p {
        display: block; }
    .sssWrapper ul li a {
      display: block;
      font-size: 20px;
      line-height: 66px;
      color: #5c6189;
      font-family: "ralewaysemibold", sans-serif;
      position: relative;
      padding: 0 0 0 55px; }
      .sssWrapper ul li a:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 18px;
        top: 50%;
        background: url("../img/sprite.png") -128px -92px;
        width: 22px;
        height: 22px;
        margin: -11px 0 0 0; }
      .sssWrapper ul li a:hover {
        background: #865acd;
        color: #fff; }
    .sssWrapper ul li p {
      display: none;
      font-family: "ralewaymedium", sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #fff;
      padding: 0 35px 33px 55px; }

/* ================================================ */
/* ! testler                                        */
/* ================================================ */
.testWrapper {
  float: left;
  width: 100%;
  padding: 7px 43px 25px 43px;
  box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1); }
  .testWrapper.detailedResult {
    padding: 26px 43px 25px 46px;
    min-height: 820px; }
    .testWrapper.detailedResult.padding {
      padding: 26px 43px 160px 46px; }
  .testWrapper > ul li {
    width: 100%;
    border-bottom: 1.5px solid #f2f2f2;
    display: table; }
    .testWrapper > ul li:last-child {
      border: none; }
    .testWrapper > ul li a {
      display: table-cell;
      font-family: "ralewaymedium", sans-serif;
      height: 127px;
      vertical-align: middle;
      padding: 38px 25px 37px 112px;
      font-size: 23px;
      line-height: 26px;
      color: #605fd5;
      position: relative; }
      .testWrapper > ul li a img {
        position: absolute;
        left: 16px;
        top: 50%;
        display: inline-block;
        width: 70px;
        height: 70px;
        margin: -35px 0 0 0; }
      .testWrapper > ul li a:hover {
        text-decoration: underline; }

.testTitle {
  float: left;
  width: 100%;
  margin-bottom: 34px; }
  .testTitle h2 {
    display: block;
    font-family: "ralewaybold", sans-serif;
    font-size: 30px;
    line-height: 41px;
    color: #e33c77; }

.detailedResultWrapper {
  float: left;
  width: 100%;
  display: block;
  font-family: "ralewaymedium", sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #525252;
  padding: 0 10px 0 1px; }

.testQuestion {
  float: left;
  width: 100%;
  padding: 0 0 26px 2px;
  border-bottom: 1.5px solid #f2f2f2;
  margin-bottom: 36px; }
  .testQuestion span {
    display: block;
    font-family: 'arial',sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #605fd5;
    margin-bottom: 25px; }
  .testQuestion ul li {
    width: 100%;
    border: none;
    display: block;
    margin-bottom: 8px; }
  .testQuestion label {
    display: block;
    font-family: 'arial',sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    color: #525252;
    position: relative;
    padding-left: 26px;
    user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    -moz-cursor: pointer;
    -webkit-cursor: pointer;
    -o-cursor: pointer; }
    .testQuestion label input[type="radio"] {
      display: none; }
  .testQuestion .ab-radio-trigger {
    width: 13px;
    height: 13px;
    background: #dedede;
    border: 1px solid #ababab;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -khtml-border-radius: 100px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 50%;
    margin: -6.5px 0 0 0; }
    .testQuestion .ab-radio-trigger.ab-checked:after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 7px;
      height: 7px;
      background: #605fd5;
      margin: -3.5px 0 0 -3.5px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      -khtml-border-radius: 100px; }

.showResult {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0 0 0; }
  .showResult input[type="submit"] {
    display: inline-block;
    font-family: "ralewayextrabold", sans-serif;
    font-size: 24px;
    color: #fff;
    background: #616fd4;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: none;
    min-width: 290px;
    min-height: 60px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25); }
    .showResult input[type="submit"]:hover {
      background: #8860d4;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      outline: 0; }

/* ================================================ */
/* ! uygulamalar                                   */
/* ================================================ */
.applicationWrapper {
  float: left;
  width: 100%;
  box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
  padding: 36px 45px 0 52px; }

.application {
  border-bottom: 1.5px solid #f2f2f2;
  float: left;
  width: 100%;
  padding-bottom: 75px;
  margin-bottom: 43px; }
  .application span {
    display: inline-block;
    width: 465px;
    font-family: "ralewaybold", sans-serif;
    font-size: 26px;
    line-height: 23px;
    color: #525252;
    position: relative;
    top: 11px;
    padding-left: 80px; }
    .application span:after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      background: url("../img/sprite.png");
      height: 51px;
      margin: -25.5px 0 0 0; }
  .application a {
    display: inline-block;
    font-family: "ralewaymedium", sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    background: #2bc6e2;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -khtml-border-radius: 100px;
    width: 190px;
    min-height: 46px;
    float: right;
    padding: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s; }
    .application a:hover {
      background: #ffaa50;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
  .application:nth-child(1) span:after {
    background-position: 0 -52px;
    width: 43px; }
  .application:nth-child(2) span:after {
    background-position: -45px -52px;
    width: 42px; }
  .application:nth-child(3) {
    margin-bottom: 0;
    padding-bottom: 46px; }
    .application:nth-child(3) span:after {
      background-position: 0 -104px;
      width: 47px;
      height: 47px;
      margin: -23.5px 0 0 0; }
  .application p {
    display: block;
    float: left;
    width: 100%;
    font-family: "ralewaymedium", sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #525252;
    padding: 28px 10px 0 79px; }

.hideDesktop {
  display: none !important; }

/* ================================================ */
/* ! MEDIA QUERY                                    */
/* ================================================ */
/* col-md */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .slogan {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 10px; }

  .slogan h1 {
    font-size: 32px; }

  .mainSlogan {
    padding: 50px 10px 25px 20px; }

  .mainSlogan p {
    font-size: 18px; }

  .DownloadWrapper a {
    margin-right: 10px;
    padding: 17px 10px 17px 90px;
    width: 260px; }

  .DownloadWrapper a:after {
    left: 25px; }

  .login h2 {
    margin: 0 0 15px 0; }

  .login span {
    margin-bottom: 13px; }

  .inputWrapper input[type="text"], .inputWrapper [type="password"] {
    height: 46px;
    font-size: 17px; }

  .informationLeftWrapper {
    padding: 39px 5px 0 25px; }

  .informationLeftWrapper p {
    font-size: 14px;
    line-height: 20px;
    width: 570px; }

  .ban2Wrapper img {
    width: 100%;
    height: auto; }

  .sidebarBox h3 {
    font-size: 20px;
    line-height: 35px; }

  .sidebarBox ul li a {
    font-size: 11px; }

  .menu {
    padding: 26px 0 0 30px; }

  .menu ul li {
    padding: 0 17px 0 0; }

  .footerLink {
    width: 770px; }

  .pageRightWrapper .DownloadWrapper a {
    width: 145px;
    height: 155px;
    margin-right: 0;
    font-size: 13px; }

  .pageRightWrapper .DownloadWrapper a.apple {
    float: right; }

  .mircDownloadWrapper span {
    font-size: 20px; }

  .sssWrapper ul li a, .sssWrapper ul li p {
    font-size: 16px; }

  .testWrapper > ul li a {
    font-size: 19px;
    height: 110px; }

  .testTitle h2 {
    font-size: 26px;
    line-height: 38px; }

  .application span {
    width: 360px;
    padding-left: 71px;
    font-size: 22px; }

  .application p {
    font-size: 15px; }

  .application a {
    width: 170px;
    font-size: 20px; }

  .testSlider2Wrapper a {
    font-size: 17px; }

  .contactInput label {
    font-size: 13px; }

  .contactWrapper {
    min-height: auto; } }
/* col-sm */
@media screen and (min-width: 767px) and (max-width: 991px) {
  .mainSlogan {
    padding: 50px 5px 46px 15px; }

  .slogan {
    font-size: 28px;
    line-height: 40px; }

  .slogan h1 {
    font-size: 28px;
    line-height: 40px; }

  .mainSlogan p {
    width: 95%;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px; }

  .DownloadWrapper h2 {
    font-size: 15px;
    line-height: 25px; }

  .DownloadWrapper a {
    width: 49%;
    margin-right: 3px;
    font-size: 13px;
    padding: 17px 10px 17px 68px; }

  .DownloadWrapper a.apple {
    padding: 17px 10px 17px 68px; }

  .DownloadWrapper a:after {
    left: 10px; }

  .mainSlogan:after {
    display: none; }

  .loginWrapper {
    padding: 0 2px 0 5px; }

  .login {
    padding: 38px 15px 41px 15px; }

  .login h2 {
    margin: 0 0 20px 0;
    font-size: 30px; }

  .inputWrapper input[type="text"], .inputWrapper [type="password"] {
    height: 45px;
    font-size: 15px; }

  .inputWrapper, .inputWrapper.margin {
    margin-bottom: 10px; }

  .login span {
    margin-bottom: 10px; }

  .login span.info {
    margin-bottom: 10px; }

  .mainWrapper {
    margin-bottom: 75px; }

  .menu {
    padding: 26px 0 0 16px; }

  .menu ul li {
    padding: 0 15px 0 0; }

  .banWrapper {
    margin: 0;
    padding: 0 28px 30px 20px; }

  .banWrapper:before, .banWrapper:after {
    display: none; }

  .homeTitle h2 {
    font-size: 30px;
    line-height: 26px; }

  .homeTitle h2 span {
    font-size: 17px;
    margin: 5px 0 0 0; }

  .homeTitle h2 a {
    font-size: 17px;
    line-height: 26px;
    padding: 11px 5px 9px 5px;
    min-width: 140px; }

  .informationLeftWrapper h2 {
    font-size: 30px;
    margin-bottom: 20px; }

  .informationLeftWrapper h2 span {
    font-size: 19px;
    margin: 9px 0 0 0; }

  .informationLeftWrapper p {
    width: 95%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px; }

  .ban2Wrapper img {
    width: 100%; }

  .informationRightWrapper {
    padding: 30px 20px 0px 20px; }

  .footerTop, .footerTop h2 {
    font-size: 25px; }

  .footerLink {
    padding: 15px 0 0 10px;
    width: 564px; }

  .footerLink ul li a {
    font-size: 12px; }

  .aboutWrapper {
    padding: 20px 45px; }

  .aboutWrapper p, .aboutWrapper h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 14px; }

  .aboutWrapper h2 {
    font-size: 18px; }

  .pageRightWrapper {
    padding: 0; }

  .pageRightWrapper .DownloadWrapper a {
    width: 120px;
    height: 125px;
    margin-right: 0;
    font-size: 12px;
    padding: 70px 5px 0 14px; }
    .pageRightWrapper .DownloadWrapper a:after {
      top: 10px; }

  .pageRightWrapper .DownloadWrapper a.apple {
    float: right; }

  .pageRightWrapper .login {
    padding: 38px 15px 20px 15px; }
  .pageRightWrapper .login span.info, .pageRightWrapper .inputWrapper, .pageRightWrapper .inputWrapper.margin {
    margin-bottom: 15px; }

  .mircDownloadLink a {
    width: 365px;
    font-size: 16px; }

  .mircDownloadWrapper span {
    font-size: 16px;
    line-height: 25px; }

  .mircDownloadWrapper p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }

  .sssWrapper ul li a {
    font-size: 13px;
    line-height: 50px; }

  .sssWrapper {
    padding: 16px 25px 130px 25px; }

  .sssWrapper ul li p {
    font-size: 13px;
    line-height: 20px; }

  .titleWrapper h1 {
    font-size: 26px; }

  .titleWrapper {
    padding: 58px 37px 25px 18px; }

  .titleWrapper > a {
    font-size: 20px;
    top: 0; }

  .testWrapper > ul li a {
    height: 80px;
    font-size: 15px;
    padding: 22px 25px 21px 112px; }

  .testWrapper {
    padding: 7px 30px 25px 30px; }

  .testWrapper.detailedResult {
    padding: 26px 30px 25px 30px; }

  .testTitle h2 {
    font-size: 23px;
    line-height: 33px; }

  .detailedResultWrapper {
    font-size: 15px;
    line-height: 20px; }

  .testWrapper.detailedResult {
    height: auto; }

  .testWrapper.detailedResult.padding {
    padding: 26px 25px 160px 25px; }

  .applicationWrapper {
    padding: 36px 25px 0 25px; }

  .application a {
    width: 125px;
    min-height: 20px;
    padding: 8px;
    font-size: 15px;
    line-height: 21px; }

  .application span {
    padding-left: 62px;
    font-size: 19px;
    top: 7px;
    width: 300px; }

  .application p {
    padding: 28px 10px 0 40px;
    font-size: 14px; }

  .application {
    padding-bottom: 30px; }

  .testSlider2Wrapper ul {
    padding: 0 50px; }

  .testSlider2Wrapper a {
    font-size: 15px;
    line-height: 21px; }

  .testSlider2Wrapper .slick-arrow.slick-prev {
    left: 0; }

  .testSlider2Wrapper .slick-arrow.slick-next {
    right: 0; }

  .contactWrapper {
    min-height: auto;
    padding: 47px 20px 86px 20px; }

  .contactInput label {
    font-size: 12px;
    padding-right: 15px; }

  .contactInput input[type="text"], .contactInput input[type="submit"], .contactInput textarea {
    width: 65%;
    float: right; } 
  }
/* col-xs */
@media screen and (max-width: 767px) {
  .testWrapper.detailedResult {
    height: auto; }

  .mainSlogan {
    display: none; }

  .loginWrapper {
    padding: 0; }

  .logo a img {
    max-width: 100%; }

  .logo {
    padding: 26px 0 0 44px;
    max-width: 57%; }

  body {
    background: none; }

  .content {
    margin: 0; }

  .menu, .subPage .menu {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: #616fd4;
    display: none; }

  .login {
    padding: 110px 35px 46px 35px;
    box-shadow: 0 0 0 rgba(0, 1, 1, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 1, 1, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 1, 1, 0); }

  .login:before {
    top: -10px;
    left: auto;
    right: -35px; }

  .login h2 {
    font-size: 22px;
    line-height: 18px;
    color: #e53d78;
    text-align: left;
    margin-bottom: 18px;
    padding-left: 18px; }

  .login span {
    display: none; }

  .login span.info {
    display: block; }

  .login:after {
    display: none; }

  .banWrapper, .homeTitle, .testSliderWrapper{
    display: none; }

  header {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #ecf1fa;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    min-height: 110px; }

  .footerTop {
    font-size: 25px;
    line-height: 33px; }

  .footerTop h2 {
    font-size: 25px; }

  .footerTopWrapper {
    margin: 0;
    padding: 65px 63px 78px 63px; }

  .banMobilWrapper {
    display: block;
    position: relative;
    z-index: 3;
    margin-bottom: 26px;
    float: left;
    width: 100%; }

  .hamburger {
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    background: #616fd4;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -khtml-border-radius: 100px;
    padding: 0;
    margin: 29px 29px 0 0;
    position: relative;
    z-index: 10; }

  .hamburger-box {
    width: 25px; }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    padding: 1.5px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin-top: 0; }

  .hamburger-inner::before {
    top: -8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px; }

  .hamburger-inner::after {
    bottom: -8.5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px; }

  .menu ul {
    padding: 125px 20px 0 20px; }

  .menu ul li {
    width: 100%;
    padding: 0; }
    .menu ul li:first-child a {
      border-top: 1.5px solid #5965bd; }

  .menu ul li a {
    font-family: "ralewaysemibold", sans-serif;
    font-size: 25px;
    line-height: 61px;
    color: #fff;
    display: block;
    border-bottom: 1.5px solid #5965bd;
    padding-left: 27px; }
    .menu ul li a:hover, .menu ul li a:active, .menu ul li a:focus {
      border-bottom: 1.5px solid #5965bd;
      background: #fff;
      color: #5965bd; }
      .menu ul li a:hover:after, .menu ul li a:active:after, .menu ul li a:focus:after {
        display: none; }

  .login input[type="submit"] {
    margin-bottom: 20px; }

  .hideDesktop {
    display: inline-block !important; }

  .inputWrapper, .buttonWrapper {
    padding: 0 15px; }

  .inputWrapper.nick:after {
    left: 35px; }

  .inputWrapper.pass:after {
    left: 41px; }

  .DownloadWrapper a.google:after {
    background: url("../img/sprite.png") 0 -52px; }

  .DownloadWrapper a.apple:after {
    background: url("../img/sprite.png") -45px -52px; }

  .DownloadWrapper a {
    width: 100%;
    color: #616fd4;
    font-size: 18px;
    line-height: 26px;
    min-height: 86px;
    background: #fff;
    box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
    -moz-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
    -webkit-box-shadow: 0px 8px 30px rgba(0, 1, 1, 0.1);
    margin-bottom: 10px; }
    .DownloadWrapper a:hover {
      background: #616fd4;
      color: #fff; }
      .DownloadWrapper a:hover.google:after {
        background: url("../img/sprite.png") 0 0;
        width: 43px; }
      .DownloadWrapper a:hover.apple:after {
        background: url("../img/sprite.png") -45px 0;
        width: 41px;
        margin: -27px 0 0 0; }

  .footerLink {
    width: 100%;
    padding: 0;
    margin-bottom: 31px; }

  .footerLink ul li {
    padding: 0 6px; }

  .footerLink ul li a {
    font-size: 12px; }

  .footerLink ul li:nth-child(4):after {
    display: none; }

  .footerBottom {
    padding: 0 15px; }

  .downloadLink {
    width: 100%;
    text-align: center;
    padding: 0; }

  .footerLogo {
    margin: -45px 0 15px 0; }

  .footerLink span {
    margin-top: 10px; }

  footer {
    padding-bottom: 24px; }

  .DownloadWrapper.hideDesktop {
    padding: 0 15px; }

  .titleWrapper {
    background: none;
    border: none;
    padding: 110px 30px 0 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1; }
    .titleWrapper:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -56px;
      left: auto;
      right: -50px;
      width: 408px;
      height: 252px;
      background: url("../img/s1.png") no-repeat; }

  .subPage .content {
    margin: 0; }

  .aboutWrapper {
    padding: 0 30px; }

  .aboutWrapper p, .aboutWrapper h2 {
    font-size: 16px;
    line-height: 24px;
    color: #5c6189;
    font-family: "ralewaysemibold", sans-serif;
    margin-bottom: 30px; }
    .aboutWrapper p.pink, .aboutWrapper h2.pink {
      color: #e53d78;
      font-family: "ralewaybold", sans-serif; }

  .pageLeftWrapper {
    padding: 0; }

  .titleWrapper h1 {
    font-size: 22px;
    line-height: 18px;
    color: #e53d78;
    width: 100%; }

  .mircDownloadWrapper {
    padding: 0 15px 0 15px; }

  .mircDownloadLink a {
    width: 100%; }

  .mircDownloadWrapper, .aboutWrapper {
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0; }

  .mircDownloadWrapper span {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 15px; }

  .mircDownloadLink a {
    padding: 30px 78px 28px 38px;
    font-size: 13px; }

  .mircDownloadLink a span {
    font-size: 12px; }

  .mircDownloadLink {
    margin-bottom: 0; }

  .mircDownloadWrapper p {
    font-size: 13px;
    line-height: 16px; }

  .contentWrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0; }

  .sssWrapper {
    padding: 16px 20px 30px 20px;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0; }

  .sssWrapper ul li a:after {
    left: 12px; }

  .sssWrapper ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 25px 20px 50px; }

  .sssWrapper ul li p {
    padding: 0 20px 33px 20px;
    font-size: 14px; }

  .sssWrapper ul li:last-child {
    border-bottom: 1.5px solid #f2f2f2; }

  .sssWrapper ul {
    margin-bottom: 25px; }

  .testWrapper > ul li a {
    font-size: 15px;
    padding: 25px 14px 25px 112px;
    height: 90px; }

  .testWrapper {
    padding: 7px 20px 0 20px;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0; }

  .testWrapper.detailedResult {
    padding: 0 20px 0 20px;
    min-height: auto; }

  .testTitle h2 {
    font-size: 17px;
    line-height: 28px; }

  .testTitle {
    margin-bottom: 20px; }

  .detailedResultWrapper {
    margin-bottom: 30px; }

  .sssWrapper ul li.active a {
    color: #59ddf5; }
    .sssWrapper ul li.active a:hover {
      color: #59ddf5; }
    .sssWrapper ul li.active a:after {
      background: url("../img/sprite.png") -128px -138px; }

  .testWrapper.detailedResult.padding {
    padding: 0 20px 0 20px; }

  .testWrapper > ul {
    margin-bottom: 30px; }

  .testWrapper > ul li:first-child {
    border-top: 1.5px solid #f2f2f2; }

  .titleWrapper > a {
    float: left;
    font-size: 16px;
    top: 15px;
    background: #2bc6e2;
    padding: 4px 12px;
    border-radius: 100px;
    font-weight: bold; }
    .titleWrapper > a:hover {
      color: #00ccf7; }

  .testQuestion span {
    font-size: 15px;
    margin-bottom: 12px; }

  .testQuestion ul li {
    margin-bottom: 5px; }

  .testQuestion label {
    font-size: 13px; }

  .testQuestion {
    margin-bottom: 15px; }

  .showResult {
    margin-bottom: 30px; }

  .application span {
    font-size: 22px;
    width: 100%;
    text-align: left; }

  .applicationWrapper {
    padding: 0 20px;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0; }

  .application span:after {
    left: 15px; }

  .application p {
    padding: 46px 10px 0 17px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: "ralewaysemibold", sans-serif;
    color: #5c6189;
    margin-bottom: 40px; }

  .application {
    padding-bottom: 40px;
    text-align: center; }

  .application a {
    float: none; }

  .hamburger--spin.is-active .hamburger-inner, .hamburger--spin.is-active .hamburger-inner::after {
    background-color: #616fd4; }

  .pageRightWrapper {
    padding: 0; }
    .pageRightWrapper .login {
      padding: 33px 0 30px 0;
      background: none; }
      .pageRightWrapper .login:before {
        display: none; }
    .pageRightWrapper .banMobilWrapper, .pageRightWrapper .testSlider2Wrapper, .pageRightWrapper .DownloadWrapper {
      display: none; }

  .menuDownload {
    display: inline-block; }

  .contactWrapper {
    padding: 0 15px;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0; }

  .contactInput label {
    width: 100%;
    padding: 0;
    text-align: left; }

  .contactInput input[type="text"], .contactInput input[type="submit"], .contactInput textarea {
    width: 100%; }

    .informationLeftWrapper h2{ line-height: 1.2; font-size:30px; margin-bottom: 15px;}
    .informationLeftWrapper h2,
    .informationLeftWrapper h3{padding: 0 15px;}
    .informationLeftWrapper{padding:54px 15px;}
    .informationLeftWrapper p{width: 100%; padding:15px;}
     }
    /******/
@media screen and (min-width: 425px) and (max-width: 767px) {
  .DownloadWrapper a {
    line-height: 52px; } }
@media screen and (min-width: 320px) and (max-width: 400px) {
  .showResult input[type="submit"] {
    font-size: 21px;
    min-width: 257px; }

  .sssWrapper {
    padding: 16px 15px 30px 15px; }

  .sssWrapper ul li a {
    font-size: 12px;
    padding: 20px 25px 20px 50px; }

  .sssWrapper ul li p {
    font-size: 12px; }

  .testWrapper > ul li a img {
    left: 13px;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 0; }

  .testWrapper > ul li a {
    font-size: 13px;
    padding: 15px 14px 15px 82px; }

  .testTitle h2 {
    font-size: 15px;
    line-height: 24px; }

  .detailedResultWrapper {
    font-size: 13px;
    line-height: 21px; }

  .application p {
    padding: 35px 5px 0 6px;
    font-size: 14px;
    line-height: 21px; }

  .application a {
    font-size: 20px;
    width: 170px; }

  .application span:after {
    left: 10px; }

  .application span {
    font-size: 17px;
    padding-left: 77px; }

  .menuDownload a {
    font-size: 13px;
    padding-left: 51px; }

  .menuDownload a:after {
    left: 9px; }

  .footerTopWrapper {
    padding: 53px 63px 70px 63px; }

  .footerLogo {
    margin: -55px 0 15px 0; }

  .aboutWrapper {
    padding: 0 15px; } }
/*Retina CSS*/

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


.adsbygoogle{margin: 0 auto; display: block !important;}

.footerSocialNetwork{display: block;}
.footerSocialNetwork a{display: inline-block; margin: 10px 12px;}
.footerSocialNetwork a:hover{opacity: .8;}

.footerSocialNetwork a img{ display:block;}