/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@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;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.col-ms-1,
.col-ms-10,
.col-ms-11,
.col-ms-12,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .hidden-xs {
    display: block !important;
  }
}
@media (min-width: 480px) {
  .col-ms-1,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9 {
    float: left;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.visible-ms,
.visible-xs {
  display: none !important;
}
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table !important;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  td.visible-ms,
  th.visible-ms {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont-1.eot) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2) format("woff2"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* swiper */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* swipebox */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/swipebox/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: url(../images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/* zoomslider */
.zs-enabled {
  position: relative;
}
.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility: visible;
  opacity: 1;
}
.zs-enabled .zs-slideshow .zs-bullets {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #ccc;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  margin: 10px;
  background-color: #4a4a4a;
}
.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  background-color: #ccc;
}
.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0;
}
.zs-enabled.overlay-plain .zs-slideshow:after {
  background-image: url(plain.png);
}
.zs-enabled.overlay-dots .zs-slideshow:after {
  background-image: url(dots.png);
}

/* jquery-ui-min */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  margin-top: -6px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 20px;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
  background: url(../images/jquery-ui/ui-left-bg.png) no-repeat 10px center;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: 400;
  margin: 0;
  background: url(../images/jquery-ui/ui-left-bg.png) no-repeat 10px center
    #f4f4f4;
}
.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url(../images/jquery-ui/animated-overlay.gif);
  height: 100%;
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  background: #fff;
  color: #868686;
  margin-top: -3px;
}
.ui-widget-content a {
  color: #868686;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828
    url(../images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50%
    repeat-x;
  color: #868686;
  font-weight: 700;
}
.ui-widget-header a {
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url(../images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png)
    50% 50% repeat-x;
  font-weight: 700;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: #f4f4f4;
  font-weight: 700;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
  background: #f4f4f4;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url(../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50%
    50% repeat-x;
  font-weight: 700;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c
    url(../images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top
    repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900
    url(../images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50%
    repeat;
  color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png);
}
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ffd27a_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-widget-overlay {
  background: #666
    url(../images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50%
    repeat;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url(../images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50%
    50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
}

/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: 0 0;
  color: inherit;
  border: 0;
  outline: 0;
  border-bottom: solid 1px #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

/* style.css */
.black {
  color: #1f1f1f;
}
.white {
  color: #fff;
}
.yellow {
  color: #3498db;
}
.red {
  color: #9f340a;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
:not(#fancybox-lock) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body,
html {
  height: 100% !important;
}
body {
  color: #1f1f1f;
  background: #fff;
}
body,
div,
table {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}
a {
  color: #ffc61a;
  text-decoration: none;
  transition: color 0.5s ease;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0 none;
  text-decoration: none;
}
a img {
  border: 0;
  outline: 0 none;
}
.form-control:focus,
input:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-0 {
  margin: 0 !important;
}
.h1,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
}
.h1.yellow,
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow {
  color: #ffc61a;
}
.h1,
h1 {
  margin: 0 0 20px;
  font-size: 48px;
}
@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}
h2 {
  margin: 60px 0 20px;
  font-size: 36px;
}
h2.spanned {
  font-size: 48px;
  margin: 0 0 25px;
}
h2.spanned span {
  font-size: 24px;
  color: #ffc61a;
  margin-right: 24px;
  vertical-align: middle;
}
h3 {
  margin: 60px 0 20px;
  font-size: 30px;
}
h4 {
  margin: 60px 0 20px;
  font-size: 24px;
}
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
h4 + h2,
h4 + h3 {
  margin: -16px 0 0 0 !important;
}
section {
  overflow: hidden;
}
.inner {
  margin-bottom: 75px;
}
@media (min-width: 991px) {
  p.short-width {
    width: 60%;
    margin-bottom: 70px;
  }
}
header.page-header {
  background: #2c2c2c;
  padding: 35px 0 50px 0;
  height: 161px;
  text-align: center;
  overflow: hidden;
  margin-top: 0;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  header.page-header:after {
    background: rgba(51, 51, 51, 0.59)
      url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNkYTEyYy1jOGMyLTcwNDItODg2Ny0xZmZhZWI3MmViOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFGM0ExREExQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFGM0ExRDkxQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJkM2FhYWItMDUyZi05NDQ4LTlhM2UtMjk1OTkzMDQyOGI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTA5ZDg5ZmQtMDA2NS0xMWU3LThiMWMtZTE0MmJhNWM4NzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyDTwQAAABlJREFUeNpiYkCA/0wwBhAzMsEYIBGAAAMANqADBoMGgUwAAAAASUVORK5CYII=);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
header.page-header .container {
  position: relative;
  z-index: 2;
}
header.page-header.menu-hidden {
  padding-top: 50px;
}
header.page-header .bread {
  text-align: center;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
header.page-header .bread li {
  display: inline-block;
  margin: 0;
  color: #ffc61a;
  font-size: 14px;
}
header.page-header .bread li a {
  color: #ccc;
}
header.page-header .bread li a:hover {
  color: #ffc61a;
}
header.page-header .bread li.divider {
  color: #ffc61a;
}
@media (max-width: 768px) {
  header.page-header .bread {
    display: none;
  }
}
@media (max-width: 768px) {
  header.page-header {
    background-image: none !important;
    height: auto;
    padding: 35px 0;
  }
  header.page-header h1 {
    margin: 0;
  }
}
header.page-header h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#top-bar {
  background: #000000;
  padding: 4px 0 0 0;
  overflow: hidden;
}
#top-bar .contacts {
  margin: 0 0 0 -40px;
  font-family: "Barlow Condensed", sans-serif;
}
#top-bar .contacts div {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  margin: 0 0 0 40px;
}
#top-bar .contacts div span {
  font-size: 18px;
  margin-right: 5px;
}
#top-bar .contacts div .fa-phone {
  vertical-align: middle;
  color: white;
}
@media (max-width: 1199px) {
  #top-bar .btn.pull-right {
    margin-top: -3px;
  }
}
.nav-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .nav-wrapper {
    height: 70px;
  }
}
nav.navbar {
  background: rgba(31, 31, 31, 0.6);
  border: 0;
  transition: background 0.4s ease;
  margin: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
nav.navbar.dark {
  background: rgba(31, 31, 31, 0.94);
}
@media (max-width: 991px) {
  nav.navbar {
    background: #030015;
    height: 70px;
  }
}
nav.navbar.navbar-fixed-top {
  margin-top: 41px;
}
nav.navbar #navbar {
  position: relative;
}
@media (min-width: 1200px) {
  nav.navbar #navbar ul.navbar-nav {
    margin-right: -13px;
    z-index: 10000;
  }
  nav.navbar #navbar ul.navbar-nav a,
  nav.navbar #navbar ul.navbar-nav li {
    color: #fff;
  }
  nav.navbar #navbar ul.navbar-nav a {
    padding: 10px 10px;
    color: #ccc;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 1.25em;
    font-family: "Barlow Condensed", sans-serif;
  }
  nav.navbar #navbar ul.navbar-nav a:hover {
    background: 0 0;
    color: #ffc61a;
  }
  nav.navbar #navbar ul.navbar-nav a:hover:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    left: 50%;
  }
  nav.navbar #navbar ul.navbar-nav a:focus {
    background: 0 0;
  }
  nav.navbar #navbar ul.navbar-nav > li > a:before {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 26px;
    left: 0;
    margin-left: -13px;
    bottom: -4px;
    height: 4px;
  }
  nav.navbar #navbar ul.navbar-nav li.current_page_item > a {
    color: #ffc61a;
    cursor: default;
  }
  nav.navbar #navbar ul.navbar-nav li.current_page_item > a:before {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    left: 50%;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub {
    padding-right: 6px;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub > a {
    vertical-align: middle;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11pt;
    vertical-align: middle;
    content: "\f105";
    margin: 3px 0 0 6px;
    position: absolute;
    color: #ffc61a;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
    margin-left: -125px;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub:hover > ul li:hover ul {
    margin-right: -125px;
    margin-left: 0;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub:hover > a {
    color: #ffc61a;
  }
  nav.navbar #navbar ul.navbar-nav .hasSub:hover > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    margin-top: 3px;
    margin-left: 6px;
    color: #ffc61a;
  }
  nav.navbar #navbar ul.navbar-nav ul {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu {
    background: #fff;
    position: absolute;
    width: 250px;
    margin: 28px 0 0 0;
    left: 50%;
    margin-left: -250px;
    list-style: none;
    padding: 0 0;
    z-index: 10000;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li {
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li:last-child {
    border-bottom: none;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li a {
    color: #1f1f1f;
    padding: 10px 30px;
    font-size: 11pt;
    display: block;
    text-transform: none;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li a:after {
    margin-top: 5px;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li.current_page_item > a {
    color: #ffc61a;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li:hover {
    background: #ffc61a;
    color: #1f1f1f;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li:hover a {
    color: #1f1f1f;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu li:hover a:after {
    color: #1f1f1f;
    margin-top: 5px;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu ul {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 250px !important;
    top: 0 !important;
    margin-top: 0;
    margin-left: -86px;
    margin-right: -86px;
    background: #ffc61a;
  }
  nav.navbar #navbar ul.navbar-nav ul.sub-menu ul a:hover {
    color: #fff;
  }
  nav.navbar #navbar #search {
    display: inline-block;
    float: right;
    text-align: right;
    width: 50px;
    margin: 0;
    padding: 26px 0 0 0;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  nav.navbar #navbar #search.show {
    width: 245px;
  }
  nav.navbar #navbar #search.show .input-div {
    width: 200px;
    transition: all 0.3s ease;
  }
  nav.navbar #navbar #search .input-div {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin: 0 35px 0 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  nav.navbar #navbar #search .input-div input {
    display: inline-block;
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    border-top-left-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 40px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 40px;
    background-clip: padding-box;
    font-size: 10pt;
    vertical-align: middle;
    border: none;
    height: 36px;
    width: 200px;
    padding: 0 40px 0 20px;
  }
  nav.navbar #navbar #search .search-icon {
    display: inline-block;
    text-decoration: none;
    background: #ffc61a;
    color: #f5f5f5;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    vertical-align: middle;
    padding: 11px;
    margin: 0 0 0 -55px;
    height: 36px;
    font-size: 11pt;
  }
  nav.navbar #navbar #search .search-icon:hover {
    color: #ffc61a;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  nav.navbar #navbar ul.navbar-nav {
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  nav.navbar #navbar #search {
    position: absolute;
    right: 0;
  }
}
nav.navbar .logo {
  padding: 3px 0;
  display: inline-block;
  position: relative;
  z-index: 1001;
}
nav.navbar .navbar-toggle {
  background-color: transparent;
  background-image: none;
  height: 45px;
  width: 63px;
  border-radius: 4px;
  margin: 12px 15px;
  padding: 2px 10px 4px;
  position: relative;
}
nav.navbar .navbar-toggle .icon-bar {
  background: #000;
  height: 4px;
  width: 100%;
  margin: 7px 0;
  transition: all 0.2s;
}
nav.navbar .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
nav.navbar .navbar-toggle .middle-bar {
  opacity: 0;
}
nav.navbar .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
nav.navbar .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
nav.navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
nav.navbar .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
@media (max-width: 1199px) {
  /* Hero section ve diğer elementlerin z-index'ini düşür */
  #hero-section {
    position: relative !important;
    z-index: 1 !important;
  }

  /* Navbar container'ların z-index'ini düşür */
  .navbar-header,
  .navbar.navbar-static,
  .nav-wrapper,
  .navbar-dark-transparent {
    z-index: 999 !important;
    position: relative;
  }

  /* Navbar-header içindeki toggle butonunu düzenle */
  .navbar-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: auto !important;
    min-height: 70px;
  }

  /* Logo sol tarafta kalmalı */
  .navbar-header .logo {
    order: 1 !important;
    margin-right: auto !important;
    margin-left: 15px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    flex-shrink: 0 !important;
  }

  .navbar-header .navbar-toggle {
    order: 2 !important;
    position: relative !important;
    float: none !important;
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: 15px !important;
    align-self: center !important;
    top: 0 !important;
    z-index: 1000002 !important;
    background: transparent !important;
    padding: 8px 10px !important;
    height: 45px !important;
    width: 63px !important;
    flex-shrink: 0 !important;
  }

  .navbar-header .navbar-toggle .icon-bar {
    background: #1e3a5f !important;
  }

  /* Menü en üstte olmalı */
  nav.navbar #navbar {
    margin: 0 0 0 !important;
    padding: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    left: -100% !important;
    right: 0 !important;
    position: fixed !important;
    z-index: 999999 !important;
    height: 100vh !important;
    width: 100vw !important;
    background: #000 !important;
    max-height: 100vh !important;
    display: block !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    min-width: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease !important;
    visibility: visible !important;
  }
  nav.navbar #navbar:not(.collapse) {
    left: 0 !important;
  }
  nav.navbar #navbar.collapse {
    left: -100% !important;
  }
  /* Menü içindeki toggle butonunu varsayılan olarak gizle */
  nav.navbar #navbar .navbar-toggle {
    display: none !important;
  }

  /* Menü açıkken menü içindeki toggle butonunu göster (X butonu) */
  nav.navbar #navbar:not(.collapse) .navbar-toggle {
    display: block !important;
    position: fixed !important;
    top: 25px !important;
    right: 25px !important;
    z-index: 10000000 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    margin: 0 !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    cursor: pointer !important;
  }
  nav.navbar #navbar:not(.collapse) .navbar-toggle .icon-bar {
    background: #fff !important;
    width: 28px !important;
    height: 3px !important;
    margin: 5px 0 !important;
    transition: all 0.3s ease !important;
  }
  nav.navbar #navbar:not(.collapse) .navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.3) !important;
  }
  nav.navbar #search {
    display: none;
  }
  nav.navbar .logo {
    margin-left: 15px;
    margin-top: -15px;
  }
  nav.navbar ul.navbar-nav {
    background: transparent !important;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
    list-style: none !important;
  }
  nav.navbar ul.navbar-nav a {
    font-size: 18pt !important;
    font-weight: 700 !important;
    padding: 18px 30px !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: block !important;
  }
  nav.navbar ul.navbar-nav a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }
  nav.navbar ul.navbar-nav a:focus {
    background: 0 0;
  }
  nav.navbar ul.navbar-nav li.current_page_item > a {
    color: #fff;
  }
  nav.navbar ul.navbar-nav li.current_page_item ul li.current_page_item a {
    color: #fff;
  }
  nav.navbar ul.navbar-nav > li.hasSub:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18pt;
    vertical-align: middle;
    content: "\f0da";
    margin: 4px 0 0 8px;
    right: 25px;
    top: 15px;
    position: absolute;
    color: #fff !important;
  }
  nav.navbar ul.navbar-nav > li.show-child ul {
    display: block !important;
  }
  nav.navbar ul.navbar-nav ul {
    padding: 5px 30px 25px;
    list-style: none;
    overflow: hidden;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.3s ease;
    position: absolute;
  }
  nav.navbar ul.navbar-nav ul.show {
    transform: scaleY(1);
    position: relative;
  }
  nav.navbar ul.navbar-nav ul a {
    padding: 12px 25px;
    font-size: 16pt;
    display: block;
    color: #fff !important;
  }
  nav.navbar.affix #navbar {
    margin: 69px 0 0 !important;
  }
}
nav.navbar.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.navbar-dark-transparent .navbar {
  background: transparent;
}
.navbar-dark-transparent .navbar.dark {
  background: rgb(255 255 255 / 85%);
}
.navbar-gray-yellow-transparent .navbar {
  background: rgba(0, 0, 0, 0.6);
}
.navbar-gray-yellow-transparent .navbar.dark {
  background: rgba(0, 0, 0, 0.85);
}
.navbar-gray-yellow-transparent .navbar #navbar {
  transition: all 0.3s ease;
  border-bottom: 4px solid #ffc61a;
}
.navbar-gray-yellow-transparent .navbar.dark #navbar {
  border-bottom: none;
}
@keyframes zoomin {
  from {
    transform: scale(0, 0) translateX(0);
  }
  to {
    transform: scale(1, 1) translateX(50%);
  }
}
@keyframes splash {
  0% {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  1.5% {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  3% {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  4.5% {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  6% {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
#homepage-block-1 {
  background: #1f1f1f;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  height: 710px;
  position: relative;
}
#homepage-block-1:after {
  background: rgba(16, 16, 16, 0.73)
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNkYTEyYy1jOGMyLTcwNDItODg2Ny0xZmZhZWI3MmViOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFGM0ExREExQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFGM0ExRDkxQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJkM2FhYWItMDUyZi05NDQ4LTlhM2UtMjk1OTkzMDQyOGI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTA5ZDg5ZmQtMDA2NS0xMWU3LThiMWMtZTE0MmJhNWM4NzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyDTwQAAABlJREFUeNpiYkCA/0wwBhAzMsEYIBGAAAMANqADBoMGgUwAAAAASUVORK5CYII=);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homepage-block-1 .content {
    padding-top: 180px;
  }
}
@media (max-width: 991px) {
  #homepage-block-1 {
    height: auto;
  }
  #homepage-block-1 .content {
    padding: 100px 0 0 0;
  }
}
#homepage-block-1 h4 {
  margin: 0;
  color: #f5f5f5;
}
#homepage-block-1 .phone {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  margin: 10px 0 50px 0;
  color: #ffc61a;
  line-height: 1em;
}
#homepage-block-1 #large-image {
  position: relative;
}
@media (max-width: 991px) {
  #homepage-block-1 #large-image {
    display: none;
  }
}
#homepage-block-1 #large-image .car {
  position: relative;
  transform: scale(0, 0) translateX(0);
  margin-left: -100px;
  animation: zoomin 1s normal forwards linear;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homepage-block-1 #large-image .car {
    margin-left: -240px;
  }
}
#homepage-block-1 #large-image .splash {
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 143px;
  right: 100px;
  animation: splash 10s normal 1.5s forwards infinite linear;
}
@media (min-width: 1200px) {
  #homepage-block-1 #large-image .splash {
    right: 190px;
  }
}
#homepage-block-1 .get-icon {
  display: block;
  position: relative;
  text-align: center;
  z-index: -1;
}
#homepage-block-1 .get-icon .fa {
  color: #ccc;
  font-size: 180px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: -1;
  zoom: 1;
  -webkit-opacity: 0.05;
  -moz-opacity: 0.05;
  opacity: 0.05;
}
#homepage-block-1 .container {
  z-index: 2;
  position: relative;
}
#homepage-block-1 .nav-wrapper,
#homepage-block-1 .navbar {
  height: auto;
  background: 0 0 !important;
}
#homepage-block-1 .nav-wrapper .container,
#homepage-block-1 .navbar .container {
  z-index: 3;
}
#homepage-block-1 .navbar-toggle {
  margin-top: 30px 15px 0 0 !important;
}
@media (min-width: 1200px) {
  #homepage-block-1 .nav-wrapper,
  #homepage-block-1 .navbar {
    height: auto;
    background: 0 0 !important;
    margin: 0;
    z-index: 10000;
    position: relative;
  }
  #homepage-block-1 .nav-wrapper .logo,
  #homepage-block-1 .navbar .logo {
    position: relative;
    text-align: center;
    margin: 18px 0 12px;
  }
  #homepage-block-1 .nav-wrapper .navbar-nav,
  #homepage-block-1 .navbar .navbar-nav {
    margin: 0 auto 60px;
    text-align: center;
    float: none !important;
    display: table;
    width: 100%;
  }
  #homepage-block-1 .nav-wrapper .navbar-nav ul,
  #homepage-block-1 .navbar .navbar-nav ul {
    text-align: left;
  }
  #homepage-block-1 .nav-wrapper .navbar-nav > li,
  #homepage-block-1 .navbar .navbar-nav > li {
    display: table-cell;
    text-align: center;
    float: none !important;
  }
  #homepage-block-1 .nav-wrapper .navbar-nav > li > a,
  #homepage-block-1 .navbar .navbar-nav > li > a {
    font-size: 16px !important;
    padding: 0 !important;
  }
  #homepage-block-1 .nav-wrapper .navbar-nav > li > a:before,
  #homepage-block-1 .navbar .navbar-nav > li > a:before {
    bottom: -8px !important;
    margin-left: -13px !important;
  }
}
#homepage-block-2 {
  background: #1f1f1f;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  height: 400px;
  margin-top: -84px;
  padding-top: 108px;
  position: relative;
}
#homepage-block-2:after {
  background: rgba(16, 16, 16, 0.73)
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNkYTEyYy1jOGMyLTcwNDItODg2Ny0xZmZhZWI3MmViOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFGM0ExREExQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFGM0ExRDkxQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJkM2FhYWItMDUyZi05NDQ4LTlhM2UtMjk1OTkzMDQyOGI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTA5ZDg5ZmQtMDA2NS0xMWU3LThiMWMtZTE0MmJhNWM4NzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyDTwQAAABlJREFUeNpiYkCA/0wwBhAzMsEYIBGAAAMANqADBoMGgUwAAAAASUVORK5CYII=);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  #homepage-block-2 {
    height: auto;
    padding-top: 50px;
  }
}
#homepage-block-2 h2 {
  color: #ffc61a;
}
#homepage-block-2 .container {
  z-index: 2;
  position: relative;
  text-align: center;
}
#homepage-block-2 .forms {
  margin-top: 40px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  #homepage-block-2 .forms {
    margin-top: 10px;
  }
}
#homepage-block-2 #large-image {
  margin-top: 25px;
  position: relative;
}
@media (max-width: 991px) {
  #homepage-block-2 #large-image {
    display: none;
  }
}
#homepage-block-2 #large-image .dialog {
  position: absolute;
  right: 150px;
  top: -10px;
  background: url(../images/_dialog.png) 50% 50% no-repeat;
  width: 178px;
  height: 207px;
}
#homepage-block-2 #large-image .dialog h4 {
  margin: 0 0 15px;
  line-height: 2em;
  font-size: 18px;
}
#homepage-block-2 #large-image .dialog .fa {
  color: #ffc61a;
  font-size: 30px;
  padding: 15px 0 0 0;
}
.homepage-block-yellow-2 {
  background: #ffc61a;
  height: 238px;
}
@media (max-width: 991px) {
  .homepage-block-yellow-2 {
    display: none;
  }
}
#homepage-block-3 {
  background: #1f1f1f;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  height: 820px;
  margin-top: -84px;
  padding-top: 108px;
  position: relative;
}
#homepage-block-3:after {
  background: rgba(16, 16, 16, 0.45);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#homepage-block-3 h2 {
  color: #ffc61a;
}
@media (max-width: 991px) {
  #homepage-block-3 {
    padding: 20px 0 0 0;
    height: auto !important;
  }
}
#homepage-block-3 .container {
  z-index: 2;
  position: relative;
  text-align: center;
}
#homepage-block-3 .form-taxi-short h3 {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  #homepage-block-3 .form-taxi-short {
    margin-bottom: 50px;
  }
}
#homepage-block-3 .form-taxi-short form {
  margin: 110px 0 0 -15px;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  #homepage-block-3 .form-taxi-short form {
    margin: 110px auto 0 !important;
  }
}
#homepage-block-3 .form-taxi-short form a.active,
#homepage-block-3 .form-taxi-short form a:hover {
  background-color: #ffc61a;
}
.homepage-block-yellow-3 {
  padding: 30px 0 30px 0;
  background: #ffc61a;
}
.homepage-block-yellow-3 h2,
.homepage-block-yellow-3 h3,
.homepage-block-yellow-3 h4 {
  margin: 0;
  vertical-align: middle;
  padding-top: 3px;
}
.homepage-block-yellow-3 h4 {
  font-size: 18px;
}
.homepage-block-yellow-3 .fa {
  vertical-align: middle;
  margin-right: 10px;
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  .homepage-block-yellow-3 .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 5px;
  }
}
.homepage-block-yellow-3 .btn {
  margin-top: -5px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .homepage-block-yellow-3 h4 {
    font-size: 16px;
  }
  .homepage-block-yellow-3 .row > div {
    margin-bottom: 15px;
  }
  .homepage-block-yellow-3 .btn {
    margin: 0 auto 0 !important;
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .homepage-block-yellow-3 {
    text-align: center;
  }
  .homepage-block-yellow-3 .btn {
    margin: 40px auto 0 !important;
  }
}
@media (max-width: 479px) {
  .homepage-block-yellow-3 .btn {
    clear: both;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
  }
}
.form-with-labels,
.forms {
  margin: 0 -3px;
}
.form-with-labels > div,
.forms > div {
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
}
.form-with-labels > div span,
.forms > div span {
  color: #ccc;
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
}
.form-with-labels > div span.fa-calendar,
.form-with-labels > div span.fa-car,
.form-with-labels > div span.fa-phone,
.forms > div span.fa-calendar,
.forms > div span.fa-car,
.forms > div span.fa-phone {
  font-size: 18px;
  top: 16px;
}
.menu-types {
  text-align: center;
  padding-bottom: 18px;
}
.menu-types a {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: middle;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
  width: 115px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: 50% 36%;
  text-align: center;
  padding: 42px 0 10px 0;
  margin: 0 20px;
  transition: background 0.4s ease;
}
.menu-types a.red {
  color: #9f340a;
}
.menu-types a.type-1 {
  background-image: url(../images/_icon-car-1.png);
}
.menu-types a.type-2 {
  background-image: url(../images/_icon-car-2.png);
}
.menu-types a.type-3 {
  background-image: url(../images/_icon-car-3.png);
}
.menu-types a.type-4 {
  background-image: url(../images/_icon-car-4.png);
}
.menu-types a.active,
.menu-types a:hover {
  background-color: #ffd555;
}
@media (max-width: 479px) {
  .menu-types a {
    margin: 0 0;
  }
}
.taxi-form-full {
  padding: 150px 0 70px 0;
  background: #ffc61a;
}
.taxi-form-full .btn-red {
  margin-top: 5px;
}
@media (max-width: 991px) {
  .taxi-form-full {
    padding: 10px 0 20px 0;
  }
}
.form-taxi-short {
  margin-bottom: 90px;
}
.form-taxi-short .menu-types {
  margin: 0 0 0 -12px;
}
.form-taxi-short .menu-types a {
  margin: 0 0 0 12px;
}
.form-taxi-short .menu-types a.active,
.form-taxi-short .menu-types a:hover {
  background-color: #fff;
}
.form-taxi-short .form-label {
  text-align: center;
  margin: 40px 0 15px;
}
.form-taxi-short form {
  background: #ffc61a;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  margin: 0 auto;
  padding: 45px 30px 30px;
}
#hizmetlerimiz {
  padding: 30px 0 100px;
  text-align: center;
}
#hizmetlerimiz h2,
#hizmetlerimiz h4 {
  text-align: center;
}
#hizmetlerimiz h2 {
  margin-bottom: 40px !important;
}
@media (max-width: 991px) {
  #hizmetlerimiz {
    padding-bottom: 20px;
  }
}
#hizmetlerimiz .image {
}
#hizmetlerimiz p {
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 991px) {
  #hizmetlerimiz p {
    margin-bottom: 60px;
  }
}
#hizmetlerimiz h5 {
  margin: 10px 0;
  line-height: 60px;
  font-weight: 600;
  font-family: "BARLOW CONDENSED", SANS-SERIF;
  font-size: 1.5em;
  height: 60px;
}
#hizmetlerimiz .row > div {
  /* padding-left:35px; */ /* padding-right:35px; */
}
@media (min-width: 991px) {
  #hizmetlerimiz .row > div {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjAzMjRFMTcxOUFEMTFFNzlFOUU4MDZBQTU3MTk2MjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjAzMjRFMTgxOUFEMTFFNzlFOUU4MDZBQTU3MTk2MjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDMyNEUxNTE5QUQxMUU3OUU5RTgwNkFBNTcxOTYyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDMyNEUxNjE5QUQxMUU3OUU5RTgwNkFBNTcxOTYyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqYMjK4AAAAgSURBVHjaYgiNz/ZlYgACELEZzoKIMfz//x/MZQAIMABlagV2QBb7UQAAAABJRU5ErkJggg==)
      100% 0 repeat-y;
  }
}
@media (max-width: 991px) {
  #hizmetlerimiz .row > div {
    margin-bottom: 60px;
  }
}
#tariffs {
  padding: 16px 0 100px;
  background-color: #f5f5f5;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#tariffs h2,
