@import url("carlito.css"); 

body {
  font-family: Carlito;
  font-size:16pt;
  padding:0px;
  margin:0px;
/*  background: transparent url("/images/texture.png");*/
  height: 100%;
  }
html {
  height: 100%;
  }

b {
  font-family: Carlito Bold;
}
i {
  font-family: Carlito Italic;
  }
i b,b i {
  font-family: Carlito Bold Italic;
  }
p {
  text-indent:30px;
  text-align:justify;
  margin: 0 10px 15px 10px;
  }
h2 {
  padding: 0 10px;
  font-size: 20pt;
  text-shadow: 0 0 3px #999;
  }
.varri {
  position: relative;
  z-index:2;
  }
.varri_ {
  height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
overflow-y: auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
flex-direction: column;
  }
article {
  width:1024px;
  margin:0px auto;
  padding:5px 15px;
/*  background-color: #ffffff50;
  box-shadow: 0 0 15px #fff;*/
  position: relative;
  }
.tran_area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
   -moz-box-orient: horizontal;
   -moz-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
     -moz-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-flex-basis:50%;
      -ms-flex-preferred-size:50%;
          flex-basis:50%;
  display:flex;
  flex-direction: row;
  align-items:flex-start;
  flex-basis:50%;
  margin-bottom: 50px;
  }
.tran_textarea,.tran_translate {
  /* display: flex;*/
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
   -moz-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;  
  flex-grow: 1;
  margin:10px;
  }
.translate_box,.kusarna_box {
  border:2px solid #c1b0aa;
  border-radius: 7px;
  width:100%;
  }
.translate_box {
  background-color: #ffffff6b;
  }
.kusarna_box {
  background-color: #b1b1b157;
  }
.translate_box:focus,.translate_box:hover {
  box-shadow: 3px 3px 4px 1px #c8c8c8;
  }
.tran_area textarea {
  background-color:transparent;
  height:140px; 
  padding:10px;
  border:0px;
  width:100%;
  font-family: Carlito;
  font-size:14pt;
  resize: none;
  outline: 0;
  box-sizing: border-box;
  }
.tran_textarea textarea {
/*  box-shadow: 3px 3px 4px 1px #c8c8c8;*/

  }
.tran_textarea textarea::placeholder {
  color: #bdaba4;
  font-family: Carlito Italic;
  }
.tran_translate textarea::placeholder {
  font-family: Carlito Italic;
  }
.tran_translate textarea {
/*  background-color:white;*/
  }
.arrows {
  position: absolute;
  top: 30px;
  width:100%;
  margin-left:-13px;
  cursor: pointer;
  }
.arrows div {
  margin:auto;
  width:24px;
  }
.src_line {
  position: relative;
  z-index: 2;
  }
.tran_line {
  position: relative;
  z-index: 2;
  }
#src_lang,#tran_lang {
  padding: 10px 20px;
  font-family: Carlito Bold;
  cursor:pointer;
  display:inline-block;
  }
#src_lang {
  float: right;
  }
#tran_lang {
  float: left;
  }
#src_lng_box {
  background-color: white;
  position: absolute;
  right: 10px;
  padding: 15px;
  font-family: Carlito;
  border: 1px solid #6e544b;
  border-radius: 5px;
  min-width: 150px;
  box-shadow: 0 0px 7px #a1857b;
  }
.src_lng_item,.src_lng_selitem {
  display:block;
  padding: 5px 10px;
  margin-bottom: 2px;
  }
.src_lng_item {
  cursor:pointer;
  background-color: #f2e8e5;
  }
.src_lng_item:hover {
  background-color: #c1b0aa;
  }
.src_lng_selitem {
  font-family: 'Carlito Bold';
  background-color: #ff9e6e;
  cursor: default;
  }
.src_lng_selitem:hover {
  background-color: #ff7b39;
  }

#tran_lng_box {
  background-color: white;
  position: absolute;
  left: 15px;
  padding: 15px;
  font-family: Carlito;
  border: 1px solid #6e544b;
  border-radius: 5px;
  min-width: 150px;
  box-shadow: 0 0px 7px #a1857b;
  }
.tran_lng_item,.tran_lng_selitem {
  display:block;
  padding: 5px 10px;
  margin-bottom: 2px;
  }
.tran_lng_item {
  cursor:pointer;
  background-color: #f2e8e5;
  }
.tran_lng_item:hover {
  background-color: #c1b0aa;
  }
.tran_lng_selitem {
  font-family: 'Carlito Bold';
  background-color: #ff9e6e;
  cursor: default;
  }
.tran_lng_selitem:hover {
  background-color: #ff7b39;
  }

.tran_button,.kusarna_button {
  height: 54px;
  padding: 15px;
  box-sizing: border-box;
  }
.kusarna_button {
  border-bottom: 1px solid #c8baaf;
  background-color: #cbbeb757;
  }

.tran_button {
  background-color: #ecebe5;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #dfdfdf;
  }
.tran_button .icons,.kusarna_button .icons,.kusarna_info .icons{
  height:24px;
  width:24px;
  opacity:0.7;
  }
.tran_button .future_icon,.kusarna_button .future_icon,.kusarna_info .future_icon {
  opacity:0.15;
  }
