﻿@charset "UTF-8";
@font-face {
  font-family: 'oswaldbold';
  src: url("fonts/oswald-bold-webfont.eot");
  src: url("fonts/oswald-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-bold-webfont.woff2") format("woff2"), url("fonts/oswald-bold-webfont.woff") format("woff"), url("fonts/oswald-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldlight';
  src: url("fonts/oswald-light-webfont.eot");
  src: url("fonts/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-light-webfont.woff2") format("woff2"), url("fonts/oswald-light-webfont.woff") format("woff"), url("fonts/oswald-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldregular';
  src: url("fonts/oswald-regular-webfont.eot");
  src: url("fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-regular-webfont.woff2") format("woff2"), url("fonts/oswald-regular-webfont.woff") format("woff"), url("fonts/oswald-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_slabbold';
  src: url("fonts/robotoslab-bold-webfont.eot");
  src: url("fonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("fonts/robotoslab-bold-webfont.woff") format("woff"), url("fonts/robotoslab-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_slablight';
  src: url("fonts/robotoslab-light-webfont.eot");
  src: url("fonts/robotoslab-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-light-webfont.woff2") format("woff2"), url("fonts/robotoslab-light-webfont.woff") format("woff"), url("fonts/robotoslab-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_slabregular';
  src: url("fonts/robotoslab-regular-webfont.eot");
  src: url("fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("fonts/robotoslab-regular-webfont.woff") format("woff"), url("fonts/robotoslab-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_slabthin';
  src: url("fonts/robotoslab-thin-webfont.eot");
  src: url("fonts/robotoslab-thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab-thin-webfont.woff2") format("woff2"), url("fonts/robotoslab-thin-webfont.woff") format("woff"), url("fonts/robotoslab-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html {
  height: 100%;
  min-height: 100%; }

body {
  height: 100%;
  background-image: url("../imgs/site/bg.jpg");
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-attachment: fixed;
  font-family: "roboto_slabregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  /*  font-weight:600;*/
  line-height: 120%;
  -webkit-text-size-adjust: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1.type1 {
  color: #adadad;
  font-family: "roboto_slablight", Arial, Helvetica, sans-serif; }

h1.type2 {
  color: #adadad;
  font-family: "roboto_slablight", Arial, Helvetica, sans-serif;
  padding-bottom: 10px; }

.clear {
  clear: left; }

.clearboth {
  clear: both; }

.fleft {
  float: left; }

.fright {
  float: right !important; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.hidden {
  display: none !important; }

.bold {
  font-weight: 700; }

.center {
  margin-right: auto;
  margin-left: auto; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

/* html[xmlns] .clearfix{display: block;} * html .clearfix {height: 1%;}*/
ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 120%; }

a {
  color: #000;
  text-decoration: none; }

a:hover, a:active, a:link {
  text-decoration: none !important; }

* {
  outline: none; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::-webkit-input-placeholder {
  padding-top: 8px; }

::-moz-placeholder {
  padding-top: 8px; }

/* firefox 19+ */
:-ms-input-placeholder {
  padding-top: 8px; }

/* ie */
input:-moz-placeholder {
  padding-top: 8px; }

#root {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -138px; }

img {
  max-width: 100%; }

.global-loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url("../imgs/site/loading2.gif") no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999; }
.global-loading .logo {
    background: url(../imgs/site/logo-loading.png) no-repeat center center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0;
      z-index: 999999999999999999
}

/* Imgs ******************/
.imgs {
  background: url("../imgs/site/imgs.png") no-repeat;
  display: inline-block; }

.logo {
    background: url(../imgs/site/logo-turkce-her-yerde.png) no-repeat;
  width: 160px;
  height: 48px;
  text-indent: -9000px;
  float: left;  
    margin-top: 13px;
  margin-right: 60px; }

/* dividers */
.divider {
  margin: 15px auto 30px;
  width: 555px;
  height: 11px;
  background: url(../imgs/site/divider.png) no-repeat; }
  .divider.divider-type1 {
    background-position: 0 0; }
  .divider.divider-type2 {
    background-position: 0 -20px; }
  .divider.divider-type3 {
    background-position: 0 -46px; }
  .divider.divider-type4 {
    background-position: 0 -66px; }
  .divider.divider-type5 {
    background-position: 0 -86px; }
  .divider.divider-type6 {
    background-position: 0 -106px; }
  .divider.divider-type7 {
    background-position: 0 -122px;
    height: 15px;
    width: 750px; }
  .divider.divider-type8 {
    background-position: 0 -144px; }
  .divider.divider-type9 {
    background-position: 0 -187px;
    height: 22px; }
  .divider.divider-type10 {
    background-position: 0 -165px;
    height: 18px; }
  .divider.divider-type11 {
    background-position: 0 -214px;
    height: 24px; }
  .divider.divider-type12 {
    background-position: 0 -242px;
    height: 21px; }
  .divider.divider-type13 {
    background-position: 0 -264px;
    height: 24px; }

/* completed status icon */
.complete {
  background-position: 0 -227px;
  width: 47px;
  height: 47px;
  position: absolute;
  bottom: -3px;
  left: 9px; }
  .complete.s1 {
    background-position: -47px -227px; }
  .complete.s2 {
    background-position: -94px -227px; }
  .complete.s3 {
    background-position: -143px -227px; }
  .complete.s4 {
    background-position: -192px -227px; }
  .complete.s5 {
    background-position: -238px -227px; }

.item-icon {
  position: relative;
  width: 135px;
  height: 150px;
  display: block; }
  .item-icon i {
    display: block;
    width: 135px;
    height: 150px;
    margin: 10px auto 0;
    background-image: url(../imgs/site/icons.png); }

.icon-1-1 {
  background-position: -4px -171px; }

.icon-1-1.active {
  background-position: -4px 0; }

.icon-1-2 {
  background-position: -198px -171px; }

.icon-1-2.active {
  background-position: -198px 0; }

.icon-1-3 {
  background-position: -395px -171px; }

.icon-1-3.active {
  background-position: -395px 0; }

.icon-1-4 {
  background-position: -589px -171px; }

.icon-1-4.active {
  background-position: -589px 0; }

.icon-2-1 {
  background-position: 0px -555px; }

.icon-2-1.active {
  background-position: 0 -346px; }

.icon-2-2 {
  background-position: -195px -555px; }

.icon-2-2.active {
  background-position: -195px -346px; }

.icon-2-3 {
  background-position: -394px -555px; }

.icon-2-3.active {
  background-position: -395px -346px; }

.icon-2-4 {
  background-position: -585px -555px; }

.icon-2-4.active {
  background-position: -587px -346px; }

.icon-3-1 {
  background-position: -8px -903px; }

.icon-3-1.active {
  background-position: -8px -733px; }

.icon-3-2 {
  background-position: -203px -903px; }

.icon-3-2.active {
  background-position: -203px -733px; }

.icon-3-3 {
  background-position: -400px -903px; }

.icon-3-3.active {
  background-position: -400px -733px; }

.icon-3-4 {
  background-position: -591px -903px; }

.icon-3-4.active {
  background-position: -591px -733px; }

.icon-4-1 {
  background-position: 0px -1315px; }

.icon-4-1.active {
  background-position: 0px -1128px; }

.icon-4-2 {
  background-position: -196px -1315px; }

.icon-4-2.active {
  background-position: -196px -1128px; }

.icon-4-3 {
  background-position: -394px -1315px; }

.icon-4-3.active {
  background-position: -394px -1128px; }

.icon-4-4 {
  background-position: -585px -1315px; }

.icon-4-4.active {
  background-position: -585px -1128px; }

.icon-5-1 {
  background-position: 0px -1662px; }

.icon-5-1.active {
  background-position: 0px -1494px; }

.icon-5-2 {
  background-position: -196px -1662px; }

.icon-5-2.active {
  background-position: -196px -1494px; }

.icon-5-3 {
  background-position: -394px -1662px; }

.icon-5-3.active {
  background-position: -394px -1494px; }

.icon-5-4 {
  background-position: -585px -1662px; }

.icon-5-4.active {
  background-position: -585px -1494px; }

.icon-6-1 {
  background-position: 0px -2012px; }

.icon-6-1.active {
  background-position: 0px -1832px; }

.icon-6-2 {
  background-position: -196px -2012px; }

.icon-6-2.active {
  background-position: -196px -1832px; }

.icon-6-3 {
  background-position: -394px -2012px; }

.icon-6-3.active {
  background-position: -394px -1832px; }

.icon-6-4 {
  background-position: -585px -2012px; }

.icon-6-4.active {
  background-position: -585px -1832px; }

.ico-drag {
  background-position: -238px -193px;
  width: 20px;
  height: 20px; }

.ico-save {
  background-position: -88px -469px;
  width: 25px;
  height: 25px; }

.ico-cancel {
  background-position: -44px -467px;
  width: 25px;
  height: 25px; }

.ico-image {
  background-position: 0 -466px;
  width: 25px;
  height: 25px; }

.ico-back {
  background-position: -3px -193px;
  width: 25px;
  height: 25px; }

.ico-back2 {
  background-position: -1px -277px;
  width: 25px;
  height: 25px; }

.ico-refresh {
  background-position: -45px -193px;
  width: 27px;
  height: 25px;
  margin-top: 2px;
  margin-right: 2px; }

.ico-edit {
  background-position: -88px -193px;
  width: 25px;
  height: 25px; }

.ico-check {
  background-position: -127px -193px;
  width: 23px;
  height: 23px; }

.ico-minus {
  background-position: -183px -193px;
  width: 23px;
  height: 23px; }

.ico-cross {
  background-position: -155px -193px;
  width: 23px;
  height: 23px; }

.ico-login {
  background-position: -189px -471px;
  width: 25px;
  height: 25px; }

.ico-show {
  background-position: -48px -274px;
  width: 25px;
  height: 31px; }

.ico-check2 {
  background-position: -96px -277px;
  width: 23px;
  height: 23px; }

.ico-check3 {
  background-position: -130px -471px;
  width: 38px;
  height: 35px; }

.ico-left {
  background-position: -184px -275px;
  width: 25px;
  height: 25px; }

.ico-right {
  background-position: -133px -277px;
  width: 23px;
  height: 25px; }

.ico-success {
  background-position: -49px -324px;
  width: 45px;
  height: 45px; }

.ico-error {
  background-position: 0px -319px;
  width: 23px;
  height: 62px; }

.ico-text {
  background-position: -102px -319px;
  width: 32px;
  height: 32px; }

.ico-hesap1 {
  background-position: 0 -411px;
  width: 53px;
  height: 53px; }

.ico-hesap2 {
  background-position: -56px -411px;
  width: 53px;
  height: 53px; }

.ico-hesap3 {
  background-position: -113px -411px;
  width: 53px;
  height: 53px; }

.ico-hesap4 {
  background-position: -171px -411px;
  width: 53px;
  height: 53px; }

.ico-sss {
  background-position: -90px -515px;
  width: 34px;
  height: 30px; }

.ico-flag-en {
  background-position: -45px -517px;
  width: 16px;
  height: 13px;
  cursor: pointer; }

.ico-question {
  background: url(../imgs/site/ico-soru.png) no-repeat;
  width: 117px;
  height: 102px;
  float: left;
  margin-right: 40px; }

.ico-send {
  background-position: -144px -510px;
  width: 27px;
  height: 20px; }

.unite-video-icon{
    background: url("../imgs/site/unite-video-icon.png") no-repeat;
    width: 67px;
    height: 47px;
    display: inline-block;
    position: absolute;
        right: 150px;
    top: 0;
}
.checkbox-type2 {
  width: 21px;
  height: 21px;
  margin-right: 20px;
  display: inline-block;
  background-position: 0 -379px; }

.btn-checkbox:hover .checkbox-type2, .btn-checkbox.selected .checkbox-type2 {
  background-position: -141px -379px; }

.icon-envolepe {
  background-position: -250px -380px;
  width: 30px;
  height: 20px; }
  .icon-envolepe.open {
    background-position: -250px -411px;
    height: 28px; }

.unite-progress-bar {
  display: block;
  height: 24px;
  border-radius: 20px;
  background-image: url(../imgs/site/progress.png); }

.lesson-icon {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../imgs/site/icon-set2.png) no-repeat; }
  .lesson-icon.icon1 {
    background-position: 0 0; }
  .lesson-icon.icon2 {
    background-position: -72px 0; }
  .lesson-icon.icon3 {
    background-position: -140px 0; }
  .lesson-icon.icon4 {
    background-position: -207px 0; }
  .lesson-icon.icon5 {
    background-position: -272px 0; }

/* unite images */
.unite1 {
  background: url("../imgs/site/bg-unite1.jpg") no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  .unite1 .unite-progress-bar {
    background-position: 0 0; }
  .unite1 .active .lesson-icon.icon1 {
    background-position: 0 -56px; }
  .unite1 .active .lesson-icon.icon2 {
    background-position: -72px -56px; }
  .unite1 .active .lesson-icon.icon3 {
    background-position: -140px -56px; }
  .unite1 .active .lesson-icon.icon4 {
    background-position: -207px -56px; }
  .unite1 .active .lesson-icon.icon5 {
    background-position: -272px -56px; }

.unite2 {
  background: url("../imgs/site/bg-unite2.jpg") no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  .unite2 .unite-progress-bar {
    background-position: 0 -39px; }
  .unite2 .active .lesson-icon.icon1 {
    background-position: 0 -116px; }
  .unite2 .active .lesson-icon.icon2 {
    background-position: -72px -116px; }
  .unite2 .active .lesson-icon.icon3 {
    background-position: -140px -116px; }
  .unite2 .active .lesson-icon.icon4 {
    background-position: -207px -116px; }
  .unite2 .active .lesson-icon.icon5 {
    background-position: -272px -116px; }

.unite3 {
  background: url("../imgs/site/bg-unite3.jpg") no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  .unite3 .unite-progress-bar {
    background-position: 0 -79px; }
  .unite3 .active .lesson-icon.icon1 {
    background-position: 0 -176px; }
  .unite3 .active .lesson-icon.icon2 {
    background-position: -72px -176px; }
  .unite3 .active .lesson-icon.icon3 {
    background-position: -140px -176px; }
  .unite3 .active .lesson-icon.icon4 {
    background-position: -207px -176px; }
  .unite3 .active .lesson-icon.icon5 {
    background-position: -272px -176px; }

.unite4 {
  background: url("../imgs/site/bg-unite4.jpg") no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  .unite4 .unite-progress-bar {
    background-position: 0 -120px; }
  .unite4 .active .lesson-icon.icon1 {
    background-position: 0 -241px; }
  .unite4 .active .lesson-icon.icon2 {
    background-position: -72px -241px; }
  .unite4 .active .lesson-icon.icon3 {
    background-position: -140px -241px; }
  .unite4 .active .lesson-icon.icon4 {
    background-position: -207px -241px; }
  .unite4 .active .lesson-icon.icon5 {
    background-position: -272px -241px; }

.unite5 {
  background: url("../imgs/site/bg-unite5.jpg") no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  .unite5 .unite-progress-bar {
    background-position: 0 -159px; }
  .unite5 .active .lesson-icon.icon1 {
    background-position: 0 -304px; }
  .unite5 .active .lesson-icon.icon2 {
    background-position: -72px -304px; }
  .unite5 .active .lesson-icon.icon3 {
    background-position: -140px -304px; }
  .unite5 .active .lesson-icon.icon4 {
    background-position: -207px -304px; }
  .unite5 .active .lesson-icon.icon5 {
    background-position: -272px -304px; }

.unite6 {
  background: url("../imgs/site/bg-unite6.jpg") no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important; }
  .unite6 .unite-progress-bar {
    background-position: 0 -199px; }
  .unite6 .active .lesson-icon.icon1 {
    background-position: 0 -371px; }
  .unite6 .active .lesson-icon.icon2 {
    background-position: -72px -371px; }
  .unite6 .active .lesson-icon.icon3 {
    background-position: -140px -371px; }
  .unite6 .active .lesson-icon.icon4 {
    background-position: -207px -371px; }
  .unite6 .active .lesson-icon.icon5 {
    background-position: -272px -371px; }

.circle, .circle .key, .circle .value {
  position: absolute;
  text-align: center; }

.circle-area {
  position: relative; }
  .circle-area .circle {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    margin: auto;
    line-height: 1.2; }
    .circle-area .circle canvas {
      vertical-align: top; }
    .circle-area .circle .key {
      display: block;
      margin-top: 12px;
      font-size: 18px;
      top: 80px;
      left: 0;
      width: 100%;
      color: #f0ff00; }
    .circle-area .circle .value {
      top: 120px;
      left: 0;
      width: 100%;
      color: #f0ff00;
      font-family: "oswaldbold", Arial, Helvetica, sans-serif;
      font-size: 89px; }
      .circle-area .circle .value i {
        font-style: normal;
        font-size: .6em;
        font-weight: 400; }

 .video-container {
     padding: 30px 0;
     text-align: center;
 }
/* Buttons begin */
.btn {
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 10px 55px 10px 12px;
  border: none; }
  .btn span {
    display: block;
    position: absolute;
    border-radius: 100%;
    right: 5px;
    top: 5px;
    padding-top: 3px;
    width: 35px;
    height: 35px;
    background-color: #fff; }
  .btn.btn-left {
    padding: 10px 12px 10px 55px; }
    .btn.btn-left span {
      left: 5px;
      right: inherit; }

.btn-default {
  background-color: #2fa99b; }
  .btn-default:hover {
    background-color: #2f857b; }

.btn-primary {
  background-color: #e00000; }
  .btn-primary:hover {
    background-color: #aa0e0e; }

.btn-success {
  background-color: #99c741;
  color: #fff; }
  .btn-success:hover {
    color: #fff;
    background-color: #409a2e; }

.btn-secondry {
  background-color: #c374be; }
  .btn-secondry:hover {
    color: #fff;
    background-color: #286090; }

.btn-third {
  background-color: #ff9000; }
  .btn-third:hover {
    color: #fff;
    background-color: #e2ab64; }

.btn-fourth {
  background-color: #1cd0f1; }
  .btn-fourth:hover {
    color: #fff;
    background-color: #28adc5; }

.btn-fifth {
  background-color: #44d627; }
  .btn-fifth:hover {
    color: #fff;
    background-color: #409a2e; }

.btn-sixth {
  background-color: #f3f3f3;
  color: #000; }
  .btn-sixth:hover {
    color: #000;
    background-color: #e3e3e3; }

.btn-list-sixth {
  color: #000;
  background-color: #f3f3f3;
  border-radius: 25px; }

.btn-back {
  position: absolute;
  top: -50px;
  right: 15px; }

.btn-loginwin-open {
  cursor: pointer; }

#frmNotificationSettings .form-group {
  margin-bottom: 30px; }

.radioslider-container {
  padding-top: 5px; }
  .radioslider-container .radioslider {
    margin-top: -5px;
    float: left;
    width: 50px;
    height: 30px;
    background-color: #fff;
    border-radius: 20px;
    padding: 3px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .radioslider-container .radioslider .dot {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      display: block;
      position: absolute;
      top: 3px;
      right: inherit;
      left: inherit;
      transition: all 200ms linear;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear; }
    .radioslider-container .radioslider.true .dot {
      background-color: #36d018;
      right: 3px; }
    .radioslider-container .radioslider.false .dot {
      background-color: #d01818;
      left: 3px; }
  .radioslider-container .radioslider-text {
    color: #aaadba;
    font-size: 18px; }

.customSelect {
  padding: 0 !important;
  border: solid 1px #d4d4d4;
  background-color: #fff;
  border-radius: 20px;
  width: 100%; }
  .customSelect .customSelectInner {
    width: 100% !important;
    padding: 5px 10px;
    font-size: 18px;
    height: 27px;
    color: #333;
    background: url("../imgs/site/select-btn.png") no-repeat 94% 4px; 
  }

  .customSelect select  {
      height: 30px;
  }

/* Buttons end*/
/* Site üst Menü*/
.site-top-header {
  background-color: #2fa99b;
  width: 100%;
  height: 84px;
  position: fixed;
  z-index: 100; }
  .site-top-header .header {
    background-color: #3ddbce;
    width: 100%;
    padding: 30px 23px 20px 35px;
    height: 120px;
    margin-top: -20px;
    border-radius: 20px; }
    .site-top-header .header .main-menu {
      float: left;
      margin-top: 30px; }
      .site-top-header .header .main-menu li {
        margin-left: 20px;
        float: left; }
        .site-top-header .header .main-menu li:first-child {
          margin-left: 0; }
        .site-top-header .header .main-menu li a {
          color: #fff;
          font-size: 16px; }
    .site-top-header .header .user-section {
      float: right;
      padding-top: 5px; }
      .site-top-header .header .user-section .user {
        float: left;
        width: 245px;
        padding-top: 20px;
        cursor: pointer; }
        .site-top-header .header .user-section .user .user-menu {
          display: none;
          background-color: #fff;
          position: absolute;
          width: 200px;
          margin-left: 30px;
          z-index: 1;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          padding: 50px 0 7px 7px;
          margin-top: -8px; }
          .site-top-header .header .user-section .user .user-menu li {
            padding: 0 0 0 30px; }
            .site-top-header .header .user-section .user .user-menu li a {
              display: block;
              border-bottom: solid 1px rgba(76, 76, 76, 0.19);
              padding-bottom: 7px;
              margin-bottom: 7px;
              color: #9f9f9f; }
              .site-top-header .header .user-section .user .user-menu li a .imgs {
                width: 21px;
                height: 21px;
                margin-left: -20px;
                float: left;
                margin-right: 5px; }
                .site-top-header .header .user-section .user .user-menu li a .imgs.ico-unite {
                  background-position: -258px -1px; }
                .site-top-header .header .user-section .user .user-menu li a .imgs.ico-exam {
                  background-position: -258px -24px; }
                .site-top-header .header .user-section .user .user-menu li a .imgs.ico-report {
                  background-position: -258px -47px; }
                .site-top-header .header .user-section .user .user-menu li a .imgs.ico-settings {
                  background-position: -233px -1px; }
                .site-top-header .header .user-section .user .user-menu li a .imgs.ico-exit {
                  background-position: -233px -24px; }
        .site-top-header .header .user-section .user.show .user-menu {
          display: block; }
        .site-top-header .header .user-section .user.show .user-name {
          color: #4c4c4c; }
          .site-top-header .header .user-section .user.show .user-name .arrow {
            background-position: -239px -65px; }
        .site-top-header .header .user-section .user .avatar {
          width: 70px;
          height: 70px;
          position: relative;
          overflow: hidden;
          z-index: 10;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          border: solid 2px #fff;
          margin-right: 5px;
          float: left;
          margin-top: -25px; }
          .site-top-header .header .user-section .user .avatar .photo {
            -webkit-background-size: cover;
            background-size: cover;
            max-width: 100%;
            max-height: 100%;
            width: 72px;
            height: 72px; }
          .site-top-header .header .user-section .user .avatar .avatartype {
            margin: -2px 0 0 -2px;
            width: 72px;
            height: 72px;
            background: #3dc7db url(../imgs/site/avatars.png) no-repeat; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype00 {
              background: url(../imgs/site/avatar-login.png) no-repeat 0 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype0 {
              background-position: 0 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype1 {
              background-position: -72px 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype2 {
              background-position: -144px 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype3 {
              background-position: -216px 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype4 {
              background-position: -288px 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype5 {
              background-position: -360px 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype6 {
              background-position: -432px 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype7 {
              background-position: -504px 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype8 {
              background-position: -576px 0; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype9 {
              background-position: 0 -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype10 {
              background-position: -72px -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype11 {
              background-position: -144px -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype12 {
              background-position: -216px -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype13 {
              background-position: -288px -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype14 {
              background-position: -360px -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype15 {
              background-position: -432px -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype16 {
              background-position: -504px -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype17 {
              background-position: -576px -72px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype18 {
              background-position: 0 -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype19 {
              background-position: -72px -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype20 {
              background-position: -144px -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype21 {
              background-position: -216px -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype22 {
              background-position: -288px -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype23 {
              background-position: -360px -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype24 {
              background-position: -432px -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype25 {
              background-position: -504px -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype26 {
              background-position: -576px -144px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype27 {
              background-position: 0 -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype28 {
              background-position: -72px -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype29 {
              background-position: -144px -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype30 {
              background-position: -216px -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype31 {
              background-position: -288px -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype32 {
              background-position: -360px -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype33 {
              background-position: -432px -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype34 {
              background-position: -504px -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype35 {
              background-position: -576px -216px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype36 {
              background-position: 0 -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype37 {
              background-position: -72px -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype38 {
              background-position: -144px -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype39 {
              background-position: -216px -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype40 {
              background-position: -288px -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype41 {
              background-position: -360px -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype42 {
              background-position: -432px -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype43 {
              background-position: -504px -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype44 {
              background-position: -576px -288px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype45 {
              background-position: 0 -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype46 {
              background-position: -72px -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype47 {
              background-position: -144px -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype48 {
              background-position: -216px -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype49 {
              background-position: -288px -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype50 {
              background-position: -360px -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype51 {
              background-position: -432px -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype52 {
              background-position: -504px -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype53 {
              background-position: -576px -360px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype54 {
              background-position: 0 -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype55 {
              background-position: -72px -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype56 {
              background-position: -144px -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype57 {
              background-position: -216px -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype58 {
              background-position: -288px -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype59 {
              background-position: -360px -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype60 {
              background-position: -432px -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype61 {
              background-position: -504px -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype62 {
              background-position: -576px -432px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype63 {
              background-position: 0 -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype64 {
              background-position: -72px -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype65 {
              background-position: -144px -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype66 {
              background-position: -216px -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype67 {
              background-position: -288px -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype68 {
              background-position: -360px -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype69 {
              background-position: -432px -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype70 {
              background-position: -504px -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype71 {
              background-position: -576px -504px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype72 {
              background-position: 0 -576px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype73 {
              background-position: -72px -576px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype74 {
              background-position: -144px -576px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype75 {
              background-position: -216px -576px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype76 {
              background-position: -288px -576px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype77 {
              background-position: -360px -576px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype78 {
              background-position: -432px -576px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype79 {
              background-position: -504px -576px; }
            .site-top-header .header .user-section .user .avatar .avatartype.avatartype80 {
              background-position: -576px -576px; }
          .site-top-header .header .user-section .user .avatar img {
            top: 0;
            right: 0;
            bottom: "";
            left: 0;
            margin: auto;
            position: absolute;
            max-width: 100%; }
        .site-top-header .header .user-section .user .user-name {
          color: #fff;
          font-size: 14px;
          float: left;
          width: 100%;
          max-width: 140px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          position: relative;
          z-index: 10; }
          .site-top-header .header .user-section .user .user-name .arrow {
            background-position: -239px -55px;
            width: 12px;
            height: 5px;
            display: inline-block; }
      .site-top-header .header .user-section .ico-help {
        background-position: -176px -8px;
        width: 36px;
        height: 36px;
        display: block;
        margin-left: 8px;
        margin-top: 17px; }
      .site-top-header .header .user-section .ico-notification {
        background-position: -114px -1px;
        width: 56px;
        height: 42px;
        position: relative;
        display: block;
        margin-top: 10px; }
        .site-top-header .header .user-section .ico-notification span {
          display: block;
          position: absolute;
          color: #181818;
          top: 5px;
          right: 7px;
          font-size: 12px;
          font-family: "oswaldregular", Arial, Helvetica, sans-serif; }

.h100 {
  height: 100%; }

.content-body {
  padding-top: 100px;
  padding-bottom: 158px; }
  .content-body:before, .content-body:after {
    content: " ";
    display: table; }
  .content-body:after {
    clear: both; }
  .content-body.type1 {
    padding-top: 185px;
    padding-bottom: 300px; }
  .content-body .content-push {
    height: 138px; }
  .content-body .page-content-header {
    width: 100%;
    text-align: center; }
  .content-body .article {
    position: relative; }

/* home unite begin*/
.unite-list {
  border-right: solid 1px #fff;
  padding-top: 50px;
  padding-bottom: 115px; }
  .unite-list:before, .unite-list:after {
    content: " ";
    display: table; }
  .unite-list:after {
    clear: both; }

.unite {
  margin-bottom: 75px; }
  .unite:last-child {
    margin-bottom: 0; }
  .unite .unite-header {
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 120%;
      position: relative;
  }
  .unite:before, .unite:after {
    content: " ";
    display: table; }
  .unite:after {
    clear: both; }
  .unite .items li {
    float: left;
    width: 160px;
    margin: 0 13px;
    text-align: center; }
    .unite .items li .unite-item {
      display: block;
      font-size: 22px;
      color: #fff;
      position: relative; }
      .unite .items li .unite-item .item-icon {
        margin: auto; }
      .unite .items li .unite-item .title {
        display: table-cell;
        width: 160px;
        height: 60px;
        vertical-align: bottom;
        text-align: center; }
      .unite .items li .unite-item .puan {
        display: block;
        position: absolute;
        bottom: -23px;
        right: -9px;
        background-color: #fff;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        text-align: center;
        padding-top: 15px;
        color: #ff7b10;
        font-size: 24px;
        font-family: "oswaldbold", Arial, Helvetica, sans-serif; }

.user-status {
  padding-top: 50px; }
  .user-status header {
    text-align: center; }
  .user-status .divider {
    width: 245px;
    height: 1px;
    background-color: #fff;
    margin: 30px auto; }
  .user-status .status:before, .user-status .status:after {
    content: " ";
    display: table; }
  .user-status .status:after {
    clear: both; }
  .user-status .status header {
    margin-bottom: 10px; }
    .user-status .status header h3 {
      color: #c9c9c9;
      font-size: 22px; }
      .user-status .status header h3 span {
        color: #fff; }
  .user-status .status .circle-area {
    height: 320px; }
    .user-status .status .circle-area .circle {
      width: 290px;
      height: 290px; }
      .user-status .status .circle-area .circle .key {
        margin-top: 12px;
        font-size: 18px;
        top: 80px; }
      .user-status .status .circle-area .circle .value {
        top: 120px;
        font-family: "oswaldbold", Arial, Helvetica, sans-serif;
        font-size: 89px; }
  .user-status .puan h3 {
    color: #00ffe2;
    font-size: 25px; }
  .user-status .puan .value {
    color: #00ffe2;
    font-size: 170px;
    line-height: 120%;
    font-family: "oswaldregular", Arial, Helvetica, sans-serif;
    text-align: center; }
  .user-status .time h3 {
    font-size: 18px;
    color: #fff; }
  .user-status .note {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff; }

/* home unite end */
.exam-stats header {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #fff; }
  .exam-stats header h4 {
    color: #fff; }
.exam-stats .unite {
  margin-bottom: 20px; }
.exam-stats .item {
  margin-bottom: 25px; }
  .exam-stats .item:before, .exam-stats .item:after {
    content: " ";
    display: table; }
  .exam-stats .item:after {
    clear: both; }
.exam-stats .question ul {
  margin-bottom: 20px; }
  .exam-stats .question ul li {
    padding-top: 4px;
    margin-bottom: 5px; }
    .exam-stats .question ul li:before, .exam-stats .question ul li:after {
      content: " ";
      display: table; }
    .exam-stats .question ul li:after {
      clear: both; }
    .exam-stats .question ul li i {
      float: left;
      margin-right: 10px;
      margin-top: -3px; }
.exam-stats .item-body {
  color: #fff;
  font-size: 16px; }
  .exam-stats .item-body.alt ul {
    min-height: 90px; }
.exam-stats .circle-area {
  height: 220px; }
  .exam-stats .circle-area h5 {
    font-size: 15px;
    color: #f0ff00;
    margin-bottom: 10px; }
  .exam-stats .circle-area .circle {
    width: 165px;
    height: 165px; }
    .exam-stats .circle-area .circle .key {
      margin-top: 12px;
      font-size: 18px;
      top: 80px; }
    .exam-stats .circle-area .circle .value {
      top: 50px;
      font-family: "oswaldregular", Arial, Helvetica, sans-serif;
      font-size: 52px; }

/* Unite Lessons Begin */
.page-unite-header {
  margin-bottom: 45px; }
  .page-unite-header:before, .page-unite-header:after {
    content: " ";
    display: table; }
  .page-unite-header:after {
    clear: both; }

.unite-header {
  margin-top: -30px; }
  .unite-header .item-icon {
    float: left;
    margin-top: -45px;
    margin-right: 10px; }
  .unite-header h2 {
    font-size: 24px;
    color: #fff; }
  .unite-header h1 {
    font-size: 30px; }

.unite-progress .progress-header {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px; }
  .unite-progress .progress-header .value {
    font-size: 36px;
    color: #fff;
    font-family: "oswaldregular", Arial, Helvetica, sans-serif; }
.unite-progress .unite-progress {
  background-color: #fff;
  padding: 6px;
  height: 36px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px; }

.unite-lessons .lesson {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border-bottom-left-radius: 10px;
  padding: 25px 15px 15px;
  height: 235px;
  margin-bottom: 30px; }
  .unite-lessons .lesson.active {
    background-color: white; }
.unite-lessons header {
  height: 65px;
  overflow: hidden; }
  .unite-lessons header h3 {
    font-size: 20px;
    color: #333333; }
.unite-lessons .lesson-body {
  font-size: 18px;
  color: #656565;
  font-family: "roboto_slablight", Arial, Helvetica, sans-serif;
  height: 90px;
  overflow: hidden; }
.unite-lessons .lesson-footer {
  color: #333333;
  font-size: 16px; }
  .unite-lessons .lesson-footer h6 {
    font-size: 16px;
    color: #949494; }
.unite-lessons .lesson-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px; }

.lesson-content {
  background-color: #f3f3f3;
  padding: 20px 20px 50px;
  border-radius: 20px;
  border-bottom-left-radius: 10px;
  min-height: 570px;
  position: relative; }
  .lesson-content .lesson-header {
    margin-bottom: 25px;
    color: #333333; }
    .lesson-content .lesson-header:before, .lesson-content .lesson-header:after {
      content: " ";
      display: table; }
    .lesson-content .lesson-header:after {
      clear: both; }
    .lesson-content .lesson-header h1 {
      font-size: 30px; }
    .lesson-content .lesson-header h2 {
      font-size: 24px;
      font-family: "roboto_slablight", Arial, Helvetica, sans-serif; }
    .lesson-content .lesson-header h2 p {
        padding-top: 4px;
    padding-left: 35px;
    }

    .lesson-content .lesson-header p {
      font-size: 18px;
      font-family: "roboto_slablight", Arial, Helvetica, sans-serif; }
    .lesson-content .lesson-header .exam-date {
      float: right;
      color: #949494;
      font-family: "roboto_slablight", Arial, Helvetica, sans-serif; }
      .lesson-content .lesson-header .exam-date h4 {
        font-size: 18px; }
      .lesson-content .lesson-header .exam-date .exam-date-body {
        font-size: 16px; }
  .lesson-content .exam-alert {
    position: absolute;
    z-index: 20;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 30px;
    padding: 35px 40px 35px 70px;
    height: 90px;
    text-align: center;
    border-radius: 60px; }
    .lesson-content .exam-alert i {
      position: absolute;
      left: 20px;
      top: 15px;
      width: 45px;
      height: 62px; }
    .lesson-content .exam-alert.error {
      background-color: #e00000; }
      .lesson-content .exam-alert.error i {
        background-position: 12px -317px; }
    .lesson-content .exam-alert.success {
      background-color: #7cc11a; }
      .lesson-content .exam-alert.success i {
        background-position: -49px -318px; }

.question {
  color: #333;
  margin-bottom: 30px; }
  .question:before, .question:after {
    content: " ";
    display: table; }
  .question:after {
    clear: both; }
  .question .question-header {
    color: #333;
    margin-bottom: 20px; }
  .question img {
    max-width: 100%; }

.question-video {
  width: 100%;
  margin-bottom: 30px; }
  .question-video:before, .question-video:after {
    content: " ";
    display: table; }
  .question-video:after {
    clear: both; }

.question-audio {
  margin-bottom: 30px; }
  .question-audio:before, .question-audio:after {
    content: " ";
    display: table; }
  .question-audio:after {
    clear: both; }
  .question-audio .player-container {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 30px;
    width: 550px;
    height: 50px; }
  .question-audio audio {
    width: 80%;
      height:30px;
    float: left;
    margin-right: 20px; }
  .question-audio .audio-text {
    color: #333;
    display: inline-block;
    padding-top: 3px;
    cursor: pointer;
    text-indent: -9000px;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -5px;
    margin-right: -5px; }
    .question-audio .audio-text i {
      margin-left: 7px; }
  .question-audio .audio-text-content {
    clear: both;
    padding: 20px 0;
    line-height: 120%;
    color: #333; }

  .examseparator {
      border-top: solid 1px #128388;
      height: 2px;
      /*border-bottom: solid 5px #af2729;*/
  }

  .exam-finish {
      padding: 100px 0 50px;
      text-align: center;
      color: #949494;
  }

.exam-finish-message {
    font-size: 50px;
    color: #ff6501;
    padding-bottom: 30px;
    line-height: 120%;
    font-weight: bold;
}
.question-read {
  margin-bottom: 30px;
  color: #333; }
  .question-read:before, .question-read:after {
    content: " ";
    display: table; }
  .question-read:after {
    clear: both; }
  .question-read .text p{
      line-height: 140%;
  }
.question-type1 .questionitem{
    position: relative;
    min-height: 25px;
    margin-bottom: 10px;
    clear: left;
  }

 
 
.question-type1 .ico-cancel{
    cursor: pointer;
  }

.table1 td{ padding-bottom: 15px;}
.question-type1 li {
  margin-bottom: 15px; }
  .question-type1 li:before, .question-type1 li:after {
    content: " ";
    display: table; }
  .question-type1 li:after {
    clear: both; }
  .question-type1 li.error .answer-drop,  .question-type1 .questionitem.error .answer-drop {
    color: #e00000;border: solid 1px #e00000;}
  .question-type1 li.success .answer-drop,
  .question-type1 .questionitem.success .answer-drop {
    color: #7cc11a; }
  .question-type1 li.show .answer-drop,.question-type1 .questionitem.show .answer-drop {
    color: #1cd0f1; }
.question-type1 .text {
   max-width: 500px;
  color: #333333; }
.question-type1 .answer-drop {
 
  border: solid 1px #ccc;
  background-color: #fff;
  border-radius: 20px;
    position: relative;
  min-height: 25px;
  width: 230px;
  margin-right: 50px;
  color: #333;
  padding: 3px 10px; }
.question-type1 .vocable {
 
    overflow: hidden;
    max-width: 400px;
    text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-color: #fff;
  padding: 3px 7px;
  color: #333333;
  font-size: 18px;
    z-index: 20;
  box-shadow: 0 3px 3px rgba(212, 212, 212, 0.75);cursor: move; }
.ui-state-highlight{
  background-color: #f0ff00!important;
}
.question-type2 .show .text {
  color: #1cd0f1; }
.question-type2 .error .text {
  color: #e00000; }
.question-type2 .success .text {
  color: #7cc11a; }
.question-type2 li {
  margin-bottom: 15px; }
  .question-type2 li:before, .question-type2 li:after {
    content: " ";
    display: table; }
  .question-type2 li:after {
    clear: both; }
  .question-type2 li .text {
    white-space: nowrap;
    background-color: #fff;
    padding: 3px 7px;
    color: #333333;
    font-size: 18px;
    box-shadow: 0 3px 3px rgba(212, 212, 212, 0.75); }

  .question-type3 .questionitem{
    position: relative;
      margin-bottom: 20px;
  }
  .question-type3 .ico-cancel{
    cursor: pointer;
  }
  .exam-photo {
      margin-bottom: 20px;
  }
.question-type3 .photo {
  margin-bottom: 20px; }
.question-type3:before, .question-type3:after {
  content: " ";
  display: table; }
.question-type3:after {
  clear: both; }
.question-type3 .error .answer-drop {
  color: #e00000;border-color: #e00000;}
.question-type3 .success .answer-drop {
  color: #7cc11a; border-color: #7cc11a; }
.question-type3 .show .answer-drop {
  color: #1cd0f1; }
.question-type3 .answer-drop {
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
  border-bottom: dotted 3px #b7b7b7;
  color: #333;
  padding-top: 9px; }
.question-type3 .vocables {
  margin-top: 30px; }
  .question-type3 .vocables .vocable {
    white-space: nowrap;
    display: inline-block;
    background-color: #fff;
    margin: 0 5px 10px;
    padding: 3px 7px;
    color: #333333;
    font-size: 18px;
    cursor: move;
    box-shadow: 0 3px 3px rgba(212, 212, 212, 0.75); }

.question-type4 .questionitem {
  margin-bottom: 45px; }
  .question-type4 .questionitem li {
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px; }
    .question-type4 .questionitem li .option {
      font-weight: bold;
      width: 30px;
      height: 31px;
      display: inline-block;
      padding: 6px 0 0 6px; }
    .question-type4 .questionitem li.selected .option {
      background: url("../imgs/site/imgs.png") no-repeat -246px -277px; }
    .question-type4 .questionitem.error .selected {
      color: #e00000; }
    .question-type4 .questionitem .selected.error {
      color: #e00000; }
      .question-type4 .questionitem .selected.error .option {
        background: url("../imgs/site/imgs.png") no-repeat -246px -320px; }
    .question-type4 .questionitem.success .selected{
      color: #7cc11a; }

    .question-type4 .questionitem .selected.success {
      color: #7cc11a; }

      .question-type4 .questionitem .selected.success .option, .question-type4 .questionitem.success .selected .option {
        background: url("../imgs/site/imgs.png") no-repeat -200px -320px; }

    .question-type4 .questionitem li.show {
      color: #1cd0f1; }
      /*.question-type4 .questionitem li.show .option {
        background: url("../imgs/site/imgs.png") no-repeat -150px -320px; }*/
  .question-type4 .questionitem p {
    font-size: 18px; }

.question-type5 .questionitem {
  margin-bottom: 10px;
  cursor: pointer; }
  .question-type5 .questionitem .option {
    width: 21px;
    height: 21px;
    margin-right: 20px;
    display: inline-block;
    background-position: 0 -379px; }
  .question-type5 .questionitem.selected .option, .question-type5 .questionitem:hover .option {
    background-position: -189px -379px; }
  .question-type5 .questionitem.error {
    color: #e00000; }
    /*.question-type5 .questionitem.error .option {
      background-position: -139px -379px; }*/
  .question-type5 .questionitem.success {
    color: #7cc11a; }
    /*.question-type5 .questionitem.success .option {
      background-position: -94px -379px; }*/
  .question-type5 .questionitem.show {
    color: #1cd0f1; }
    .question-type5 .questionitem.show .option {
      background-position: -46px -379px; }

.question-type6 {
  font-size: 18px; }
  .question-type6 .questionitem {
    margin-bottom: 10px; }
    .question-type6 .questionitem:before, .question-type6 .questionitem:after {
      content: " ";
      display: table; }
    .question-type6 .questionitem:after {
      clear: both; }
    .question-type6 .questionitem.error {
      color: #e00000; }
      .question-type6 .questionitem.error .customSelectInner {
        color: #e00000; }
    .question-type6 .questionitem.success {
      color: #7cc11a; }
      .question-type6 .questionitem.success .customSelectInner {
        color: #7cc11a; }
    .question-type6 .questionitem.show {
      color: #1cd0f1; }
      .question-type6 .questionitem.show .customSelectInner {
        color: #1cd0f1; }

.question-type7 {
  font-size: 18px; }
  .question-type7 .questionitem {
      position: relative;
    margin-bottom: 10px; }
    .question-type7 .questionitem:before, .question-type7 .questionitem:after {
      content: " ";
      display: table; }
    .question-type7 .questionitem:after {
      clear: both; }
    .question-type7 .questionitem .itext2 {
      background-color: transparent;
      border: none;
      border-bottom: dotted 2px #333;
      width: 100px;
      height: 30px;
      color: #333;
      font-size: 18px; }
    .question-type7 .questionitem.error {
      color: #e00000; }
      .question-type7 .questionitem.error .itext2 {
        color: #e00000; }
    .question-type7 .questionitem.success {
      color: #7cc11a; }
      .question-type7 .questionitem.success .itext2 {
        color: #7cc11a; }
    .question-type7 .questionitem.show {
      color: #1cd0f1; }
      .question-type7 .questionitem.show .itext2 {
        color: #1cd0f1; }

.lesson-btn-group {
  padding-top: 20px; }
  .lesson-btn-group:before, .lesson-btn-group:after {
    content: " ";
    display: table; }
  .lesson-btn-group:after {
    clear: both; }
  .lesson-btn-group ul {
    float: right; }
    .lesson-btn-group ul li {
      float: left;
      margin-left: 18px; }

/* Unite Lessons End */
/* notification list begin*/
.notification-list li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  margin-left: 45px;
  min-height: 30px;cursor: pointer; }
  .notification-list li:before, .notification-list li:after {
    content: " ";
    display: table; }
  .notification-list li:after {
    clear: both; }
  .notification-list li .message {
    margin-bottom: 20px;
    display: block; }
  .notification-list li .icon-envolepe {
    float: left;
    margin-left: -45px; }
    .notification-list li .icon-envolepe.open {
      margin-top: -7px; }

/* notification list end*/
/* sss list begin*/
.faq-list li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  margin-left: 45px;
  min-height: 30px; }
  .faq-list li:before, .faq-list li:after {
    content: " ";
    display: table; }
  .faq-list li:after {
    clear: both; }
  .faq-list li .faq-q {
    margin-bottom: 20px;
    display: block;
    cursor: pointer; }
  .faq-list li .faq-a {
    display: none;
    margin-bottom: 30px; }
  .faq-list li.show .faq-a {
    display: block; }
  .faq-list li .ico-sss {
    float: left;
    margin-left: -45px; }

.sendQuestion {
  padding-top: 50px; }
  .sendQuestion .input-label {
    float: left; }
  .sendQuestion .input-group {
    float: none;
    width: 100% !important; }

/* sss list end*/
/* Report Begin */
.my-report-list {
  padding-top: 85px; }
  .my-report-list .report-item {
    border-radius: 20px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 25px;
      padding-bottom: 20px;
  }
    .my-report-list .report-item .report-header {
      padding: 12px;
      background: url(../imgs/site/bg-report-header.png) no-repeat;
      height: 77px;
      margin-bottom: 15px; }
      .my-report-list .report-item .report-header.header-unite1 {
        background-position: 0 0; }
      .my-report-list .report-item .report-header.header-unite2 {
        background-position: 0 -657px; }
      .my-report-list .report-item .report-header.header-unite3 {
        background-position: 0 -525px; }
      .my-report-list .report-item .report-header.header-unite4 {
        background-position: 0 -391px; }
      .my-report-list .report-item .report-header.header-unite5 {
        background-position: 0 -262px; }
      .my-report-list .report-item .report-header.header-unite6 {
        background-position: 0 -132px; }
      .my-report-list .report-item .report-header .status {
        float: right;
        font-size: 14px;
        color: #fff;
        text-align: right; }
        .my-report-list .report-item .report-header .status .value {
          font-size: 24px; }
      .my-report-list .report-item .report-header .unite-name {
        font-size: 24px;
        font-family: "roboto_slabbold", Arial, Helvetica, sans-serif; }
      .my-report-list .report-item .report-header .lesson {
        font-size: 24px;
        font-family: "roboto_slablight", Arial, Helvetica, sans-serif; }
    .my-report-list .report-item .report-body {
      padding:  10px;
        height: 480px;
        overflow: auto;
    }
      .my-report-list .report-item .report-body .unites {
        font-size: 18px;
        font-family: "roboto_slablight", Arial, Helvetica, sans-serif;
        color: #333333;
        line-height: 120%; }
        .my-report-list .report-item .report-body .unites h3 {
          font-size: 24px; }
        .my-report-list .report-item .report-body .unites li {
          margin-bottom: 30px; }

/* Report End */

.user-register {
  padding-top: 50px;
  padding-bottom: 115px;
  min-height: 900px; }
  .user-register:before, .user-register:after {
    content: " ";
    display: table; }
  .user-register:after {
    clear: both; }


/* Settings Begin */
.user-settings {
  border-right: solid 1px #fff;
  padding-top: 50px;
  padding-bottom: 115px;
  min-height: 900px; }
  .user-settings:before, .user-settings:after {
    content: " ";
    display: table; }
  .user-settings:after {
    clear: both; }

.user-settings-menu {
  border-radius: 20px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: 15px 10px;
  margin-top: 20px; }
  .user-settings-menu li {
    padding-top: 10px;
    margin-bottom: 15px;
    border-radius: 100px; }
    .user-settings-menu li:before, .user-settings-menu li:after {
      content: " ";
      display: table; }
    .user-settings-menu li:after {
      clear: both; }
    .user-settings-menu li .imgs {
      float: left;
      margin-top: -10px; }
    .user-settings-menu li .title {
      display: block;
      color: #9f9f9f;
      font-size: 18px;
      border-bottom: solid 1px #9f9f9f;
      margin-left: 64px;
      padding-bottom: 3px; }
    .user-settings-menu li:hover .title, .user-settings-menu li.active .title {
      color: #fff; }
    .user-settings-menu li.menu-item1:hover, .user-settings-menu li.menu-item1.active {
      background-color: #5abb4d; }
    .user-settings-menu li.menu-item2:hover, .user-settings-menu li.menu-item2.active {
      background-color: #dc4844; }
    .user-settings-menu li.menu-item3:hover, .user-settings-menu li.menu-item3.active {
      background-color: #f49226; }
    .user-settings-menu li.menu-item4:hover, .user-settings-menu li.menu-item4.active {
      background-color: #1ca5a1; }

.form-type1 .form-group {
  margin-bottom: 10px; }
  .form-type1 .form-group:before, .form-type1 .form-group:after {
    content: " ";
    display: table; }
  .form-type1 .form-group:after {
    clear: both; }
  .form-type1 .form-group .input-label {
    float: left;
    width: 140px;
    color: #fff;
    font-size: 18px; }
  .form-type1 .form-group .input-label2 {
    float: left;
    width: 265px;
    color: #fff;
    font-size: 18px; }
  .form-type1 .form-group .input-group {
    float: left;
    width: calc(100% - 140px);
    color: #fff;
    min-width: 100px;
    display: block; }
    .form-type1 .form-group .input-group a {
      color: #fff; }
    .form-type1 .form-group .input-group .itext {
      width: 100%;
      border-radius: 20px;
      border: none;
      background-color: #fff;
      color: #333;
      font-size: 18px;
      font-family: "roboto_slablight", Arial, Helvetica, sans-serif;
      padding: 5px 10px; }
  .form-type1 .form-group .input-group2 {
    float: left;
    width: calc(100% - 265px); }
  .form-type1 .form-group.error .itext {
    background-color: #f00 !important;
    color: #fff !important; }
.form-type1 #otherlanguage {
  margin-bottom: 10px; }


.form-type1 #otherlanguage .ico-cancel{
    cursor: pointer;
}
.form-type1 .profile-picture {
  width: 165px;
  height: 165px;
  border: solid 1px #fff;
  border-radius: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.avatarTable {
  background: url(../imgs/site/avatars.png) no-repeat;
  width: calc(72px * 9);
  margin-bottom: 30px;
  margin-left: 100px; }
  .avatarTable:before, .avatarTable:after {
    content: " ";
    display: table; }
  .avatarTable:after {
    clear: both; }
  .avatarTable li {
    width: 72px;
    height: 72px;
    float: left;
    position: relative;
    cursor: pointer; }
    .avatarTable li span {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute; }
      .avatarTable li span i {
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute; }
      .avatarTable li span:hover i {
        display: block; }
    .avatarTable li.selected i {
      display: block; }

/* Settings End */
/*

File Upload
*/
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block; }

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer; }

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%; } }
.progress {
  background-color: transparent; }

/*

File Upload End
*/
.site-modal-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }
  .site-modal-section .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .site-modal-section .site-modal {
    transition: all 200ms ease-in-out;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background: url(../imgs/site/bg-modal.jpg) no-repeat 50% 50%;
    width: 730px;
    height: 544px;
    border-radius: 20px;
    border-bottom-left-radius: 10px; }
    .site-modal-section .site-modal:before, .site-modal-section .site-modal:after {
      content: " ";
      display: table; }
    .site-modal-section .site-modal:after {
      clear: both; }
    .site-modal-section .site-modal .btn-modal-close {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: -45px;
      color: #fff;
      font-size: 18px;
      width: 90px;
      height: 45px; }
      .site-modal-section .site-modal .btn-modal-close .modal-close {
        background-position: -236px -461px;
        width: 45px;
        height: 45px;
        float: left;
        margin-top: -10px;
        margin-right: 10px; }
    .site-modal-section .site-modal .site-modal-body {
      padding: 35px;
      overflow: hidden;
      position: relative; }
    .site-modal-section .site-modal.closed {
      -ms-transform: scale(0.6);
      /* IE 9 */
      -webkit-transform: scale(0.6);
      /* Safari */
      transform: scale(0.6); }

.content-box {
  border-radius: 20px;
  border-bottom-left-radius: 10px;
  padding: 35px 25px;
  position: absolute;
  z-index: 1000;
  background-color: #ffeca1;
  font-size: 18px;
  color: #333;
  top: 50px;
  left: 50px;
  width: 90%; }
  .content-box .content-box-close {
    cursor: pointer;
    background-position: 0 -513px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px; }

.addr .info {
  margin-bottom: 50px; }
  .addr .info:before, .addr .info:after {
    content: " ";
    display: table; }
  .addr .info:after {
    clear: both; }
  .addr .info dt, .addr .info dd {
    color: #fff;
    font-size: 18px; }
    .addr .info dt:before, .addr .info dt:after, .addr .info dd:before, .addr .info dd:after {
      content: " ";
      display: table; }
    .addr .info dt:after, .addr .info dd:after {
      clear: both; }
  .addr .info dt {
    width: 140px;
    float: left;
    margin-bottom: 15px; }
  .addr .info dd {
    margin-left: 140px; }
    .addr .info dd a {
      color: #fff; }
.addr .addr-item .name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px; }
.addr .addr-item .map {
  overflow: hidden;
  border-radius: 20px;
  border-bottom-left-radius: 10px; }

/* Site Footer */
.site-footer {
  background-color: #2fa99b;
  color: #fff;
  font-size: 14px;
  padding-bottom: 15px; }
  .site-footer:before, .site-footer:after {
    content: " ";
    display: table; }
  .site-footer:after {
    clear: both; }
  .site-footer .footer-logos {
    background-color: #3ddbce;
    width: 100%;
    padding: 15px;
    height: 125px;
    margin-top: -20px;
    border-radius: 20px;
    margin-bottom: 16px; }
    .site-footer .footer-logos .logo {
      margin: 10px 0 0 10px; }
    .site-footer .footer-logos .iudm-logo {
      background-position: 15px -80px;
      width: 308px;
      height: 97px;
      background-color: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      text-indent: -9000px; }

     .site-footer .footer-logos .tcb-logo {
         float: right;
         margin-right:20px;
      width: 308px;
      height: 97px;
      background-color: #fff;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;     text-align: center;
    padding-top: 11px; }

  .site-footer .footer-menu .menu {
    float: right; }
    .site-footer .footer-menu .menu li {
      float: left;
      margin-left: 10px; }
      .site-footer .footer-menu .menu li a {
        color: #fff;
        font-size: 14px; }
  .site-footer .social {
    float: right; }

.social {
  float: left;
  margin-left: 15px;
  margin-top: -5px; }
  .social li {
    float: left;
    margin-left: 5px; }
    .social li a {
      display: block;
      text-indent: -9000px;
      width: 31px;
      height: 31px; }
      .social li a.tw {
        background-position: -189px -50px; }
      .social li a.fb {
        background-position: -151px -50px; }
      .social li a.ins {
        background-position: -114px -50px; }

      
#nav-toggle {
  width: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  z-index: 100;
  top: 50px;
  display: none; }
  #nav-toggle span {
    transition: all 500ms ease-in-out;
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 25px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    border-radius: 5px; }
    #nav-toggle span:before, #nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 5px;
      width: 25px;
      background: #fff;
      position: absolute;
      display: block;
      content: '';
      border-radius: 5px; }
    #nav-toggle span:before {
      top: -8px; }
    #nav-toggle span:after {
      bottom: -8px; }
  #nav-toggle.active span {
    background-color: transparent; }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0; }
    #nav-toggle.active span:before {
      transform: rotate(45deg); }
    #nav-toggle.active span:after {
      transform: rotate(-45deg); }


/* Tablet View Begin  */
@media only screen and  (min-width: 768px) and (max-width: 991px) {
     #nav-toggle {
    display: block; }

     .site-top-header .header .user-section {
    margin-right: 20px;
}
     
  .main-menu {
    z-index: 1000;
    display: block;
    position: fixed;
    left: -100%;
    margin: 0;
    top: 0;
    background: #2fa99b;
    width: 250px;
    height: 100%;
    top: 0;
    margin-top: 0!important;
    transition: all 500ms ease-in-out;
    padding: 20px 0px;
    overflow: auto; }
    .main-menu.active {
      left: 0; }
    .main-menu ul {
      background-color: transparent;
      text-align: left; }
      .main-menu ul li {
        display: block;
        float: none !important;
        border: none;
        margin-bottom: 5px;
        margin-left: 20px!important; }
        .main-menu ul li a { 
          color: #fff;

        }
         
    .main-menu .top-menu {
      float: none; }
      .main-menu .top-menu ul {
        float: none; }
      .main-menu .top-menu .user-section {
        float: none; }
        .main-menu .top-menu .user-section .login {
          margin-bottom: 5px;
          display: block; }
          .main-menu .top-menu .user-section .login .text {
            float: none; } 
          .site-footer .copy {
              text-align: center;
              margin-bottom: 20px;

          }
          .footer-menu ul {
              float: none!important;
              margin-bottom: 20px;
              text-align: center;
          }

           .footer-menu ul li {
              float: none!important;
               display: inline-block;
               text-align: center;
          }


         .footer-menu ul:before, .footer-menu ul:after {
      content: " ";
      display: table; }
    .footer-menu ul:after {
      clear: both; }

           .site-footer .footer-logos .iudm-logo {
                   width: 200px;
    height: 63px;
    background-size: 190px auto;
    background-position: 15px -55px;

           }
           .site-footer .footer-logos .tcb-logo {
                   width: 200px;
    height: 63px;
    padding: 11px;
           }

           .user-status .status .circle-area .circle {
    width: 200px;
    height: 200px;
}
           .circle-area .circle canvas {
               width: 200px;
               height: 200px;
}
           .user-status .status .circle-area .circle .key {
        margin-top: 12px;
    font-size: 18px;
    top: 60px;
    width: 80%;
    margin: auto;
    right: 0;
}
           .user-status .status .circle-area .circle .value {
    top: 102px;
    font-family: "oswaldbold", Arial, Helvetica, sans-serif;
    font-size: 54px;
}

           .divider { 
    width: 100%; 
        background-position-x: 16%!important;
}
           .user-status .time {
               display: none;
           }

           .form-type1 .form-group  .input-label2 {
               float: none!important;
               display: block!important;
           }
        .form-type1 .form-group .input-group2 {
               float: none!important;
               display: block;
              width: 100%!important;
           }

        .avatarTable {
     
    width: calc(50px * 9);
    margin-bottom: 30px;
            margin-left: 0;
    background-size: 450px auto;
}
 

.avatarTable li {
    width: 50px;
    height:50px; 
}
.form-type1 .profile-picture {
    width: 125px;
    height: 125px;
}
}
/* Tablet View End  */

/* Phone View Begin */
@media only screen and (max-width: 767px) {

    .site-top-header .header { 
    padding: 30px 10px 20px 15px;
    height: 120px;
    margin-top: -20px; 
}
    .site-top-header .header .user-section .user {
        width: 70px;
        margin-right: 30px;

    }
     .site-top-header .header .user-section .ico-notification {
         display: none;
     }
    .site-top-header .header .user-section .user .user-name {
        display: none;
    }

    .language-bar { 
    right: 25px!important;
        z-index: 200;
}
    .logo {
    background: url(../imgs/site/logo-turkce-her-yerde.png) no-repeat;
    width: 160px;
    height: 48px;
    text-indent: -9000px;
    float: left;
    margin-top: 13px;
     margin-right: 0px;
}
    .site-footer .footer-logos {
        height: 245px;
    }
     .site-footer .footer-logos .iudm-logo {
                   width: 200px;
                    height: 63px;
                    background-size: 190px auto;
                    background-position: 15px -55px;
         margin: 10px auto;
         float: none !important;
         display: block;
           }
           .site-footer .footer-logos .tcb-logo {
                   width: 200px;
                    display: block;
    height: 63px;
    padding: 11px;
               float: none;
    margin: 10px auto;
           }
           .site-footer .social {
               float: none;
               margin-top: 10px;
           }

           .site-top-header .header .user-section .user .user-menu {

               margin-left: 0;
    margin-top: 15px;
    right: 80px;
}

               .divider { 
    width: 100%; 
        background-position-x: 27%!important;
}
               .unite-list {
                   border: none;
               }

               .unite .items li {
    float: left;
    width: 120px;
    margin: 0 10px;
    text-align: center;
}

               .flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 1px;
  width: 35px;
  height: 60px;
  font-size: 50px;
  font-weight: bold;
  border-radius: 2px;
  background: #000;
}
               .flip-clock-wrapper ul li {
   
    line-height: 62px; 
}
.flip-clock-wrapper ul li a div div.inn {
    font-size: 50px;
}
.flip-clock-wrapper ul li a div {
    font-size: 50px;
}

.addr .info dt, .addr .info dd {
    color: #fff;
    font-size: 18px;
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
}
    .addr .info dd {
        margin-bottom: 20px;
    }


    .user-settings {
    border-right: none; 
}

    .form-type1 .form-group .input-label {
    float: none;
    width: 100%; 
}
    .form-type1 .form-group .input-group {
    float: none;
    width: 100%; 
}
    .lesson-btn-group ul li { 
    margin-left: 16px;
}
    .user-settings-menu {
        margin-bottom: 20px;
    }
   .avatarTable {
     
    width: calc(33px * 9);
    margin-bottom: 30px;
            margin-left: auto;
       margin-right: auto;
    background-size: 297px auto;
}
 .user-settings {
     min-height: auto;
 }
   .user-settings .row .row {
       margin-left: 0;
       margin-right: 0;
   }

.avatarTable li {
    width: 33px;
    height:33px; 
}

.form-type1 .form-group .input-label2 {
    float: none;
    width: 100%; 
}

.form-type1 .form-group .input-group2 {
    float: none;
    width: 100%;
}


.unite-header .item-icon {
    float: none;
    margin: -45px auto 0;
}
.btn-back {
    display: none;
}

.unite-progress {
    margin-top: 20px;
}
body.unite1,body.unite2,body.unite3,body.unite4,body.unite5,body.unite6 {
    background-repeat: repeat!important
}

.lesson-btn-group ul {
    float: none;
}

.lesson-btn-group ul li {
    float: none;
    margin-bottom: 10px;
}

.btn-show-answer, .btn-check-answer {
    display: block;
}

.question-audio .player-container {
    width: 100%;
}

.question-audio audio {
    float: none;
    width: 100%;
}

#keyboard {
    width: 100%;
}
  #nav-toggle {
    display: block; }

  .main-menu {
    z-index: 1000;
    display: block;
    position: fixed;
    left: -100%;
    margin: 0!important;
    top: 0;
    background: #2fa99b;
    width: 250px;
    height: 100%;
    top: 0;
    transition: all 500ms ease-in-out;
    padding: 20px 0px;
    overflow: auto; }
    .main-menu.active {
      left: 0; }
    .main-menu ul {
      background-color: transparent;
      text-align: left; }
      .main-menu ul li {
        display: block;
        float: none !important;
        border: none;
        margin-bottom: 5px;
        margin-left: 0; }
        .main-menu ul li a { 
          color: #fff; }
          .main-menu ul li a.alt {
            border: none; }
    .main-menu .top-menu {
      float: none; }
      .main-menu .top-menu ul {
        float: none; }
      .main-menu .top-menu .user-section {
        float: none; }
        .main-menu .top-menu .user-section .login {
          margin-bottom: 5px;
          display: block; }
          .main-menu .top-menu .user-section .login .text {
            float: none; } 

}

/*# sourceMappingURL=global.css.map */
 
#keyboard {

padding: 0;
    background: #ccc;
list-style: none;
    display: none;
    width: 425px;
    padding: 5px;
    border: solid 2px #ccc;
    box-shadow: 3px 5px 9px  rgba(0,0,0,.3);
    -moz-box-shadow: 3px 5px 9px  rgba(0,0,0,.3);
    -webkit-box-shadow:3px 5px 9px  rgba(0,0,0,.3);
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
}
#keyboard.active {
    display: block;
}

#keyboard:before, #keyboard:after {
    content: " ";
    display: table; }
 #keyboard:after {
    clear: both; }


	#keyboard li {
	float: left;
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #f9f9f9;
	-moz-border-radius: 5px;
	    color: #333;
	-webkit-border-radius: 5px;
	}
		.capslock, .tab, .left-shift {
		clear: left;
		}
			#keyboard .tab, #keyboard .delete {
			width: 70px;
			}
			#keyboard .capslock {
			width: 80px;
			}
			#keyboard .return {
			width: 77px;
			}
			#keyboard .left-shift {
			width: 95px;
			}
			#keyboard .right-shift {
			width: 109px;
			}
		.lastitem {
		margin-right: 0;
		}
		.uppercase {
		text-transform: uppercase;
		}
		#keyboard .space {
		clear: left;
		    width: 100%;
		}
		.on {
		display: none;
		}
		#keyboard li:hover {
		position: relative;
		top: 1px;
		left: 1px;
		border-color: #e5e5e5;
		cursor: pointer;
		}

        /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../imgs/site/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../imgs/site/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../imgs/site/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../imgs/site/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Dosis",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../imgs/site/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../imgs/site/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }


.language-bar { 
    
    position: absolute;
    top: -20px;
    right: 50px;
    height: 30px;
    width: 30px;
    padding: 20px 5px 5px; 
    display: block;
}

    .language-bar .selected {
        display: block;
        text-align: center;
    }

   .language-bar ul {
       position: absolute;
       top: -300px;
       transition: top .2s;
       -moz-transition: top .2s;
       -webkit-transition: top .2s;

   }
   .language-bar:hover ul {
       top: 15px;
   }

        .language-bar ul li {
            float: none !important;
        }

            .language-bar ul li a {
                padding: 5px 0 !important;
                float: none !important;
                display: block;
            }

    .language-bar .flag {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        -webkit-background-size: 30px;
        background-size: 30px;
        display: block;
    }

    .language-bar.active {
        height: 110px;
        margin-top: -38px;
    }

        .language-bar.active ul {
            display: block !important;
            text-align: center;
        }

            .language-bar.active ul li:hover {
                background-color: #ddd !important;
                color: #000;
            }

    .language-bar:hover .selected {
        cursor: pointer;
    }