#tariffs h4 {
  text-align: center;
}
#tariffs h2 {
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  #tariffs {
    padding: 16px 0 50px;
    background-image: none !important;
  }
  #tariffs h2 {
    color: #1f1f1f;
  }
}
#tariffs .item {
  background: #fff;
  text-align: center;
  padding: 10px 30px 20px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  #tariffs .item {
    margin-bottom: 30px;
  }
}
#tariffs .item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
#tariffs .item .image {
  height: 170px;
  line-height: 170px;
}
#tariffs .item h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
#tariffs .item .price {
  font-weight: 700;
  font-size: 38px;
}
#tariffs .item .price span {
  font-size: 24px;
}
#tariffs .item.vip {
  border: 2px solid #ffc61a;
}
#tariffs .item.vip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\f005";
  position: absolute;
  text-align: right;
  padding: 7px 7px 0 0;
  top: 0;
  right: 0;
  display: block;
  width: 55px;
  height: 55px;
  z-index: 5;
  font-size: 18px;
}
#tariffs .item.vip:after {
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent #ffc61a transparent;
}
#tariffs.bg-white {
  background: #fff;
}
#tariffs.bg-white h2 {
  text-align: left;
}
#tariffs.bg-white .item {
  border: 1px solid #ccc;
}
#download {
  padding: 30px 0 0;
  position: relative;
  background-color: #1f1f1f;
  background-position: 50% 50%;
  color: #f5f5f5;
}
#download h2,
#download h4 {
  text-align: center;
}
#download h2 {
  color: #fff;
  margin-bottom: 50px !important;
}
#download p {
  font-size: 14px;
}
@media (min-width: 991px) {
  #download {
    min-height: 625px;
  }
}
#download:after {
  background: rgba(0, 0, 0, 0.73);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#download .container {
  z-index: 2;
  position: relative;
}
#download .mob {
  position: absolute;
  left: 50%;
  margin-left: -147px;
  margin-bottom: -10px;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 240px 0 0 0;
  background: url(../images/_mobile.png) no-repeat 50% 100%;
  width: 294px;
  height: 402px;
}
#download .mob a {
  padding-bottom: 16px;
  display: block;
}
@media (max-width: 991px) {
  #download .mob {
    position: relative;
  }
}
#download .items {
  padding-top: 67px;
}
@media (max-width: 991px) {
  #download .items {
    padding-top: 0;
  }
}
#download .items > div {
  margin-bottom: 40px;
}
#download .items h5 {
  margin: 10px 0 10px;
  text-align: left;
}
#download .items .num {
  background: #ffc61a;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: block;
  width: 40px;
  height: 40px;
  padding-left: 3px;
  line-height: 39px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#download .items.items-right {
  text-align: right;
}
#download .items.items-right h5 {
  text-align: right;
}
@media (max-width: 991px) {
  #download .items.items-right {
    text-align: left;
  }
  #download .items.items-right h5 {
    text-align: left;
  }
}
@keyframes slideleft {
  from {
    transform: translate3d(845px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
#car-block {
  padding: 90px 0 160px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  position: relative;
}
#car-block h2,
#car-block h4 {
  text-align: left;
}
@media (max-width: 991px) {
  #car-block {
    padding: 10px 0 50px;
  }
}
#car-block .car-right {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 50%;
  overflow: hidden;
  margin-top: -225px;
}
#car-block .car-right img {
  position: relative;
  transform: translate3d(845px, 0, 0);
}
#car-block .car-right img.slideleft {
  animation: slideleft 1s normal forwards linear;
}
@media (max-width: 991px) {
  #car-block .car-right {
    display: none;
  }
}
#car-block h2 {
  margin-bottom: 40px !important;
}
#car-block ul {
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #car-block {
    background-position: 200% 50%;
  }
}
#testimonials {
  padding: 0 0 100px;
  background: #f5f5f5;
}
#testimonials h2,
#testimonials h4 {
  text-align: center;
}
#testimonials h2 {
  margin-bottom: 30px !important;
}
#testimonials hr {
  margin-top: 0;
  margin-bottom: 30px;
}
#testimonials .inner {
  border-color: transparent !important;
}
#testimonials .arrows {
  text-align: center;
}
#testimonials .arrow-left,
#testimonials .arrow-right {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  transition: background 0.4s ease;
  background: #ffc61a;
  color: #fff;
  margin: 0 1px;
  padding: 7px 12px;
  font-size: 18px;
}
#testimonials .arrow-left.swiper-button-disabled,
#testimonials .arrow-right.swiper-button-disabled {
  background: #ccc;
  cursor: default;
}
#testimonials .arrow-left:not(.swiper-button-disabled):hover,
#testimonials .arrow-right:not(.swiper-button-disabled):hover {
  background: #1f1f1f;
  color: #fff;
}
#testimonials .inner,
#testimonials-list .inner {
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-style: italic;
  text-align: center;
  padding: 35px 35px 120px 35px;
  margin-bottom: 60px;
  position: relative;
}
#testimonials .inner p,
#testimonials-list .inner p {
  font-size: 14px;
}
#testimonials .inner .quote,
#testimonials-list .inner .quote {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#testimonials .inner .quote .fa,
#testimonials-list .inner .quote .fa {
  color: #e6e6e6;
  font-size: 36px;
  margin: 35px 0 15px;
}
#testimonials .inner .quote .name,
#testimonials-list .inner .quote .name {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
#testimonials .inner .quote img,
#testimonials-list .inner .quote img {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-bottom: -23px;
  z-index: 2;
}
#homepage-banners {
  background: #f5f5f5;
  margin-bottom: 40px;
}
#homepage-banners a {
  display: block;
}
@media (min-width: 991px) {
  #homepage-banners a:first-child {
    border-right: 1px solid #fff;
    padding-right: 0;
  }
  #homepage-banners a:last-child {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  #homepage-banners a {
    padding: 0;
  }
}
#partners {
  background: #ffc61a;
  padding: 43px 0 38px;
}
#partners img {
  vertical-align: middle;
  width: 100px;
}
#partners .items > div > a {
  display: block;
  height: 70px;
  line-height: 70px;
}
@media (max-width: 1199px) {
  #partners .items > div > a {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  #partners {
    text-align: center;
  }
}
#block-footer {
  background: #161616;
  color: #ccc;
  padding: 30px 0 60px 0;
  font-size: 14px;
}
#block-footer p {
  line-height: 1.7em;
  font-size: 14px;
}
#block-footer h4 {
  color: #ffc61a;
  margin-bottom: 30px;
}
#block-footer .social-small {
  margin-top: 50px;
}
#block-footer .social-small a {
  font-size: 18px;
  margin-right: 10px;
}
#block-footer .address {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
#block-footer .address li {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
#block-footer .address li span {
  color: #ffc61a;
  margin: 0 10px 0 0;
  width: 16px;
  font-size: 16px;
}
#block-footer .address li span.fa-envelope {
  font-size: 14px;
}
#block-footer .address li a {
  font-weight: 700;
  color: #ccc;
}
#block-footer .address li a:hover {
  color: #ffc61a;
}
@media (max-width: 768px) {
  #block-footer .address li {
    font-size: 10pt;
  }
}
#block-footer ul.nav {
  list-style: none;
  maring: 0;
  padding: 0;
  float: none;
}
#block-footer ul.nav li {
  padding: 0;
  margin: 0;
  float: none;
}
#block-footer ul.nav li a {
  display: block;
  color: #ccc;
  font-weight: 500;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=)
    0 100% repeat-x;
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  font-size: 14px;
}
#block-footer ul.nav li a:hover {
  color: #ffc61a;
  background-color: transparent;
}
#block-footer ul.nav li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " \f105";
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
  color: #ffc61a;
}
#block-footer ul.nav li:last-child a {
  background: 0 0;
}
#block-footer ul.nav li.active a {
  color: #ffc61a;
  cursor: default;
}
@media (max-width: 991px) {
  #block-footer {
    padding: 0 0 15px 0;
    font-size: 14px;
  }
  #block-footer h4 {
    margin: 30px 0 20px;
  }
  #block-footer .social-small {
    margin: 0 0 30px 0;
  }
}
.social-small {
  margin-left: 0;
}
.social-small a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  margin: 0;
  font-size: 14px;
  transition: all 0.3s ease;
  color: #1f1f1f;
}
.social-small a:hover {
  color: #fff;
  border-color: #fff;
}
.social-small.social-yellow a {
  color: #ffc61a;
}
.social-small.social-yellow a:hover {
  color: #fff;
}
.social-big {
  list-style: none;
  margin: 50px 0 25px 0;
  padding: 0;
}
.social-big li {
  display: inline;
  margin-right: 4px;
  vertical-align: middle;
}
.social-big li a {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 40px;
  font-size: 18pt;
  transition: background 0.4s ease;
}
.social-big li a:hover {
  background: #ffc61a !important;
}
.social-big li .fa-facebook {
  background: #4e71a8;
}
.social-big li .fa-twitter {
  background: #1cb7eb;
}
.social-big li .fa-youtube {
  background: #ca3737;
}
.social-big li .fa-instagram {
  background: #444;
}
.tags {
  margin: 26px 0 0 8px;
  padding: 0 0 30px;
}
.tags a {
  float: left;
  margin: 8px 0 0 8px;
  padding: 0 12px;
  font-size: 11pt;
  font-weight: 500;
  border: 2px solid #ffc61a;
  -webkit-border-radius: 36px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 36px;
  -moz-background-clip: padding;
  border-radius: 36px;
  background-clip: padding-box;
  color: #ffc61a;
  transition: all 0.3s ease;
}
.tags a:hover {
  border: 2px solid #ffc61a;
  color: #ffc61a;
}
footer {
  background: #000000;
  color: #000000;
  text-align: left;
  padding: 10px;
  overflow-y: hidden;
}
footer div {
  font-size: 14px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #fff;
}
footer .go-top {
  position: relative;
  float: right;
  margin: -15px 0 0 0;
}
footer .go-top:before {
  position: absolute;
  content: "";
  top: 25px;
  right: 0;
  width: 59px;
  height: 72px;
  transition: all 0.3s ease;
}
footer .go-top:hover:before {
  top: -5px;
}
.widget-area {
  background: #f5f5f5;
  padding: 56px 38px;
  margin-top: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 14px;
}
.widget-area table {
  font-size: 14px;
}
.widget-area h4 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .widget-area {
    padding: 10px 30px;
  }
}
.widget-area aside {
  margin-bottom: 65px;
}
.widget-area aside:last-child {
  margin-bottom: 0;
}
.widget-area aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area aside ul li {
  color: #1f1f1f;
  margin-bottom: 13px;
  vertical-align: middle;
}
.widget-area aside ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " \f105";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
  color: #ffc61a;
}
.widget-area aside ul li a {
  color: #1f1f1f;
  vertical-align: middle;
}
.widget-area aside ul li a:hover {
  color: #ffc61a;
}
.widget-area aside ul li.current-cat {
  font-weight: 700;
}
.widget-area aside ul li.current-cat a {
  color: #1f1f1f;
  cursor: default;
}
.widget-area aside .tags {
  margin: 0;
}
.widget-area aside .gallery-small {
  padding: 0 11px;
}
.widget-area aside .gallery-small a {
  padding: 5px;
}
.widget-area aside .gallery-small a img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.widget-area aside .gallery-small a:hover {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.widget-area aside .wp-searchform {
  padding: 0 0;
  margin: 0 0 10px;
  width: 100%;
  display: block;
  position: relative;
}
.widget-area aside .wp-searchform input[type="text"] {
  width: 100%;
  display: block;
}
.widget-area aside .wp-searchform button[type="submit"] {
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 18px;
  color: #ccc;
  background: 0 0;
  border: 0 none;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
@media (max-width: 991px) {
  .widget-area aside {
    margin-top: 50px;
  }
}
.widget-area aside.widget_calendar .calendar_wrap {
  padding: 0;
}
.widget-area aside.widget_calendar caption {
  color: #ffc61a;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
}
.widget-area aside.widget_calendar table {
  width: 100%;
  position: relative;
}
.widget-area aside.widget_calendar td,
.widget-area aside.widget_calendar th {
  text-align: center;
  padding: 10px 0;
}
.widget-area aside.widget_calendar #next,
.widget-area aside.widget_calendar #prev {
  padding-top: 10px;
}
.widget-area aside.widget_calendar #prev {
  text-align: left;
}
.widget-area aside.widget_calendar #next {
  text-align: right;
}
.widget-area aside.widget_calendar #today {
  position: relative;
  z-index: 2;
}
.widget-area aside.widget_calendar #today:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  left: 50%;
  top: 50%;
  background: #ffc61a;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page-contacts {
  margin: 90px 0 100px 0;
}
@media (max-width: 991px) {
  #page-contacts {
    margin: 10px 0 20px;
  }
}
#page-contacts .address {
  list-style: none;
  margin: 40px 0 60px 0;
  padding: 0;
}
#page-contacts .address li {
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#page-contacts .address li.large {
  font-size: 30px;
}
#page-contacts .address li a {
  color: #1f1f1f;
}
#page-contacts .address li span {
  color: #ffc61a;
  font-size: 24px;
  width: 48px;
  margin-left: -16px;
  vertical-align: middle;
  text-align: center;
}
#page-contacts .social {
  margin: 10px 0 60px;
}
#map {
  height: 750px;
  width: 100%;
}
#map.map-inner {
  height: 288px;
}
.slider-inner {
  padding-bottom: 10px;
}
.slider-inner img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  height: 305px;
  width: auto;
}
.slider-inner .swiper-pagination {
  margin-bottom: -18px;
}
.slider-inner .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: #ffc61a;
  border: 5px solid #fff;
  margin: 0 5px;
}
.slider-inner .swiper-pagination .swiper-pagination-bullet-active {
  background: #1f1f1f;
}
a.video {
  position: relative;
  display: block;
}
a.video img {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
a.video span {
  width: 55px;
  height: 55px;
  font-size: 55px;
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 50%;
  z-index: 100;
  margin: -27px -27px 0 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
a.video:hover span {
  zoom: 1;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.text-page {
  font-style: 16px;
  line-height: 1.9em;
}
@media (max-width: 991px) {
  .text-page {
    padding-bottom: 40px;
  }
}
.text-page a,
.text-page p,
.text-page strong {
  font-size: 16px;
  line-height: 1.9em;
}
.text-page .small {
  font-size: 14px;
  line-height: 1.5em;
}
.text-page .small p {
  margin-bottom: 20px;
}
.text-page .date {
  font-size: 14px;
  display: block;
  margin: -14px 0 30px 0;
}
.text-page blockquote {
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 900;
  font-style: italic;
  border-left: 4px solid #ffc61a;
  margin: 30px 0 30px 30px;
  padding: 0 0 0 30px;
}
.text-page hr {
  margin: 60px 0 45px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=)
    0 100% repeat-x;
}
.text-page hr + h1,
.text-page hr + h2,
.text-page hr + h3 {
  margin-top: 30px;
}
.text-page ol,
.text-page ul {
  font-size: 16px;
}
.text-page ol li,
.text-page ul li {
  margin-bottom: 6px;
}
.text-page .tags-short {
  border-top: 1px dashed #f5f5f5;
  margin: 20px 0;
  padding: 16px 0;
  font-weight: 700;
  color: #ffc61a;
}
.text-page .tags-short strong {
  color: #1f1f1f;
}
.text-page .tags-short a {
  font-weight: 700;
}
.text-page .btn-lg {
  margin-bottom: 25px;
}
.text-page .btn-xs {
  margin-bottom: 15px;
}
.text-page .social-small a {
  color: #ffc61a;
}
.text-page .social-small a:hover {
  color: #1f1f1f;
}
.text-page table {
  width: 100%;
  border-collapse: collapse;
}
.text-page table tr:first-child td:first-child,
.text-page table tr:first-child th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:first-child td:last-child,
.text-page table tr:first-child th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 4px;
  -moz-background-clip: padding;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.text-page table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.text-page table td,
.text-page table th {
  padding: 20px 28px;
  font-size: 16px;
}
.text-page table th {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  background: #ffc61a;
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 500;
}
.text-page table td {
  background: #f5f5f5;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .text-page table td,
  .text-page table th {
    font-size: 14px;
    padding: 10px 12px;
  }
}
@media (max-width: 479px) {
  .text-page table td,
  .text-page table th {
    font-size: 12px;
    padding: 5px 7px;
  }
}
hr.lg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY1ODZBODExOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY1ODZBODIxOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjU4NkE3RjE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjU4NkE4MDE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpfBKyQAAAAuSURBVHjaYvz//38DAx7Az8+PT5qBiYFCMGrAYDCAhVA8f/z4cTQQh78BAAEGANaYBsy1QBT+AAAAAElFTkSuQmCC)
    0 0 repeat-x;
  height: 16px !important;
  margin: 25px 0 75px 0;
  display: block;
  width: 100%;
  border: none;
}
ol {
  margin-top: 25px;
  margin-bottom: 30px;
}
ul.check,
ul.disc {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  ul.check.two-col,
  ul.disc.two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
ul.check.strong li,
ul.disc.strong li {
  font-weight: 700;
  margin-bottom: 10px;
}
ul.check li,
ul.disc li {
  color: #1f1f1f;
}
ul.check li:before,
ul.disc li:before {
  content: "\f00c";
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  color: #ffc61a;
  position: absolute;
  margin: 7px 0 0 -26px;
}
ul.check.disc li:before,
ul.disc.disc li:before {
  content: "";
  background: #ffc61a;
  display: inline-block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  right: 25px;
  color: #1f1f1f;
  font-size: 14px;
}
.accordion.ui-accordion .ui-accordion-header.ui-accordion-header-collapsed {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.accordion.ui-accordion
  .ui-accordion-header.ui-accordion-header-collapsed:after {
  content: "+";
  font-size: 20px;
}
.accordion.ui-accordion .ui-accordion-content {
  border-color: #ccc;
  margin-top: -5px;
  margin-bottom: 12px;
  padding: 0 25px 25px 25px;
  font-size: 14px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
}
.accordion.ui-accordion .ui-accordion-header-icon {
  display: none !important;
}
.tabs-ui {
  border: 0 none;
}
.tabs-ui.ui-tabs {
  padding: 0 !important;
}
.tabs-ui .ui-widget-header {
  background: 0 0;
  border: 0 none;
}
.tabs-ui .ui-tabs-tab {
  background: #ffc61a;
  color: #fff;
  border: 0 none !important;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.tabs-ui .ui-tabs-tab a {
  background: #ffc61a;
  color: #1f1f1f !important;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  padding: 8px 50px 2px !important;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.tabs-ui .ui-tabs-tab a:hover {
  zoom: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .tabs-ui .ui-tabs-tab a {
    font-size: 18px;
    padding: 10px 20px !important;
  }
}
.tabs-ui .ui-tabs-nav {
  padding: 0 !important;
}
.tabs-ui .ui-tabs-nav li {
  margin-right: 1px !important;
}
.tabs-ui .ui-tabs-active {
  padding-bottom: 0 !important;
  border: 0 none !important;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 4px;
  -moz-background-clip: padding;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.tabs-ui .ui-state-active a {
  background: #f5f5f5;
  color: #1f1f1f !important;
}
.tabs-ui .ui-tabs-panel {
  background: #f5f5f5 !important;
  padding: 30px 30px 25px 30px !important;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.tabs-ui.ui-widget.ui-widget-content {
  border: 0 none;
}
.tabs-ui.ui-widget.ui-widget-content p {
  font-size: 16px;
  line-height: 1.6em;
}
.tabs-ui.ui-widget.ui-widget-content a {
  color: #ffc61a;
}
.tabs-ui.ui-widget.ui-widget-content .tags-short {
  margin-top: 20px;
  margin-bottom: 0;
}
.tabs-ui.ui-widget.ui-widget-content .tags-short a {
  color: #ffc61a;
}
.progressItems {
  margin-top: 47px;
}
.progressBar {
  margin: 0 0 40px;
}
.progressBar .header,
.progressBar .value {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
}
.progressBar .header {
  padding-left: 2px;
}
.progressBar .value {
  float: right;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: -30px;
}
.progressBar .bar {
  width: 100%;
  height: 6px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: #f5f5f5;
}
.progressBar .bar div {
  height: 100%;
  width: 0;
  background-color: #ffc61a;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.skills {
  min-height: 213px;
  overflow: visible;
  position: relative;
  background: #2c2c2c;
  margin-bottom: 30px;
}
.skills:after {
  background: rgba(16, 16, 16, 0.45);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.skills .item {
  position: relative;
  z-index: 5;
  color: #fff;
  line-height: 1.4em;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 65px 20px 60px;
  max-height: 232px;
  overflow: hidden;
}
.skills .item span {
  margin: 0 0 15px 0;
  color: #ffc61a;
  font-size: 48px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
}
.skills.skills-inner {
  background-image: url(../images/_skills-static.jpg);
  background-repeat: no-repeat;
  min-height: auto;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .skills.skills-inner {
    height: auto;
    padding: 30px 0 20px;
  }
}
label.error {
  color: #9f340a;
  font-weight: 100;
  display: block !important;
  text-align: center;
  font-size: 14px;
}
input.error,
select.error,
textarea.error {
  border-color: #9f340a !important;
}
.btn.btn-lg {
  text-transform: uppercase;
  font-size: 18px;
  padding: 17px 60px;
}
.btn.btn-xs {
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px 18px;
}
.btn.btn-red {
  color: #fff;
  background: #9f340a;
  position: relative;
  -webkit-box-shadow: 0 6px 10px rgba(159, 52, 10, 0.3);
  -moz-box-shadow: 0 6px 10px rgba(159, 52, 10, 0.3);
  box-shadow: 0 6px 10px rgba(159, 52, 10, 0.3);
}
.btn.btn-red:hover {
  background: #1f1f1f;
  color: #ffc61a;
}
.btn.btn-yellow {
  color: #1f1f1f;
  background: #ffc61a;
}
.btn.btn-yellow.btn-white {
  color: #fff;
}
.btn.btn-yellow:hover {
  background: #1f1f1f;
  color: #ffc61a;
}
.btn.btn-yellow.btn-bg-dark:hover {
  background: #fff;
  color: #1f1f1f;
}
.btn.btn-black {
  color: #ffc61a;
  background: #1f1f1f;
}
.btn.btn-black:hover {
  color: #fff;
}
.btn.btn-black.btn-white {
  color: #fff;
}
.btn.btn-black.btn-white:hover {
  color: #ffc61a;
}
.btn.btn-black-bordered {
  color: #1f1f1f;
  background: 0 0;
  border: 2px solid #1f1f1f;
}
.btn.btn-black-bordered.btn-xs {
  border: 1px solid #1f1f1f;
}
.btn.btn-black-bordered:hover {
  background: #1f1f1f;
  color: #ffc61a;
}
label.css-radio {
  margin: 0 0 16px 0 !important;
  display: block;
  position: relative;
  min-height: 22px;
  line-height: 17px;
  padding: 4px 0;
  margin: 0 0 10px 0;
  overflow: hidden;
  cursor: pointer;
}
label.css-radio:hover {
  opacity: 0.8;
}
label.css-radio input {
  position: absolute;
  left: -20px;
}
label.css-radio > span {
  font-size: 10pt;
  font-weight: 700;
  padding: 6px 0 0 30px;
  display: inline-block;
}
label.css-radio > span:before {
  width: 22px;
  height: 22px;
  bottom: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #fff;
  left: 2px;
  display: block;
  content: "";
  position: absolute;
  background: #f5f5f5;
}
label.css-radio input:checked + span:after {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #1f1f1f;
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  top: 8px;
  left: 7px;
  position: absolute;
  z-index: 100;
}
label.css-radio.no-label {
  display: inline-block;
  width: 22px;
  margin: 0 4px 0 0;
}
.page-numbers,
.paging-navigation {
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
}
.page-numbers hr,
.paging-navigation hr {
  margin-bottom: 20px;
}
.page-numbers .pagination,
.paging-navigation .pagination {
  margin-top: 15px;
  margin-bottom: 0;
}
.page-numbers .pagination .page-numbers:not(.next):not(.prev),
.paging-navigation .pagination .page-numbers:not(.next):not(.prev) {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0;
  color: #1f1f1f;
  font-size: 14px;
}
.page-numbers
  .pagination
  .page-numbers:not(.next):not(.prev):not(.current):hover,
.paging-navigation
  .pagination
  .page-numbers:not(.next):not(.prev):not(.current):hover {
  color: #ffc61a;
}
.page-numbers .pagination .page-numbers:not(.next):not(.prev).current,
.paging-navigation .pagination .page-numbers:not(.next):not(.prev).current {
  color: #ffc61a;
  cursor: default;
}
.page-numbers .next,
.page-numbers .prev,
.paging-navigation .next,
.paging-navigation .prev {
  margin: 0 30px;
  color: #1f1f1f;
  font-size: 14px;
}
@media (max-width: 768px) {
  .page-numbers .next,
  .page-numbers .prev,
  .paging-navigation .next,
  .paging-navigation .prev {
    display: none;
  }
}
.page-numbers .next span,
.page-numbers .prev span,
.paging-navigation .next span,
.paging-navigation .prev span {
  background: #ffc61a;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0 8px;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.page-numbers .next:not(.disabled):hover,
.page-numbers .prev:not(.disabled):hover,
.paging-navigation .next:not(.disabled):hover,
.paging-navigation .prev:not(.disabled):hover {
  color: #ffc61a;
}
.page-numbers .next.disabled,
.page-numbers .prev.disabled,
.paging-navigation .next.disabled,
.paging-navigation .prev.disabled {
  color: #e6e6e6;
  cursor: default;
}
.page-numbers .next.disabled span,
.page-numbers .prev.disabled span,
.paging-navigation .next.disabled span,
.paging-navigation .prev.disabled span {
  background: #e6e6e6;
}
.parallax {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 991px) {
  .parallax {
    background-attachment: fixed;
  }
}
.center {
  text-align: center;
}
img.full-width {
  max-width: 100%;
  height: auto;
}
img.rounded {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.comments-area .comments-title {
  color: #1f1f1f;
}
.comments-area .comment-list {
  list-style: none;
}
.comments-area .comment-list li .comment-single {
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 22px 26px;
  margin-bottom: 26px;
  position: relative;
}
@media (max-width: 768px) {
  .comments-area .comment-list li .comment-single {
    padding: 18px 18px;
  }
}
.comments-area .comment-list .children {
  list-style: none;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .comments-area .comment-list .children {
    padding-left: 25px;
  }
}
.comments-area .comment-info {
  font-size: 14px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  position: relative;
}
.comments-area .comment-info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=)
    0 100% repeat-x;
  zoom: 1;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .comments-area .comment-info {
    font-size: 14px;
  }
}
.comments-area .comment-info .comment-author {
  color: #ffc61a;
  font-weight: 700;
  margin-right: 10px;
}
.comments-area .comment-info .comment-date {
  margin-right: 10px;
  padding-left: 10px;
}
.comments-area .comment-info .comment-time {
  padding-left: 10px;
}
.comments-area .comments-ol {
  margin-left: -40px;
}
.comments-area .comment-text p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.comments-area .comment-reply-link {
  color: #1f1f1f;
  font-weight: 700;
}
.comments-area .comment-reply-link:hover {
  color: #ffc61a;
}
.comments-area .comment-reply-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffc61a;
  font-size: 11pt;
  vertical-align: middle;
  margin-right: 10px;
  content: "\f149";
}
.comments-area .comment-author-avatar {
  position: absolute;
  left: 30px;
  top: 30px;
}
.comments-area .comment-author-avatar img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.comments-area .comment-content {
  padding: 0 0 0 72px;
}
.comments-form-wrap h3 {
  color: #1f1f1f;
}
.comments-form-wrap h3:not(.comment-reply-title) {
  margin: 60px 0 20px 0;
}
.comments-form-wrap h3.comment-reply-title {
  margin: 0;
}
.comment-form .comments-field label {
  display: none;
}
.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
}
.comment-form .submit {
  margin: 20px 0 0 0;
}
.alignleft {
  display: inline-block;
  float: left;
  margin-right: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.alignright {
  display: inline-block;
  float: right;
  margin-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.aligncenter {
  clear: both;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
img.aligncenter,
img.alignleft,
img.alignnone,
img.alignright {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.opensans {
  font-family: "Barlow Condensed", sans-serif;
}
.fjalla {
  font-family: "Barlow Condensed", sans-serif;
}
.upper {
  text-transform: uppercase;
  font-size: 9pt;
}
.color-fade {
  transition: color 0.5s ease;
}
.border-fade {
  transition: border 0.5s ease;
}
.background-fade {
  transition: background 0.4s ease;
}
.all-fade {
  transition: all 0.3s ease;
}
.fade {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-fade {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s linear 0.4s, opacity 0.4s linear,
    background 0.5s ease;
}
.opacity-hidden-hover {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.color-overlay:after {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #ffc61a;
  zoom: 1;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.center-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashed {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=)
    0 100% repeat-x;
}
.dashed-light {
  position: relative;
}
.dashed-light:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=)
    0 100% repeat-x;
  zoom: 1;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.dark-overlay:after {
  background: rgba(16, 16, 16, 0.45);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.black-overlay:after {
  background: rgba(16, 16, 16, 0.75);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pattern-lines:after {
  background: rgba(16, 16, 16, 0.73)
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjNkYTEyYy1jOGMyLTcwNDItODg2Ny0xZmZhZWI3MmViOTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFGM0ExREExQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFGM0ExRDkxQTA3MTFFN0E4OEU4RkY3Q0VEQzAyRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzJkM2FhYWItMDUyZi05NDQ4LTlhM2UtMjk1OTkzMDQyOGI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTA5ZDg5ZmQtMDA2NS0xMWU3LThiMWMtZTE0MmJhNWM4NzA3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vyDTwQAAABlJREFUeNpiYkCA/0wwBhAzMsEYIBGAAAMANqADBoMGgUwAAAAASUVORK5CYII=);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#booking-box {
  position: relative;
  background: #ffc000;
  min-height: unset !important;
}
#booking-box h2 {
  text-align: center;
  margin: 0;
  font-size: 1.25em;
  font-weight: 700;
}
#booking-box label {
  color: #fff;
  font-size: 1.15em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1px;
}
#booking-box .btn {
  width: 100%;
  background-color: #ffc000;
  border-color: #ffc000;
  color: #000;
  height: 48px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
#booking-box .btn:hover {
  opacity: 0.8;
}
#booking-box input[type="number"],
#booking-box input[type="text"],
#booking-box input[type="date"],
#booking-box input[type="time"],
#booking-box select,
#booking-box textarea {
  width: 100%;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 5px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  min-height: 45px;
  border: 2px solid #000000 !important;
  margin-bottom: 15px;
}
#booking-box #map {
  position: absolute;
  z-index: -1;
  height: 500px;
}
@media (max-width: 768px) {
  #booking-box {
    height: 100%;
  }
  #booking-box h2 {
    margin-bottom: 0.5em;
  }
  #booking-box form {
    margin-bottom: 2em;
  }
  #booking-box #map {
    height: 100%;
  }
  #booking-box input {
    margin-bottom: 1em !important;
  }
  #top-bar {
    padding: 5px 0;
  }
}
nav.navbar #navbar ul.navbar-nav {
  margin-bottom: -3px;
}
@media (min-width: 1200px) {
  nav.navbar #navbar ul.navbar-nav a,
  nav.navbar #navbar ul.navbar-nav li {
    color: #000;
  }
}

