/* FORMALIZE */
/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, menu, ol, p, pre, ul {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

button, fieldset, menu, ol, ul {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* GENERAL */
* {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  font-family: 'Titillium Web', sans-serif; }

body, html {
  width: 100%;
  height: 100%; }

a {
  transition: 300ms; }

a:hover {
  text-decoration: none; }

/*Edit*/

.sidebar{
    position:fixed;
    float:left;
}
.page-content{
    width:calc(100% - 0px) !important;
}
.page-head{
    width:calc(100% - 263px);
    float:right;
    position:fixed;
    right:0px;
}
.page-area{
    width:calc(100% - 263px);
    float:right;
    margin-top:70px;
}

/*Edit*/

input, button, textarea {
  outline: 0; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }
#opening {
  width: 100%;
  position: fixed;
  z-index: 15000;
  height: 100%;
  text-align: center;
  padding: 30px;
  background: #3085BD; }

h4.welcome {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #fff; }

span.welcome {
  color: #fafafa;
  font-size: 16px;
  position: relative;
  top: -20px;
  opacity: 0;
  animation: textanim 700ms forwards 500ms;
  -webkit-animation: textanim 700ms forwards 500ms;
  -moz-animation: textanim 700ms forwards 500ms; }

.logo {
  width: 350px;
  max-width: 100%;
  height: auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  animation: logoanim 500ms forwards;
  -webkit-animation: logoanim 500ms forwards;
  -moz-animation: logoanim 500ms forwards; }

@keyframes logoanim {
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); } }
@-wekbit-keyframes logoanim {
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); } }
@-moz-keyframes logoanim {
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1); } }
@keyframes textanim {
  to {
    top: 10px;
    opacity: 1; } }
@-wekbit-keyframes textanim {
  to {
    top: 10px;
    opacity: 1; } }
@-moz-keyframes textanim {
  to {
    top: 10px;
    opacity: 1; } }
.page {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%; }
  .page-content {
    width: calc(100% - 263px); }
  .page-head {
    background: #0085BD;
    height: 64px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center; }
    .page-head .notice {
      color: #fff;
      display: flex;
      font-size: 13px;
      font-weight: 600;
      align-items: center; }
      .page-head .notice img {
        flex-shrink: 0;
        margin-right: 10px; }
    .page-head .head-menu {
      width: 180px;
      flex-shrink: 0;
      display: flex;
      align-items: center; }
      .page-head .head-menu a {
        font-size: 30px;
        color: #fff;
        margin-left: 20px;
        position: relative;
        height: 43px; }
        .page-head .head-menu a img {
          margin-top: -7px; }
        .page-head .head-menu a span.status {
          width: 19px;
          height: 19px;
          background: #FFD15C;
          border-radius: 50%;
          display: block;
          line-height: 19px;
          text-align: center;
          color: #0085BD;
          font-size: 14px;
          font-weight: 700;
          position: absolute;
          top: 0;
          right: 10px;
          border: 2px solid #fff;
          box-sizing: content-box; }
        .page-head .head-menu a:first-child {
          border-right: 1px solid #fff;
          padding-right: 20px; }
  .page-area {
    padding: 10px; }
  .page-order {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end; }
    .page-order .price {
      width: 80px;
      height: 33px;
      background: #004664;
      border-radius: 20px;
      color: #fff;
      text-align: center;
      line-height: 33px; }
      .page-order .price i {
        font-size: 12px; }
    .page-order .order-btn {
      display: flex;
      width: 111px;
      height: 33px;
      background: #F06F30;
      align-items: center;
      color: #fff;
      justify-content: center;
      border-radius: 20px;
      margin-left: 15px; }
      .page-order .order-btn img {
        margin-right: 5px; }
  .page-orange {
    padding: 6px;
    background: #F06F30;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 12px; }
  .page-gray {
    padding: 6px;
    background: #F6F2F2;
    border: 1px solid #ccc;
    color: #010101;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 15px; }
  .page-dark {
    padding: 6px;
    background: #424242;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 12px; }
.sidebar {
  width: 263px;
  height: 100%;
  background: #0085BD; }
  .sidebar-logo {
    background: #006995;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sidebar-logo .menu-btn {
      display: none; }
  .sidebar-title {
    background: #004664;
    height: 21px;
    color: #fff;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    cursor: pointer; }
    .sidebar-title .open-menu {
      display: none; }
  .sidebar .open-menu {
    display: none; }
  .sidebar ul.desktop-menu {
    display: block; }
  .sidebar ul.mobile-menu {
    display: none; }
  .sidebar ul {
    margin-top: 20px; }
    .sidebar ul li {
      position: relative; }
      .sidebar ul li a {
        height: 28px;
        display: flex;
        line-height: 28px;
        color: #fff;
        justify-content: space-between;
        font-size: 15px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
        align-items: center; }
        .sidebar ul li a:hover {
          background: #006995; }
        .sidebar ul li a i {
          font-size: 10px;
          transition: 300ms; }
      .sidebar ul li:hover a i {
        transform: rotate(180deg); }
      .sidebar ul li:hover ul {
        display: block; }
      .sidebar ul li ul {
        position: absolute;
        width: 205px;
        background: #006995;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        right: -205px;
        top: -21px;
        display: none; }
        .sidebar ul li ul li a {
          height: 38px;
          border-bottom: 1px solid #fff;
          font-weight: 600;
          font-size: 15px;
          position: relative;
          background: url(../img/bullet.html) no-repeat 10px center;
          padding-left: 25px; }
          .sidebar ul li ul li a span {
            position: absolute;
            right: -10px;
            width: 48px;
            height: 14px;
            font-size: 9px;
            color: #fff;
            border-radius: 5px;
            text-align: center;
            line-height: 14px;
            background: #000; }
            .sidebar ul li ul li a span.ucretli {
              background: #F06F30; }
            .sidebar ul li ul li a span.ucretsiz {
              background: #5637F8; }
            .sidebar ul li ul li a span.yeni {
              background: #C80057; }
          .sidebar ul li ul li a:hover {
            background: url(../img/bullet.html) no-repeat 10px center;
            text-decoration: underline; }

/* responsive */
@media screen and (max-width: 1024px) {
    /*Edit*/
    .page-head{
    	position:relative !important;
    	margin:auto !important;
    	width:100% !important;
    }
    .page-area{
    	width:100% !important;
    	margin-top:0px !important;
    }
    .sidebar{
        position:relative !important;
    }
    
    
    /*Edit*/
    
  .sidebar {
    width: 100%;
    height: auto; }
    .sidebar-title {
      display: none; }
    .sidebar-logo {
      justify-content: space-between;
      padding-left: 15px;
      padding-right: 15px; }
      .sidebar-logo .menu-btn {
        display: block;
        color: #fff;
        font-size: 30px;
        cursor: pointer; }
    .sidebar ul.desktop-menu {
      display: none; }
    .sidebar ul.mobile-menu {
      display: none; }
    .sidebar ul {
      display: none; }
      .sidebar ul li:hover ul {
        display: none; }
      .sidebar ul li ul {
        background: none;
        width: 100%;
        right: 0;
        position: relative;
        display: block;
        border-top: 1px solid #fff;
        border-radius: 0;
        display: none; }
        .sidebar ul li ul li a span {
          right: 15px; }

  .page {
    height: auto; }
    .page-content {
      width: 100%; }
    .page-head {
      height: auto;
      flex-wrap: wrap; }
      .page-head .notice {
        width: 100%;
        padding: 10px 0; }
      .page-head .head-menu {
        width: 100%;
        padding: 10px 0;
        justify-content: center;
        display: flex; } }

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