.tran_info,.kusarna_info {
  padding: 10px;
  height: 18px;
  }
.tran_info {
  font-size:11pt;
  }
#translate_info {
  color: #bc9f9b;
  }
#translate_button {
  font-size: 14pt;
  padding: 3px 20px;
  float: right;
  margin-top: -9px;
  display: block;
  background-color: #603829;
  border-radius: 7px;
  color: white;
  text-shadow: 0 0 3px white;
  cursor: pointer;
  }
.clicker {
  cursor: pointer;
  }
.hakpus {
  margin-left: 7px;
padding: 4px 10px;
border-radius: 5px;
font-size: 14pt;
line-height: 200%;
  cursor: pointer;
  }
a.hakpus {
  opacity:0.5;
  color:inherit;
  text-decoration:none;
  }
.hakpus a:hover,.hakpus:hover,.avan .hakpus:hover {
  color:inherit;
  text-decoration:none;
  opacity:1;
  }

.yapah {
  background-color:red;
  color:#efc6c6;
box-shadow: 2px 2px 5px red;
  }
.avan .hakpus:hover {
  color:#efc6c6;
box-shadow: 2px 2px 5px #efc6c6;
  }
.avan {
  background-color:green;
  color: #add1ad;
box-shadow: 2px 2px 5px green;
  }
.kayat {
  background-color:yellow;
  border: 1px solid #ffa700;
  box-shadow: 2px 2px 5px #ffa700;
  }
.yusa {
background-color: #1b64c2;
color: #add1ad;
margin-left: 40px;
box-shadow: 2px 2px 5px #1b64c2;
  }
.haklav_area {
  padding: 10px;
margin: 10px;
border: 1px solid #c1b0aa;
border-radius: 5px;
background-color: #cfcec8;
  }
.haklav_infoi {
float: right;
font-size: 12pt;
letter-spacing: 2px;
cursor: help;
  }
.haklav_tip_name {
  font-size: 10pt;
text-align: center;
padding-bottom: 10px;
border-bottom: 1px solid #c1b0aa;
color: #835757;
  }
.haklav_src_text {
  font-size: 12pt;
text-indent: 30px;
padding: 15px 10px;
opacity: 0.7;
text-align: justify;
  }
.haklav_translate {
  text-indent: 30px;
padding: 0 10px 15px 10px;
text-align: justify;
text-shadow: 0 0 2px #929292;
  }
#haklani {
  margin-bottom: 40px;
  }
.anlantaru {
  margin-bottom: 120px;
  color:#878484;
  }
.anlantaru p {
  font-size:10pt;
  }

.haklav_yusa {
width: 100%;
height: 120px;
border: 1px solid #c1b0aa;
font-family: Carlito;
font-size: 14pt;
padding: 10px;
background-color: #FFF9;
  box-sizing: border-box;

  }
.user_level_box {
  position: relative;
  display: table;
  font-size: 10pt;
  padding: 2px 5px 4px 5px;
  border-radius: 5px;
  font-weight: 200;
  background-color: #a376682b;
  color: #656565;
  
  }
.user_level {
  margin-right: 15px;
  }
#user_curlevel {
  font-weight: 600;
  color:#8c1b1b;
  }
.user_opyt {
  }
#user_curopyt {
  font-weight: 600;
  color: #63a600;
  text-shadow: 0 0 3px #fff;
  }
.bar_opyt {
  height: 3px;
  width: 100%;
  display: block;
  background-color: #aea396;
  }
#bar_opyt_cur {
  height: 3px;
  display: block;
  background-color: #68a809;
  }

header {
  font-size: 24pt;
  background-color: #875b5b57;
  padding: 15px;
  border-bottom: 1px solid #9d8982;
  text-shadow: 0 0 5px #e9e6dd;
  z-index: 10;
  position: relative;
  letter-spacing: -1px;
  }
header h1 {
  font-size: 24pt;
  margin:0px;
  }
header h1 a {
  color:inherit;
  text-decoration: none;
  }

header sup {
  color: #cb0000;
  font-size: 12pt;
  letter-spacing: 0px;
  }
.varne_head {
  width: 1024px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
  }
.page_langs {
position: absolute;
right: 0px;
float: right;
bottom: -5px;
  }
.page_langs a {
  }
.page_langs img {
  opacity: 0.7;
  margin-left: 15px;
  }
.rec_240 {
  position: absolute;
  text-align: center;
  height: 400px;
  background-color: #ffffff38;
  width: 260px;
  }
footer {
  font-size:12pt;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  background-color: #f0e5ad;
  display: block;
  width: 100%;
  z-index: 30;
  border-top: 5px solid #ffffff7a;
  }
footer a {
  color: #794c3c;
  }
.clear {
  clear:both;
  float: none; 
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
  }
@media all and (max-width: 1648px) {
  .rec_240 {
    display:none;
    }
  }
@media all and (max-width: 1024px) {
  article {
    width:100%;
    padding:0px;
    }
  .varne_head {
    width:100%;
    padding:0px;
    }
  }
@media all and (max-width: 480px) {
  .tran_area {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-direction: column;
    align-items:normal;
    }
  }