/* system.css */
.i {
  font-style: italic;
}
.k {
  font-weight: 700;
}
.font {
  font-family: "Century Gothic";
}
.fontA {
  font-family: Verdana;
}
.fontC {
  font-family: Courier;
}
.fontD {
  font-family: tahoma;
}
.fontE {
  font-family: "MS Sans Serif";
}
.f8 {
  font-size: 8px;
}
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 15px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.k {
  font-weight: 700;
}
.fn {
  font-weight: 400;
}
.u {
  text-decoration: underline;
}
.l {
  text-align: Left;
}
.c {
  text-align: Center;
}
.ciz {
  text-decoration: line-through;
}
.cur {
  cursor: pointer;
}
.r {
  text-align: Right;
}
.rs {
  color: #000;
}
.rb {
  color: #fff;
}
.ry {
  color: #3c0;
}
.ry1 {
  color: #692f58;
}
.ry2 {
  color: #2f4a11;
}
.rt {
  color: #f59a45;
}
.rt1 {
  color: #e89700;
}
.rt2 {
  color: #9f6800;
}
.rk {
  color: red;
}
.rk1 {
  color: #c40606;
}
.rk2 {
  color: #d20d3f;
}
.rm {
  color: #ed1c24;
}
.rm1 {
  color: #236cc8;
}
.rm2 {
  color: #173f79;
}
.rm3 {
  color: #226ea5;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.rg {
  color: #999;
}
.rg1 {
  color: #666;
}
.rg2 {
  color: #333;
}
.rbo1 {
  color: #504021;
}
.rbo2 {
  color: #b99758;
}
.left1 {
  padding-left: 1px;
}
.left2 {
  padding-left: 2px;
}
.left3 {
  padding-left: 3px;
}
.left4 {
  padding-left: 4px;
}
.left5 {
  padding-left: 5px;
}
.left10 {
  padding-left: 10px;
}
.left15 {
  padding-left: 15px;
}
.left20 {
  padding-left: 20px;
}
.rxpk {
  color: #7e7d68;
}
.rbb {
  background-color: #fff;
}
.rbg {
  background-color: #ddd;
}
.rbxp {
  background-color: #ece9d8;
}
.rbm {
  background-color: #aad4ff;
}
.b1 {
  border: 1px solid #000;
}
.borg {
  border: 1px solid #ccc;
}
.bor-b-g {
  border-bottom: 1px solid #ccc;
}
.pd0 {
  padding: 0;
}
.pd1 {
  padding: 1px;
}
.pd2 {
  padding: 2px;
}
.pd3 {
  padding: 3px;
}
.pd4 {
  padding: 4px;
}
.pd5 {
  padding: 5px;
}
.pd6 {
  padding: 6px;
}
.pd7 {
  padding: 7px;
}
.pd8 {
  padding: 8px;
}
.pd9 {
  padding: 9px;
}
.pd10 {
  padding: 10px;
}
.mar0 {
  margin: 0;
}
.mar1 {
  margin: 1px;
}
.mar2 {
  margin: 2px;
}
.mar3 {
  margin: 3px;
}
.mar4 {
  margin: 4px;
}
.mar5 {
  margin: 5px;
}
.mar6 {
  margin: 6px;
}
.mar7 {
  margin: 7px;
}
.mar8 {
  margin: 8px;
}
.mar9 {
  margin: 9px;
}
.mar10 {
  margin: 10px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w85 {
  width: 85px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w240 {
  width: 240px;
}
.w300 {
  width: 300px;
}
.db {
  display: block;
}
.di {
  display: inline-block;
}
.dn {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fc {
  float: none;
}
.uyariDiv {
  color: red;
  font-weight: 700;
  background-color: #fff27d;
  width: 95%;
  padding: 10px;
  border: 1px solid red;
  font-size: 12px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.yuvarla5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.yuvarla8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.yuvarla10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cimg {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}
.kp-form * {
  box-sizing: border-box;
}
.kp-form .image {
  margin-bottom: 10px;
}
.kp-form .spot {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fbf8f8;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 98%;
}
.kp-form .fields ul li {
  padding: 2px 20px 2px 2px;
}
.kp-form .name {
  padding: 5px 0;
}
.kp-form .field {
  position: relative;
}
.kp-form .field .help {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.kp-form .left .name {
  float: left;
  width: 30%;
}
.kp-form .left .field {
  float: right;
  width: 70%;
}
.kp-form input[type="password"],
.kp-form input[type="text"],
.kp-form select,
.kp-form textarea {
  border: 1px solid #e8e8e8;
  padding: 8px;
  width: 100%;
  font-size: 12px;
  border-radius: 2px;
  transition: 0.3s linear border;
}
.kp-form textarea {
  min-height: 100px;
}
.kp-form input[type="password"]:focus,
.kp-form input[type="text"]:focus,
.kp-form select:focus,
.kp-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}
.kp-form input[disabled],
.kp-form select[disabled],
.kp-form textarea[disabled] {
  cursor: not-allowed;
  box-shadow: inset 0 1px 10px #dfdddd;
  background-color: #ededed;
  color: #a09c9c;
  border-color: #d7d5d5;
}
.kp-form input[readonly]:focus,
.kp-form select[readonly]:focus,
.kp-form textarea[readonly]:focus {
  background: #eee;
  color: #777;
  border-color: #ccc;
}
.kp-form input:focus:invalid:focus,
.kp-form select:focus:invalid:focus,
.kp-form textarea:focus:invalid:focus {
  border-color: #e9322d;
}
.kp-form input[type="button"],
.kp-form input[type="submit"] {
  margin-left: 2px;
  margin-right: 2px;
  -moz-box-shadow: inset 0 2px 0 0 #fff;
  -webkit-box-shadow: inset 0 2px 0 0 #fff;
  box-shadow: inset 0 2px 0 0 #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ededed),
    color-stop(1, #dfdfdf)
  );
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  background-color: #ededed;
  border: 1px solid #c7c7c7;
  display: inline-block;
  color: #404040;
  font-family: arial;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  cursor: pointer;
  margin-right: 13px;
}
.kp-form input[type="button"]:hover,
.kp-form input[type="submit"]:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #dfdfdf),
    color-stop(1, #ededed)
  );
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  background-color: #dfdfdf;
}
.kp-form input[type="button"]:active,
.kp-form input[type="submit"]:active {
  position: relative;
  top: 1px;
}
.accordion {
  margin: 0;
  border: 1px solid #ebebeb;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 2px;
}
.accordion-baslik a {
  display: block;
  font-weight: 700;
  position: relative;
}
.accordion-baslik a i {
  padding-right: 5px;
}
.accordion-baslik a .right-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}
.accordion-selected {
  background: #5a5a5a;
  padding: 10px;
  color: #fff;
}
.accordion-selected:hover {
  text-decoration: none;
}
.accordion-li {
  padding: 10px;
  background: #9c9c9c;
  color: #fff;
}
.accordion-li:hover {
  background: #5a5a5a;
  text-decoration: none;
}
.accordion-icerik {
  padding: 10px;
  text-align: justify;
  display: none;
}
.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}
.time_circles > div {
  position: absolute;
  text-align: center;
}
.time_circles > div > h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  font-weight: 600;
  color: #6b6b6b;
  font-size: 1em !important;
  top: 4em;
}
.time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 300%;
  margin-top: 0;
  font-weight: 700;
}
.tbl_td_p5 td {
  padding: 5px;
}
.tbl_td_p10 td {
  padding: 10px;
}
.grid-form {
  border: none;
}
.grid-form th {
  vertical-align: middle;
  text-align: left;
  padding: 2px 2px 2px 5px;
  border-top: none;
  border-right: none;
  background: #f6f6f6;
  border-bottom: 1px solid #fff;
}
.grid-form-yan th,
.yeni-grid-yan th * {
  color: #000;
  background: #f6f6f6;
}
.grid-form td {
  padding: 4px;
  border-left: none;
  border-bottom: 1px solid #fff;
}
.nav_uyemenu {
  z-index: 21;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.3);
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
}
.nav_uyemenu .int {
  margin: 0 auto;
  width: 1000px;
  background-repeat: repeat-x;
  position: relative;
}
.nav_uyemenu .main {
  margin: 0;
  padding: 0;
}
.nav_uyemenu .submenu {
  color: #fff;
  display: inline-block;
  float: left;
}
.nav_uyemenu .submenu-a {
  color: #666;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 11px;
  display: block;
  outline: medium none;
  position: relative;
  border-bottom: none;
  min-height: 26px;
  border-left: 1px solid #f3f2fa;
}
.nav_uyemenu i {
  padding-right: 5px;
}
.nav_uyemenu .submenu:hover > .submenu-a {
  background: #96999c;
  color: #fff;
}
.nav_uyemenu .submenu:last-child .submenu-a {
  border-right: 1px solid #f7f6fe;
}
.nav_uyemenu .menu_list {
  background: none repeat scroll 0 0 #fff;
  display: none;
  height: auto;
  position: absolute;
  min-width: 200px;
  z-index: 50;
  box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.5);
}
.nav_uyemenu .submenu:hover > .menu_list {
  display: block;
}
.nav_uyemenu .menu_list li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav_uyemenu .menu_list li a {
  display: block;
  color: #575757;
  transition: all 0.3s ease;
  padding: 5px 10px;
  margin: 0;
}
.nav_uyemenu .menu_list li a:hover {
  background: #ededed;
}
@media (max-width: 480px) {
  .nav_uyemenu,
  .nav_uyemenu .int,
  .nav_uyemenu .main,
  .nav_uyemenu .menu_list,
  .nav_uyemenu .submenu {
    margin: 0;
    width: 100%;
    position: inherit;
    float: none;
    height: auto;
    box-sizing: border-box;
  }
  .nav_uyemenu .submenu:hover > .menu_list {
    display: none;
  }
  .nav_uyemenu .menu_list {
    position: inherit;
  }
}
a {
  color: #595959;
}
.musteridestek {
  float: left;
  margin: 41px 0 0;
  position: relative;
}
.musterihizmet {
  float: left;
  margin: 0 0 0 -11px;
  width: 150px;
}
.musterihizmet img {
  float: left;
  margin: 4px 0 0;
  position: relative;
}
.piyasafiyati {
  float: left;
  margin: 4px 5px 0 0;
  position: relative;
}
.indirimlifiyati {
  float: left;
  font-size: 19px;
  font-weight: 700;
  position: relative;
}
.musterihizmet h1 {
  color: #b7b7b7;
  float: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 0 4px;
  position: relative;
}
.musterihizmet h2 {
  color: #b7b7b7;
  float: left;
  font-size: 10px;
  font-weight: 400;
  margin: -3px 0 0 23px;
}
.header {
  width: 100%;
  background: #fff;
}
.header .int {
  width: 1000px;
  margin: 0 auto;
  height: 77px;
  position: relative;
}
.header .h-left {
  position: absolute;
  left: 0;
}
.header .h-left .logo {
  position: relative;
  text-align: left;
  top: 0;
}
.header .h-left .logo img {
  height: 77px;
}
.header .h-right {
  float: right;
  right: 0;
  text-align: right;
  top: 0;
}
.header .h-right .user-menu {
  overflow: hidden;
  text-align: right;
}
.header .h-right .user-menu .user-menu-int {
  float: right;
}
.header .h-right .user-menu .user-menu-int .users-text {
  color: #999;
  padding: 2px;
  font-size: 12px;
  display: block;
  background: url(../images/formText.png) left top repeat-x;
  border: 1px solid #919293;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.header .h-right .top-menu {
  height: 46px;
  margin: 10px 0 0 0;
}
.v4_theme .header-top {
  background: #e9e9e9 none repeat scroll 0 0 !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
}
.header-top .int {
  width: 1000px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.header-top ul li {
  list-style-type: none;
}
.header-top ul li i {
  font-size: 16px;
  padding-right: 3px;
}
.header-top ul .mh a {
  float: left;
}
.header-top ul li a {
  float: right;
  text-decoration: none;
  display: block;
  line-height: 35px;
}
.header-top ul li:nth-child(2) a {
  color: #be0406;
  font-weight: 700;
}
.header-top ul li:nth-child(1) a {
  border-right: none;
}
.header-top ul li:last-child a {
  border-right: none;
}
.header-top ul li a {
  padding-left: 10px;
  padding-right: 10px;
}
.header-top ul li a:hover {
  color: #ccc;
}
.header-top ul li:first-child a,
.header-top ul li:last-child a {
  background-image: none;
}
.footer {
  background: #fbfbfb;
  box-shadow: 0 0 5px 2px #e2e2e2;
}
.footer .footer_ic {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
.footer .f-box {
  position: relative;
  text-align: center;
}
.footer .f-box .f-box-icon {
  width: 6em;
  height: 4em;
  border-radius: 100%;
  background: #f8f8f8;
  text-align: center;
  margin: 0 auto;
  padding-top: 1.2em;
}
.footer .f-box .f-box-icon .svg {
  fill: #f58322;
  width: 3em;
  height: 3em;
}
.footer .f-box .f-box-title {
  margin: 1em auto 0.5em auto;
  font-size: 1.5em;
}
.footer .f-box .f-box-text {
  font-weight: 300;
  font-size: 14px;
}
.footer .footer-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em 0;
  margin-top: 2em;
}
.footer .footer-nav h6 {
  font-size: 1.4em;
}
.footer .footer-nav ul > li {
  list-style-type: none;
}
.footer .footer-nav ul > li > a {
  font-weight: 300;
  font-size: 14px;
  padding: 0.5em 0;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-nav ul > li > a:hover {
  color: #f58322;
}
.footer .footer-nav i {
  background: #f4f4f4;
  border-radius: 50%;
  width: 2em;
  height: 1.5em;
  margin-right: 1em;
  text-align: center;
  padding-top: 0.5em;
}
.footer-bottom {
  background: #f8f8f8;
  padding: 2em 0;
  color: #9f9f9f;
}
.footer-bottom .banks img {
  margin: 0 auto;
}
.footer-bottom strong {
  display: block;
}
.footer .col-md-2 {
  width: 20%;
  float: left;
}
.footer .col-md-3 {
  width: 23%;
  float: left;
}
.footer .row {
  clear: both;
}
.e-bulten {
  position: absolute;
  right: 0;
  top: 265px;
  width: 300px;
}
.e-bulten li {
  display: block;
  padding: 5px;
}
.e-bulten .title {
  font-size: 16px;
  font-weight: 700;
  color: #666;
}
.e-bulten li:first-child {
  width: 100%;
}
.e-bulten li:last-child input {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
}
.rSocial {
  margin: 0 auto;
  width: 184px;
}
.rSocial li {
  float: left;
  height: 45px;
  list-style: outside none none;
  margin-left: 2px;
  padding-left: 2px;
}
.rSocial li:first-of-type {
  border-left: medium none;
}
.rSocial a {
  color: #525252 !important;
  float: left;
  margin-top: 6px;
  font: 14px/1.9 dosis;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.rSocial a:hover {
  color: #ff0060 !important;
}
.rSocial i {
  font-size: 44px;
  margin-right: 2px;
  position: relative;
  top: 0;
}
.bankalar {
  border-top: 1px solid #d3d5d6;
  float: left;
  margin-top: -23px;
  padding-top: 14px;
  position: relative;
  text-align: center;
  width: 100%;
}
.copy {
  float: left;
  margin-top: 12px;
  position: relative;
  text-align: center;
  width: 100%;
}
.eBody {
  margin: 0 auto 0 auto;
  width: 1000px;
  position: relative;
}
.site-slider {
  height: 374px;
  margin: 0 auto 20px auto;
  width: 1000px;
}
.urun-stand {
  position: relative;
}
.urun-stand .int {
  width: 1000px;
  margin: 0 auto;
}
.h-right-search .auto-complate {
  position: relative;
}
.auto-complate * {
  box-sizing: border-box;
}
.h-right-search {
  position: absolute;
  left: 139px;
  top: 12px;
  height: 56px;
  width: 524px;
}
.top-ara-text {
  position: absolute;
  left: 0;
  top: 0;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e5e5e5;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 13px;
  width: 100%;
  z-index: 2;
  border-radius: 10px;
  transition: all 0.9s ease;
}
.top-ara-text:hover {
  border: 1px solid #a6a9b1;
  background: #f6f5f7;
  color: #5e5e5e;
}
.top-ara-btn {
  background: #f58322 url(../images/ara.png) no-repeat scroll center center;
  width: 49px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  border: medium none;
  z-index: 3;
  padding: 10px;
  cursor: pointer;
}
.urun-ara-baslik {
  background: none repeat scroll 0 0 #e8e8e8;
  border-radius: 6px 0 0 6px;
  color: #777;
  padding: 9px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  width: 60px;
}
.h-right-sepet {
  float: right;
  margin: 13px 0 3px;
  overflow: hidden;
}
.h-right-sepet div {
  padding: 3px;
}
.top-links {
  border-image: none;
  display: inline-block;
  float: right;
  height: 27px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.top-links li * {
  color: #272727;
  font-size: 11px;
}
.top-links li :hover {
  font-size: 11px;
  color: #666;
  text-decoration: none;
}
.top-links li {
  background: none repeat scroll 0 0 #d9d9d9;
  display: block;
  float: left;
  margin-left: 2px;
}
.top-links li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.top-links li a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}
.top-links li a:hover {
  color: #0b0b0b;
}
.eUstMenu {
  height: 50px;
  overflow: hidden;
  background: url(../images/ust-menu-bg.png) repeat-x left top;
}
.eGovde {
  margin: 20px 0;
}
.eSolMenu {
  width: 211px;
  overflow: hidden;
  float: left;
  background: url(../images/sol-menu-bg.png) repeat #e4e4e4;
}
.eGovdeSol {
  width: 530px;
  overflow: hidden;
  float: left;
}
.sagmenu-ic {
  min-height: 600px;
}
.solmenu-ic {
  min-height: 600px;
}
.eSagMenu {
  width: 756px;
  float: right;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.eGovdeSag {
  width: 214px;
  float: left;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.ust-menu a {
  spadding-bottom: 0;
  color: #000;
  display: block;
  float: left;
  font-weight: 400;
  padding: 5px;
  position: relative;
  text-decoration: none;
  background: url(../images/ust-menu-bg.png) left top repeat-x;
  margin-right: 1px;
  padding: 0 10px;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  height: 34px;
}
.ust-menu a:active,
.ust-menu a:focus,
.ust-menu a:hover {
  color: #e37a1c;
  background: url(../images/ust-menu-bg-hover.png) left top repeat-x;
  outline: 0 none;
}
.ust-menu span {
  display: block;
}
.ust-menu .secili {
  background: url(../images/ust-menu-bg-secili.png) left top repeat-x;
}
.ust-menu-alt {
  padding-top: 7px;
}
.ust-menu-alt a {
  spadding-bottom: 0;
  color: #2c2c2c;
  display: block;
  float: left;
  font-weight: 700;
  padding: 5px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 20px;
  text-shadow: 1px 1px 1px #fff;
}
.ust-menu a:active,
.ust-menu a:focus,
.ust-menu-alt a:hover {
  color: #e37a1c;
  outline: 0 none;
}
.ust-menu-alt span {
  float: left;
  display: block;
  background: url(../images/ayrac.png) no-repeat center center;
  height: 40px;
  width: 2px;
}
.ust-menu-alt .secili {
  color: red;
}
.altmenu-tab1 {
  background-color: #09516c;
  margin: 0;
}
.altmenu-tab1 .ic .ayrac {
  background-image: url(../images/govdealt-ayrac.jpg);
  background-repeat: no-repeat;
  width: 2px;
  height: 162px;
  margin: 2px 8px 0 8px;
}
.altmenu-tab1 .ic .treemenu {
  margin-top: 2px;
}
.altmenu-tab1 .ic .treemenu a {
  width: 150px;
  display: block;
  padding: 6px;
  color: #fff;
  border-bottom: 1px dotted #7f7f7f;
  font-size: 12px;
}
.altmenu-tab1 .ic .treemenu a:hover {
  text-decoration: none;
  background-color: #07465f;
}
.govdealt-tab {
  margin: 10px 0 5px 5px;
  float: left;
  width: 186px;
}
.altmneu-baslik {
  color: #ccc;
  border-bottom: 1px dotted #7f7f7f;
  text-shadow: 2px 2px 2px #000;
  font-weight: 400;
}
.altmenu-tab2 {
  border: 1px solid #dadedf;
  background-color: #fff;
  text-align: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  margin-top: 5px;
}
.altmenu-tab2 .ic {
  text-align: left;
  border: 1px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  height: 83px;
  background-image: url(../images/govdealt-tab2.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.altmenu-tab2 .ic .ayrac {
  background-image: url(../images/govdealt-tab2-ayrac.jpg);
  background-repeat: no-repeat;
  width: 2px;
  height: 79px;
  margin: 2px 8px 0 8px;
}
.altmenu-tab3 {
  background-color: #fff;
  border: 1px solid #216695;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  margin-top: 5px;
  height: 178px;
}
.altmenu-tab3 .ic {
  border: 1px solid #a5c4da;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  height: 176px;
  background-image: url(../images/govdealt-tab3.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.altmenu-tab3 .ic .ayrac {
  background-image: url(../images/govdealt-tab3-ayrac.jpg);
  background-repeat: no-repeat;
  width: 2px;
  height: 176px;
  margin: 0 5px 0 5px;
}
.altmenu-tab3 .ic a {
  display: block;
  padding: 2px;
  color: #fff;
  background-image: url(../images/govdealt-tab3-solim.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
  height: 13px;
  overflow: hidden;
}
.altmenu-tab3 .ic .tab3-kat {
  padding-bottom: 15px;
  background-image: url(../images/govdealt-tab3-arti.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.solmenu {
  position: relative;
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.solmenu:last-child {
  border-bottom: none;
}
.solmenu .baslik {
  text-align: left;
  display: block;
  font-weight: 700;
  margin: 0;
  padding-bottom: 3px;
  color: #84429a;
  font-size: 12px;
  font-weight: 700;
}
.solmenu .baslik {
  font-size: 14px;
}
.solmenu .baslik {
  color: #868790;
  padding: 0 0 10px;
  font-size: 15px;
}
.solmenu .baslik a,
.solmenu .baslik span {
  color: #868790;
  font-size: 15px;
}
.solmenu .baslik-gri,
.solmenu .baslik-mavi,
.solmenu .baslik-turuncu {
  padding: 10px 2px 0 10px;
  height: 25px;
  color: #fff;
  overflow: hidden;
}
.solmenu .orta-kat .sol:hover {
  background-image: url(../images/solmenu-a-bg-hover.jpg);
  text-decoration: none;
  color: #e70333;
  cursor: pointer;
}
.solmenu .orta {
  text-align: left;
}
.solmenu .ortasag {
  text-align: left;
}
.solmenu .orta a {
  display: block;
  color: #8f8f8f;
  font-weight: 400;
  padding: 2px;
}
.solmenu .orta a:last-child {
  border-bottom: none;
}
.solmenu .orta .anakat {
  display: block;
  color: #000;
  font-weight: 400;
  background-image: url(../images/sol.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 5px 2px 4px 24px;
  border: none;
}
.solmenu .orta .anakat:hover {
  text-decoration: none;
  color: red;
  cursor: pointer;
  background: url(../images/sol-ok-kategori-hover.jpg) 10px center no-repeat;
}
.solmenu .orta .secili {
  text-decoration: none;
  cursor: pointer;
  background: #efefef;
  color: #000;
}
.solmenu .orta .kategori-secili {
  color: red;
  padding: 2px 2px 2px 15px;
  background-image: url(../images/sol-ok-kategori-hover.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin-left: 20px;
}
.solmenu .orta .kategori {
  text-decoration: none;
  cursor: pointer;
  background-image: url(../images/sol-ok-kategori.png);
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  color: #333;
  padding: 2px 2px 2px 15px;
  margin-left: 20px;
}
.solmenu .orta a:hover {
  color: #000;
  text-decoration: none;
}
.solmenu .orta .kategori-secili,
.solmenu .orta .kategori:hover {
  color: red;
  padding: 2px 2px 2px 15px;
  background-image: url(../images/sol-ok-kategori-hover.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.solmenu .orta .sollink2 {
  display: block;
  padding: 1px;
  padding-left: 22px;
  color: #000;
  font-weight: 400;
  background-image: none;
  font-size: 11px;
}
.solmenu .orta .sollink .sollink2:hover {
  text-decoration: none;
  color: #0ff;
  cursor: pointer;
}
.solmenu-urunkategori-ara {
  margin-left: 10px;
}
.solmenu-urunkategori {
  padding-left: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#sayacv3 a,
#sayacv3 label,
#sayacv3 span {
  display: inline-block;
  padding: 4px 7px 4px 7px;
  margin: 1px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}
#sayacv3 label {
  color: #333;
}
#sayacv3 a {
  background-color: #fff;
  color: #6d6d6d;
}
#sayacv3 a:hover,
#sayacv3 span {
  background-color: #30b0e5;
  color: #fff;
}
#sayacv3 span {
  padding: 4px 7px 4px 7px;
}
#hizli-ara {
  display: block;
  position: absolute;
  width: 260px;
  top: 30px;
  right: 71px;
  z-index: 100;
  background-color: #f9f9f9;
  display: none;
}
#hizli-ara table {
  margin: 0;
  padding: 0;
  width: 100%;
}
#hizli-ara table td {
  padding: 3px;
}
.Grid {
  width: 100%;
}
.Grid th {
  background-color: #8c9ec4;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #fff;
  border-bottom-color: #ccc;
  padding: 3px;
  border-right-color: #ccc;
  border-left-color: #fff;
  text-align: left;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  color: #fff;
}
.Grid td label {
  display: inline-block;
  padding: 4px;
}
.Grid td {
  padding: 3px;
  color: #333;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #fff;
  border-bottom-color: #ccc;
  text-align: left;
}
.a-tr {
  background: #f6f3ea !important;
}
.g-satir {
  background: #fbb !important;
  color: #fff;
}
.a-satir {
  background: #fff !important;
}
.t-satir {
  background: #fbe4c7 !important;
}
.f-satir {
  background: #eee !important;
}
.satirBasi {
  background-color: transparent;
  border: none;
  width: 1px;
  height: 1px;
}
.govdemenu {
  padding-bottom: 5px;
  margin: 0;
}
.govdemenu .orta {
  padding: 7px;
  margin-top: 5px;
}
.govdemenu .baslik {
  margin: 0;
  color: #999;
  padding: 12px 2px 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #fbfbfb none repeat scroll 0 0;
}
.govdemenu .baslik2 {
  margin: 0;
  color: #999;
  padding: 12px 2px 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.govdemenu .baslik2 h1 {
  font-size: 15px;
  display: block;
  font-weight: 700;
  text-align: left;
  color: #999;
}
.govdemenu .baslik * {
  color: #999;
  font-size: 15px;
}
.yukleniyor {
  background: url(../images/icon/ww.gif) no-repeat 5px center;
  display: inline-block;
  padding: 4px 4px 4px 25px;
  background-color: #fff;
}
.yeni-grid {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: none;
  border-right: none;
  margin: 1px;
  color: #000;
  text-align: left;
}
.yeni-grid th {
  background: url(../images/i-table-th.png) repeat-x left top #ddd;
  vertical-align: middle;
  padding: 3px 2px 3px 5px;
  border: 1px solid #d0d0d0;
  border-left: none;
  border-top: none;
  font-weight: 700;
}
.yeni-grid th,
.yeni-grid th * {
  color: #000;
}
.yeni-grid td {
  padding: 4px;
  border: 1px solid #eaeaea;
  border-left: none;
  border-top: none;
  min-height: 36px;
}
.yeni-grid-yan {
  border: none;
}
.yeni-grid-yan th {
  vertical-align: middle;
  text-align: left;
  padding: 2px 2px 2px 5px;
  border-top: none;
  border-right: none;
  background: #f6f6f6;
  border-bottom: 1px solid #fff;
}
.yeni-grid-yan th,
.yeni-grid-yan th * {
  color: #000;
  background: #f6f6f6;
}
.yeni-grid-yan td {
  padding: 4px;
  border-left: none;
  border-bottom: 1px solid #fff;
}
#IcerikDiv * {
  font-size: inherit;
}
.basa-don {
  background: url(../images/yukari.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: none;
  height: 34px;
  width: 34px;
}
.basa-don:hover {
  background: url(../images/yukari.png) no-repeat scroll 0 -34px transparent;
}
.sepet-bilgi {
  padding: 5px;
  border: 1px solid #c5ddd8;
  background-color: #f3f3f3;
  margin-bottom: 10px;
}
.v {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 30px;
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 4px;
}
.liste-grid {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.liste-grid th {
  font-size: 12px;
  padding: 4px;
  color: #ed8304;
  background-color: #fff;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: url(../images/tablo-th-bg.jpg) repeat-x;
}
.liste-grid td {
  padding: 4px;
  border-bottom: 1px dotted #999;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ana-sayfaya-don {
  display: block;
  background: url(../images/ana-sayfaya-don.png) center center no-repeat;
  width: 19px;
  height: 35px;
}
.ana-sayfaya-don:hover {
  background: url(../images/ana-sayfaya-don-hover.png) center center no-repeat;
  text-decoration: none;
}
.search-contanier {
  position: absolute;
  float: right;
  width: 300px;
  height: 30px;
  left: 30px;
  top: 2px;
}
.top-filitre-dis {
  background: rgba(140, 138, 141, 0.54) none repeat scroll 0 0;
  top: 84px;
  z-index: 20;
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
}
.top-filitre-dis .serit-gri {
  border: none;
  padding: 9px 0;
}
.top-filitre-ic {
  box-sizing: border-box;
}
.top-filitre {
  margin: 0 auto;
  width: 1000px;
}
.top-filitre a {
  color: #434343;
}
.top-filitre a:hover {
  text-decoration: underline;
}
.banka-taksit {
  margin-bottom: 10px;
}
.banka-taksit-footer-splitter {
  height: 9px;
  background: url(../images/banka/banka-taksit-footer.png) left top no-repeat;
}
.banka-taksit-footer {
  background: url(../images/footer-banka.png) center center no-repeat;
  height: 50px;
}
.banka-taksit * {
  font-weight: 400;
}
.banka-taksit .left {
  float: left;
  width: 222px;
  min-height: 141px;
}
.banka-taksit .left span {
  display: block;
  padding: 52px 2px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.banka-taksit .right {
  float: left;
  width: 709px;
  margin: 9px 0 0 7px;
}
.banka-taksit table {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.banka-taksit th {
  padding: 7px 4px;
  text-align: center;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  background: url(../images/banka/bsl4.png) left top repeat-x;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  color: #9c9c9c;
  text-shadow: 1px 0 1px #fff;
}
.banka-taksit td {
  padding: 7px 4px;
  text-align: right;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  vertical-align: middle;
}
.banka-taksit .sifir {
  background: #ffe6e6;
  color: red;
  font-size: 14px;
  font-weight: 700;
}
.banka-taksit .bsl1 {
  background: url(../images/banka/bsl1.png) left top repeat-x;
  width: 55px;
  text-align: center;
}
.banka-taksit .bsl2 {
  background: url(../images/banka/bsl2.png) left top repeat-x;
  text-align: center;
  padding: 7px 4px;
}
.banka-taksit .bsl3 {
  background: url(../images/banka/bsl3.png) left top repeat-x;
  text-align: center;
  padding: 9px 4px;
}
.zorunlu {
  background-image: url(../images/icon/zorunlu.png);
  background-repeat: no-repeat;
  background-position: right;
}
.canli-destek {
  position: absolute;
  left: 0;
  top: 265px;
  width: auto;
  border-left: none;
  padding: 3px;
}
.formCombo option {
  padding: 2px;
  display: block;
  border-bottom: 1px solid #e4e1e1;
}
select[class="formCombo"] option,
select[class="formText"] option {
  padding: 2px;
  display: block;
  border-bottom: 1px solid #e4e1e1;
}
.formCombo,
.formText,
.formTextarea {
  color: #666;
  padding: 8px;
  background-color: #fff;
  font-weight: 400;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.6s ease;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0 0 1px #ccc;
  border: none;
  border: 1px solid #ccc;
}
.formCombo:focus,
.formCombo:hover,
.formText:focus,
.formText:hover,
.formTextarea:focus,
.formTextarea:hover {
  background-color: #f9f9f9;
  box-shadow: 0 0 2px #ccc;
}
.btnStd {
  border: none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  line-height: 30px;
  text-decoration: none !important;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f58322;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
}
.btnStd:hover {
  background-color: #e64c04;
  color: #fff;
}
.btnStd.active,
.btnStd:active,
.btnStd:focus {
  background-color: #9b9b9b;
  color: #fff;
}
.btnStd.active a {
  color: #fff;
}
.btnStd.active span {
  display: block;
}
.btnStd.active a span {
  display: block;
}
.btnStandart {
  display: block;
  padding: 6px;
}
.btnCikis,
.btnDuzenle,
.btnGeri,
.btnGonder,
.btnKargo,
.btnKaydet,
.btnKilit,
.btnListeOnay,
.btnMesaj,
.btnOnay,
.btnSepet,
.btnSil,
.btnUser,
.btnYeni,
.btnYenile,
.btnYukleniyor {
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 400;
}
.btnYukleniyor2 {
  display: inline-block;
  padding-left: 20px;
}
.btnSepet {
  background: url(../images/icon/sepet.png) no-repeat center left;
}
.btnYenile {
  background: url(../images/icon/yenile.png) no-repeat center left;
}
.btnGeri {
  background: url(../images/icon/geri.png) no-repeat center left;
}
.btnSil {
  background: url(../images/icon/btn-sil.png) no-repeat center left;
}
.btnOnay {
  background: url(../images/icon/btn-onay.png) no-repeat center left;
}
.btnKaydet {
  background: url(../images/icon/save.png) no-repeat center left;
}
.btnYeni {
  background: url(../images/icon/new_page.png) no-repeat center left;
}
.btnDuzenle {
  background: url(../images/icon/edit_page.png) no-repeat center left;
}
.btnGonder {
  background: url(../images/icon/next.png) no-repeat center left;
}
.btnMesaj {
  background: url(../images/icon/mail_receive.png) no-repeat center left;
}
.btnKaydet {
  background: url(../images/icon/update.gif) no-repeat center left;
}
.btnCikis {
  background: url(../images/icon/shut_down.png) no-repeat center left;
}
.btnKargo {
  background: url(../images/icon/kargo.png) no-repeat center left;
}
.btnKilit {
  background: url(../images/icon/lock.png) no-repeat center left;
}
.btnUser {
  background: url(../images/icon/user.png) no-repeat center left;
}
.btnListeOnay {
  background: url(../images/icon/list-ok.png) no-repeat center left;
}
.btnYukleniyor {
  background: url(../images/icon/w.gif) no-repeat center left;
}
.btnYukleniyor2 {
  background: url(../images/icon/ww.gif) no-repeat center left;
}
.aa-onay {
  background-color: #e4f7dd;
  border: 1px solid #b8eba6;
  background-image: url(../images/icon/check.png);
}
.aa-acikmavi {
  background-color: #e7f0f7;
  border: 1px solid #cfd4d7;
  background-image: url(../images/icon/info.png);
}
.aa-bilgi {
  background-color: #cae9ff;
  border: 1px solid #84cbff;
  background-image: url(../images/icon/info.png);
}
.aa-hata {
  background-color: #ffefef;
  border: 1px solid #ffc9c9;
  background-image: url(../images/icon/stop.png);
}
.aa-acikmavi,
.aa-bilgi,
.aa-gri,
.aa-hata,
.aa-onay,
.aa-zeytin {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 2px 0;
  padding: 8px;
  padding-left: 35px;
  background-position: 5px center;
  background-repeat: no-repeat;
}
.aa-gri {
  background-color: #efefef;
  border: 1px solid #d8d8d8;
  padding: 8px;
}
.aa-zeytin {
  background-color: #eaf3dd;
  border: 1px solid #cde3ad;
  background-image: url(../images/icon/sol.gif);
  padding-left: 20px;
}
.aa-standart {
  padding: 5px 0;
  font-size: 18px;
  color: #ed1c24;
}
.aa-yesil {
  padding: 8px;
  background: #e9ffdd;
  border: 1px solid #72c868;
  text-align: left;
}
.aa-yesil .h1 {
  color: #004800;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
}
.liste-grid td {
  border-bottom: 1px dotted #c7c5c0;
  background-color: #fff;
  padding: 5px 5px 5px 10px;
  padding-left: 5px;
  font-size: 11px;
}
.urun-sol-panel {
  box-sizing: border-box;
  float: left;
  width: 353px;
  min-height: 450px;
}
.urun-sag-panel {
  box-sizing: border-box;
  width: 440px;
  min-height: 450px;
  float: left;
  padding: 0 10px;
  border-right: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
}
.urun-sag-oneri {
  display: block;
  box-sizing: border-box;
  width: 200px;
  min-height: 450px;
  float: right;
  padding: 0 0 0 10px;
}
.urun-sag-panel h1 {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #3d3d3d;
}
.urun-tekil-resim {
  text-align: left;
  vertical-align: middle;
}
.urun-tekil-resim li {
  width: 100%;
  height: 350px;
}
.urun-tekil-resimler {
  text-align: left;
}
.urun-tekil-resimler li {
  float: left;
  display: inline-block;
}
.urun-tekil-resimler img {
  margin: 1px;
  display: inline-block;
  max-width: 60px;
  max-height: 60px;
  background: #fff;
}
.urun-tekil-adi {
  padding: 2px;
  min-height: 50px;
  padding-top: 5px;
  width: 360px;
}
.urun-tekil-aciklama {
  padding: 2px;
  min-height: 20px;
  border-bottom: 1px dotted #ccc;
}
.urun-tekil-aciklama label {
  display: block;
}
.urun-tekil-detay {
  padding: 2px;
}
.urun-tekil-detay div {
  padding: 6px 0 6px 0;
  border-bottom: 1px dotted #ccc;
}
.urun-tekil-detay div label {
  display: inline-block;
  padding: 2px;
  width: 120px;
  font-weight: 700;
}
.urun-tekil-detay div span {
  display: inline-block;
  padding: 2px;
  font-size: 12px;
}
.urun-tekil-detay div .KdvDahilfiyat {
  color: #b40e4c;
  font-size: 12px;
  font-weight: 700;
}
.TaksitGrid {
  border: 1px solid #959595;
  margin-left: 2px;
  margin-bottom: 2px;
}
.TaksitGrid th {
  background-color: #e0e0e0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #adadad;
  border-bottom-color: #adadad;
  border-left-color: #e0e0e0;
  font-size: 10px;
  color: #000;
  padding: 1px;
}
.TaksitGrid td {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999;
  padding: 1px;
  font-size: 11px;
  color: #333;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #fff;
  border-bottom-color: #999;
}
.yorum-kabin {
  background: #fff;
  margin-bottom: 1px;
  padding: 10px;
}
.yorum-kabin .yorum-baslik .yorum-yazar-adi {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 14px;
}
.yorum-kabin .yorum-baslik .yorum-tarih {
  display: inline-block;
  float: right;
  color: #999;
}
.yorum-kabin .yorum-main .yorum-konu {
  display: block;
  font-weight: 700;
}
.yorum-kabin .yorum-main .yorum-detay {
  display: block;
}
.sepet {
  background-image: url(../images/icon/sepete-ekle.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px;
  padding-left: 30px;
  font-size: 15px;
  display: block;
}
.SiralamaSecim {
  border: 1px solid #ccc;
  padding: 3px;
  color: #09c;
  font-weight: 700;
}
.tum-kategori {
  padding: 10px;
  float: left;
  width: 200px;
  margin-left: 2px;
}
.tum-kategori ul {
  padding: 0;
  margin: 0;
}
.tum-kategori ul li {
  list-style: none;
}
.tum-kategori ul li a {
  color: #999;
  font-size: 12px;
}
.tum-kategori ul li .ug {
  color: #666;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ok-y {
  background-image: url(../images/icon/yukari-ok.gif);
  background-repeat: no-repeat;
  padding-right: 11px;
  background-position: right center;
}
.ok-a {
  background-image: url(../images/icon/asagi-ok.gif);
  background-repeat: no-repeat;
  padding-right: 11px;
  background-position: right center;
}
.aa-gorunum-gorsel-aktif:hover,
.aa-gorunum-gorsel:hover,
.aa-gorunum-liste-aktif:hover,
.aa-gorunum-liste:hover {
  text-decoration: none;
}
.aa-gorunum-ayrac {
  background-image: url(../images/urun-filitre-ayrac.png);
  background-repeat: no-repeat;
  width: 2px;
  height: 23px;
  margin: 0 10px 0 10px;
  float: left;
}
.aa-gorunum-liste {
  background-repeat: no-repeat;
  background-position: 3px center;
}
.aa-gorunum-liste {
  background-position: -19px;
}
.aa-gorunum-gorsel {
  background-position: left;
}
.aa-gorunum-liste-aktif {
  background-position: -57px;
}
.aa-gorunum-gorsel-aktif {
  background-position: -38px;
}
.aa-gorunum-gorsel,
.aa-gorunum-gorsel-aktif,
.aa-gorunum-liste,
.aa-gorunum-liste-aktif {
  width: 19px;
  height: 15px;
  background-image: url(../images/gorunum.gif);
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none;
}
.aa-gorunum-gorsel-aktif:hover,
.aa-gorunum-gorsel:hover,
.aa-gorunum-liste-aktif:hover,
.aa-gorunum-liste:hover {
  text-decoration: none;
}
.aa-gorunum-ayrac {
  background-image: url(../images/urun-filitre-ayrac.png);
  background-repeat: no-repeat;
  width: 2px;
  height: 23px;
  margin: 0 10px 0 10px;
  float: left;
}
.eBodyUrun {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  position: relative;
  min-height: 500px;
}
.eBodyG {
  margin: 0 auto 0 auto;
  width: 960px;
  border: 1px solid #ccc;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
.ust-menu-urun {
  background-color: #008ccf;
  margin: 0;
  cursor: pointer;
}
.urun-menu-a {
  padding: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.detay-arama-button {
  display: block;
  padding-right: 25px;
}
.arama-combo {
  border: 1px solid #0d0d0d;
  padding: 6px;
  color: #0d0d0d;
  font-weight: 700;
  width: 100%;
}
.detayli-arama {
  background: url(../images/detay-arama-bg.jpg) repeat-x;
  border: 1px solid #8c4504;
  width: 730px;
  position: absolute;
  z-index: 9999;
  padding: 5px 10px 5px 10px;
  left: 0;
  background-color: #fff;
  top: -1px;
  border-top: none;
  display: none;
}
.detayli-arama-combo {
  border: none;
  padding: 6px;
  color: #0d0d0d;
  font-weight: 700;
  width: 100%;
  background: url(../images/detayli-arama-combo.jpg) repeat-x;
  font-weight: 400;
}
.detayli-arama-table th {
  text-align: left;
  padding-left: 10px;
}
.detayli-arama-table td {
  padding: 1px;
}
.eUrunSagMenu {
  width: 790px;
  float: right;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.eUrunSolMenu {
  width: 200px;
  float: left;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.urun-kurlar {
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 4px;
}
.urun-kurlar * {
  float: right;
  display: inline-block;
  padding: 3px;
  font-size: 11px;
  color: #000;
}
.urun-sepet {
  border: 1px solid #ccc;
  background: url(../images/sepetim.jpg) left top no-repeat;
}
.sepeti-goruntule {
  display: block;
  padding: 8px 25px 8px 4px;
  text-align: right;
  background: url(../images/icon/sol-ok-55.jpg) right center no-repeat;
}
.urun-benim-sayfam {
  background: 5px center no-repeat;
  background-color: #ebfefc;
  border: 1px solid #ccc;
  margin: 5px 0 5px 0;
  padding: 13px;
  padding-left: 60px;
}
.urun-benim-sayfam a {
  display: block;
  padding: 3px;
  font-size: 14px;
  font-weight: 700;
}
.kampanya-detay {
  width: 170px;
  padding: 2px;
}
.kampanya-resim {
  width: 90px;
}
.kampanya-fiyat {
  color: #e00404;
}
.urun-grid {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.urun-grid td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1px;
}
.urun-grid td table {
  border: none;
}
.urun-grid td table * {
  border: none;
}
.urun-grid .eleman-fiyat label {
  width: 81px;
  display: inline-block;
  padding: 2px;
}
.urun-grid .eleman-fiyat span {
  display: inline-block;
  padding: 2px;
  color: #000;
}
.portfoliowrapper {
  float: left;
  clear: both;
  overflow: hidden;
}
.portfoliowrapper .preloader {
  background: #fff;
  display: block;
}
.pcolumn {
  margin: 0;
  float: left;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.05);
}
.clast {
  margin-right: 0;
}
.pcolumn .button {
  display: none;
}
.pcolumn .other {
  display: none;
}
.cfour {
  background: none repeat scroll 0 0 #fff;
  width: 33.333333%;
}
.cthree {
  width: 313px;
}
.ctwo {
  width: 480px;
}
.pcategory {
  list-style: none;
  clear: right;
  overflow: hidden;
  margin-bottom: 25px;
}
.pcategory li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 11px;
}
.pcategory li a {
  display: block;
  padding: 2px 10px;
  border: 1px solid #ddd;
  color: #666;
}
.pcategory li a:hover {
  color: #fff;
}
.pcontent {
  font-size: 11px;
  line-height: 18px;
  height: 310px;
}
.pimg {
  overflow: hidden;
  text-align: center;
  background-size: contain;
  background-position: center 25%;
  background-repeat: no-repeat;
  display: block;
}
.pcontent .cur {
  padding: 5px 5px 0 5px;
}
.pimg .pimg-int {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 220px;
}
.pimg .pimg-int img {
  max-height: 100%;
  max-width: 100%;
}
.poverlay {
  position: absolute;
  display: block;
  width: 214px;
  height: 293px;
  opacity: 0;
  z-index: 20;
  top: 0;
}
.poverlay a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
}
.poverlay a:hover {
  background-color: #333;
}
.poverlay a.more {
  right: 0;
  background-image: url(../images/more.png);
}
.poverlay a.zoom {
  right: 33px;
  background-image: url(../images/zoom.png);
}
.poverlay a.urun-detayi {
  left: 0;
  top: 124px;
  width: 100%;
  height: 25px;
  background: url(../images/urun-detayi.png) center top no-repeat;
}
.ptitle {
  display: block;
  text-align: left;
  height: 60px;
  overflow: hidden;
}
.ptitle .urun-code {
  display: none;
  text-align: center;
  font-size: 11px;
  color: #888a97;
  height: 15px;
  overflow: hidden;
  display: none;
}
.ptitle a {
  color: #81818c;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 4px;
  font-style: normal;
  text-align: center;
}
.poverlay a.indirim {
  left: 0;
  width: 100px;
  height: 20px;
  padding: 6px;
  color: #fff;
}
.urun-detay-kabin {
  position: relative;
  background: #fff;
}
.urun-detay-diger-urunler h3 {
  background: #868585 none repeat scroll 0 0;
  color: #fff;
}
.ptitle .code {
  background: #efefef;
  color: #fff;
  padding: 5px 14px;
  position: absolute;
  right: 10px;
  top: 11px;
  filter: Alpha(opacity=70);
  opacity: 0.7;
}
.ptitle_author {
  margin-bottom: 0;
}
.pauthor_thumb {
  padding: 2px;
  display: block;
  float: left;
  border: 1px solid #ddd;
  margin: 10px 10px 0 0;
}
.pdesc_author {
  margin-top: 15px;
}
.pcolumnthree .poverlay {
  width: 291px;
  height: 160px;
}
.pcolumntwo .poverlay {
  width: 458px;
  height: 270px;
}
.pcolumntwo .pdesc {
  line-height: 21px;
}
.pcontent .other .yeni {
  background: url(../images/urun-icon/yeniurun.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .kurye {
  background: url(../images/urun-icon/kurye_.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .kurye-h {
  background: url(../images/urun-icon/kurye.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .aynigunkargo {
  background: url(../images/urun-icon/aynigunkargo_.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .aynigunkargo-h {
  background: url(../images/urun-icon/aynigunkargo.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .kargobedava {
  background: url(../images/urun-icon/ucretsizkargo_.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .kargobedava-h {
  background: url(../images/urun-icon/ucretsizkargo.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .kargobedava-h {
  background: url(../images/urun-icon/ucretsizkargo.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .hediyeliurun {
  background: url(../images/urun-icon/hediyeliurun_.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .hediyeliurun-h {
  background: url(../images/urun-icon/hediyeliurun.png) left top no-repeat;
  display: inline-block;
  width: 44px;
  height: 57px;
}
.pcontent .other .indirim {
  background: url(../images/urun-indirim.png) left top no-repeat;
  position: absolute;
  left: 2px;
  top: 4px;
  width: 121px;
  height: 121px;
}
.pcontent .other .sinirlistok {
  background: url(../images/urun-icon/sinirlistok.png) left top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
}
.pcontent .other .stoktayok {
  background: url(../images/urun-icon/stoktayok.png) left top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
}
.pcontent .other .tavsiye {
  background: url(../images/urun-tavsiye.png) left top no-repeat;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 121px;
  height: 121px;
}
.pcontent .other .coksatilan {
  background: url(../images/urun-coksatilan.png) left top no-repeat;
  width: 78px;
  height: 20px;
  float: left;
}
.pcontent .other .kampanya {
  background: url(../images/urun-kampanyali.png) left top no-repeat;
  width: 88px;
  height: 20px;
  float: left;
}
.price {
  height: 37px;
}
.price,
.price2 {
  margin: 0 0 5px 0;
}
.price label,
.price2 label {
  width: 130px;
  display: inline-block;
  padding: 1px;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}
.price span,
.price2 span {
  width: 75px;
  display: inline-block;
  padding: 1px;
  color: #ed8304;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}
.price3 {
  height: 37px;
  padding: 5px;
  overflow: hidden;
  margin-left: 35%;
}
.price3 .left {
  color: #a4a4a4;
  display: block;
  font-size: 16px;
  text-decoration: line-through;
  text-align: left;
  padding: 0 0 3px 0;
  font-weight: 400;
}
.price3 .right {
  color: #f58322;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.price4 {
  height: 80px;
}
.price4 .left {
  color: #999;
  text-decoration: line-through;
  font-size: 18px;
  display: block;
}
.price4 .right {
  color: #666;
  display: block;
  font-size: 27px;
  font-weight: 700;
  text-shadow: 0 0 1px #fff;
}
.urun-detay-other .yeni {
  background: url(../images/urun-yeni2.png) left top no-repeat;
  width: 24px;
  height: 20px;
  float: left;
}
.urun-detay-other .indirim {
  background: url(../images/urun-indirim2.png) left top no-repeat;
  width: 50px;
  height: 20px;
  float: left;
}
.urun-detay-other .tavsiye {
  background: url(../images/urun-tavsiye2.png) left top no-repeat;
  width: 59px;
  height: 20px;
  float: left;
}
.urun-detay-other .coksatilan {
  background: url(../images/urun-coksatilan.png) left top no-repeat;
  width: 78px;
  height: 20px;
  float: left;
}
.urun-detay-other .kampanya {
  background: url(../images/urun-kampanyali.png) left top no-repeat;
  width: 78px;
  height: 20px;
  float: left;
}
.serit-gri {
  padding: 5px 3px;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.urun-kategori-gecmisi a,
.urun-kategori-gecmisi h1 {
  color: #999;
  background: url(../images/sag-ok.png) no-repeat left center;
  padding: 4px;
  margin-left: 2px;
  padding-left: 13px;
  display: inline-block;
  font-size: 14px;
}
.urun-kategori-gecmisi a:hover {
  color: #333;
}
.urun-kategori-gecmisi {
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 1px solid #f8f1f1;
  background: #fbfbfb;
}
.renkbeden {
  margin-bottom: 10px;
}
.renkbeden .aktif {
  background: #fff;
  color: #000;
}
.renkbeden .aktif:hover,
.renkbeden .secili {
  color: #fff;
  background: #dfe2e5;
  border: 1px solid #dfe2e5;
}
.renkbeden .secili:hover {
  background: #d0d3d6;
  color: #fff;
  border: 1px solid #d0d3d6;
}
.renkbeden .pasif {
  text-decoration: line-through;
  background: #e8e8e8;
  color: #d0cfda;
  font-style: italic;
  cursor: default;
}
.renkbeden .pasif:hover {
  text-decoration: line-through;
  cursor: default;
}
.renkbeden a {
  text-decoration: none;
  display: inline-block;
  padding: 4px 8px;
  margin: 1px;
  border: 1px solid #e4e4e4;
  min-width: 60px;
  text-align: center;
}
.renkbeden a:hover {
  text-decoration: none;
}
.divSepet {
  position: fixed;
  right: 0;
  bottom: 50px;
  border: #900;
  z-index: 99999;
  height: auto;
}
.category-menu ul li {
  display: block;
  background-position: right center;
}
.category-menu ul li ul {
  display: none;
  margin-left: 10px;
}
.category-menu a {
  display: inline-block;
  color: #3c3c3c;
  font-weight: 400;
  padding: 2px 24px 2px 2px;
  font-size: 12px;
  transition: all 0.6s ease;
}
.category-menu .selected {
  color: red;
  text-decoration: none;
}
.category-menu .selected:hover {
  color: red;
  text-decoration: none;
}
.category-menu a:hover {
  color: #2f2824;
  text-decoration: none;
}
.category-menu a span {
  display: inline-block;
  float: right;
  width: 25px;
  height: 15px;
}
.category-menu .cont1 {
  display: block;
  border-bottom: 1px dotted #eee;
  margin: 0 2px;
  position: relative;
  background: #fff;
  transition: all 0.6s ease;
}
.category-menu .cont1:hover {
  background: #f6f6f6;
}
.category-menu .main-categori .cont1 a {
  width: 80%;
  min-height: 15px;
}
.category-menu .main-categori .cont1 span {
  width: 10%;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  cursor: pointer;
  padding: 2px 2px 2px 2px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.category-menu .main-categori .cont1 span:hover {
  background: #00c0ff;
  color: #fff;
}
.attr {
  max-height: 100px;
  overflow: auto;
  padding: 0 0 10px 0;
}
.attr .item {
  display: block;
  margin: 0 2px;
  position: relative;
  padding: 0;
  background: #fff;
  transition: all 0.6s ease;
}
.attr * {
  box-sizing: border-box;
}
.attr .item a:hover {
  color: #000;
  background: url(../images/checkbox.png) no-repeat scroll 0 -22px transparent;
}
.attr .item a {
  transition: all 0.6s ease;
  display: block;
  margin: 6px 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  line-height: 11px;
  text-decoration: none;
  color: #656565;
  background: url(../images/checkbox.png) no-repeat scroll 0 -11px transparent;
  cursor: pointer;
}
.attr .item .selected {
  background: url(../images/checkbox.png) no-repeat scroll 0 -22px transparent;
  color: #e70333;
}
.attr .item .selected:hover {
  background: url(../images/checkbox.png) no-repeat scroll 0 -11px transparent;
  color: #656565;
}
.color .item {
  display: inline-block;
  float: left;
  margin: 0 2px;
  position: relative;
  padding: 0;
}
.color * {
  box-sizing: border-box;
}
.color .item a {
  transition: all 0.6s ease;
  display: block;
  width: 20px;
  height: 20px;
  margin: 4px 2px;
  padding: 0 0 0 15px;
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
  color: #656565;
  cursor: pointer;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ccc;
  opacity: 1;
}
.color .item .selected,
.color .item a:hover {
  box-shadow: 0 0 0 2px #fd1918;
}
.color .item .selected:hover {
  box-shadow: 0 0 1px 1px #ddd;
}
.desen .item {
  display: inline-block;
  float: left;
  margin: 0 2px;
  position: relative;
  padding: 0;
}
.desen * {
  box-sizing: border-box;
}
.desen .item a {
  transition: all 0.6s ease;
  display: block;
  width: 40px;
  height: 40px;
  margin: 6px 0;
  padding: 0 0 0 15px;
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
  color: #656565;
  cursor: pointer;
  border-radius: 20%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.desen .item .selected,
.desen .item a:hover {
  border: 2px solid red;
}
.desen .item .selected:hover {
  border: none;
}
.fiyat-sol {
  color: #e70333;
}
.fiyat-sag {
  color: #e70333;
}
.urun-main-kabin {
  padding: 0;
}
.urun-main-kabin .eleman {
  width: 175px;
  float: left;
  margin: 0 1px 1px 0;
  background: #fff;
  position: relative;
}
.urun-main-kabin .eleman .eleman-fiyat {
  margin: 4px;
  padding: 2px;
  position: absolute;
  bottom: 0;
  background: #fff;
}
.urun-main-kabin .eleman .eleman-fiyat label {
  width: 81px;
  display: inline-block;
  padding: 1px;
  font-weight: 400;
}
.urun-main-kabin .eleman .eleman-fiyat span {
  display: inline-block;
  padding: 2px;
  color: #b00e4a;
  font-weight: 700;
}
.urun-main-kabin .eleman .incele {
  margin-top: 10px;
  margin-left: 3px;
}
.urun-main-kabin .eleman .incele span {
  float: left;
  display: inline-block;
  padding: 15px 0 10px 0;
  color: #b00e4a;
  font-weight: 700;
}
.urun-main-kabin .eleman .incele img {
  float: left;
  margin-left: 30px;
}
.urun-main-kabin .eleman .eleman-resim {
  text-align: center;
  padding: 2px;
  position: relative;
}
.urun-main-kabin .eleman .eleman-resim .buyutec {
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
.urun-main-kabin .eleman .eleman-resim a {
  color: #000;
  display: block;
  padding: 1px;
  margin: 1px;
}
.o-s-urun {
  border: 1px solid #ccc;
  background: #fff;
  margin: 25px 10px 10px 0;
  padding: 5px;
}
.o-s-urun-left {
  width: 315px;
  float: left;
  padding: 2px;
  background: #fff;
}
.o-s-urun-right {
  width: 315px;
  float: right;
  padding: 2px;
  background: #fff;
}
.o-s-urun-images {
  width: 50px;
  height: 63px;
  overflow: hidden;
  text-align: left;
}
.o-s-urun-name {
  width: 230px;
}
.o-s-urun-name a {
  display: block;
  padding: 8px 0 2px 8px;
  font-size: 15px;
}
.o-s-urun-name span {
  display: block;
  padding: 0 0 0 8px;
  font-size: 12px;
}
.o-s-urun-name {
  padding-right: 5px;
}
.stn-urun-gorsel {
  float: left;
  text-align: center;
  width: 160px;
  padding: 4px;
  border-top: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}
.urun-gorsel-liste {
  text-align: center;
  padding: 2px;
  margin-bottom: 5px;
}
.urun-gorsel-liste .resim-kap {
  height: 150px;
  min-height: 150px;
  position: relative;
}
.urun-gorsel-liste .resim-kap .uyari * {
  height: 35px;
  background-repeat: no-repeat;
  top: 0;
  position: absolute;
}
.urun-gorsel-liste .resim-kap .yeni {
  background-image: url(../images/yeni.png);
  z-index: 10;
  background-position: right top;
  left: 0;
  width: 35px;
  float: left;
}
.urun-gorsel-liste .resim-kap .indirimde {
  background-image: url(../images/indrimde.png);
  background-position: right top;
  right: 0;
  width: 100px;
  float: right;
}
.urun-gorsel-liste .kargo-bedava {
  height: 26px;
  text-align: center;
}
.urun-gorsel-liste .resim-kap .resim img {
  max-width: 170px;
  max-height: 150px;
}
.urun-gorsel-liste .resim-kap .resim a {
  display: block;
  min-width: 120px;
  min-height: 150px;
}
.urun-gorsel-liste .adi a {
  color: #333;
  display: block;
  padding: 1px;
  height: 28px;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 3px;
}
.urun-gorsel-liste .fiyat {
  background-image: url(../images/fiyat.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 33px;
}
.fiyat-rakam {
  color: #0091e6;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.fiyat-tl {
  color: #0091e6;
  font-size: 12px;
}
.fiyat-kdv {
  color: #999;
  font-size: 12px;
}
.urun-gorsel-liste .indirimfiyat {
  background-image: url(../images/indirimli-fiyat.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 1px;
  height: 18px;
  padding-top: 6px;
  text-align: center;
}
.urun-gorsel-liste .indirimfiyat .i-fyt-1 {
  font-size: 14px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: line-through;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: red;
}
.urun-gorsel-liste .indirimfiyat .i-fyt-2 {
  font-size: 11px;
  font-size: 12px;
  color: #999;
}
.urun-gorsel-liste .aciklama {
  display: block;
  padding: 2px;
  height: 50px;
  overflow: hidden;
}
.sag-menu-uye-girisi {
  width: 90%;
  background-color: #fff;
  border: 1px solid #e7ebec;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px;
  margin: 2px;
}
.sag-menu-uye-girisi-btn {
  color: #fff;
  background-color: #6c6c6c;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 15px 6px 15px;
  cursor: pointer;
}
.sepetadet {
  border: 1px solid #ccc;
  background-color: #fff;
  width: 30px;
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 4px;
}
.urunaltimage {
  width: 228px;
  margin: 0 0 0 -2px;
}
.urunaltimage img {
  border: medium none;
}
.h-user-menu,
.h-user-menu * {
  box-sizing: border-box;
}
.h-user-menu {
  position: absolute;
  right: 210px;
  top: 20px;
  z-index: 100;
}
.h-user-menu .hesabim-a {
  display: block;
  padding: 12px;
  font-size: 16px;
  color: #595959;
  width: auto;
  height: 43px;
  z-index: 2;
  position: relative;
  top: 0;
}
.h-user-menu .hesabim {
  display: block;
}
.h-user-menu .hesabim-a:hover {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.h-user-menu .hesabim:hover > .hesabim-a {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #fff;
}
.h-user-menu .hesabim:hover > ul {
  display: block;
  box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.5);
}
.h-user-menu .hesabim-a i {
  font-size: 18px;
  padding-right: 5px;
}
.h-user-menu .hesabim ul {
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 180px;
  z-index: 1;
}
.h-user-menu .hesabim ul a {
  display: block;
  padding: 7px 10px;
  color: #999;
  border-bottom: 1px dotted #f2f2f2;
}
.h-user-menu .hesabim ul a i {
  font-size: 16px;
  padding-right: 3px;
}
.h-user-menu .hesabim ul a:hover {
  color: red;
  background: rgba(204, 204, 204, 0.46);
}
.h-nsepet-menu,
.h-nsepet-menu * {
  box-sizing: border-box;
}
.h-nsepet-menu {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 100;
}
.h-nsepet-menu .nsepet {
  display: block;
}
.h-nsepet-menu .nsepet-a {
  display: block;
  padding: 12px 5px;
  font-size: 16px;
  color: #595959;
  width: 100%;
  z-index: 2;
  position: relative;
  height: 43px;
  text-align: right;
}
.h-nsepet-menu .nsepet-a span {
  font-size: 16px;
  color: #999;
  display: inline-block;
}
.h-nsepet-menu .nsepet-a i {
  font-size: 18px;
  padding-right: 5px;
}
.h-nsepet-menu .nsepet-a:hover {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.h-nsepet-menu .nsepet:hover > .nsepet-a {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #fff;
  text-align: right;
}
.h-nsepet-menu .nsepet:hover > .nsepet-detail {
  display: block;
}
.h-nsepet-menu .nsepet-a span br {
  display: block;
  height: 0;
  position: relative;
  top: -5px;
}
.h-nsepet-menu .nsepet-a span label {
  display: inline-block;
  padding: 0 2px;
  color: #595959;
}
.h-nsepet-menu .nsepet .nsepet-detail {
  display: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 42px;
  right: 0;
  min-width: 171px;
  min-height: 50px;
  z-index: 1;
  box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.5);
}
.mini-cart-info {
  min-width: 500px;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}
.mini-cart-info td {
  color: #333745;
  vertical-align: middle;
  padding: 10px 5px;
  background: url(../images/border-bottom.png) repeat-x bottom;
}
.mini-cart-info td a {
  display: block;
  color: #333745;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .name small {
  color: #333745;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info td.total {
  text-align: right;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  position: relative;
  top: -4px;
  cursor: pointer;
}
.mini-cart-total {
  text-align: right;
  border-bottom: 1px solid #dbdbdb;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-total td {
  color: #333745;
  padding: 4px;
}
td.left {
  min-width: 100px;
  text-align: right;
  font-weight: 700;
}
td.right {
  min-width: 80px;
  text-align: right;
  font-weight: 700;
}
.checkout {
  text-align: center;
}
.checkout a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 1px 15px;
  margin: 5px;
  color: #fff;
}
.btn-hizlial-popup {
  display: none;
}
.checkout a:hover {
  text-transform: uppercase;
}
.index-slider .int {
  margin: 0 auto 0 auto;
  margin-bottom: 20px;
}
.index-slider .left-slider {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.left-slider li a,
.left-slider ul {
  width: 100%;
}
.left-slider li img {
  width: 100%;
}
.left-slider li {
  display: block;
  width: 100%;
}
.v4_theme .index-slider .owl-controls {
  width: 100%;
}
.v4_theme .index-slider .owl-controls2 .owl-dots {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  width: 100%;
  position: absolute;
  left: 0;
  flex-basis: auto;
  height: 100px;
  justify-content: space-evenly;
  justify-items: center;
  align-content: center;
}
.v4_theme .index-slider .owl-controls2 .owl-dots .owl-dot {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  flex-grow: 1;
}
.v4_theme .index-slider .owl-controls2 .owl-dots .owl-dot:last-child {
  border-right: none;
}
.v4_theme .index-slider .owl-controls2 .item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  outline: 0;
  text-indent: -100000px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
}
.v4_theme .index-slider .owl-controls2 .owl-page:last-child a {
  margin-right: 0;
}
.v4_theme .index-slider .owl-controls2 .owl-page:first-child a {
  margin-left: 0;
}
.v4_theme .index-slider .owl-controls2 .active .item-link {
  display: block;
  content: "";
  border-bottom: 6px solid #ed8304;
  box-sizing: border-box;
}
.v4_theme .index-slider .owl-controls2 .owl-page span {
  display: none;
}
.v4_theme .index-slider .owl-controls2 {
  margin: 0;
}
.v4_theme .index-slider .owl-controls2 {
  text-align: left;
}
.v4_theme .index-slider .slider .owl-nav {
  display: none;
  visibility: hidden;
  height: 0;
}
.index-slider .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
.index-slider .owl-controls .owl-nav .owl-next,
.index-slider .owl-controls .owl-nav .owl-prev {
  z-index: 99;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.index-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.index-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
.index-slider .owl-controls .owl-nav .owl-prev i {
  position: absolute;
  left: 0;
  top: 160px;
}
.index-slider .owl-controls .owl-nav .owl-next i {
  position: absolute;
  right: 0;
  top: 160px;
}
.index-slider .owl-next i,
.index-slider .owl-prev i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
  display: none;
}
.left-slider:hover .owl-nav i {
  display: block;
}
.left-slider .owl-prev:hover i,
.left-slider:hover .owl-next:hover i {
  color: rgba(0, 0, 0, 0.84);
  transition: all 0.6s ease;
}
.v4_theme .left-slider .owl-controls {
  width: 100%;
}
.cat-sliderslider .owl-controls {
  width: 100%;
}
.cat-slider .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
.cat-slider .owl-next,
.cat-slider .owl-prev {
  z-index: 99;
  position: absolute;
  top: 100px;
  cursor: pointer;
}
.cat-slider .owl-next i,
.cat-slider .owl-prev i {
  font-size: 80px;
  color: rgba(52, 52, 52, 0.6);
  display: none;
}
.cat-sliderslider .owl-prev {
  left: 15px;
}
.cat-slider .owl-next {
  right: 15px;
}
.cat-slider:hover .owl-nav i {
  display: block;
}
.cat-slider .owl-prev:hover i,
.cat-slider:hover .owl-next:hover i {
  color: rgba(0, 0, 0, 0.84);
  transition: all 0.6s ease;
}
.cat-slider .owl-controls {
  margin-bottom: 20px;
}
.cat-slider .owl-controls {
  text-align: center;
  margin-top: -30px;
  z-index: 1;
}
.cat-slider .owl-controls .owl-dots {
  text-align: center;
}
.cat-slider .owl-controls .owl-dots .owl-dot span {
  text-align: center;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  background: #fff;
  box-shadow: 0 0 0 1px #ccc;
}
.cat-slider .owl-controls .owl-dots .owl-dot.active span {
  background: #ed8304;
}
.slider_v2 {
  margin-bottom: 20px;
}
.slider_v2 .left-menu {
  width: 820px;
  float: left;
}
.slider_v2 .slider_v2-int {
  margin: 0 auto;
  width: 1000px;
  padding-top: 10px;
}
.slider_v2 * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.slider_v2 .right-menu {
  width: 200px;
  float: right;
  height: 380px;
  display: none;
}
.slider_v2 .right-menu .firsat-urunu {
  background: #fff;
  height: 398px;
  box-shadow: 0 0 1px red;
}
.slider_v2 .right-menu .firsat-urunu .title span {
  background: red;
  color: #fff;
}
.slider_v2 .right-menu .firsat-urunu .title span {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.slider_v2 .right-menu .firsat-urunu ul {
  display: block;
  margin: 0;
}
.slider_v2 .right-menu .firsat-urunu ul li {
  display: block;
  list-style-type: none;
  position: relative;
  margin-bottom: 5px;
}
.slider_v2 .right-menu .firsat-urunu ul li:last-child {
  margin-bottom: 0;
}
.slider_v2 .right-menu .firsat-urunu ul li .img {
  display: block;
  height: 200px;
  width: 100%;
  margin: 10px auto;
}
.slider_v2 .right-menu .firsat-urunu ul li .name {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
}
.slider_v2 .price5 {
  display: block;
  margin-left: 47%;
  margin-bottom: 20px;
}
.slider_v2 .price5 .left {
  text-decoration: line-through;
  font-size: 1.3em;
  display: block;
  color: #8e8e8e;
}
.slider_v2 .price5 .right {
  color: #ed8304;
  display: block;
  font-size: 1.5em;
  padding-top: 2px;
}
.slider_v2 .sayac {
  height: 0;
}
.slider_v2 .firsat-urunu .indirim {
  background: #ed8304;
  height: 50px;
  width: 50px;
  left: 30px;
  bottom: -5px;
  text-align: left;
  border-radius: 50%;
  position: absolute;
}
.slider_v2 .firsat-urunu .indirim span:first-child,
.slider_v2 .firsat-urunu .indirim span:last-child {
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.slider_v2 .firsat-urunu .indirim span:first-child {
  padding: 8px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.slider_v2 .firsat-urunu .indirim span:last-child {
  font-size: 10px;
  font-weight: 400;
}
.slider_v2 .firsat-urunu .owl-dots {
  display: none;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.slider_v2 .firsat-urunu ul li .marka-name {
  display: none;
}
.slider_v2 .firsat-urunu .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
.slider_v2 .firsat-urunu .owl-next,
.slider_v2 .firsat-urunu .owl-prev {
  z-index: 99;
  position: absolute;
  top: 130px;
  cursor: pointer;
}
.slider_v2 .firsat-urunu .owl-next i,
.slider_v2 .firsat-urunu .owl-prev i {
  font-size: 35px;
  color: #6b6b6b;
  display: none;
}
.slider_v2 .firsat-urunu .owl-prev {
  left: 15px;
}
.slider_v2 .firsat-urunu .owl-next {
  right: 15px;
}
.slider_v2 .firsat-urunu:hover .owl-nav i {
  display: block;
  transition: all 0.6s ease;
}
.slider_v2 .firsat-urunu .owl-next:hover i,
.slider_v2 .firsat-urunu .owl-prev:hover i {
  color: #000;
}
.left-menu-icerik {
  float: left;
  width: 170px;
  box-shadow: 0 0 1px #ccc;
  background: #fff;
  margin-right: 10px;
  height: 398px;
}
.left-menu-icerik-int .slider-left-content ul li.title {
  line-height: 30px;
  color: red;
  font-weight: 700;
  background: #f3f3f3;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.left-menu-icerik-int .slider-left-content ul li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
.left-menu-icerik-int .slider-left-content ul li a {
  display: block;
  line-height: 15px;
  padding: 8px 6px;
  font-weight: 700;
}
.left-menu-icerik-int .slider-left-content ul li a:hover {
  background: #f3f3f3;
}
.copyright {
  float: right;
  font-size: 11px;
  line-height: 14px;
  margin-right: 31px;
  position: relative;
  top: -88px;
  width: 353px;
}
.designby {
  float: right;
  font-size: 11px;
  left: 465px;
  line-height: 14px;
  position: relative;
  top: -37px;
  width: 246px;
}
.designby a {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  top: -1px;
}
.slider-top-image {
  margin-bottom: 10px;
}
.tbl td {
  padding: 2px;
  text-align: left;
}
.pimg .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(1300px) rotateX(180deg);
  -ms-transform: perspective(1300px) rotateX(180deg);
  -o-transform: perspective(1300px) rotateX(180deg);
  transform: perspective(1300px) rotateX(180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 1rem;
  position: absolute;
  display: none;
}
.pimg .indirim {
  background: #f58322 none repeat scroll 0 0;
  height: 50px;
  width: 50px;
  left: 0;
  bottom: 10px;
  text-align: left;
  border-radius: 50%;
  position: absolute;
  margin-left: 10%;
}
.pimg .indirim span:first-child {
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 8px 0 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.pimg .indirim span:last-child {
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.filitre-detail li {
  display: block;
  padding: 0;
  margin: 0;
}
.filitre-detail a {
  display: block;
  color: #3c3c3c;
  font-weight: 400;
  padding: 2px 24px 2px 2px;
  font-size: 12px;
  transition: all 0.6s ease;
  background: url(../images/delete.png) right center no-repeat;
}
.filitre-detail a:hover {
  color: red;
  text-decoration: none;
  background: url(../images/delete-red.png) right center no-repeat;
}
.main-icerik-2,
.main-icerik-3 {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.main-icerik-2 .int,
.main-icerik-3 .int {
  padding: 10px 0;
  margin-bottom: 20px;
}
.inc-body {
  margin: 20px 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.inc-body-detail {
  padding: 10px;
}
.n_nav {
  height: 40px;
  z-index: 21;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.3);
  background: #fff;
}
.n_nav .int {
  margin: 0 auto;
  width: 1000px;
  height: 46px;
  background-repeat: repeat-x;
  position: relative;
}
.n_nav ul {
  margin: 0;
  padding: 0;
}
.n_nav ul ul li[class="submenu"] {
  background: url(../images/nav-sub-sub-menu.png) 93% center no-repeat;
}
.n_nav ul ul li[class="submenu"]:hover {
  background: #fff;
}
.n_nav ul li[class="home"] {
  width: 30px;
  height: 40px;
  background: url(../images/nav-home.png) left top no-repeat;
}
.n_nav ul li[class="home"]:hover {
  background: url(../images/nav-home-hover.png) left top no-repeat;
}
.n_nav ul li[class="home"] a {
  width: 30px;
  height: 40px;
}
.n_nav ul li {
  display: inline-block;
  float: left;
}
.n_nav ul li a {
  color: #fff;
  display: block;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  z-index: 20;
}
.n_nav ul li:hover {
  text-decoration: none;
}
.n_nav ul li ul {
  background: none repeat scroll 0 0 #f6f6f6;
  display: none;
  height: auto;
  position: absolute;
  left: 0;
  top: 40px;
  width: 1000px;
  min-height: 162px;
  z-index: 50;
  box-shadow: 0 1px 8px -3px rgba(0, 0, 0, 0.5);
}
.n_nav ul li ul li a {
  background: none repeat scroll 0 0 #fff;
  height: 140px;
  width: 147px;
  margin: 7px;
  text-align: center;
  color: #838383;
  padding: 0;
}
.n_nav ul li ul li a:hover {
  box-shadow: 3px 3px 3px 0 rgba(85, 89, 89, 0.5);
}
.n_nav ul li ul li {
  float: none;
}
.n_nav ul li ul li:hover {
  background: 0 0;
}
.n_nav ul li:hover > ul {
  display: block;
}
.n_nav ul a[class="first"] {
  font-size: 16px;
  color: #999;
  padding: 11px 11px;
  display: block;
  z-index: 55;
  text-decoration: none;
  outline: medium none;
  position: relative;
  border-bottom: none;
}
.n_nav ul a[class="first"]:hover {
  color: #fff;
}
.n_nav ul a[class="first"] span {
  display: inline-block;
  margin-top: -5px;
  width: 30px;
}
.n_nav ul li:hover > a[class="first"] {
  background: #f6f6f6;
  color: #959595;
}
.n_nav ul li ul li a span {
  width: 100%;
  height: 90px;
  display: block;
  margin-bottom: 14px;
}
.n_nav ul li ul ul {
  left: 200px;
  top: 2px;
}
.n_nav ul li.son-li a {
  width: 300px;
  height: 37px;
  position: relative;
  text-align: right;
  padding: 30px 10px 0 0;
}
.n_nav ul li.son-li span {
  width: 304px;
  height: 96px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  text-align: left;
  overflow: hidden;
  border-radius: 10px;
  z-index: -2;
}
.n_nav_v1 {
  height: 40px;
  z-index: 21;
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.3);
  background: #fff;
}
.n_nav_v1 .int {
  margin: 0 auto;
  width: 1000px;
  height: 46px;
  background-repeat: repeat-x;
  position: relative;
}
.menuic {
  margin: 0 auto;
  width: 1000px;
  height: 46px;
  background-repeat: repeat-x;
}
.n_nav_v1 ul {
  margin: 0;
  padding: 0;
}
.n_nav_v1 ul a[class="first"]:hover {
  color: #fff;
}
.n_nav_v1 ul li:hover > a[class="first"] {
  color: #fff;
}
.n_nav_v1 ul ul li[class="submenu"] {
  background: url(../images/nav-sub-sub-menu.png) 93% center no-repeat;
}
.n_nav_v1 ul ul li[class="submenu"]:hover {
  background: url(../images/nav-sub-sub-menu-hover.png) 93% center no-repeat;
}
.n_nav_v1 ul li[class="home"] {
  width: 30px;
  height: 40px;
  background: url(../images/nav-home.png) left top no-repeat #bbb;
}
.n_nav_v1 ul li[class="home"]:hover {
  background: url(../images/nav-home-hover.png) left top no-repeat #bbb;
}
.n_nav_v1 ul li[class="home"] a {
  width: 30px;
  height: 40px;
}
.n_nav_v1 ul li {
  color: #fff;
  position: relative;
  z-index: 20;
  display: inline-block;
  float: left;
}
.n_nav_v1 ul li a {
  color: #999;
  display: block;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  z-index: 20;
}
.n_nav_v1 ul li:hover {
  text-decoration: none;
  z-index: 20;
  background: url(../images/menumenubg.png) repeat scroll center 0 transparent;
}
.n_nav_v1 ul li ul {
  display: none;
  height: auto;
  margin-top: -1px;
  position: absolute;
  border-top: none;
  box-shadow: 0 2px 6px -2px #222;
}
.n_nav_v1 ul .divic {
  padding: 5px;
  background: #fff;
}
.n_nav_v1 ul div .left {
  float: left;
  width: 140px;
}
.n_nav_v1 ul div .right {
  float: right;
}
.n_nav_v1 ul div .left a {
  display: block;
  color: #666;
  border-bottom: 1px dotted #999;
  margin: 0 5px;
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
}
.n_nav_v1 ul a[class="first"] {
  font-weight: 400;
  text-transform: none;
  padding: 10px 15px;
  background-repeat: no-repeat;
  background-position: right;
}
.n_nav_v1 ul li ul li {
  float: none;
}
.n_nav_v1 ul li ul li:hover {
  background: 0 0;
}
.n_nav_v1 ul li ul li a {
  color: #838383;
  display: block;
  padding: 3px;
}
.n_nav_v1 ul li ul li a:hover {
  color: #fff;
  background: red;
}
.n_nav_v1 ul li:hover > ul {
  display: block;
}
.n_nav_v1 ul ul li:hover > ul {
  display: block;
}
.n_nav_v1_v1 ul li ul ul {
  background: none repeat scroll 0 0 #575757;
  left: 200px;
  top: 2px;
}
@-webkit-keyframes header_height {
  from {
    height: 80px;
  }
  to {
    height: 50px;
  }
}
@-moz-keyframes header_height {
  from {
    height: 80px;
  }
  to {
    height: 50px;
  }
}
@-ms-keyframes header_height {
  from {
    height: 80px;
  }
  to {
    height: 50px;
  }
}
@-o-keyframes header_height {
  from {
    height: 80px;
  }
  to {
    height: 50px;
  }
}
@keyframes header_height {
  from {
    height: 80px;
  }
  to {
    height: 50px;
  }
}
@keyframes nav_top {
  from {
    top: 80px;
  }
  to {
    height: 48px;
  }
}
@-webkit-keyframes nav_top {
  from {
    top: 80px;
  }
  to {
    height: 48px;
  }
}
@keyframes logo_height {
  from {
    height: 85px;
  }
  to {
    height: 45px;
  }
}
@-webkit-keyframes logo_height {
  from {
    height: 85px;
  }
  to {
    height: 45px;
  }
}
@keyframes fil_height {
  from {
    height: 0;
  }
  to {
    height: 47px;
  }
}
@media (min-width: 768px) {
  .body_fixed .header .int,
  .body_fixed .header .n_nav,
  .body_fixed .header .n_nav_v4 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-anime1 {
    height: 180px;
  }
  .header-up {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 22;
  }
  .body_fixed .header-up {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 22;
  }
  .body_fixed .header-top {
    display: none;
  }
  .body_fixed .header {
    -webkit-animation-name: header_height;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-name: header_height;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    height: 50px;
  }
  .body_fixed .header .int {
    -webkit-animation-name: header_height;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-name: header_height;
    animation-duration: 0.8s;
    animation-fill-mode: both;
  }
  .body_fixed .top-filitre-dis {
    display: block;
    top: 90px;
  }
  .body_fixed .header .top-ara-text {
    padding: 6px;
    font-size: 15px;
  }
  .body_fixed .header .top-ara-btn {
    width: 32px;
    height: 32px;
  }
  .body_fixed .header .h-right-search {
    top: 10px;
  }
  .body_fixed .header .h-user-menu {
    top: 3px;
  }
  .body_fixed .header .h-nsepet-menu {
    top: 3px;
  }
  .body_fixed .header .h-left {
    top: 0;
  }
  .body_fixed .header .h-left .logo {
    height: 35px;
  }
  .body_fixed .header .h-left .logo img {
    height: 35px;
    animation-name: logo_height;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-name: logo_height;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
  }
  .body_fixed .slider_v2 .right-menu .firsat-urunu {
    z-index: 1;
  }
}
.header-banner {
  position: absolute;
  width: 768px;
  height: 47px;
  right: 0;
  top: 120px;
}
.contanier-left-menu-body {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.contanier-left-menu-body .contanier-left-menu {
  float: left;
  width: 20%;
  display: block;
}
.contanier-left-menu-body .contanier-right-menu {
  float: right;
  width: 79%;
  display: block;
}
.contanier-left-menu-body .left-menu-v2 ul {
  border-bottom: 3px solid #e9e9e9;
  margin-bottom: 0.5em;
  background: #fff;
}
.contanier-left-menu-body .left-menu-v2 ul li {
  display: block;
}
.contanier-left-menu-body .left-menu-v2 ul .main-categori a {
  background: #ed8304;
  color: #fff;
  font-weight: 400;
  padding: 0.64em;
  font-size: 1.4em;
  display: block;
}
.contanier-left-menu-body .left-menu-v2 ul .child-categori a {
  padding: 0.5em 1em;
  display: block;
}
.contanier-left-menu-body .left-menu-v2 ul .child-categori a:hover {
  background: #f8f8f8;
}
.left-menu-category2,
.left-menu-category2 * {
  box-sizing: border-box;
}
.left-menu-category2 {
  background: #fff;
  border: 1px solid #ddd;
}
.left-menu-category2 > ul {
  display: block;
  position: relative;
}
.left-menu-category2 > ul > li {
  padding: 0;
  margin: 0;
}
.left-menu-category2 > ul > li > a {
  padding: 4px;
  color: #333;
  border: 1px solid #fff;
  border-left: 3px solid #fff;
  display: block;
  background: #fff;
  position: relative;
  z-index: 4;
  width: 100%;
}
.left-menu-category2 > ul > li > a > img {
  padding-right: 5px;
}
.left-menu-category2 > ul > li:hover ul {
  display: block;
}
.left-menu-category2 > ul > li:hover > a {
  border: 1px solid #ccc;
  border-left: 3px solid #00c0ff;
  border-right: 1px solid #f9f9f9;
  background: #f9f9f9;
}
.left-menu-category2 > ul > li ul {
  display: none;
  min-height: 451px;
  min-width: 788px;
  border: 1px solid #ccc;
  position: absolute;
  left: 193px;
  top: -1px;
  z-index: 3;
  padding: 5px;
  box-shadow: 0 0 2px #ccc;
  background: #f9f9f9;
}
.left-menu-category2 > ul > li ul li {
  display: inline-block;
  background: #fff;
  width: 120px;
  height: 150px;
  overflow: hidden;
  margin: 3px;
  box-shadow: 0 0 2px #ccc;
}
.left-menu-category2 > ul > li ul li:hover {
  box-shadow: 0 0 1px #cc041a;
}
.left-menu-category2 > ul > li ul li a {
  display: block;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: #383736;
}
.left-menu-category2 > ul > li ul li a span {
  display: block;
  height: 100px;
}
.urun-detay-marka-list {
  padding: 2px;
  background-color: #fff;
  margin: 10px 0;
}
.urun-detay-marka-list ul li {
  display: inline-block;
  padding: 2px;
}
.urun-detay-marka-list ul li a {
  padding: 4px;
  color: #272727;
}
.urun-detay-marka-list ul li a:hover {
  color: red;
}
.main-icerik-1 {
  margin-top: 10px;
}
.main-icerik-1 .int {
  margin: auto;
  width: 1000px;
  text-align: center;
}
.main-icerik-1 .int ul li {
  display: inline-block;
}
.main-icerik-1 .int ul li a {
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0 15px;
}
.v4-stand .items .title-resim-gorunumu-sade {
  display: none;
}
.v4-stand .items .detail.resim-gorunumu-sade li {
  width: 48%;
  margin: 0 4% 0 0;
}
.v4-stand .items .detail.resim-gorunumu-sade li a {
  display: block;
  padding: 0;
  margin-top: 0;
}
.v4-stand .items .detail.resim-gorunumu-sade li a img {
  width: 100%;
}
.v4-stand .items .detail.resim-gorunumu-sade li.clast {
  margin-right: 0;
}
.v4_theme .basa-don {
  background: url(../images/yukari_v4.png) no-repeat scroll 0 -34px transparent;
}
.v4_theme .basa-don:hover {
  background: url(../images/yukari_v4.png) no-repeat scroll 0 -68px transparent;
}
.v4_theme .owl-carousel .owl-item img {
  display: inline-block;
}
.v4_theme .pcontent {
  height: 350px;
  border-right: 1px solid #eee;
}
.v4 .top-filitre-dis {
  top: 110px;
}
#btn_normal_odeme {
  font-size: 16px;
}
#btn_3d_odeme {
  font-size: 16px;
}
.html_main_marka {
  background: #fff;
  margin: 0 auto 20px auto;
  width: 1000px;
  padding: 10px 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.html_main_marka ul {
  width: 960px;
  margin: 0 auto;
}
.html_main_marka ul li a {
  display: block;
  margin: 0 5px;
}
.html_main_marka ul li .marka-name {
  display: none;
}
.html_main_marka .owl-controls {
  position: absolute;
  width: 100%;
  top: 0;
}
.html_main_marka .owl-next,
.html_main_marka .owl-prev {
  z-index: 99;
  position: absolute;
  top: 14px;
  cursor: pointer;
}
.html_main_marka .owl-next i,
.html_main_marka .owl-prev i {
  font-size: 20px;
  color: #999;
}
.html_main_marka .owl-prev {
  left: -15px;
}
.html_main_marka .owl-next {
  right: -15px;
}
.html_main_marka .owl-next:hover i,
.html_main_marka .owl-prev:hover i {
  color: #000;
}
.v4_theme .top-ara-text {
  border-radius: 0;
}
.v4_theme .header {
  background: #fff;
}
.v4_theme .v4_header .v4_nav-int {
  margin: 8px auto;
  width: 980px;
}
.v4-stand {
  position: relative;
}
.v4-stand .int {
  width: 1000px;
  margin: 0 auto;
}
.v4-stand-tab .int {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.v4-stand .items {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.v4-stand .items .title {
  background: #232323;
}
.v4-stand .items .title span {
  display: inline-block;
  min-width: 224px;
  color: #fff;
  font-weight: lighter;
  font-size: 18px;
  line-height: 40px;
}
.v4-stand .items .title span i {
  background: rgba(0, 0, 0, 0.11);
  min-width: 60px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.v4-stand .items .detail {
  padding: 0;
  margin-bottom: 20px;
}
.v4-stand .items .detail.slider {
  height: 350px;
}
.v4-stand .items .title-resim-gorunumu-sade {
  display: none;
}
.v4-stand .items .detail.resim-gorunumu-sade li {
  width: 32%;
  margin: 0 2% 2% 0;
}
.v4-stand .items .detail.resim-gorunumu-sade li a {
  display: block;
  padding: 0;
  margin-top: 0;
}
.v4-stand .items .detail.resim-gorunumu-sade li a img {
  width: 100%;
}
.v4-stand .items .detail.resim-gorunumu-sade li.clast {
  margin-right: 0;
}
.v4-stand .items .detail ul,
.v4-stand .items .detail ul li {
  margin: 0;
  padding: 0;
}
.v4-stand .items .detail ul li {
  display: inline-block;
}
.v4-stand .owl-carousel {
  position: relative;
}
.v4-stand .owl-controls {
  position: absolute;
  width: 100%;
  top: 0;
  background: 0 0;
}
.v4-stand .owl-controls .owl-nav {
  background: 0 0;
}
.v4-stand .owl-next,
.v4-stand .owl-prev {
  z-index: 99;
  position: absolute;
  top: 150px;
  width: 53px;
  height: 53px;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
  background-image: url(../images/icons-sprite.png);
  opacity: 0.6;
  display: none;
}
.v4-stand .items:hover .owl-nav div {
  display: block;
}
.v4-stand .owl-prev {
  left: 10px;
  background-position: 0 0;
}
.v4-stand .owl-next {
  right: 10px;
  background-position: 0 53px;
}
.v4-stand .owl-prev:focus,
.v4-stand .owl-prev:hover {
  opacity: 1;
  transition: all 0.6s ease;
}
.v4-stand .owl-next:focus,
.v4-stand .owl-next:hover {
  opacity: 1;
  transition: all 0.6s ease;
}
.v4-stand .resim-gorunumu-slider .owl-next,
.v4-stand .resim-gorunumu-slider .owl-prev {
  margin-top: -10%;
}
.v4_theme .pcolumn {
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.v4_theme .pcolumn .other .aynigunkargo,
.v4_theme .pcolumn .other .aynigunkargo-h,
.v4_theme .pcolumn .other .hediyeliurun,
.v4_theme .pcolumn .other .hediyeliurun-h,
.v4_theme .pcolumn .other .kargobedava,
.v4_theme .pcolumn .other .kargobedava-h,
.v4_theme .pcolumn .other .kurye,
.v4_theme .pcolumn .other .kurye-h,
.v4_theme .pcolumn .other .yeni-h {
  display: none;
}
.v4_theme .pcolumn .other .yeni {
  background: #ffb6c1;
  position: absolute;
  left: 6px;
  top: 185px;
  height: 27px;
  width: 50px;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 6px;
  text-transform: uppercase;
  font-weight: 700;
  text-indent: 1px;
}
.v4_theme .urun-sag-panel .other {
  display: block;
}
.v4_theme .pcolumn .button {
  display: block;
}
.v4_theme .pcolumn .button .adet {
  border: none;
  padding: 5px;
  background: #f58322;
  color: #fff;
  display: inline-block;
  float: left;
  max-width: 20px;
  text-align: center;
  display: none;
}
.v4_theme .pcolumn .button .sepete-ekle {
  display: none;
  color: #484848;
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background: url(../images/bask.png) 20% center #f0f2f3 no-repeat;
}
.v4_theme .pcolumn .button .sepete-ekle:hover {
  background: url(../images/bask_hover.png) 20% center #f0f2f3 no-repeat;
  color: #000;
}
.v4_theme .pcolumn {
  position: relative;
}
.v4_theme .pcolumn .button {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  background: #f0f2f3;
  transition: all 0.2s ease;
  padding: 0 0;
}
.v4_theme .pcolumn:hover .button {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.v4_theme .pcolumn:hover .button .incele {
  display: inline-block;
}
.v4_theme .pcolumn .button .incele i {
  font-size: 18px;
}
.v4_theme .pcolumn .button .incele {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  background: #f58322 no-repeat;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.v4_theme .pcolumn .button .incele:hover {
  background: #e64c04;
}
.v4_theme .pcolumn .button .hizli-satinal {
  display: none;
  box-sizing: border-box;
  padding: 8px;
  float: right;
  width: 55%;
  background: #f58322;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 13px;
}
.v4_theme .pcolumn .button .satinal {
  padding: 5px;
  display: inline-block;
  float: left;
  display: none;
}
.v4_theme .pcolumn {
  transition: all 0.2s ease;
}
.v4-stand .items .pcolumn {
  width: 243px;
}
.v4_theme .basa-don {
  background: url(../images/yukari_v4.png) no-repeat scroll 0 -34px transparent;
}
.v4_theme .basa-don:hover {
  background: url(../images/yukari_v4.png) no-repeat scroll 0 -68px transparent;
}
.v4_theme .owl-carousel .owl-item img {
  display: inline-block;
}
.v4_theme .pcontent {
  height: 350px;
  border-right: 1px solid #eee;
}
.v4_theme .sade .pcolumn {
  margin-right: 7px;
}
.v4 .top-filitre-dis {
  top: 121px;
}
.n_nav_v4 {
  z-index: 21;
  background: #ed8304;
}
.n_nav_v4 .int {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  background-repeat: repeat-x;
  position: relative;
}
.n_nav_v4 .main {
  margin: 0;
  padding: 0;
}
.n_nav_v4 .submenu {
  color: #fff;
  display: inline-block;
  float: left;
}
.n_nav_v4 > .int > ul > li.splitter {
  display: none;
}
.n_nav_v4 > .int > ul > li {
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.n_nav_v4 > .int > ul > li > a {
  font-weight: 600;
}
.n_nav_v4 > .int > ul > li:last-child {
  border-right: none;
}
.n_nav_v4 > .int > ul > li:hover > a {
  color: #ed8304;
}
.n_nav_v4 > .int > ul > li:hover {
  background: #fff;
}
.n_nav_v4 > .int > ul > li.home {
  display: none;
}
.n_nav_v4 .submenu-a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 0 12px;
  display: block;
  outline: medium none;
  position: relative;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  margin: 0;
}
.n_nav_v4 .submenu .submenu-a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 0 7px;
  display: block;
  outline: medium none;
  position: relative;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  margin: 0;
}
.n_nav_v4 .submenu:last-child .submenu-a {
  border-right: none;
}
.n_nav_v4 .n_icerik {
  background: none repeat scroll 0 0 #fff;
  display: none;
  height: auto;
  position: absolute;
  min-width: 250px;
  z-index: 50;
  width: 100%;
  left: 0;
  padding: 10px;
}
.n_nav_v4 .submenu:hover > .n_icerik {
  display: block;
}
.n_nav_v4 .n_icerik li {
  margin: 0;
  padding: 0;
}
.n_nav_v4 .n_icerik li.nav-kategoriler {
  block-size: auto;
  display: inline-table;
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 0;
  width: 280px;
}
.n_nav_v4 .n_icerik li.nav-kategoriler a {
  color: #c75d5e;
  display: block;
  margin: 0;
  padding: 1px 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  font-weight: 700;
  font-size: 14px !important;
}
.n_nav_v4 .n_icerik li.nav-kategoriler a .img img {
  max-width: 90%;
  max-height: 100px;
}
.n_nav_v4 .n_icerik li.nav-kategoriler a:hover {
  color: #cf7e05;
}
.n_nav_v4 .n_icerik li.nav-kategoriler li a {
  letter-spacing: 1px;
  border-bottom: medium none;
  color: #544a4a;
  display: inline;
  font-size: 14px !important;
  font-weight: 400;
  margin-right: 2px;
  padding: 0 4px 0 0;
  width: auto;
}
.n_nav_v4 .n_icerik li.nav-kategoriler li {
  display: block;
}
.n_nav_v4 .n_icerik li.nav-markalar {
  float: right;
  width: 10%;
}
.n_nav_v4 .n_icerik li.nav-markalar h4 {
  color: #ed8304;
  display: block;
  margin: 0;
  padding: 1px 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  font-weight: 700;
  font-family: AvenirNextLTPro, Helvetica, sans-serif;
  font-size: 14px !important;
}
.n_nav_v4 .n_icerik li.nav-markalar a {
  font-size: 14px;
}
.n_nav_v4 .shadow {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.76);
}
.n_nav_v4 .n_etiket {
  background: none repeat scroll 0 0 #fff;
  display: none;
  height: auto;
  position: absolute;
  min-width: 1000px;
  left: 0;
  top: 41px;
  z-index: 50;
}
.n_etiket .attr {
  min-height: 110px;
  max-height: 110px;
  overflow: auto;
  padding: 0 0 10px 0;
}
.n_nav_v4 .submenu:hover > .n_etiket {
  display: block;
}
.n_nav_v4 .n_etiket .contanier {
  float: left;
  min-width: 120px;
  max-width: 200px;
  display: inline-block;
  padding: 10px;
}
.n_nav_v4 .n_etiket .contanier .title {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #1d1d1d;
  display: block;
  padding: 5px 0;
  transition: all 0.5s ease;
}
.n_nav_v4 .n_etiket .contanier .title:hover {
  color: #ed8304;
}
.n_nav_v4 .n_etiket .contanier .detail a {
  display: block;
  color: #575757;
  font-size: 11px;
  font-family: tahoma, arial;
  transition: all 0.5s ease;
  overflow: hidden;
}
.n_nav_v4 .n_etiket .contanier .detail a:hover {
  color: #ed8304;
}
.n_nav_v4 .n_kategori {
  background: none repeat scroll 0 0 #fff;
  display: none;
  height: auto;
  position: absolute;
  min-width: 1000px;
  left: 0;
  top: 41px;
  z-index: 50;
}
.n_nav_v4 .submenu:hover > .n_kategori {
  display: block;
}
.n_nav_v4 .n_kategori .contanier {
  float: left;
  min-width: 100px;
  max-width: 200px;
  display: inline-block;
  padding: 10px;
}
.n_nav_v4 .n_kategori .contanier .title {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #1d1d1d;
  display: block;
  padding: 5px 0;
  transition: all 0.5s ease;
}
.n_nav_v4 .n_kategori .contanier .title:hover {
  color: #e30613;
}
.n_nav_v4 .n_kategori .contanier .detail a {
  display: block;
  color: #575757;
  font-size: 11px;
  font-family: tahoma, arial;
  transition: all 0.5s ease;
}
.n_nav_v4 .n_kategori .contanier .detail a:hover {
  color: #e30613;
}
.n_nav_v4 .n_marka {
  background: none repeat scroll 0 0 #fff;
  display: none;
  height: auto;
  position: absolute;
  min-width: 1000px;
  left: 0;
  top: 41px;
  z-index: 50;
  min-height: 250px;
}
.n_nav_v4 .submenu:hover > .n_marka {
  display: block;
}
.n_nav_v4 .n_marka .left {
  display: block;
  float: left;
  padding: 10px;
  width: 620px;
}
.n_nav_v4 .n_marka .left ul {
  display: inline-block;
  padding: 5px;
  float: left;
  min-width: 100px;
}
.n_nav_v4 .n_marka .left ul li {
  display: block;
}
.n_nav_v4 .n_marka .left ul li a {
  display: block;
  color: #575757;
  font-family: tahoma, arial;
  transition: all 0.4s ease;
  padding: 2px;
  font-size: 12px;
}
.n_nav_v4 .n_marka .left ul li a:hover {
  color: #4470e3;
}
.n_nav_v4 .n_marka .left ul li .selected {
  color: red;
}
.n_nav_v4 .n_marka .right {
  display: block;
  float: right;
  width: 300px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  margin: 10px;
}
.n_nav_v4 .n_marka .right .img {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: contain;
  background-position: center 25%;
  background-repeat: no-repeat;
  display: none;
}
.n_nav_v4 .n_marka .right .img-int {
  width: 200%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: -50%;
}
.v4_theme .footer-top-image {
  padding: 5px 0;
}
.price11 {
  margin-bottom: 10px;
  line-height: 40px;
}
.price11 .left {
  color: #999;
  text-decoration: line-through;
  font-size: 20px;
  display: block;
  line-height: 20px;
}
.price11 .right {
  color: #666;
  font-size: 28px;
  font-weight: 400;
  text-shadow: 0 0 1px #fff;
  display: block;
}
.price11 .right .fa {
  font-size: 24px;
  padding-left: 4px;
}
.v4_theme .urun-detay-kabin > .indirim {
  background: red;
  left: 545px;
  top: 87px;
  z-index: 1;
  text-align: left;
  position: absolute;
  border-radius: 4px;
  padding: 5px 10px;
  box-shadow: 0 5px 1px -4px #c9bbbb;
}
.urun-detay-kabin .indirim span:last-child,
.v4_theme .urun-detay-kabin > .indirim span:first-child {
  color: #fff;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
}
.v4_theme .urun-detay-kabin > .indirim span:first-child {
  padding-right: 5px;
}
.v4_theme .urun-detay-kabin .urun-detay-urun-code {
  display: none;
}
.v4_theme .v11-urun-detay-baslik {
  font-size: 16px;
  line-height: 25px;
  height: 69px;
  overflow: hidden;
}
.urun-detay-sepet {
  padding: 10px 0;
}
.sepet-adet {
  float: left;
  box-sizing: border-box;
  height: 50px;
  overflow: hidden;
  border: 1px solid #eef1f4;
  width: 120px;
  position: relative;
  box-shadow: 0 5px 1px -4px #c9bbbb;
}
.sepet-adet .urun-adet {
  background-color: #fff;
  border: none;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  padding: 13px;
  text-align: center;
  transition: all 0.6s ease;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 45px;
}
.sepet-adet .urun-adet:focus {
  background-color: #fdfdfd;
}
.sepet-adet .arti,
.sepet-adet .eksi {
  border-bottom-right-radius: 0;
  transition: all 0.6s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  background: #eef1f4;
  border: none;
  color: #666;
  font-size: 16px;
  padding: 0 10px;
}
.sepet-adet .arti:hover,
.sepet-adet .eksi:hover {
  background: #dfe2e5;
}
.sepet-adet .arti {
  right: 0;
}
.sepet-adet .eksi {
  left: 0;
}
.sepet-button {
  margin-left: 10px;
  float: left;
  box-sizing: border-box;
  height: 50px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 1px -4px #c9bbbb;
}
.sepet-button .urun-sepet-ekle {
  line-height: 50px;
  padding: 0 80px;
  text-align: center;
  background: #f58322;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  transition: all 0.6s ease;
  font-size: 20px;
  height: 100%;
  width: 100%;
  display: block;
}
.urun-sepet-ekle:hover {
  background: #e64c04;
}
.yorum-vote {
  color: #999;
}
.yorum-vote .vote {
  float: left;
  padding: 8px 8px 8px 0;
}
.yorum-vote .yorum-toplam {
  float: left;
  padding: 8px;
}
.yorum-vote .yorum-ekle-gecis {
  float: left;
  padding: 8px;
  cursor: pointer;
}
.yorum-vote .yorum-ekle-gecis:hover {
  background: #f0f0f0;
}
.yorum-vote i {
  font-size: 14px;
}
.urun-detay-oneri .title {
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}
.urun-detay-oneri .detay-liste .pimg .indirim {
  bottom: 0;
  height: 35px;
  width: 35px;
}
.urun-detay-oneri .detay-liste {
  position: relative;
}
.urun-detay-oneri .detay-liste ul {
  padding-top: 30px;
}
.urun-detay-oneri .detay-liste i.fa-angle-left,
.urun-detay-oneri .detay-liste i.fa-angle-right {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  font-size: 16px;
  text-align: center;
  background: #ccc;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
}
.urun-detay-oneri .detay-liste i.fa-angle-left:hover,
.urun-detay-oneri .detay-liste i.fa-angle-right:hover {
  background: #222;
}
.urun-detay-oneri .detay-liste i.fa-angle-left {
  right: 30px;
}
.urun-detay-oneri .detay-liste i.fa-angle-right {
  right: 10px;
}
.urun-detay-oneri .detay-liste .pcolumn {
  padding: 0;
  margin: 0;
  box-shadow: none;
  margin-bottom: 5px;
  width: 100%;
  border: none;
}
.urun-detay-oneri .detay-liste .pcontent {
  border: none;
}
.urun-detay-oneri .detay-liste .pcolumn:hover {
  box-shadow: none;
}
.urun-detay-oneri .detay-liste .pcontent {
  height: auto;
}
.urun-detay-oneri .detay-liste .pimg {
  height: 150px;
}
.v4_theme .urun-detay-oneri .detay-liste .pcolumn .button {
  display: none;
}
.urun-detay-oneri .detay-liste .price3 {
  height: auto;
  padding: 0;
}
.urun-detay-oneri .detay-liste .price3 .left {
  float: right;
  display: block;
  padding: 2px;
  text-align: left;
  font-size: 12px;
  width: 80%;
}
.urun-detay-oneri .detay-liste .price3 .right {
  float: right;
  display: block;
  padding: 2px;
  text-align: left;
  font-size: 12px;
  width: 80%;
}
.urun-detay-oneri .detay-liste .ptitle a {
  color: #222;
  display: block;
  text-align: left;
  padding: 2px;
  font-size: 12px;
  height: auto;
}
.urun-detay-oneri .detay-liste .ptitle {
  height: auto;
}
.urun-detay-oneri .detay-liste .pimg .pimg-int {
  height: 150px;
}
.urun-detay-oneri .detay-liste .pimg .hizli-gorunum,
.urun-detay-oneri .detay-liste .pimg .text span {
  display: none;
}
.urun-detay-oneri .detay-liste .ptitle a.urun-code {
  display: none;
}
.v4_theme .urun-sag-panel .pcontent {
  position: inherit;
}
.urun-detay-oneri .detay-liste .pcontent .other .yeni,
.v4_theme .urun-sag-panel .pcontent .other .yeni {
  content: "YENI";
  background: #ffb6c1;
  position: absolute;
  left: 6px;
  top: 116px;
  height: 27px;
  width: 50px;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 6px;
  text-transform: uppercase;
  font-weight: 700;
  text-indent: 1px;
}
.v4_theme .urun-sag-panel .pcontent .other .yeni {
  left: 0;
  top: 35px;
  z-index: 1;
}
.v4_theme .pcolumn .other .aynigunkargo,
.v4_theme .pcolumn .other .aynigunkargo-h,
.v4_theme .pcolumn .other .hediyeliurun,
.v4_theme .pcolumn .other .hediyeliurun-h,
.v4_theme .pcolumn .other .kargobedava,
.v4_theme .pcolumn .other .kargobedava-h,
.v4_theme .pcolumn .other .kurye,
.v4_theme .pcolumn .other .kurye-h {
  display: none;
}
.v4_theme .pimg .text span {
  display: none;
}
.pimg .hizli-gorunum span {
  position: absolute;
  left: 25%;
  top: 100px;
  display: none;
}
.pimg.active .hizli-gorunum span,
.pimg:active .hizli-gorunum span,
.pimg:hover .hizli-gorunum span {
  display: block;
}
.v4_theme .pimg .hizli-gorunum {
  display: none;
}
.v11-filtre,
.v11-filtre * {
  box-sizing: border-box;
}
.v11-filtre .left {
  float: left;
}
.v11-filtre .right {
  float: right;
}
.v11-filtre .right .v11-combo {
  float: left;
  margin-left: 5px;
  position: relative;
}
.v11-filtre .right .v11-combo span {
  display: block;
  padding: 4px 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  position: relative;
  z-index: 2;
}
.v11-filtre .right .v11-combo:hover span {
  border-bottom: 1px solid #fff;
  cursor: default;
}
.v11-filtre .right .v11-combo ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 29px;
  right: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.v11-filtre .right .v11-combo ul li {
  padding: 2px 10px;
  display: block;
  text-align: left;
}
.v11-filtre .right .v11-combo ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.v11-filtre .right .v11-siralama-adet ul li {
  width: 46px;
}
.v11-filtre .right .v11-gorunum ul li {
  width: 150px;
}
.v11-filtre .right .v11-siralama ul li {
  width: 175px;
}
.top-filitre-ic .v11-filtre {
  background: 0 0;
}
.top-filitre-ic .serit-gri {
  background: 0 0;
}
.urun-detay-diger-urunler {
  border: 1px solid #ededed;
}
.urun-detay-diger-urunler .cfour {
  width: 25%;
}
.v4_theme .clast .pcontent {
  border-right: none;
}
.go-x2 .cfour {
  width: 50%;
}
.go-x3 .cfour {
  width: 33.3333%;
}
.go-x4 .cfour {
  width: 25%;
}
.urun-detay-oneri .owl-carousel {
  z-index: 0;
}
.sepet-ul {
  display: block;
  padding: 0;
  margin: 0;
}
.sepet-ul * {
  box-sizing: border-box;
}
.sepet-ul li {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.sepet-ul li .img {
  float: left;
  width: 35%;
}
.sepet-ul li .right {
  float: left;
  width: 65%;
}
.sepet-ul li .right .title {
  line-height: 25px;
}
.sepet-ul li .right .title a {
  line-height: 25px;
  font-size: 12px;
  font-weight: 700;
}
.sepet-ul li .right .fiyat {
  height: 20px;
  width: 100%;
}
.sepet-ul li .right .fiyat div:first-child {
  min-width: 50px;
  float: left;
}
.sepet-ul li .right .fiyat div:last-child {
  min-width: 100px;
  float: left;
}
.sepet-ul li .right .checkbox {
  position: absolute;
  right: 30px;
  bottom: 8px;
}
.sepet-ul li .right .sil {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.sepet-ul li .right .adet {
  position: absolute;
  right: 0;
  bottom: 45px;
}
.sepet-toplam {
  padding: 10px 0;
}
.sepet-toplam .fl {
  padding-bottom: 10px;
}
.sepet-toplam .fr {
  width: 50%;
}
.sepet-toplam .fr table td {
  font-size: 16px;
}
.kargo-bedava {
  padding: 8px;
  color: #999;
  font-weight: 700;
}
.kargo-bedava i {
  padding-right: 3px;
}
#karsilastirma_id {
  display: none;
}
.urun-detay-diger-menu,
.urun-detay-diger-menu * {
  box-sizing: border-box;
}
.urun-detay-diger-menu {
  padding: 0;
}
.urun-detay-diger-menu > li {
  padding: 0;
  margin: 10px 0;
  display: inline-block;
}
.urun-detay-diger-menu > li > a {
  padding: 8px;
  color: #b0b0b0;
}
.urun-detay-diger-menu > li > a:hover {
  padding: 10px;
  color: #333;
}
.urun-detay-diger-menu > li > a > i {
  font-size: 16px;
}
.urun-detay-diger-menu > li.begendiklerim {
  position: relative;
}
.urun-detay-diger-menu > li.begendiklerim:hover > #begendiklerim_menu {
  display: block;
}
.urun-detay-diger-menu > li.begendiklerim:hover > #begendiklerim_menu > a {
  display: block;
}
.urun-detay-diger-menu > li.begendiklerim > a {
  border: 1px solid #fff;
}
.urun-detay-diger-menu > li.begendiklerim:hover > a {
  border: 1px solid #ccc;
  border-bottom: none;
  z-index: 2;
  position: relative;
  background: #f7f7f7;
  margin-bottom: 0;
  width: 100%;
  color: #333;
}
.urun-detay-diger-menu > li.begendiklerim #begendiklerim_menu {
  padding: 5px;
  display: none;
  position: absolute;
  z-index: 1;
  top: 25px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  width: 100%;
}
.urun-detay-diger-menu > li.begendiklerim #begendiklerim_menu li > a {
  display: block;
}
.urun-detay-diger-menu
  > li.begendiklerim
  #begendiklerim_menu
  li
  > a
  i.fa-check {
  color: #40b120;
}
.urun-detay-diger-menu > li.begendiklerim #begendiklerim_menu li:hover {
  background: #eaeae6;
}
.urun-detay-diger-menu > li.begendiklerim #begendiklerim_menu .liste-ara {
  position: relative;
}
.urun-detay-diger-menu > li.begendiklerim #begendiklerim_menu .liste-ara input {
  float: left;
  background: #fff;
  border: none;
  width: 100%;
  padding: 8px 4px;
}
.urun-detay-diger-menu > li.begendiklerim #begendiklerim_menu .liste-ara i {
  position: absolute;
  right: 5px;
  top: 4px;
}
.urun-detay-diger-menu > li.stok-haber {
  display: none;
}
.urun-detay-diger-menu > li.fiyat-alarmi {
  display: none;
}
.satinal-teslimat ul {
  display: block;
}
.satinal-teslimat ul li {
  display: block;
  padding: 2px;
}
.etiket-tag {
  padding: 5px;
  margin: 10px 0;
}
.etiket-tag li.baslik {
  display: block;
  color: #3e3e3e;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  font-weight: 700;
}
.etiket-tag li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.etiket-tag li a {
  display: block;
  color: #222;
  padding: 5px 10px;
  float: left;
  box-shadow: -2px 2px 1px -2px #ccc;
  background: #f9f9f9;
}
.etiket-tag a:hover {
  background: #ebebeb;
  color: #000;
}
a[onclick] {
  cursor: pointer;
}
.marka-listesi,
.marka-listesi * {
  box-sizing: border-box;
}
.marka-listesi ul li {
  float: left;
  width: 20%;
}
.marka-listesi ul li .kabin {
  margin: 5px;
}
.marka-listesi ul li .resim {
  margin: 5px;
  display: block;
  max-height: 50px;
  text-align: center;
}
.marka-listesi ul li .resim img {
  max-height: 50px;
  max-width: 100%;
  text-align: center;
}
.marka-listesi ul li .adi {
  display: block;
  padding: 5px;
  text-align: center;
}
.pcolumn:hover .v11-img-list {
  display: block;
}
.v11-img-list {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.v11-img-list div {
  box-sizing: border-box;
  float: left;
  display: block;
  width: 10px;
  height: 2px;
  margin-right: 1px;
  opacity: 0.2;
  background: rgba(107, 109, 113, 0.6);
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.v11-img-list div:last-child {
  margin-right: 0;
}
.v11-img-list div.active,
.v11-img-list div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
strong {
  font-weight: 700;
}
.eBodyUrun .tabli[tabbody="1"] p {
  padding: 5px 0;
}
.ana-sayfa-kutu {
  box-sizing: border-box;
}
.ana-sayfa-kutu li {
  display: inline-block;
  float: left;
  margin: 0 22px 22px 0;
  height: 225px;
}
.ana-sayfa-kutu li.last {
  margin-right: 0;
}
.ana-sayfa-kutu li a {
  display: block;
}
.ana-sayfa-kutu li a img {
  width: 470px;
}
.ana-sayfa-kutu li a img:hover {
  opacity: 0.8;
  position: absolute;
}
.v4_theme .urun-sag-oneri .indirim span:first-child,
.v4_theme .urun-sag-oneri .indirim span:last-child {
  font-size: 12px;
}
.v4_theme .urun-sag-oneri .indirim span:first-child {
  padding: 12px 0;
  text-align: center;
}
.v4_theme .urun-sag-oneri .indirim span:last-child {
  display: none;
}
.n_nav_v4 > .int > ul.main > li:nth-child(3) .n_icerik > li:nth-child(2) {
  width: 500px;
}
.n_nav_v4 > .int > ul.main > li:nth-child(3) .n_icerik > li:nth-child(2) ul li {
  display: inline-block;
  width: 50%;
}
.m-bars {
  display: none;
}
.urun-aciklama {
  font-weight: 400;
}
.sabit-icon.mesaj {
  display: none;
}
[urunstand_konum_id="1"] {
  margin-top: 20px;
}
[urunstand_konum_id="1"] .v4-stand .items .title span {
  padding: 0 10px;
}
[urunstand_konum_id="1"] .v4-stand .int {
  width: 100%;
  margin: 0;
}
[urunstand_konum_id="1"] .v4-stand .items .detail {
  padding: 5px;
}
[urunstand_konum_id="1"] .v4-stand .items .pcolumn {
  width: 100%;
}
.urun-kategori-popup {
  bottom: 0;
  position: fixed;
  border: 2px solid #ccc;
  z-index: 2;
  background: #fff;
  max-width: 400px;
}
.urun-kategori-popup-title {
  background: #f0ebeb none repeat scroll 0 0;
  text-align: right;
}
.urun-kategori-popup-title i {
  padding: 3px;
  font-size: 16px;
  cursor: pointer;
}
[popup_position="0"] {
  right: 10px;
}
[popup_position="1"] {
  left: 10px;
}
.kampanya-conbo * {
  box-sizing: border-box;
}
.satinal-adres ul {
  width: 50%;
  float: left;
}
.satinal-adres ul li {
  padding: 3px;
}
.satinal-kredikarti ul li {
  padding: 3px;
}
.satinal-kredikarti ul li .kk1 {
  width: 60px;
}
.satinal-kredikarti-pc ul {
  width: 50%;
  float: left;
}
.satinal-kredikarti-pc ul li {
  padding: 3px;
}
.satinal-kredikarti-pc ul li .kk1 {
  width: 60px;
}
.satinal-kredikarti-pc .fiyat-bilgi {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 10px;
  margin-top: 28px;
  min-height: 150px;
  margin-left: 20px;
}
.btn-satinal-popup {
  background: #f58322;
  display: none;
}
.btn-hizlial-popup {
  background: #f58322;
}
.btn-sepet-popup {
  background: #f58322;
}
.btn-sepet-satinal {
  font-size: 20px;
  text-align: left;
  padding: 10px 24px;
}
.btn-sepet-hizlisatinal {
  font-size: 16px;
  padding: 10px 24px;
}
.btn-sepet-kuponkullan,
.btn-sepet-sil {
  font-size: 20px;
}
.form-sepet .aa-bilgi,
.form-sepet .aa-hata,
.form-sepet .aa-uyari {
  font-size: 16px;
}
.uye-girisi-sayfa-sol {
  float: left;
  width: 30%;
}
.uye-girisi-sayfa-sag {
  float: right;
  width: 65%;
}
.sepet-urun-liste * {
  font-size: 16px;
}
.satinal-urun-listesi td {
  font-size: 16px;
}
.satinal-urun-listesi th {
  font-size: 16px;
}
.satinal-nav,
.satinal-nav * {
  box-sizing: border-box;
}
.satinal-nav {
  padding: 5px 0;
  position: relative;
}
.satinal-nav ul {
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
  background: #848484;
  padding: 20px 0;
}
.satinal-nav ul:before {
  content: "";
  display: block;
  border: 1px solid #eaeaea;
  top: 30px;
  position: relative;
  box-sizing: border-box;
  width: 70%;
  left: 15%;
}
.satinal-nav ul:after {
  content: "";
  display: block;
  border: 1px solid #f58322;
  top: -52px;
  position: relative;
  box-sizing: border-box;
  width: 45%;
  left: 15%;
}
.satinal-nav ul li {
  display: inline-block;
  width: 24%;
  z-index: 2;
  position: relative;
}
.satinal-nav ul li a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.satinal-nav ul li a span.icon {
  display: block;
  text-align: center;
}
.satinal-nav ul li a span.icon i {
  font-size: 25px;
  color: #848484;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #fff;
}
.satinal-nav ul li a span.name {
  text-align: center;
  display: block;
  color: #f7f7f7;
  padding: 5px 0;
}
.satinal-nav ul li span.splitter {
  position: absolute;
  right: 0;
  top: 6px;
}
.satinal-nav ul li span.splitter i {
  color: #fff;
  font-size: 40px;
}
.satinal-nav ul li span.splitter i:after {
  content: "";
  display: block;
  background: #848484 none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  height: 23px;
  margin: -31px 0 0 9px;
}
.satinal-nav ul li.active a span.icon i {
  color: #fff;
  background: #f58322;
  border-radius: 10%;
  border: 1px solid #b3b3b3;
}
.satinal-nav ul li.active span.splitter i {
  color: #f58322;
}
.satinal-nav ul li:last-child.active span.splitter i {
  color: #fff;
}
.satinal-nav ul[step="1"]:after {
  width: 11%;
}
.satinal-nav ul[step="2"]:after {
  width: 35%;
}
.satinal-nav ul[step="3"]:after {
  width: 59%;
}
.satinal-nav ul[step="4"]:after {
  width: 70%;
}
.teslimat-v11 {
  clear: both;
}
.teslimat-v11 * {
  box-sizing: border-box;
  transition: all 0.5s ease;
  padding: 0;
  margin: 0;
}
.teslimat-v11 .colums {
  float: left;
  width: 40%;
  position: relative;
  margin-left: 8%;
}
.teslimat-v11 .adres-aktar {
  float: left;
  width: 1%;
}
.teslimat-v11 .adres-aktar a i {
  display: block;
}
.teslimat-v11 .adres-aktar i {
  font-size: 40px;
  margin-top: 70px;
  display: block;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.teslimat-v11 .adres-aktar i:hover {
  background: #eb7922;
  color: #fff;
}
.teslimat-v11 .adres {
  float: left;
  width: 80%;
  position: relative;
}
.teslimat-v11 .adres .baslik {
  font-weight: 700;
  padding: 10px 0;
  font-size: 14px;
}
.teslimat-v11 .adres .combo {
  min-height: 120px;
  border: 2px solid #bfbfbf;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 5px;
  clear: both;
  width: 100%;
  cursor: pointer;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #f6f6f6 89%, #ededed 100%);
  background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 89%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0, #f6f6f6 89%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0, #f6f6f6 89%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0, #f6f6f6 89%, #ededed 100%);
}
.teslimat-v11 .adres .combo:hover {
  border: 2px solid #8f8f8f;
}
.teslimat-v11 .adres .combo .left {
  float: left;
  width: 90%;
}
.teslimat-v11 .adres .combo .right {
  float: right;
  text-align: center;
  width: 10%;
  color: #bfbfbf;
  border-left: 2px solid #eceaea;
}
.teslimat-v11 .adres .combo .right i {
  font-size: 20px;
  padding: 40px 0;
}
.teslimat-v11 .adres .combo:hover .right i {
  color: #eb7922;
}
.teslimat-v11 .adres .combo .adres-item i {
  display: none;
}
.teslimat-v11 .combo-list {
  z-index: 1;
  display: none;
  position: absolute;
  border: 2px solid #bfbfbf;
  background: #f4f4f4;
  top: 150px;
  width: 100%;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.teslimat-v11 .combo-list ul {
  background: #fff;
  overflow: auto;
  max-height: 240px;
}
.teslimat-v11 .combo-list ul li {
  position: relative;
  border-bottom: 1px dashed #ddd;
  padding: 5px;
}
.teslimat-v11 .combo-list ul li:last-child {
  border-bottom: none;
}
.teslimat-v11 .combo-list ul li:hover {
  background: #e7e7e7;
}
.teslimat-v11 .combo-list .ekle {
  padding: 0;
  margin: 0;
  background: #9c9c9c;
}
.teslimat-v11 .combo-list .ekle:hover {
  padding: 0;
  margin: 0;
  background: #7a7a7a;
}
.teslimat-v11 .combo-list .ekle a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.teslimat-v11 .adres-item {
  padding: 5px;
  width: 80%;
  cursor: pointer;
}
.teslimat-v11 .adres-item .click div {
  line-height: 14px;
  overflow: hidden;
  height: 16px;
}
.teslimat-v11 .adres-item .adi {
  font-weight: 700;
  font-size: 16px;
  color: #999;
}
.teslimat-v11 .adres-item i {
  position: absolute;
  right: 5px;
  top: 48px;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
}
.teslimat-v11 .adres-item i:hover {
  color: #eb7922;
}
.teslimat-v11 .adres-item .fa-times {
  right: 5px;
}
.teslimat-v11 .adres-item .fa-pencil {
  right: 30px;
}
.v11-kargo-secimi {
  padding: 10px;
}
.v11-satinal-devam {
  text-align: right;
}
.v11-odeme {
  clear: both;
}
.v11-odeme,
.v11-odeme * {
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.v11-odeme .v11-odeme-nav {
  width: 30%;
  float: left;
}
.v11-odeme .v11-odeme-nav ul {
  padding: 0;
  margin-bottom: 0;
}
.v11-odeme .v11-odeme-nav ul li {
  background: #fcfcfc;
  padding: 20px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #f6f6f6;
  border-left: 3px solid #f0f0f0;
  position: relative;
  line-height: 40px;
  font-size: 16px;
}
.v11-odeme .v11-odeme-nav ul li.active {
  background: #f6f6f6;
  border-left: 3px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-right: -1px;
}
.v11-odeme .v11-odeme-nav ul li span[type="checked"] {
  border: 1px solid #7a7a7a;
  background: #fff;
  position: relative;
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
  margin: 0 10px 0 0;
  top: 2px;
}
.v11-odeme .v11-odeme-nav ul li.active span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #7a7a7a;
  margin: 22%;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  display: inline-block;
}
.v11-odeme .v11-odeme-nav ul li i {
  font-size: 16px;
  margin-right: 5px;
}
.v11-odeme .v11-odeme-body {
  width: 70%;
  float: left;
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #ccc;
  min-height: 487px;
}
.v11-odeme .v11-odeme-body .v_item {
  display: none;
}
.v11-odeme .v11-odeme-body td {
  padding: 3px;
}
.v11_havale_list li a {
  display: block;
}
.v11_havale_list li a .havale-item {
  display: block;
  border: 1px dotted #c7c5c0;
  background: #fff;
  padding: 10px;
}
.v11_havale_list li a .havale-item div.checked {
  float: left;
  width: 5%;
  vertical-align: middle;
}
.v11_havale_list li a .havale-item div.img {
  float: left;
  width: 25%;
  vertical-align: middle;
  overflow: hidden;
}
.v11_havale_list li a .havale-item div.detail {
  float: left;
  width: 60%;
}
.v11_havale_list li a .havale-item div span {
  font-weight: 700;
}
.satinal-v12,
.satinal-v12 * {
  box-sizing: border-box;
}
.satinal-v12 .step {
  width: 75%;
  float: left;
}
.satinal-nav-v12 {
  position: relative;
  margin-bottom: 40px;
}
.satinal-nav-v12 ul {
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
}
.satinal-nav-v12 ul li {
  display: inline-block;
  width: 32.6%;
  position: relative;
  background: #f1f1f1;
  box-shadow: 0 0 2px #ccc;
  margin-right: 1%;
  float: left;
  border-radius: 2%;
}
.satinal-nav-v12 ul li:last-child {
  margin-right: 0;
}
.satinal-nav-v12 ul li a {
  display: block;
  position: relative;
  width: 100%;
}
.satinal-nav-v12 ul li i {
  position: absolute;
  left: 5px;
  top: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 35px;
  padding: 10px;
}
.satinal-nav-v12 ul li .title {
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-left: 70px;
  margin-right: 10px;
  text-align: left;
}
.satinal-nav-v12 ul li .detail {
  height: 50px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-left: 70px;
  margin-right: 10px;
  text-align: left;
  line-height: 15px;
}
.satinal-nav-v12 ul li .count {
  position: absolute;
  bottom: -20%;
  right: 45%;
  background: #fff;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  box-shadow: 0 0 2px #ccc;
}
.satinal-nav-v12 ul li.active i {
  color: #eb7922;
}
.satinal-nav-v12 ul li.active .count {
  color: #eb7922;
}
.satinal-nav-v12 ul li.active {
  background: #eb7922;
}
.satinal-nav-v12 ul li.active .title {
  color: #fff;
}
.satinal-nav-v12 ul li.active .detail {
  color: #fff;
}
.satinal-v12 .satinal-tabbody-v12 > ul > li {
  display: none;
}
.satinal-v12 .satinal-tabbody-v12 > ul > li.active {
  display: block;
}
.satinal-v12 .preview {
  width: 24%;
  float: right;
  background: #f7f7f7;
}
.satinal-v12 .preview .title {
  background: #f1f1f1;
  padding: 10px;
  color: #eb7922;
  font-weight: 700;
  font-size: 16px;
}
.satinal-v12 .preview .detail {
  padding: 20px;
}
.satinal-v12 .preview .detail ul li {
  padding: 5px;
}
.satinal-v12 .preview .detail .fiyat {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  color: #eb7922;
}
.satinal-v12 .preview .ul li {
  padding: 10px;
}
.satinal-v12 .preview .button input {
  width: 100%;
  border-radius: 0;
  margin-top: 10px;
  font-size: 16px;
}
.satinal-v12 .preview input[type="button"] {
  width: 100%;
  text-align: center;
}
.satinal-v12 .sozlesme iframe {
  width: 100%;
  border-radius: 0;
  border: 1px solid #ccc;
  height: 200px;
  overflow: auto;
}
.satinal-v12 .sozlesme iframe .eBodyic {
  border: none;
}
.popup-icerik form {
  padding: 20px;
}
.btn-urun-filtre input[type="button"] {
  width: 100%;
  text-align: center;
}
.btn-urun-filtre.fixed {
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d5d3d3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  width: 180px;
  padding: 10px;
  z-index: 3;
  margin-left: -13px;
}
.iliskili-urun {
  background: #fff;
  border: 1px solid #e0e0e0;
  margin: 10px 0;
  box-sizing: border-box;
}
.iliskili-urun > .title {
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  background: #ececec;
}
.iliskili-urun .detail {
  font-size: 16px;
  padding: 10px;
}
.iliskili-urun .detail ul li {
  border-bottom: 1px solid #e0e0e0;
}
.iliskili-urun .detail ul li:last-child {
  border-bottom: none;
}
.iliskili-urun .detail ul li img {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.kp-time-sayac {
  height: 80px;
}
.urun-detay-ucretsiz-kargo {
  visibility: hidden;
}
div[inc_modul="hizlisatinal"].v4_theme .header-top {
  display: none;
}
.tum-marka-urunleri {
  padding-bottom: 10px;
  margin-top: -22px;
  text-decoration: underline;
}
.tum-marka-urunleri a {
  color: red;
  font-weight: 700;
}
.accordion-selected {
  background: #f5181b;
}
.accordion-li {
  background: #f58322;
}
.accordion-li:hover {
  background: #f5181b;
}
.popup {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0.8;
  filter: Alpha(opacity=90);
}
.popup-dis-div {
  z-index: 210;
  text-align: left;
  left: 25%;
  top: 15%;
  width: 800px;
  position: absolute;
  background: #fff;
  background: #f9f9f9;
  border: 1px solid #c6c6c6;
  padding: 1em;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.popup-dis-div-ic {
  border: none;
}
.popup-baslik-yazi {
  float: left;
  font-size: 24px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0;
  font-size: 20px;
  margin-bottom: 26px;
}
.popup-baslik-kapat {
  float: right;
  padding: 5px;
  cursor: pointer;
}
.popup-icerik {
  font-size: 11px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
  height: 100%;
}
#popupImgKapat {
  background: url(../images/popup/popup-kapat.png) no-repeat center center;
  width: 25px;
  height: 25px;
  display: block;
}
#popupImgKapat:hover {
  background: url(../images/popup/popup-kapat-hover.png) no-repeat center center;
}
.arama-sonuc {
  padding: 1px;
}
.arama-sonuc-ic {
  padding: 1px;
  background-color: #f7f7f7;
  height: 300px;
  overflow: auto;
}
.arama-sonuc-ic a {
  display: block;
  padding: 5px;
  margin: 1px;
  font-weight: 700;
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #ccc;
  background-image: url(../images/popup/sol-3.jpg);
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: left 8px;
}
.arama-sonuc-ic a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}
.arama-sonuc-ic label {
  font-size: 11px;
  border: 1px solid #ff2828;
  background-color: #ffff8a;
  margin: 1px;
  padding: 5px;
  display: block;
}
.arama-sonuc-ic span {
  font-size: 12px;
  border: 1px solid #69d30a;
  background-color: #ddfbc8;
  margin: 1px;
  padding: 5px;
  display: block;
  color: #030;
}
.popup2 {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  filter: Alpha(opacity=80);
  opacity: 0.8;
  background: url(../images/popup/popup-dis-bg.png) repeat #fff;
}
.p2_left1 {
  background: url(../images/popup/l1.png) left top;
  width: 356px;
  float: left;
  height: 400px;
}
.p2_left2 {
  background: url(../images/popup/l2.png) left top;
  width: 370px;
  float: left;
  height: 400px;
}
.p2_left2_ic {
  margin: 100px 0 100px 0;
  height: 200px;
  overflow: hidden;
}
.p2_left3 {
  background: url(../images/popup/l3.png) left top;
  width: 75px;
  float: left;
  height: 400px;
}
.p2_left3_ic {
  margin: 100px 15px 100px 0;
}
.popup2-dis-div {
  z-index: 210;
  text-align: left;
  left: 25%;
  top: 15%;
  width: 810px;
  position: fixed;
}
.popup2-baslik {
  height: 39px;
  border-bottom: 1px solid #ccc;
}
.popup2-baslik-yazi {
  float: left;
  padding: 8px;
  padding-bottom: 0;
  color: #000;
  font-size: 15px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: 700;
}
.popup2-baslik-kapat {
  float: right;
  padding: 5px;
  cursor: pointer;
}
.popup2-icerik-dis {
  padding: 5px;
}
.popup2-icerik {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
  height: 100%;
}
#popup2ImgKapat {
  background: url(../images/popup/popup-kapat.png) no-repeat center center;
  width: 25px;
  height: 25;
  display: block;
}
#popup2ImgKapat:hover {
  background: url(../images/popup/popup-kapat-hover.png) no-repeat center center;
}
.form-error {
  border: 2px solid red !important;
}
.ads-list-archive {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  color: #777;
  display: block;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
}
.no-padding {
  padding: 0 !important;
}
.ad-archive-img {
  overflow: hidden;
  position: relative;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ad-archive-img img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  object-position: center center;
}
.ad-archive-img a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
.ad-archive-desc {
  border-right: medium none;
  padding: 10px 20px;
}
.ad-archive-desc .ad-price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
}
.ad-archive-desc h3 {
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #232323;
}
.ad-archive-desc .category-title {
  margin-bottom: 2px;
}
.category-title a {
  color: #a0a0a0;
  font-size: 14px;
}
.ad-archive-desc p {
  font-size: 14px;
  margin-bottom: 0;
}
ul.add_info {
  margin: 0;
  padding: 0;
}
ul.add_info li {
  border: 1px solid #ededed;
  border-radius: 3px;
  display: inline-block;
  height: 35px;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  padding-top: 4px;
}
ul.add_info li a {
  font-size: 18px;
}
.ad-archive-desc ul.add_info {
  margin-top: 10px;
}
.ads-list-archive .archive-history {
  margin-top: 3px;
}
.ad-archive-desc .last-updated {
  font-size: 12px;
  position: relative;
  float: left;
  line-height: 30px;
}
.ad-archive-desc .ad-meta {
  position: relative;
  float: none;
  margin-bottom: 13px;
}
.ad-archive-desc .ad-meta .btn {
  padding: 3px 10px;
  text-transform: capitalize;
}
.ad-archive-desc .ad-meta .save-ad {
  background-color: #fcfcfc;
  border-color: #eaedef;
  border: 1px solid #eaedef;
  color: #464e60;
  font-size: 14px;
}
.ad-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 2;
  padding-top: 4px;
  border: 1px solid #bce8f1;
  box-sizing: border-box;
  border-right: 0;
  border-bottom: 0;
  display: none;
}

#booking-box #map {
  position: relative;
  z-index: 1 !important;
  height: 500px;
  border-radius: 10px;
  width: 100% !important;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  overflow: hidden;
}

#booking-box label {
  color: #0e0e0e;
}

.routes-box {
  background: #1c1c1c;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.routes-box:hover {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
  transition: all 0.3s ease-in-out;
}

.routes-box:hover i {
  color: #1c1c1c;
  transition: 0.3s ease-in-out;
}

.routes-box:hover .routes-price {
  color: #1c1c1c;
  transition: 0.3s ease-in-out;
}

.routes-box i {
  color: #3498db;
  font-size: 25px;
  text-align: center;
}

.routes-title {
  height: 50px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

.routes-price {
  color: #3498db;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.routes-text {
  color: white;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}

.color-black {
  color: black;
  font-size: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.py-50 {
  padding: 50px 0;
}
.whbtnf {
  text-align: center;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.whbtnf a {
  margin: 0 auto;
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.whbtnf i {
  display: block;
  font-size: 32px;
}

.whbtnf .whb-text {
  background: rgba(30, 58, 95, 0.95);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.whbtnf:hover .whb-text {
  opacity: 1;
  transform: translateY(0);
}

.whbtnf a:hover {
  background: #23a653;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  transition: all 0.3s ease-in-out;
}

.whbtnf a:hover i {
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

@media (max-width: 768px) {
  .whbtnf {
    bottom: 20px;
    right: 20px;
  }

  .whbtnf a {
    width: 55px;
    height: 55px;
  }

  .whbtnf i {
    font-size: 28px;
  }

  .whbtnf .whb-text {
    display: none;
  }
}
.araczamanbilgi {
  text-align: center;
}

.navbar.navbar-static {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
.findLoc {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  border: 0;
  cursor: pointer;
  position: relative;
  border-left: 0;
  height: 46px;
  background: #e8eaed;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border: 2px solid;
}

#top-bar {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(30, 58, 95, 0.2);
}
#top-bar a {
  color: white;
  transition: all 0.3s ease;
}
#top-bar a:hover {
  color: #3498db;
}
#top-bar .social a {
  font-size: 1.2em;
  margin-left: 10px;
  transition: all 0.3s ease;
}
#top-bar .social a:hover {
  transform: translateY(-3px);
  color: #3498db;
}
.navbar-dark-transparent {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}
.navbar-nav > li > a {
  color: #1e3a5f !important;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 15px 20px !important;
}
.navbar-nav > li > a:hover {
  color: #3498db !important;
  background: rgba(52, 152, 219, 0.1) !important;
}
.formArea {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.flexr {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  margin-right: 10px;
}

.flexrbody {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.booking-box .col-md-5 {
  height: 100%;
}

.rezTitle {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  width: max-content;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 12px 20px;
  color: white !important;
  box-shadow: 0 4px 15px rgba(30, 58, 95, 0.3);
  margin-left: 20px;
  font-weight: 600;
}

.rezBody {
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.15);
  border-radius: 0 12px 12px 12px;
}
#booking-box .container-fluid {
  padding: 8px;
}
span.whb-text {
  background: white;
  padding: 2px 10px;
  border-radius: 5px;
}
.logo img {
  max-width: 120px;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

nav.navbar.navbar-static .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hizmetlerimiz i {
  font-size: 4em;
  color: #ffffff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  line-height: 1.5em;
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  box-shadow: 0 4px 15px rgba(30, 58, 95, 0.3);
}
.imgr img {
  width: 100%;
}
section#sectioner {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  text-align: center;
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.2);
}

#sectioner .yellow {
  color: white;
}
#sectioner i {
  font-size: 4em;
  color: #3498db;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  line-height: 1.5em;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}
section#sectioner2 {
  background: #fdfdfd;
  background-size: 50%;
  background-position: right;
  position: relative;
  background-repeat: no-repeat;
}
section#sectioner2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #ffffffbf, #ffffff6b);
}
.backgroundaer img {
  width: 100%;
}

#sectioner2 .col-md-6 {
  padding: 0;
}

#sectioner2 .container-fluid {
  padding: 0;
  height: max-content;
}
.padrr {
  padding: 2em 15px !important;
  text-align: center;
}
.padrr {
  display: flex;
  align-items: center;
  justify-content: center;
}

#sectioner2 .row {
  display: flex;
}

footer p {
  margin: 0;
  font-size: 1.5em;
  color: #3498db;
}
#sectioner2 h5 {
  font-size: 2.5em;
}

#sectioner2 p {
  font-size: 3em;
  font-weight: 300;
  line-height: 1;
}

/* Modern Input Styles - Unified */
#booking-box input[type="text"],
#booking-box input[type="date"],
#booking-box input[type="time"],
#booking-box input[type="number"],
#booking-box select,
#booking-box #namer,
#booking-box #aracVal,
#booking-box #nereden,
#booking-box #nereye,
#booking-box #gidisDonus,
#booking-box #SecTarih,
#booking-box #SecSaat,
#booking-box #YolcuSayisi {
  transition: all 0.3s ease !important;
  width: 100% !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(52, 152, 219, 0.3) !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  color: #1e3a5f !important;
  background: white !important;
  box-sizing: border-box !important;
  min-height: 42px !important;
  height: auto !important;
  line-height: 1.4 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

#booking-box select,
#booking-box #aracVal,
#booking-box #gidisDonus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%233498db' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  padding-right: 35px !important;
  cursor: pointer !important;
}

#booking-box select::-ms-expand,
#booking-box #aracVal::-ms-expand,
#booking-box #gidisDonus::-ms-expand {
  display: none !important;
}

#booking-box input[type="text"]:focus,
#booking-box input[type="date"]:focus,
#booking-box input[type="time"]:focus,
#booking-box input[type="number"]:focus,
#booking-box select:focus,
#booking-box #namer:focus,
#booking-box #aracVal:focus,
#booking-box #nereden:focus,
#booking-box #nereye:focus,
#booking-box #gidisDonus:focus,
#booking-box #SecTarih:focus,
#booking-box #SecSaat:focus,
#booking-box #YolcuSayisi:focus {
  outline: none !important;
  border-color: #3498db !important;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15) !important;
  background-color: rgba(52, 152, 219, 0.02) !important;
}

#booking-box input::placeholder {
  color: rgba(30, 58, 95, 0.4) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  opacity: 0.6 !important;
}

/* Hover Effects */
.servbox:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.servbox:hover h5 {
  color: #3498db;
  transition: all 0.3s ease;
}
/* Features hover effect */
#features-section .col-md-4:hover .fa {
  color: #2c5282 !important;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
#features-section .col-md-4:hover div[style*="border"] {
  border-color: #2c5282 !important;
  background: rgba(52, 152, 219, 0.05) !important;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
  #hero-section {
    padding: 50px 0 30px !important;
  }
  #hero-section h1 {
    font-size: 2.5em !important;
    letter-spacing: 4px !important;
  }
  #hero-section h2 {
    font-size: 1em !important;
  }
}

/* Booking Section Mobile */
@media (max-width: 768px) {
  #booking-box {
    padding: 30px 0 40px !important;
  }
  #booking-box .col-md-6 {
    margin-bottom: 30px;
  }
  #map {
    min-height: 300px !important;
  }
  .rezTitle {
    margin-left: 0 !important;
    width: 100% !important;
    border-radius: 12px 12px 0 0 !important;
  }
}

/* Hizmetlerimiz Mobile */
@media (max-width: 768px) {
  #hizmetlerimiz {
    padding: 40px 0 !important;
  }
  #hizmetlerimiz .col-md-3 {
    margin-bottom: 25px !important;
  }
}

/* Sectioner Mobile */
@media (max-width: 768px) {
  #sectioner {
    padding: 40px 0 !important;
  }
  #sectioner .col-md-5,
  #sectioner .col-md-7 {
    margin-bottom: 25px;
  }
}

/* Sectioner2 Mobile */
@media (max-width: 768px) {
  #sectioner2 {
    padding: 40px 0 !important;
  }
  #sectioner2 .col-md-6 {
    padding: 30px 20px !important;
  }
  #sectioner2 .backgroundaer img {
    min-height: 300px !important;
  }
}

@media (max-width: 780px) {
  #google_translate_element {
    text-align: center;
  }
  #google_translate_element2 {
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #google_translate_element2 select {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
  }
  footer p {
    border-bottom: 1px solid #3498db;
    padding-bottom: 5px;
  }

  footer .social {
    text-align: center;
    margin-top: 10px;
  }
  #top-bar a {
    font-size: 1.5em;
    color: #3498db;
  }
  #sectioner2 .row {
    display: inline-block;
  }
  .flexr {
    margin: 0;
    margin-bottom: 2em;
  }
  nav.navbar.navbar-static .container {
    display: inline-block;
    width: 100%;
  }
  .logo img {
    max-width: 100px;
    height: auto;
    background-color: #fff;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
footer .social a {
  color: #3498db;
  font-size: 1.5em;
  transition: all 0.3s ease;
}
#booking-box .shadow {
  position: relative;
}
a#CreateOffer {
  background: #25d366 !important;
  color: white !important;
  border: none;
  line-height: 1em;
}
.btn-success,
button.btn-success {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%) !important;
  border: none !important;
  color: white !important;
  padding: 12px 30px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3) !important;
}
.btn-success:hover,
button.btn-success:hover {
  background: linear-gradient(135deg, #2980b9 0%, #1e3a5f 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(30, 58, 95, 0.4) !important;
}
#sectioner3,
#sectioner5 {
  padding: 5em 0;
}

#sectioner3 h5 {
  font-size: 2.5em;
}

#sectioner3 p {
  font-size: 1.7em;
  line-height: 1.25;
  text-transform: capitalize;
  height: 60px;
}
.arac-foto {
  border: 2px solid #3498db;
  border-radius: 12px;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(52, 152, 219, 0.1);
}
.arac-foto:hover {
  border-color: #1e3a5f;
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.3);
  transform: translateY(-5px);
}

.arac-foto img {
  width: 100%;
}
.servbox {
  background: linear-gradient(
    135deg,
    #3498db 0%,
    #2980b9 100%
  ); /*padding: 2em 10px*/
  margin-bottom: 10px;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  color: white;
  display: inline-block;
  width: 100%;
  min-height: 290px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2);
}
.servbox:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(30, 58, 95, 0.4);
  background: linear-gradient(135deg, #2980b9 0%, #1e3a5f 100%);
}

.servbox i {
  font-size: 5em;
  background: rgba(255, 255, 255, 0.2);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: white;
  margin-bottom: 10px;
  backdrop-filter: blur(10px);
}
.titler {
  font-size: 2em;
}
.boxrb {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

.boxrb img {
  max-height: calc(100% - 50px);
  width: auto !important;
}
.tursaber img {
  width: 100%;
}
.tursaber {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 13px 1px #0000003b;
  margin-top: 3em;
  z-index: 9999;
}

#sectioner h5 {
  font-size: 2.5em;
  margin-top: 15px !important;
}
.skiptranslate.goog-te-gadget span {
  display: none;
}
.skiptranslate.goog-te-gadget {
  font-size: 0;
}
img.headbg {
  width: 100%;
}
#map .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}
#map .swiper {
  height: 100%;
  width: 100%;
}
img.hizmi {
  height: 190px;
  width: 100% !important;
  margin: 0 auto;
}
.servbox a {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.hizmet-cont * {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

.hizmet-cont {
  min-height: 100px;
}
#sectioner5 p {
  font-size: 1.75em;
  line-height: 1.15em;
}

#sectioner5 h5 {
  font-size: 2.5em;
}
@media (min-width: 900px) {
  #google_translate_element2 {
  }
}
#google_translate_element2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#google_translate_element2 select {
  width: 100%;
  font-size: 14px;
  margin: 0;
  font-family: "Barlow Condensed";
  font-weight: 600;
  color: white;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#google_translate_element2 select:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}
#google_translate_element2 select option {
  background: #1e3a5f;
  color: white;
  padding: 5px;
}
div#google_translate_element2 {
  text-align: right;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.goog-te-gadget {
  font-family: "Barlow Condensed" !important;
}
.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
  color: white !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  color: white !important;
}
.goog-te-menu-frame {
  max-width: 100% !important;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}

/* hidden header  */
body > .skiptranslate {
  display: none;
}
/* Modern Dropdown Styles */
#translate {
  position: relative;
  display: inline-block;
}

