@charset "UTF-8";
/* TODO: buradaki gereksizler ve dosyaları silinebilir? */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import "bootstrap/normalize";*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

button[disabled="disabled"] {
  pointer-events: none !important;
  background: #d8d8d8;
  border: solid 1px #d8d8d8;
  opacity: 1 !important;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*
@import "bootstrap/component-animations";
@import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@import "bootstrap/navs";
@import "bootstrap/navbar";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";
@import "bootstrap/responsive-embed";
@import "bootstrap/wells";
@import "bootstrap/close";

// Components w/ JavaScript
@import "bootstrap/modals";
@import "bootstrap/tooltip";
@import "bootstrap/popovers";
@import "bootstrap/carousel";
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  position: relative;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: block;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  width: 100%;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*html {
  font-size: 62.5%;
  body {
  font-size: 10px;
  }
}*/
.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkbox > label {
  padding-left: 0 !important;
  line-height: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.checkbox > label [type="checkbox"] {
  position: absolute;
  left: -9999px;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkbox > label [type="checkbox"] + span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #fff;
  border: 1px solid #d8dde6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -1px;
}

.checkbox > label [type="checkbox"]:checked + span {
  position: relative;
}

.checkbox > label [type="checkbox"]:checked + span:before {
  color: #0070d2;
  font-size: 9px;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.checkbox > label [type="checkbox"]:checked + span:after {
  content: "\2713";
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}

.not-found {
  padding: 0 0;
  color: red;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.not-found h2 {
  font-size: 25px;
}

.notification-message {
  padding: 0px 0;
  color: #2ece2a;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.notification-message h2 {
  font-size: 25px;
}

.ratings-text {
  font-size: 14px;
  color: #0188b5;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}

.loading {
  text-align: center;
  max-width: calc(100vw - 30px);
  padding: 20px 0;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .choose-language {
    position: absolute !important;
    right: 15px;
    top: 15px;
    margin-top: 0 !important;
  }
}

#headerBgWrapper {
  position: relative;
}

@media only screen and (max-width: 500px) {
  .logo {
    margin-top: 0 !important;
    position: relative;
    top: -2px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .homebtn {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .backbtn {
    margin-right: 10px;
  }
}

figure {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .topsortby {
    display: none;
  }
}

.custom-select select {
  background: transparent;
  width: calc(100%);
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -moz-appearance: none;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select main {
  position: relative;
  border: 2px solid #ebebeb;
  padding: 5px 10px 5px 10px;
  background: #fff;
  color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 30px;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 44px;
}

.custom-select main select {
  text-align-last: center;
  text-align: -webkit-center;
}

.custom-select main > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  font-size: 10px;
  color: #999;
}

.ranges {
  text-align: right;
}

.ranges > p {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  font-weight: 700;
  color: #007399;
  margin-bottom: 0 !important;
}

.ranges > p:first-child {
  float: left;
}

.breadcrumb {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.breadcrumb ul > li {
  line-height: 20px;
}

.breadcrumb ul > li > span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 6px;
}

.breadcrumb ul > li > span:first-of-type + span {
  display: none;
}

@media only screen and (max-width: 768px) {
  .breadcrumb ul > li {
    font-size: 12px;
    margin-left: 10px;
  }
}

.labelleft2 {
  padding: 10px 8px 15px 8px !important;
}

.HoteListWrapper {
  height: auto !important;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  background: #f2f2f2;
}

.HoteListWrapper:before,
.HoteListWrapper:after {
  content: " ";
  display: table;
}

.HoteListWrapper:after {
  clear: both;
}

.HoteListWrapper > figure {
  width: 34.39%;
  position: relative;
}

.HoteListWrapper > figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 72.17983%;
}

.HoteListWrapper > figure > *:first-child {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.HoteListWrapper > figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.HoteListWrapper > figure + div {
  padding: 0 !important;
}

@media only screen and (min-width: 770px) {
  .HoteListWrapper {
    min-height: 188px;
  }

  .HoteListWrapper > figure {
    height: 188px;
  }

  .HoteListWrapper > figure + div {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin-left: 34.39%;
    width: calc(100% - 34.39%);
  }
}

@media only screen and (max-width: 770px) {
  .HoteListWrapper > figure + div {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 770px) {
  .HoteListWrapper > figure {
    width: 100%;
  }
}

.HoteListWrapper .itemlabel3 {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .HoteListWrapper .itemlabel3 .labelleft2 {
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .HoteListWrapper .itemlabel3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .HoteListWrapper .itemlabel3 .labelright {
    float: none;
    border: 0;
    border-top: 1px solid #cbcbcb;
    padding: 20px 15px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .HoteListWrapper .itemlabel3 .labelright:before,
  .HoteListWrapper .itemlabel3 .labelright:after {
    content: " ";
    display: table;
  }

  .HoteListWrapper .itemlabel3 .labelright:after {
    clear: both;
  }

  .HoteListWrapper .itemlabel3 .labelright > br {
    display: none;
  }

  .HoteListWrapper .itemlabel3 .labelright .size11 {
    display: block;
  }

  .HoteListWrapper .itemlabel3 .labelright > span {
    float: left;
  }

  .HoteListWrapper .itemlabel3 .labelleft2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 15px;
    padding-bottom: 10px;
  }

  .HoteListWrapper .itemlabel3 .labelleft2 .visible-xs {
    margin-top: 10px;
  }

  .HoteListWrapper .itemlabel3 .labelleft2 .visible-xs img {
    margin-top: 2px;
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .HoteListWrapper .itemlabel3 .labelright {
    width: 116px;
  }
}

.HoteListWrapper .hotelListName {
  max-width: calc(100% - 34px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
  margin-top: -3px;
}

.HoteListWrapper .hotelListAddress {
  clear: both;
}

.hotelListAddress {
  height: 18px;
}

.HoteListWrapper .hotelListDistrict {
  clear: both;
}

.hotelListDistrict {
  height: 18px;
}

.HoteListWrapper .hotelpreferences:before,
.HoteListWrapper .hotelpreferences:after {
  content: " ";
  display: table;
}

.HoteListWrapper .hotelpreferences:after {
  clear: both;
}

.HoteListWrapper .hotelpreferences li {
  margin-left: 0;
  margin-right: 2px;
}

@media only screen and (max-width: 1170px) {
  .HoteListWrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.itemswrap {
  margin-top: 30px;
}

.filtersNav {
  padding: 10px 20px;
  background: #ec7000;
}

.filtersNav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.filtersNav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2px;
}

.filtersNav ul li a {
  line-height: 30px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 10px;
}

.filtersNav ul li a.active {
  background-color: #d46500;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .filtersNav {
    display: none;
  }

  .container {
    padding-left: 0;
  }
}

.filters .imgpos1 {
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 1170px;
  }
}

/*@media only screen and (min-width: 768px) and (max-width: 1170px) {
    .container {
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: calc(100% - 30px) !important;
    }
}*/

.no-filter-results {
  padding: 15px;
  /*margin-top: 100px;*/
  margin-bottom: 100px;
  font-size: 20px;
  color: #abaaaa;
  font-weight: 200;
  text-align: center;
}

.category-text {
  font-weight: 100;
  text-transform: uppercase;
  color: #f8633b;
}

.inline-block-i {
  display: inline-block !important;
}

.fetching-opacity {
  opacity: 0.3;
}

.internal-filters-loader-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.spinner-container.search-loader {
  position: fixed !important;
  left: 62%;
}

.internal-filters-loader-container .spinner-container {
  position: absolute;
  right: calc(50% - 20px);
}

.spinner-text {
  margin-top: -40px;
}

.internal-filters-loader-container.global {
  position: fixed !important;
  align-items: center;
  justify-content: center;
  display: flex;
}

.internal-filters-loader-container.global .spinner-container {
  position: unset !important;
  top: auto !important;
  right: auto !important;
}

.internal-filters-loader-container.global.with-text .spinner-container {
  position: unset !important;
  top: auto !important;
  right: auto !important;
}

.internal-filters-loader-container.global.not-transparent {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexslider-container {
  direction: ltr !important;
}

.position-relative {
  position: relative !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-0 {
  padding-left: 0;
}

.dropdown-menu {
  left: auto !important;
}

.hide-large-screen {
  display: none;
}

.sar-currency {
  font-size: 0.7em;
}

@media only screen and (max-width: 700px) {
  .hide-small-screen {
    display: none !important;
  }

  .hide-large-screen {
    display: block;
  }

  .bookings__filter {
    margin-right: 0 !important;
  }

  .bookings__filter a {
    padding: 6px 5px !important;
  }

  .bookings__element {
    flex-direction: column;
    height: auto !important;
    align-items: initial !important;
  }

  .bookings__element__detail {
    width: auto !important;
  }

  .bookings-header__element {
    display: inline-block;
    width: 90px !important;
    font-size: 12px !important;
    text-transform: none !important;
    font-weight: normal !important;
    color: #b7b7b7 !important;
  }

  .bookings__element__detail-date {
    text-align: initial !important;
  }

  .bookings__element__detail-date-value {
    color: black;
  }

  .bookings__element__detail-download {
    margin-top: 2px;
    margin-bottom: 5px;
  }
}

.hotellist__date-label {
  font-weight: bold;
  color: #9c9c9c;
}

.hotellist__dates-row {
  margin-bottom: -22px;
  background-color: #f2f2f2;
  display: flex;
  padding: 8px 15px;
}

.hotellist__searchlist-row {
  margin-bottom: -22px;
  background-color: #f2f2f2;
  display: flex;
  padding: 8px 8px;
}

.nowrap {
  white-space: nowrap;
}

.hotellist__searchlist-row .datefrom-element,
.hotellist__searchlist-row .dateto-element {
  width: 19%;
}

.hotellist__searchlist-row #btn-chosen-option {
  width: 215px !important;
}

.hotellist__searchlist-row .destination-input {
  width: 23% !important;
}

.dropdown-menu {
  width: auto !important;
}

.disabled-search {
  opacity: 0.3;
  pointer-events: none;
}

.hotellist__searchlist-wrapper .col-sm-3.datepicker {
  width: 28% !important;
}

.hotel-list .modify-search-button {
  margin-top: -2px;
}

.topsortby.no-border {
  border-bottom: none;
}

.modify-search-button:focus {
  font-size: 12px !important;
}

.calendar-input.calendar-select {
  padding-right: 0px;
}

.date-picker-options.dropdown.open {
  display: block;
}

.uib-datepicker-popup.dropdown-menu {
  min-width: 245px;
  /*min-width: 254px;*/
}

/* For Changing the background color of past dates */
.uib-day button[disabled="disabled"] {
  color: #777777 !important;
  background: none !important;
  border: none !important;
}
/*  end */

.inline-ltr {
  display: inline-block;
  direction: ltr;
}

.hotellist__searchlist-wrapper {
  width: 100%;
  padding-top: 15px;
}

.hotellist-dates-mobile {
  display: none;
  justify-content: space-around;
  margin-bottom: 10px;
}

.hotellist-dates-mobile.searchFiltersActive {
  display: block !important;
}

.hotellist-dates-mobile__date-label {
  font-weight: bold;
  color: #9c9c9c;
}

.hotellist-dates-mobile h5 {
  color: black;
}

.hotellist-dates-mobile .datefrom-element,
.hotellist-dates-mobile .dateto-element {
  float: left;
  width: 50%;
}

.hotellist-dates-mobile .datepicker {
  width: 100% !important;
  float: left;
}

.hotellist-dates-mobile .mobBtn {
  padding: 7px !important;
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
}

.accommodation-second-row {
  padding-left: 23px;
}

@media only screen and (max-width: 769px) {
  .container-ipad-fix {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .hotel-list .datepicker-ipad-fix {
    width: 23% !important;
  }

  .search-button-ipad-fix {
    width: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .filters {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .filters.active {
    /*max-height: 200vh;*/
    max-height: none;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .popularbtn {
    border: 2px solid #ebebeb !important;
    padding: 5px 10px 5px 10px !important;
    background: #fff;
    color: #999;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    position: inherit !important;
  }

  .popularbtn.filterBy {
    position: inherit;
    width: auto;
  }

  .hotellist-dates-mobile {
    display: flex;
  }

  .customBtn {
    width: 35%;
    padding: 7px !important;
  }
}

@media only screen and (max-width: 767px) {
  .home-page .datePickerBG .row.colxspadding {
    padding: 0 15px 0 15px;
  }

  .home-page .search-button-ipad-fix {
    width: 100% !important;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .home-page .datePickerBG .row.colxspadding {
    padding: 0;
  }
}

@media only screen and (max-width: 769px) {
  .col-sm-3.searchfilter {
    width: 100% !important;
  }
}

.bookbtn.mt1 {
  white-space: nowrap;
}

#btn-chosen-option {
  white-space: nowrap !important;
  overflow: hidden;
  position: relative;
}

#btn-chosen-option .glyphicon.glyphicon-chevron-down {
  position: absolute;
  top: 9px;
  right: 6px;
}

@media (max-width: 960px) {
}

@media (max-width: 1170px) {
  .hotel-list .hotellist__searchlist-row #btn-chosen-option {
    width: 100% !important;
  }

  .hotel-list .datepicker-options {
    width: 30% !important;
  }

  .hotel-list .datepicker-date {
    width: 21% !important;
  }

  .hotel-list .modify-search-button {
    margin-top: -5px !important;
  }
}

@media (max-width: 1080px) {
  .modify-search-button {
    margin-top: -17px !important;
  }
}

.hotellist-dates-mobile {
  display: none;
  justify-content: space-around;
  margin-bottom: 10px;
}

.hotellist-dates-mobile__date-label {
  font-weight: bold;
  color: #9c9c9c;
}

.hotellist-dates-mobile h5 {
  color: black;
}

.hotellist-dates-mobile .datefrom-element,
.hotellist-dates-mobile .dateto-element {
  float: left;
  width: 50%;
}

.hotellist-dates-mobile .datepicker {
  width: 100% !important;
}
