@charset "utf-8";
/* CSS Document */
body{ font-family: 'Quicksand', sans-serif;border-top: 5px solid #38c695;}
h1{font-weight: bold;}
.p0{ padding: 0;}
.ust{min-height: 70px; border-bottom: 2px dashed #9538C6; margin-top: 20px; padding-top: 14px;}
.ust-oda{margin-right: 10px; margin-top: 5px;}
.ust-oda a{ font-weight: bold; color: #fc5f45; font-size: 20px;}
.basla{ margin-top: 50px;}
.chat-login{width: 300px; min-height: 200px; margin:auto; margin-top: 10px; margin-bottom: 30px; text-align:center;}
.nick-box{width: 300px; min-height: 70px; margin: auto; background-color: #FFF; -webkit-appearance: none; box-shadow: 0 16px 32px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.01); border: none; text-align: center; margin-top: 5px; margin-bottom: 5px; border-radius: 38px; outline: none; font-size: 20px; font-weight: bold;}
.nick-sifre{width: 300px; min-height: 70px; margin: auto; background-color: #FFF; -webkit-appearance: none; box-shadow: 0 16px 32px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.01); border: none; text-align: center; margin-top: 5px; margin-bottom: 5px; border-radius: 38px; outline: none; font-size: 20px; font-weight: bold;}
.baglan{width: 300px; min-height: 70px; margin: auto;     background-color: #9538C6; -webkit-appearance: none; box-shadow: 0 16px 32px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.01); border: none; text-align: center; margin-top: 10px; margin-bottom: 10px; border-radius: 38px; outline: none; font-size: 25px; font-weight: bold; color: #FFF; cursor: pointer;}
.baglan:hover{background-color: #fc5f45; }
.odalarim{ min-height: 200px;}
.odalarim strong{ font-size: 30px;}
.odalarim span{font-size: 24px; font-weight: bold;color: #fc5f45;}
.odalarim a{color: #FFF; font-weight: bold;}
.odalarim a:hover{text-decoration: none;}
.oda{margin-top: 40px;}
.oda-box{width: 100%; min-height: 210px; margin: auto; margin-top: 30px; margin-bottom: 30px; -webkit-appearance: none; box-shadow: 0 16px 32px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.01); border-radius: 12px; padding: 15px; text-align: left;}
.oda-box img{ float: left; margin-right: 5px;}
.oda-box span{ color: #9538C6; float: left; font-size: 20px;}
.oda-box strong{font-size: 16px;}
.oda-box p{ font-size: 14px;}
.oda-git{ float: right; width: 90px; min-height:30px;background-color: #fc5f45;border-radius: 38px; text-align: center; padding-top: 2px; }
.oda-git img{ margin-left: 10px; margin-top: 1px; margin-right: 0px;}
.oda-box .nummer{ position: absolute; width: 40px; min-height: 40px; right: 25px; top: 41px; background-color: #9538C6; border-radius: 60%; color: #FFF; font-weight: bold; font-size: 20px; text-align: center; padding-top: 5px;-webkit-appearance: none; box-shadow: 0 8px 32px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.01);}
.iller{min-height: 550px;}
.footer{background-color: #9538C6; min-height: 70px; margin-top: 50px; text-align: right; color: #FFF; padding-top: 25px;}
.footer a{color: #FFF; padding: 10px; font-weight: bold; font-size: 13px;}
.footer a:hover{ text-decoration: none;}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}