#translate .goog-te-combo {
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  outline: none;
  background-image: none;
}

#translate .goog-te-combo:hover {
  border-color: #888;
}

#translate .goog-te-combo:focus {
  border-color: #555;
}

/* Dropdown Arrow */
#translate .goog-te-combo::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.datetime-container {
  width: 100%; /* Kapsayıcı tam genişlikte */
  max-width: 100%; /* Taşmayı önler */
  box-sizing: border-box; /* Padding ve border genişliğe dahil */
}

.datetime-container input[type="date"],
.datetime-container input[type="time"] {
  width: 100%; /* Tarih ve saat alanları kapsayıcıya göre %100 */
  max-width: 100%; /* Taşmayı önler */
  box-sizing: border-box; /* Padding ve border genişliğe dahil */
  padding: 8px; /* Daha iyi görünüm için iç boşluk */
  border: 1px solid #ccc; /* Kenarlık */
  border-radius: 4px; /* Yuvarlak köşeler */
  -webkit-appearance: none; /* Safari varsayılan stilini kaldırır */
  -moz-appearance: none; /* Firefox için */
  appearance: none; /* Genel uyumluluk */
  font-size: 16px; /* Font boyutunu sabitle */
  line-height: 1.5; /* Satır yüksekliği ile hizalamayı iyileştir */
  background-color: #fff; /* Arka planı sabitle */
  color: #333; /* Metin rengini sabitle */
}

/* Safari'ye özel ayar (MacBook Safari için) */
@media not all and (min-resolution: 0.001dpcm) {
  /* Safari hedefleme */
  @supports (-webkit-appearance: none) {
    .datetime-container input[type="date"],
    .datetime-container input[type="time"] {
      width: 100%;
      padding: 8px 12px; /* Daha geniş iç boşluk */
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
        sans-serif; /* Safari ile uyumlu font */
      background: #fff
        url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 16 16"><path d="M8 10l4-4H4z"/></svg>')
        no-repeat right 8px center; /* Özel ok ikonu */
      background-size: 12px; /* İkon boyutu */
    }
  }
}

/* iOS Safari için önceki ayarları koru */
@supports (-webkit-overflow-scrolling: touch) {
  .datetime-container input[type="date"],
  .datetime-container input[type="time"] {
    width: 100%;
    display: block; /* Blok seviyesinde tutar */
  }
}
gmp-autocomplete {
  display: block;
  width: 100%;
}
gmp-autocomplete input {
  width: 100%;
  padding: 5px;
}
