@charset "UTF-8";
body {
  scrollbar-width: 10px;
  scrollbar-base-color: #222;
  scrollbar-3dlight-color: #222;
  scrollbar-highlight-color: #222;
  scrollbar-track-color: #3e3e42;
  scrollbar-arrow-color: #111;
  scrollbar-shadow-color: #222;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
::-webkit-scrollbar {
  width: 10px;
}
::-moz-scrollbar {
  width: 10px;
}
::-moz-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-moz-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-o-scrollbar {
  width: 10px;
}
::-o-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-o-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
progress {
  width: 100%;
  height: 14px;
  margin: 3px auto;
  display: block;
  -webkit-appearance: none;
  border: none;
}
progress::-webkit-progress-bar {
  background: black;
  border-radius: 50px;
  padding: 2px;
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}
progress::-webkit-progress-value {
  border-radius: 50px;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)), -webkit-linear-gradient(left, #ba7448, #c4672d);
  background-size: 25px 14px, 100% 100%, 100% 100%;
}
* {
  box-sizing: border-box;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.bos:empty {
  display: none!important;
}
video {
  width: 100%;
  display: table-cell;
  background: black;
  height: auto!important;
}
iframe {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
}
.kirmizi {
  color: #f44336!important;
}
.mavi {
  color: #2196F3!important;
}
.yesil {
  color: #4CAF50!important;
}
.sari {
  color: #ff9800!important;
}
.beyaz {
  color: #fff!important;
}
.bkirmizi {
  background-color: #f44336!important;
}
.bmavi {
  background-color: #2196F3!important;
}
.byesil {
  background-color: #4CAF50!important;
}
.bsari {
  background-color: #ff9800!important;
}
.bsbeyaz {
  background-color: #fff!important;
}
div,
form,
span,
p,
b,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button,
ul,
li,
a,
video,
nav,
aside,
section,
main,
figure {
  box-sizing: border-box !important;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
.genis {
  width: 100%;
}
.yuksek {
  height: 100%;
}
.arial {
  font-family: 'Arial';
}
.tahoma {
  font-family: 'Tahoma';
}
.ikon {
  font-family: FontAwesome;
}
.sizing {
  box-sizing: border-box;
}
.orta {
  margin-right: auto;
  margin-left: auto;
}
.ps {
  position: static;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.pa {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.vam {
  vertical-align: middle;
}
.vat {
  vertical-align: top;
}
.vab {
  vertical-align: bottom;
}
.fn {
  float: none;
}
.cp {
  cursor: pointer;
}
.dn {
  display: none ;
}
.dt {
  display: table ;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
  margin-right: -1px;
}
.dcell {
  display: table-cell;
}
.dcell-s {
  display: table-cell;
}
.dcell-m {
  display: table-cell;
}
.dcell-x {
  display: table-cell;
}
.dcell-xl {
  display: table-cell;
}
.dcell-xxl {
  display: table-cell;
}
.oh {
  overflow: hidden;
}
.td {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.empty:empty {
  display: none!important;
}
.bgcontain {
  background-size: contain;
}
.bgcover {
  background-size: cover;
}
.bgno {
  background-repeat: no-repeat;
}
.bgcenter {
  background-position: center center;
}
.liste {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cb {
  clear: both;
}
.yy {
  text-indent: -9999px;
}
hr.stil1 {
  border-top: 1px solid #8c8b8b;
}
hr.stil2 {
  border-top: 3px double #8c8b8b;
}
hr.stil3 {
  border-top: 1px dashed #8c8b8b;
}
hr.stil4 {
  border-top: 1px dotted #8c8b8b;
}
hr.stil5 {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}
hr.stil6 {
  background-color: #fff;
  border-top: 2px dotted #8c8b8b;
}
hr.stil7 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
hr.stil8 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
hr.stil9 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}
hr.stil10 {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}
hr.stil11 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
  border: 0;
}
hr.stil12 {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
  border: 0;
}
hr.stil13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.stil14 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
hr.stil14:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}
hr.stil15 {
  border-top: 4px double #8c8b8b;
  text-align: center;
}
hr.stil15:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}
hr.stil16 {
  border-top: 1px dashed #8c8b8b;
}
hr.stil16:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}
hr.stil17 {
  border-top: 1px solid #8c8b8b;
  text-align: center;
}
hr.stil17:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}
hr.stil18 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.stil18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
.t0 {
  top: 0px;
}
.t50 {
  top: 5px;
}
.t10 {
  top: 10px;
}
.t15 {
  top: 15px;
}
.t20 {
  top: 20px;
}
.t25 {
  top: 25px;
}
.t30 {
  top: 30px;
}
.t35 {
  top: 35px;
}
.t40 {
  top: 40px;
}
.t45 {
  top: 45px;
}
.t50 {
  top: 50px;
}
.t55 {
  top: 55px;
}
.t60 {
  top: 60px;
}
.t65 {
  top: 65px;
}
.t70 {
  top: 70px;
}
.t75 {
  top: 75px;
}
.t80 {
  top: 80px;
}
.t85 {
  top: 85px;
}
.t90 {
  top: 90px;
}
.t95 {
  top: 95px;
}
.t100 {
  top: 100px;
}
.l0 {
  left: 0px;
}
.l5 {
  left: 5px;
}
.l10 {
  left: 10px;
}
.l15 {
  left: 15px;
}
.l20 {
  left: 20px;
}
.l25 {
  left: 25px;
}
.l30 {
  left: 30px;
}
.l35 {
  left: 35px;
}
.l40 {
  left: 40px;
}
.l45 {
  left: 45px;
}
.l50 {
  left: 50px;
}
.l55 {
  left: 55px;
}
.l60 {
  left: 60px;
}
.l65 {
  left: 65px;
}
.l70 {
  left: 70px;
}
.l75 {
  left: 75px;
}
.l80 {
  left: 80px;
}
.l85 {
  left: 85px;
}
.l90 {
  left: 90px;
}
.l95 {
  left: 95px;
}
.l100 {
  left: 100px;
}
.r0 {
  right: 0px;
}
.r5 {
  right: 5px;
}
.r10 {
  right: 10px;
}
.r15 {
  right: 15px;
}
.r20 {
  right: 20px;
}
.r25 {
  right: 25px;
}
.r30 {
  right: 30px;
}
.r35 {
  right: 35px;
}
.r40 {
  right: 40px;
}
.r45 {
  right: 45px;
}
.r50 {
  right: 50px;
}
.r55 {
  right: 55px;
}
.r60 {
  right: 60px;
}
.r65 {
  right: 65px;
}
.r70 {
  right: 70px;
}
.r75 {
  right: 75px;
}
.r80 {
  right: 80px;
}
.r85 {
  right: 85px;
}
.r90 {
  right: 90px;
}
.r95 {
  right: 95px;
}
.r100 {
  right: 100px;
}
.b0 {
  bottom: 0px;
}
.b5 {
  bottom: 5px;
}
.b10 {
  bottom: 10px;
}
.b15 {
  bottom: 15px;
}
.b20 {
  bottom: 20px;
}
.b25 {
  bottom: 25px;
}
.b30 {
  bottom: 30px;
}
.b35 {
  bottom: 35px;
}
.b40 {
  bottom: 40px;
}
.b45 {
  bottom: 45px;
}
.b50 {
  bottom: 50px;
}
.b55 {
  bottom: 55px;
}
.b60 {
  bottom: 60px;
}
.b65 {
  bottom: 65px;
}
.b70 {
  bottom: 70px;
}
.b75 {
  bottom: 75px;
}
.b80 {
  bottom: 80px;
}
.b85 {
  bottom: 85px;
}
.b90 {
  bottom: 90px;
}
.b95 {
  bottom: 95px;
}
.b100 {
  bottom: 100px;
}
.h10 {
  height: 10px;
}
.h15 {
  height: 15px;
}
.h20 {
  height: 20px;
}
.h25 {
  height: 25px;
}
.h30 {
  height: 30px;
}
.h35 {
  height: 35px;
}
.h40 {
  height: 40px;
}
.h45 {
  height: 45px;
}
.h50 {
  height: 50px;
}
.h55 {
  height: 55px;
}
.h60 {
  height: 60px;
}
.h65 {
  height: 65px;
}
.h70 {
  height: 70px;
}
.h75 {
  height: 75px;
}
.h80 {
  height: 80px;
}
.h85 {
  height: 85px;
}
.h90 {
  height: 90px;
}
.h95 {
  height: 95px;
}
.h100 {
  height: 100px;
}
.h105 {
  height: 105px;
}
.h110 {
  height: 110px;
}
.h115 {
  height: 115px;
}
.h120 {
  height: 120px;
}
.h125 {
  height: 125px;
}
.h130 {
  height: 130px;
}
.h135 {
  height: 135px;
}
.h140 {
  height: 140px;
}
.h145 {
  height: 145px;
}
.h150 {
  height: 150px;
}
.h155 {
  height: 155px;
}
.h160 {
  height: 160px;
}
.h165 {
  height: 165px;
}
.h170 {
  height: 170px;
}
.h175 {
  height: 175px;
}
.h180 {
  height: 180px;
}
.h185 {
  height: 185px;
}
.h190 {
  height: 190px;
}
.h195 {
  height: 195px;
}
.h200 {
  height: 200px;
}
.h205 {
  height: 205px;
}
.h210 {
  height: 210px;
}
.h215 {
  height: 215px;
}
.h220 {
  height: 220px;
}
.h225 {
  height: 225px;
}
.h230 {
  height: 230px;
}
.h235 {
  height: 235px;
}
.h240 {
  height: 240px;
}
.h245 {
  height: 245px;
}
.h250 {
  height: 250px;
}
.h255 {
  height: 255px;
}
.h260 {
  height: 260px;
}
.h265 {
  height: 265px;
}
.h270 {
  height: 270px;
}
.h275 {
  height: 275px;
}
.h280 {
  height: 280px;
}
.h285 {
  height: 285px;
}
.h290 {
  height: 290px;
}
.h295 {
  height: 295px;
}
.h300 {
  height: 300px;
}
.w10 {
  width: 10px;
}
.w15 {
  width: 15px;
}
.w20 {
  width: 20px;
}
.w25 {
  width: 25px;
}
.w30 {
  width: 30px;
}
.w35 {
  width: 35px;
}
.w40 {
  width: 40px;
}
.w45 {
  width: 45px;
}
.w50 {
  width: 50px;
}
.w55 {
  width: 55px;
}
.w60 {
  width: 60px;
}
.w65 {
  width: 65px;
}
.w70 {
  width: 70px;
}
.w75 {
  width: 75px;
}
.w80 {
  width: 80px;
}
.w85 {
  width: 85px;
}
.w90 {
  width: 90px;
}
.w95 {
  width: 95px;
}
.w100 {
  width: 100px;
}
.w105 {
  width: 105px;
}
.w110 {
  width: 110px;
}
.w115 {
  width: 115px;
}
.w120 {
  width: 120px;
}
.w125 {
  width: 125px;
}
.w130 {
  width: 130px;
}
.w135 {
  width: 135px;
}
.w140 {
  width: 140px;
}
.w145 {
  width: 145px;
}
.w150 {
  width: 150px;
}
.w155 {
  width: 155px;
}
.w160 {
  width: 160px;
}
.w165 {
  width: 165px;
}
.w170 {
  width: 170px;
}
.w175 {
  width: 175px;
}
.w180 {
  width: 180px;
}
.w185 {
  width: 185px;
}
.w190 {
  width: 190px;
}
.w195 {
  width: 195px;
}
.w200 {
  width: 200px;
}
.w205 {
  width: 205px;
}
.w210 {
  width: 210px;
}
.w215 {
  width: 215px;
}
.w220 {
  width: 220px;
}
.w225 {
  width: 225px;
}
.w230 {
  width: 230px;
}
.w235 {
  width: 235px;
}
.w240 {
  width: 240px;
}
.w245 {
  width: 245px;
}
.w250 {
  width: 250px;
}
.w255 {
  width: 255px;
}
.w260 {
  width: 260px;
}
.w265 {
  width: 265px;
}
.w270 {
  width: 270px;
}
.w275 {
  width: 275px;
}
.w280 {
  width: 280px;
}
.w285 {
  width: 285px;
}
.w290 {
  width: 290px;
}
.w295 {
  width: 295px;
}
.w300 {
  width: 300px;
}
.r1 > .fl,
.r1 > .dib {
  width: calc(100%);
}
.r2 > .fl,
.r2 > .dib {
  width: calc(50%);
}
.r3 > .fl,
.r3 > .dib {
  width: calc(33.33333333%);
}
.r4 > .fl,
.r4 > .dib {
  width: calc(25%);
}
.r5 > .fl,
.r5 > .dib {
  width: calc(20%);
}
.r6 > .fl,
.r6 > .dib {
  width: calc(16.66666667%);
}
.r7 > .fl,
.r7 > .dib {
  width: calc(14.28571429%);
}
.r8 > .fl,
.r8 > .dib {
  width: calc(12.5%);
}
.r9 > .fl,
.r9 > .dib {
  width: calc(11.11111111%);
}
.r10 > .fl,
.r10 > .dib {
  width: calc(10%);
}
.r11 > .fl,
.r11 > .dib {
  width: calc(9.09090909%);
}
.r12 > .fl,
.r12 > .dib {
  width: calc(8.33333333%);
}
.r13 > .fl,
.r13 > .dib {
  width: calc(7.69230769%);
}
.r14 > .fl,
.r14 > .dib {
  width: calc(7.14285714%);
}
.r15 > .fl,
.r15 > .dib {
  width: calc(6.66666667%);
}
.r16 > .fl,
.r16 > .dib {
  width: calc(6.25%);
}
.r17 > .fl,
.r17 > .dib {
  width: calc(5.88235294%);
}
.r18 > .fl,
.r18 > .dib {
  width: calc(5.55555556%);
}
.r19 > .fl,
.r19 > .dib {
  width: calc(5.26315789%);
}
.r20 > .fl,
.r20 > .dib {
  width: calc(5%);
}
@media screen and (max-width: 1200px) {
  .dcell-xxl {
    display: block;
  }
  .r-xxl-1 > .fl,
  .r-xxl-1 > .dib {
    width: calc(100%);
  }
  .r-xxl-2 > .fl,
  .r-xxl-2 > .dib {
    width: calc(50%);
  }
  .r-xxl-3 > .fl,
  .r-xxl-3 > .dib {
    width: calc(33.33333333%);
  }
  .r-xxl-4 > .fl,
  .r-xxl-4 > .dib {
    width: calc(25%);
  }
  .r-xxl-5 > .fl,
  .r-xxl-5 > .dib {
    width: calc(20%);
  }
  .r-xxl-6 > .fl,
  .r-xxl-6 > .dib {
    width: calc(16.66666667%);
  }
  .r-xxl-7 > .fl,
  .r-xxl-7 > .dib {
    width: calc(14.28571429%);
  }
  .r-xxl-8 > .fl,
  .r-xxl-8 > .dib {
    width: calc(12.5%);
  }
  .r-xxl-9 > .fl,
  .r-xxl-9 > .dib {
    width: calc(11.11111111%);
  }
  .r-xxl-10 > .fl,
  .r-xxl-10 > .dib {
    width: calc(10%);
  }
  .r-xxl-11 > .fl,
  .r-xxl-11 > .dib {
    width: calc(9.09090909%);
  }
  .r-xxl-12 > .fl,
  .r-xxl-12 > .dib {
    width: calc(8.33333333%);
  }
  .r-xxl-13 > .fl,
  .r-xxl-13 > .dib {
    width: calc(7.69230769%);
  }
  .r-xxl-14 > .fl,
  .r-xxl-14 > .dib {
    width: calc(7.14285714%);
  }
  .r-xxl-15 > .fl,
  .r-xxl-15 > .dib {
    width: calc(6.66666667%);
  }
  .r-xxl-16 > .fl,
  .r-xxl-16 > .dib {
    width: calc(6.25%);
  }
  .r-xxl-17 > .fl,
  .r-xxl-17 > .dib {
    width: calc(5.88235294%);
  }
  .r-xxl-18 > .fl,
  .r-xxl-18 > .dib {
    width: calc(5.55555556%);
  }
  .r-xxl-19 > .fl,
  .r-xxl-19 > .dib {
    width: calc(5.26315789%);
  }
  .r-xxl-20 > .fl,
  .r-xxl-20 > .dib {
    width: calc(5%);
  }
}
@media screen and (max-width: 992px) {
  .dcell-xl {
    display: block;
  }
  .r-xl-1 > .fl,
  .r-xl-1 > .dib {
    width: calc(100%);
  }
  .r-xl-2 > .fl,
  .r-xl-2 > .dib {
    width: calc(50%);
  }
  .r-xl-3 > .fl,
  .r-xl-3 > .dib {
    width: calc(33.33333333%);
  }
  .r-xl-4 > .fl,
  .r-xl-4 > .dib {
    width: calc(25%);
  }
  .r-xl-5 > .fl,
  .r-xl-5 > .dib {
    width: calc(20%);
  }
  .r-xl-6 > .fl,
  .r-xl-6 > .dib {
    width: calc(16.66666667%);
  }
  .r-xl-7 > .fl,
  .r-xl-7 > .dib {
    width: calc(14.28571429%);
  }
  .r-xl-8 > .fl,
  .r-xl-8 > .dib {
    width: calc(12.5%);
  }
  .r-xl-9 > .fl,
  .r-xl-9 > .dib {
    width: calc(11.11111111%);
  }
  .r-xl-10 > .fl,
  .r-xl-10 > .dib {
    width: calc(10%);
  }
  .r-xl-11 > .fl,
  .r-xl-11 > .dib {
    width: calc(9.09090909%);
  }
  .r-xl-12 > .fl,
  .r-xl-12 > .dib {
    width: calc(8.33333333%);
  }
  .r-xl-13 > .fl,
  .r-xl-13 > .dib {
    width: calc(7.69230769%);
  }
  .r-xl-14 > .fl,
  .r-xl-14 > .dib {
    width: calc(7.14285714%);
  }
  .r-xl-15 > .fl,
  .r-xl-15 > .dib {
    width: calc(6.66666667%);
  }
  .r-xl-16 > .fl,
  .r-xl-16 > .dib {
    width: calc(6.25%);
  }
  .r-xl-17 > .fl,
  .r-xl-17 > .dib {
    width: calc(5.88235294%);
  }
  .r-xl-18 > .fl,
  .r-xl-18 > .dib {
    width: calc(5.55555556%);
  }
  .r-xl-19 > .fl,
  .r-xl-19 > .dib {
    width: calc(5.26315789%);
  }
  .r-xl-20 > .fl,
  .r-xl-20 > .dib {
    width: calc(5%);
  }
}
@media screen and (max-width: 768px) {
  .dcell-l {
    display: block;
  }
  .r-l-1 > .fl,
  .r-l-1 > .dib {
    width: calc(100%);
  }
  .r-l-2 > .fl,
  .r-l-2 > .dib {
    width: calc(50%);
  }
  .r-l-3 > .fl,
  .r-l-3 > .dib {
    width: calc(33.33333333%);
  }
  .r-l-4 > .fl,
  .r-l-4 > .dib {
    width: calc(25%);
  }
  .r-l-5 > .fl,
  .r-l-5 > .dib {
    width: calc(20%);
  }
  .r-l-6 > .fl,
  .r-l-6 > .dib {
    width: calc(16.66666667%);
  }
  .r-l-7 > .fl,
  .r-l-7 > .dib {
    width: calc(14.28571429%);
  }
  .r-l-8 > .fl,
  .r-l-8 > .dib {
    width: calc(12.5%);
  }
  .r-l-9 > .fl,
  .r-l-9 > .dib {
    width: calc(11.11111111%);
  }
  .r-l-10 > .fl,
  .r-l-10 > .dib {
    width: calc(10%);
  }
  .r-l-11 > .fl,
  .r-l-11 > .dib {
    width: calc(9.09090909%);
  }
  .r-l-12 > .fl,
  .r-l-12 > .dib {
    width: calc(8.33333333%);
  }
  .r-l-13 > .fl,
  .r-l-13 > .dib {
    width: calc(7.69230769%);
  }
  .r-l-14 > .fl,
  .r-l-14 > .dib {
    width: calc(7.14285714%);
  }
  .r-l-15 > .fl,
  .r-l-15 > .dib {
    width: calc(6.66666667%);
  }
  .r-l-16 > .fl,
  .r-l-16 > .dib {
    width: calc(6.25%);
  }
  .r-l-17 > .fl,
  .r-l-17 > .dib {
    width: calc(5.88235294%);
  }
  .r-l-18 > .fl,
  .r-l-18 > .dib {
    width: calc(5.55555556%);
  }
  .r-l-19 > .fl,
  .r-l-19 > .dib {
    width: calc(5.26315789%);
  }
  .r-l-20 > .fl,
  .r-l-20 > .dib {
    width: calc(5%);
  }
}
@media screen and (max-width: 480px) {
  .dcell-m {
    display: block;
  }
  .r-m-1 > .fl,
  .r-m-1 > .dib {
    width: calc(100%);
  }
  .r-m-2 > .fl,
  .r-m-2 > .dib {
    width: calc(50%);
  }
  .r-m-3 > .fl,
  .r-m-3 > .dib {
    width: calc(33.33333333%);
  }
  .r-m-4 > .fl,
  .r-m-4 > .dib {
    width: calc(25%);
  }
  .r-m-5 > .fl,
  .r-m-5 > .dib {
    width: calc(20%);
  }
  .r-m-6 > .fl,
  .r-m-6 > .dib {
    width: calc(16.66666667%);
  }
  .r-m-7 > .fl,
  .r-m-7 > .dib {
    width: calc(14.28571429%);
  }
  .r-m-8 > .fl,
  .r-m-8 > .dib {
    width: calc(12.5%);
  }
  .r-m-9 > .fl,
  .r-m-9 > .dib {
    width: calc(11.11111111%);
  }
  .r-m-10 > .fl,
  .r-m-10 > .dib {
    width: calc(10%);
  }
  .r-m-11 > .fl,
  .r-m-11 > .dib {
    width: calc(9.09090909%);
  }
  .r-m-12 > .fl,
  .r-m-12 > .dib {
    width: calc(8.33333333%);
  }
  .r-m-13 > .fl,
  .r-m-13 > .dib {
    width: calc(7.69230769%);
  }
  .r-m-14 > .fl,
  .r-m-14 > .dib {
    width: calc(7.14285714%);
  }
  .r-m-15 > .fl,
  .r-m-15 > .dib {
    width: calc(6.66666667%);
  }
  .r-m-16 > .fl,
  .r-m-16 > .dib {
    width: calc(6.25%);
  }
  .r-m-17 > .fl,
  .r-m-17 > .dib {
    width: calc(5.88235294%);
  }
  .r-m-18 > .fl,
  .r-m-18 > .dib {
    width: calc(5.55555556%);
  }
  .r-m-19 > .fl,
  .r-m-19 > .dib {
    width: calc(5.26315789%);
  }
  .r-m-20 > .fl,
  .r-m-20 > .dib {
    width: calc(5%);
  }
}
@media screen and (max-width: 320px) {
  .dcell-s {
    display: block;
  }
  .r-s-1 > .fl,
  .r-s-1 > .dib {
    width: calc(100%);
  }
  .r-s-2 > .fl,
  .r-s-2 > .dib {
    width: calc(50%);
  }
  .r-s-3 > .fl,
  .r-s-3 > .dib {
    width: calc(33.33333333%);
  }
  .r-s-4 > .fl,
  .r-s-4 > .dib {
    width: calc(25%);
  }
  .r-s-5 > .fl,
  .r-s-5 > .dib {
    width: calc(20%);
  }
  .r-s-6 > .fl,
  .r-s-6 > .dib {
    width: calc(16.66666667%);
  }
  .r-s-7 > .fl,
  .r-s-7 > .dib {
    width: calc(14.28571429%);
  }
  .r-s-8 > .fl,
  .r-s-8 > .dib {
    width: calc(12.5%);
  }
  .r-s-9 > .fl,
  .r-s-9 > .dib {
    width: calc(11.11111111%);
  }
  .r-s-10 > .fl,
  .r-s-10 > .dib {
    width: calc(10%);
  }
  .r-s-11 > .fl,
  .r-s-11 > .dib {
    width: calc(9.09090909%);
  }
  .r-s-12 > .fl,
  .r-s-12 > .dib {
    width: calc(8.33333333%);
  }
  .r-s-13 > .fl,
  .r-s-13 > .dib {
    width: calc(7.69230769%);
  }
  .r-s-14 > .fl,
  .r-s-14 > .dib {
    width: calc(7.14285714%);
  }
  .r-s-15 > .fl,
  .r-s-15 > .dib {
    width: calc(6.66666667%);
  }
  .r-s-16 > .fl,
  .r-s-16 > .dib {
    width: calc(6.25%);
  }
  .r-s-17 > .fl,
  .r-s-17 > .dib {
    width: calc(5.88235294%);
  }
  .r-s-18 > .fl,
  .r-s-18 > .dib {
    width: calc(5.55555556%);
  }
  .r-s-19 > .fl,
  .r-s-19 > .dib {
    width: calc(5.26315789%);
  }
  .r-s-20 > .fl,
  .r-s-20 > .dib {
    width: calc(5%);
  }
}
.max100 {
  max-width: 100px;
}
.max150 {
  max-width: 150px;
}
.max200 {
  max-width: 200px;
}
.max250 {
  max-width: 250px;
}
.max300 {
  max-width: 300px;
}
.max350 {
  max-width: 350px;
}
.max400 {
  max-width: 400px;
}
.max450 {
  max-width: 450px;
}
.max500 {
  max-width: 500px;
}
.max550 {
  max-width: 550px;
}
.max600 {
  max-width: 600px;
}
.max650 {
  max-width: 650px;
}
.max700 {
  max-width: 700px;
}
.max750 {
  max-width: 750px;
}
.max800 {
  max-width: 800px;
}
.max850 {
  max-width: 850px;
}
.max900 {
  max-width: 900px;
}
.max950 {
  max-width: 950px;
}
.max1000 {
  max-width: 1000px;
}
.max1150 {
  max-width: 1150px;
}
.max1200 {
  max-width: 1200px;
}
.max1250 {
  max-width: 1250px;
}
.max1300 {
  max-width: 1300px;
}
.max1350 {
  max-width: 1350px;
}
.max1400 {
  max-width: 1400px;
}
.max1450 {
  max-width: 1450px;
}
.max1500 {
  max-width: 1500px;
}
.bdotted {
  border-style: dotted;
}
.bdashed {
  border-style: dashed;
}
.bsolid {
  border-style: solid;
}
.bdouble {
  border-style: double;
}
.bgroove {
  border-style: groove;
}
.bridge {
  border-style: ridge;
}
.binset {
  border-style: inset;
}
.boutset {
  border-style: outset;
}
.bnone {
  border-style: none;
}
.bhidden {
  border-style: hidden;
}
.bmix {
  border-style: dotted dashed solid double;
}
.b1 {
  border-width: 1px;
}
.b2 {
  border-width: 2px;
}
.b3 {
  border-width: 3px;
}
.b4 {
  border-width: 4px;
}
.b5 {
  border-width: 5px;
}
.b6 {
  border-width: 6px;
}
.b7 {
  border-width: 7px;
}
.b8 {
  border-width: 8px;
}
.b9 {
  border-width: 9px;
}
.b10 {
  border-width: 10px;
}
.index0 {
  z-index: 0;
}
.index9 {
  z-index: 9;
}
.index99 {
  z-index: 99;
}
.index999 {
  z-index: 999;
}
.index9999 {
  z-index: 9999;
}
.min100 {
  min-width: 100px;
}
.min150 {
  min-width: 150px;
}
.min200 {
  min-width: 200px;
}
.min250 {
  min-width: 250px;
}
.min300 {
  min-width: 300px;
}
.min350 {
  min-width: 350px;
}
.min400 {
  min-width: 400px;
}
.min450 {
  min-width: 450px;
}
.min500 {
  min-width: 500px;
}
.min550 {
  min-width: 550px;
}
.min600 {
  min-width: 600px;
}
.min650 {
  min-width: 650px;
}
.min700 {
  min-width: 700px;
}
.min750 {
  min-width: 750px;
}
.min800 {
  min-width: 800px;
}
.min850 {
  min-width: 850px;
}
.min900 {
  min-width: 900px;
}
.min950 {
  min-width: 950px;
}
.min1000 {
  min-width: 1000px;
}
.min1150 {
  min-width: 1150px;
}
.min1200 {
  min-width: 1200px;
}
.min1250 {
  min-width: 1250px;
}
.min1300 {
  min-width: 1300px;
}
.min1350 {
  min-width: 1350px;
}
.min1400 {
  min-width: 1400px;
}
.min1450 {
  min-width: 1450px;
}
.min1500 {
  min-width: 1500px;
}
.p0 {
  padding: 0px!important;
}
.p2 {
  padding: 2px!important;
}
.p4 {
  padding: 4px!important;
}
.p5 {
  padding: 5px!important;
}
.p6 {
  padding: 6px!important;
}
.p8 {
  padding: 8px!important;
}
.p10 {
  padding: 10px!important;
}
.p12 {
  padding: 12px!important;
}
.p14 {
  padding: 14px!important;
}
.p16 {
  padding: 16px!important;
}
.p18 {
  padding: 18px!important;
}
.p20 {
  padding: 20px!important;
}
.p22 {
  padding: 22px!important;
}
.p24 {
  padding: 24px!important;
}
.p26 {
  padding: 26px!important;
}
.p28 {
  padding: 28px!important;
}
.p30 {
  padding: 30px!important;
}
.p32 {
  padding: 32px!important;
}
.p34 {
  padding: 34px!important;
}
.p36 {
  padding: 36px!important;
}
.p38 {
  padding: 38px!important;
}
.p40 {
  padding: 40px!important;
}
.p42 {
  padding: 42px!important;
}
.p44 {
  padding: 44px!important;
}
.p46 {
  padding: 46px!important;
}
.p48 {
  padding: 48px!important;
}
.p50 {
  padding: 50px!important;
}
.pr0 {
  padding-right: 0px!important;
}
.pr2 {
  padding-right: 2px!important;
}
.pr4 {
  padding-right: 4px!important;
}
.pr5 {
  padding-right: 5px!important;
}
.pr6 {
  padding-right: 6px!important;
}
.pr8 {
  padding-right: 8px!important;
}
.pr10 {
  padding-right: 10px!important;
}
.pr12 {
  padding-right: 12px!important;
}
.pr14 {
  padding-right: 14px!important;
}
.pr16 {
  padding-right: 16px!important;
}
.pr18 {
  padding-right: 18px!important;
}
.pr20 {
  padding-right: 20px!important;
}
.pr22 {
  padding-right: 22px!important;
}
.pr24 {
  padding-right: 24px!important;
}
.pr26 {
  padding-right: 26px!important;
}
.pr28 {
  padding-right: 28px!important;
}
.pr30 {
  padding-right: 30px!important;
}
.pr32 {
  padding-right: 32px!important;
}
.pr34 {
  padding-right: 34px!important;
}
.pr36 {
  padding-right: 36px!important;
}
.pr38 {
  padding-right: 38px!important;
}
.pr40 {
  padding-right: 40px!important;
}
.pr42 {
  padding-right: 42px!important;
}
.pr44 {
  padding-right: 44px!important;
}
.pr46 {
  padding-right: 46px!important;
}
.pr48 {
  padding-right: 48px!important;
}
.pr50 {
  padding-right: 50px!important;
}
.pt0 {
  padding-top: 0px!important;
}
.pt4 {
  padding-top: 4px!important;
}
.pt5 {
  padding-top: 5px!important;
}
.pt6 {
  padding-top: 6px!important;
}
.pt8 {
  padding-top: 8px!important;
}
.pt10 {
  padding-top: 10px!important;
}
.pt12 {
  padding-top: 12px!important;
}
.pt14 {
  padding-top: 14px!important;
}
.pt16 {
  padding-top: 16px!important;
}
.pt18 {
  padding-top: 18px!important;
}
.pt20 {
  padding-top: 20px!important;
}
.pt22 {
  padding-top: 22px!important;
}
.pt24 {
  padding-top: 24px!important;
}
.pt26 {
  padding-top: 26px!important;
}
.pt28 {
  padding-top: 28px!important;
}
.pt30 {
  padding-top: 30px!important;
}
.pt32 {
  padding-top: 32px!important;
}
.pt34 {
  padding-top: 34px!important;
}
.pt36 {
  padding-top: 36px!important;
}
.pt38 {
  padding-top: 38px!important;
}
.pt40 {
  padding-top: 40px!important;
}
.pt42 {
  padding-top: 42px!important;
}
.pt44 {
  padding-top: 44px!important;
}
.pt46 {
  padding-top: 46px!important;
}
.pt48 {
  padding-top: 48px!important;
}
.pt50 {
  padding-top: 50px!important;
}
.pb0 {
  padding-bottom: 0px!important;
}
.pb2 {
  padding-bottom: 2px!important;
}
.pb4 {
  padding-bottom: 4px!important;
}
.pb5 {
  padding-bottom: 5px!important;
}
.pb6 {
  padding-bottom: 6px!important;
}
.pb8 {
  padding-bottom: 8px!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb12 {
  padding-bottom: 12px!important;
}
.pb14 {
  padding-bottom: 14px!important;
}
.pb16 {
  padding-bottom: 16px!important;
}
.pb18 {
  padding-bottom: 18px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb22 {
  padding-bottom: 22px!important;
}
.pb24 {
  padding-bottom: 24px!important;
}
.pb26 {
  padding-bottom: 26px!important;
}
.pb28 {
  padding-bottom: 28px!important;
}
.pb30 {
  padding-bottom: 30px!important;
}
.pb32 {
  padding-bottom: 32px!important;
}
.pb34 {
  padding-bottom: 34px!important;
}
.pb36 {
  padding-bottom: 36px!important;
}
.pb38 {
  padding-bottom: 38px!important;
}
.pb40 {
  padding-bottom: 40px!important;
}
.pb42 {
  padding-bottom: 42px!important;
}
.pb44 {
  padding-bottom: 44px!important;
}
.pb46 {
  padding-bottom: 46px!important;
}
.pb48 {
  padding-bottom: 48px!important;
}
.pb50 {
  padding-bottom: 50px!important;
}
.pl0 {
  padding-left: 0px!important;
}
.pl2 {
  padding-left: 2px!important;
}
.pl4 {
  padding-left: 4px!important;
}
.pl5 {
  padding-left: 5px!important;
}
.pl6 {
  padding-left: 6px!important;
}
.pl8 {
  padding-left: 8px!important;
}
.pl10 {
  padding-left: 10px!important;
}
.pl12 {
  padding-left: 12px!important;
}
.pl14 {
  padding-left: 14px!important;
}
.pl16 {
  padding-left: 16px!important;
}
.pl18 {
  padding-left: 18px!important;
}
.pl20 {
  padding-left: 20px!important;
}
.pl22 {
  padding-left: 22px!important;
}
.pl24 {
  padding-left: 24px!important;
}
.pl26 {
  padding-left: 26px!important;
}
.pl28 {
  padding-left: 28px!important;
}
.pl30 {
  padding-left: 30px!important;
}
.pl32 {
  padding-left: 32px!important;
}
.pl34 {
  padding-left: 34px!important;
}
.pl36 {
  padding-left: 36px!important;
}
.pl38 {
  padding-left: 38px!important;
}
.pl40 {
  padding-left: 40px!important;
}
.pl42 {
  padding-left: 42px!important;
}
.pl44 {
  padding-left: 44px!important;
}
.pl46 {
  padding-left: 46px!important;
}
.pl48 {
  padding-left: 48px!important;
}
.pl50 {
  padding-left: 50px!important;
}
.m0 {
  margin: 0px;
}
.m2 {
  margin: 2px;
}
.m4 {
  margin: 4px;
}
.m5 {
  margin: 5px;
}
.m6 {
  margin: 6px;
}
.m8 {
  margin: 8px;
}
.m10 {
  margin: 10px;
}
.m12 {
  margin: 12px;
}
.m14 {
  margin: 14px;
}
.m16 {
  margin: 16px;
}
.m18 {
  margin: 18px;
}
.m20 {
  margin: 20px;
}
.m22 {
  margin: 22px;
}
.m24 {
  margin: 24px;
}
.m26 {
  margin: 26px;
}
.m28 {
  margin: 28px;
}
.m30 {
  margin: 30px;
}
.m32 {
  margin: 32px;
}
.m34 {
  margin: 34px;
}
.m36 {
  margin: 36px;
}
.m38 {
  margin: 38px;
}
.m40 {
  margin: 40px;
}
.m42 {
  margin: 42px;
}
.m44 {
  margin: 44px;
}
.m46 {
  margin: 46px;
}
.m48 {
  margin: 48px;
}
.m50 {
  margin: 50px;
}
.mr0 {
  margin-right: 0px;
}
.mr2 {
  margin-right: 2px;
}
.mr4 {
  margin-right: 4px;
}
.mr6 {
  margin-right: 6px;
}
.mr8 {
  margin-right: 8px;
}
.mr10 {
  margin-right: 10px;
}
.mr12 {
  margin-right: 12px;
}
.mr14 {
  margin-right: 14px;
}
.mr16 {
  margin-right: 16px;
}
.mr18 {
  margin-right: 18px;
}
.mr20 {
  margin-right: 20px;
}
.mr22 {
  margin-right: 22px;
}
.mr24 {
  margin-right: 24px;
}
.mr26 {
  margin-right: 26px;
}
.mr28 {
  margin-right: 28px;
}
.mr30 {
  margin-right: 30px;
}
.mr32 {
  margin-right: 32px;
}
.mr34 {
  margin-right: 34px;
}
.mr36 {
  margin-right: 36px;
}
.mr38 {
  margin-right: 38px;
}
.mr40 {
  margin-right: 40px;
}
.mr42 {
  margin-right: 42px;
}
.mr44 {
  margin-right: 44px;
}
.mr46 {
  margin-right: 46px;
}
.mr48 {
  margin-right: 48px;
}
.mr50 {
  margin-right: 50px;
}
.mt0 {
  margin-top: 0px;
}
.mt2 {
  margin-top: 2px;
}
.mt4 {
  margin-top: 4px;
}
.mt6 {
  margin-top: 6px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mt14 {
  margin-top: 14px;
}
.mt16 {
  margin-top: 16px;
}
.mt18 {
  margin-top: 18px;
}
.mt20 {
  margin-top: 20px;
}
.mt22 {
  margin-top: 22px;
}
.mt24 {
  margin-top: 24px;
}
.mt26 {
  margin-top: 26px;
}
.mt28 {
  margin-top: 28px;
}
.mt30 {
  margin-top: 30px;
}
.mt32 {
  margin-top: 32px;
}
.mt34 {
  margin-top: 34px;
}
.mt36 {
  margin-top: 36px;
}
.mt38 {
  margin-top: 38px;
}
.mt40 {
  margin-top: 40px;
}
.mt42 {
  margin-top: 42px;
}
.mt44 {
  margin-top: 44px;
}
.mt46 {
  margin-top: 46px;
}
.mt48 {
  margin-top: 48px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb2 {
  margin-bottom: 2px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb18 {
  margin-bottom: 18px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb22 {
  margin-bottom: 22px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb28 {
  margin-bottom: 28px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb34 {
  margin-bottom: 34px;
}
.mb36 {
  margin-bottom: 36px;
}
.mb38 {
  margin-bottom: 38px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb42 {
  margin-bottom: 42px;
}
.mb44 {
  margin-bottom: 44px;
}
.mb46 {
  margin-bottom: 46px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml0 {
  margin-left: 0px;
}
.ml2 {
  margin-left: 2px;
}
.ml4 {
  margin-left: 4px;
}
.ml6 {
  margin-left: 6px;
}
.ml8 {
  margin-left: 8px;
}
.ml10 {
  margin-left: 10px;
}
.ml12 {
  margin-left: 12px;
}
.ml14 {
  margin-left: 14px;
}
.ml16 {
  margin-left: 16px;
}
.ml18 {
  margin-left: 18px;
}
.ml20 {
  margin-left: 20px;
}
.ml22 {
  margin-left: 22px;
}
.ml24 {
  margin-left: 24px;
}
.ml26 {
  margin-left: 26px;
}
.ml28 {
  margin-left: 28px;
}
.ml30 {
  margin-left: 30px;
}
.ml32 {
  margin-left: 32px;
}
.ml34 {
  margin-left: 34px;
}
.ml36 {
  margin-left: 36px;
}
.ml38 {
  margin-left: 38px;
}
.ml40 {
  margin-left: 40px;
}
.ml42 {
  margin-left: 42px;
}
.ml44 {
  margin-left: 44px;
}
.ml46 {
  margin-left: 46px;
}
.ml48 {
  margin-left: 48px;
}
.ml50 {
  margin-left: 50px;
}
.fs8 {
  font-size: 8px;
}
.fs9 {
  font-size: 9px;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs27 {
  font-size: 27px;
}
.fs28 {
  font-size: 28px;
}
.fs29 {
  font-size: 29px;
}
.fs30 {
  font-size: 30px;
}
.fs31 {
  font-size: 31px;
}
.fs32 {
  font-size: 32px;
}
.fs33 {
  font-size: 33px;
}
.fs34 {
  font-size: 34px;
}
.fs35 {
  font-size: 35px;
}
.fs36 {
  font-size: 36px;
}
.fs37 {
  font-size: 37px;
}
.fs38 {
  font-size: 38px;
}
.fs39 {
  font-size: 39px;
}
.fs40 {
  font-size: 40px;
}
.fs41 {
  font-size: 41px;
}
.fs42 {
  font-size: 42px;
}
.fs43 {
  font-size: 43px;
}
.fs44 {
  font-size: 44px;
}
.fs45 {
  font-size: 45px;
}
.fs46 {
  font-size: 46px;
}
.fs47 {
  font-size: 47px;
}
.fs48 {
  font-size: 48px;
}
.fs49 {
  font-size: 49px;
}
.fs50 {
  font-size: 50px;
}
.fw100 {
  font-weight: 100;
}
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}
.line0 {
  line-height: 0px;
}
.line5 {
  line-height: 5px;
}
.line6 {
  line-height: 6px;
}
.line7 {
  line-height: 7px;
}
.line8 {
  line-height: 8px;
}
.line9 {
  line-height: 9px;
}
.line10 {
  line-height: 10px;
}
.line11 {
  line-height: 11px;
}
.line12 {
  line-height: 12px;
}
.line13 {
  line-height: 13px;
}
.line14 {
  line-height: 14px;
}
.line15 {
  line-height: 15px;
}
.line16 {
  line-height: 16px;
}
.line17 {
  line-height: 17px;
}
.line18 {
  line-height: 18px;
}
.line19 {
  line-height: 19px;
}
.line20 {
  line-height: 20px;
}
.line21 {
  line-height: 21px;
}
.line22 {
  line-height: 22px;
}
.line23 {
  line-height: 23px;
}
.line24 {
  line-height: 24px;
}
.line25 {
  line-height: 25px;
}
.line26 {
  line-height: 26px;
}
.line27 {
  line-height: 27px;
}
.line28 {
  line-height: 28px;
}
.line29 {
  line-height: 29px;
}
.line30 {
  line-height: 30px;
}
.line31 {
  line-height: 31px;
}
.line32 {
  line-height: 32px;
}
.line33 {
  line-height: 33px;
}
.line34 {
  line-height: 34px;
}
.line35 {
  line-height: 35px;
}
.line36 {
  line-height: 36px;
}
.line37 {
  line-height: 37px;
}
.line38 {
  line-height: 38px;
}
.line39 {
  line-height: 39px;
}
.line40 {
  line-height: 40px;
}
.line41 {
  line-height: 41px;
}
.line42 {
  line-height: 42px;
}
.line43 {
  line-height: 43px;
}
.line44 {
  line-height: 44px;
}
.line45 {
  line-height: 45px;
}
.line46 {
  line-height: 46px;
}
.line47 {
  line-height: 47px;
}
.line48 {
  line-height: 48px;
}
.line49 {
  line-height: 49px;
}
.line50 {
  line-height: 50px;
}
html,
body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
  background-position: center center;
  background-size: cover;
  font-size: 13px;
  color: #333;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
}
div.less {
  position: fixed;
  left: 0px;
  top: 0px;
  background: green;
  font-size: 10px;
  padding: 2px 10px;
}
div.imesaj {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
div.imesaj > i.fa {
  font-size: 20px;
  display: inline-block;
  margin-right: -1px;
  background: rgba(26, 26, 26, 0.14);
  margin: 0px;
  padding: 0px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
div.imesaj > span {
  padding: 10px 15px;
  margin: 0px;
  display: inline-block;
  margin-right: -1px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
}
div.imesaj.tamam {
  background-color: #E7FDCE;
  color: #8EA731;
}
div.imesaj.hata {
  background-color: #FDE5E5;
  color: #A22209;
}
div.imesaj.bilgi {
  background-color: #4488AB;
  color: #c4ebff;
}
div.imesaj.uyari {
  background-color: #FDFAD9;
  color: #E8D427;
}
div.login {
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}
div.login > div.icerik {
  display: table ;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
}
div.login > div.icerik > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
div.login > div.icerik > div.form {
  text-align: center;
  width: 35%;
}
div.login > div.icerik > div.form > div {
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
}
div.login > div.icerik > div.form > div > h1 {
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
div.login > div.icerik > div.form > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0;
}
div.login > div.icerik > div.form > div > ul > li {
  display: inline-block;
  margin-right: -1px;
  vertical-align: middle;
  margin: 0 10px;
}
div.login > div.icerik > div.form > div > ul > li > a {
  color: #8c8cd6;
  font-size: 16px;
  padding: 5px;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 26px;
}
div.login > div.icerik > div.form > div > ul > li > a > i {
  padding-right: 10px;
}
div.login > div.icerik > div.form > div > ul > li > a:hover {
  color: #ccc;
}
div.login > div.icerik > div.info {
  color: #fff;
  background: rgba(0, 0, 0, 0.28);
}
div.login > div.icerik > div.info > div.text {
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
  width: 100%;
  padding: 20px 0;
  display: table ;
}
div.login > div.icerik > div.info > div.text > div.logo {
  text-align: center;
  padding: 10px 0;
}
div.login > div.icerik > div.info > div.text > div.logo > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
div.login > div.icerik > div.info > div.text > div.logo > ul > li {
  display: inline-block;
  margin-right: -1px;
  vertical-align: middle;
}
div.login > div.icerik > div.info > div.text > div.logo > ul > li > a {
  display: block;
  line-height: 20px;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 13px;
  color: #333;
  background: #ffaa45;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
}
div.login > div.icerik > div.info > div.text > div.logo > ul > li > a:hover {
  background: #d48b32;
}
div.login > div.icerik > div.info > div.text > div.logo > img {
  width: 100%;
  max-width: 270px;
}
div.login > div.icerik > div.info > div.text > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table ;
  width: 100%;
  margin: 20px auto;
  max-width: 850px;
}
div.login > div.icerik > div.info > div.text > ul > li {
  display: inline-block;
  margin-right: -1px;
  vertical-align: top;
  width: calc(33.33333333%);
  padding: 10px;
  float:left;
}
div.login > div.icerik > div.info > div.text > ul > li > div {
  background: #ffffff0f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
div.login > div.icerik > div.info > div.text > ul > li > div > div.img {
  font-size: 0;
  line-height: 0;
  padding: 10px;
}
div.login > div.icerik > div.info > div.text > ul > li > div > div.img > img {
  width: 100%;
  max-width: 200px;
}
div.login > div.icerik > div.info > div.text > ul > li > div > div.text {
  min-height: 150px;
  padding: 10px;
}
div.login > div.icerik > div.info > div.text > ul > li > div > div.text > span {
  font-size: 17px;
  font-weight: bold;
  color: #ffaa45;
}
div.login > div.icerik > div.info > div.text > ul > li > div > div.text > p {
  font-size: 14px;
  line-height: 22px;
  color: #ececec;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
form {
  display: table ;
  width: 100%;
  padding: 10px 10px 20px 10px;
  border-radius: 4px;
  margin: 20px auto;
  padding: 20px;
  background-color: #eceff1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
form ::placeholder {
  color: black;
  opacity: 0.5;
}
form input,
form textarea,
form select,
form button {
  outline: none;
  border: 0px;
  box-sizing: border-box;
  font-size: 13px;
  width: 100%;
  background: transparent;
  font-weight: 300;
}
form > div.input {
  display: table ;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 30px 10px 0px 10px;
}
form > div.input > label {
  display: block;
  color: #333;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
  display: none ;
}
form > div.input > div {
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #757575;
}
form > div.input > div > input {
  width: 100%;
  padding: 10px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  box-sizing: border-box;
  color: #ad728b;
  position: relative;
}
form > div.input > div > textarea {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0;
  font-weight: bold;
  border: 0;
  padding: 10px 0;
  box-sizing: border-box;
  min-height: 80px;
  color: #ad728b;
}
form > div.input > div > div.aciklama {
  font-size: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  left: 0px;
  right: 0px;
  position: absolute;
  display: block;
  height: 0px;
  top: 38px;
  z-index: 9999;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background: brown;
  overflow: hidden;
}
form > div.input > div > div.aciklama:empty {
  display: none ;
}
form > div.input > div:hover > div.aciklama {
  height: auto;
  padding: 10px;
}
form > div.input > div.guvenlik {
  width: 100%;
  position: relative;
  background: #ffb9ba;
  overflow: hidden;
  margin-bottom: 20px;
}
form > div.input > div.guvenlik > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
form > div.input > div.guvenlik > input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  border: 0;
  box-sizing: border-box;
  color: #ad728b;
  position: relative;
}
form > div.input > button {
  background: #F57C00;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #111;
  font-size: 16px;
  padding: 15px;
  border: 0px;
  text-align: center;
  cursor: pointer;
}
form > div.input > button:hover {
  background: #ce6a04;
}
form ul.sms-posta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
form ul.sms-posta > li {
  display: inline-block;
  margin-right: -1px;
  padding: 2px 5px;
}
form ul.sms-posta > li > a {
  line-height: 22px;
  display: block;
  min-width: 100px;
  font-size: 16px;
  padding: 3px 10px;
  background: #ccc;
  font-weight: 400;
  color: #111;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
form ul.sms-posta > li.active > a {
  background: #f57c00;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.squaredThree {
  padding: 10px 12px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: -20px;
  position: relative;
}
.squaredThree input {
  display: none ;
}
.squaredThree span {
  display: inline-block;
  margin-right: -1px;
  vertical-align: middle;
  padding: 0 10px;
}
.squaredThree label {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: -1px;
  background: #333;
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #F57C00;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  div.info {
    padding: 0!important;
  }
  div.info > div.text {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1150px) {
  div.login {
    padding: 20px;
  }
  div.login > div.icerik > div {
    display: block;
    width: 100%!important;
  }
  div.logo > img {
    max-width: 220px!important;
  }
  div.info {
    padding: 0!important;
  }
  div.info > div.text {
    max-width: 100%;
    padding: 10% 0!important;
  }
  div.info > div.text > ul {
    max-width: 100%;
  }
  div.info > div.text > ul > li {
    display: block;
    width: 100%!important;
  }
  div.info > div.text > ul > li > div {
    display: table ;
    width: 100%;
  }
  div.info > div.text > ul > li > div > div.img {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
  }
  div.info > div.text > ul > li > div > div.text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  div.info > div.text > ul > li {
    display: block;
    width: 100%!important;
  }
  div.info > div.text > ul > li > div {
    display: table ;
    width: 100%;
  }
  div.info > div.text > ul > li > div > div.img {
    display: block;
    width: 100%;
  }
  div.info > div.text > ul > li > div > div.text {
    display: block;
    padding: 20px;
    text-align: center;
    min-height: auto!important;
  }
  div.info > div.text > ul > li > div > div.text > p {
    padding: 10px!important;
  }
}
