.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
  margin-top: 53px !important;
  width: 180px !important;
  left: auto !important;
  right: 18px !important;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: rgba(41, 41, 41, 0.78);
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  box-shadow: 0 0 2px #000;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  padding: 10px 6px;
  font-weight: bold;
  font: 11px/13px Helvetica, Arial, sans-serif;
}
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  display: none;
}
body[dir="rtl"] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0;
  height: 1px;
  background: #337ab7;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
  background: #33be40;
}
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
@charset "UTF-8";
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: bold;
}
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/bootstrap/glyphicons-halflings-regular.ttf")
      format("truetype"),
    url("../fonts/bootstrap/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}
.glyphicon-minus:before {
  content: "−";
}
.glyphicon-cloud:before {
  content: "☁";
}
.glyphicon-envelope:before {
  content: "✉";
}
.glyphicon-pencil:before {
  content: "✏";
}
.glyphicon-glass:before {
  content: "";
}
.glyphicon-music:before {
  content: "";
}
.glyphicon-search:before {
  content: "";
}
.glyphicon-heart:before {
  content: "";
}
.glyphicon-star:before {
  content: "";
}
.glyphicon-star-empty:before {
  content: "";
}
.glyphicon-user:before {
  content: "";
}
.glyphicon-film:before {
  content: "";
}
.glyphicon-th-large:before {
  content: "";
}
.glyphicon-th:before {
  content: "";
}
.glyphicon-th-list:before {
  content: "";
}
.glyphicon-ok:before {
  content: "";
}
.glyphicon-remove:before {
  content: "";
}
.glyphicon-zoom-in:before {
  content: "";
}
.glyphicon-zoom-out:before {
  content: "";
}
.glyphicon-off:before {
  content: "";
}
.glyphicon-signal:before {
  content: "";
}
.glyphicon-cog:before {
  content: "";
}
.glyphicon-trash:before {
  content: "";
}
.glyphicon-home:before {
  content: "";
}
.glyphicon-file:before {
  content: "";
}
.glyphicon-time:before {
  content: "";
}
.glyphicon-road:before {
  content: "";
}
.glyphicon-download-alt:before {
  content: "";
}
.glyphicon-download:before {
  content: "";
}
.glyphicon-upload:before {
  content: "";
}
.glyphicon-inbox:before {
  content: "";
}
.glyphicon-play-circle:before {
  content: "";
}
.glyphicon-repeat:before {
  content: "";
}
.glyphicon-refresh:before {
  content: "";
}
.glyphicon-list-alt:before {
  content: "";
}
.glyphicon-lock:before {
  content: "";
}
.glyphicon-flag:before {
  content: "";
}
.glyphicon-headphones:before {
  content: "";
}
.glyphicon-volume-off:before {
  content: "";
}
.glyphicon-volume-down:before {
  content: "";
}
.glyphicon-volume-up:before {
  content: "";
}
.glyphicon-qrcode:before {
  content: "";
}
.glyphicon-barcode:before {
  content: "";
}
.glyphicon-tag:before {
  content: "";
}
.glyphicon-tags:before {
  content: "";
}
.glyphicon-book:before {
  content: "";
}
.glyphicon-bookmark:before {
  content: "";
}
.glyphicon-print:before {
  content: "";
}
.glyphicon-camera:before {
  content: "";
}
.glyphicon-font:before {
  content: "";
}
.glyphicon-bold:before {
  content: "";
}
.glyphicon-italic:before {
  content: "";
}
.glyphicon-text-height:before {
  content: "";
}
.glyphicon-text-width:before {
  content: "";
}
.glyphicon-align-left:before {
  content: "";
}
.glyphicon-align-center:before {
  content: "";
}
.glyphicon-align-right:before {
  content: "";
}
.glyphicon-align-justify:before {
  content: "";
}
.glyphicon-list:before {
  content: "";
}
.glyphicon-indent-left:before {
  content: "";
}
.glyphicon-indent-right:before {
  content: "";
}
.glyphicon-facetime-video:before {
  content: "";
}
.glyphicon-picture:before {
  content: "";
}
.glyphicon-map-marker:before {
  content: "";
}
.glyphicon-adjust:before {
  content: "";
}
.glyphicon-tint:before {
  content: "";
}
.glyphicon-edit:before {
  content: "";
}
.glyphicon-share:before {
  content: "";
}
.glyphicon-check:before {
  content: "";
}
.glyphicon-move:before {
  content: "";
}
.glyphicon-step-backward:before {
  content: "";
}
.glyphicon-fast-backward:before {
  content: "";
}
.glyphicon-backward:before {
  content: "";
}
.glyphicon-play:before {
  content: "";
}
.glyphicon-pause:before {
  content: "";
}
.glyphicon-stop:before {
  content: "";
}
.glyphicon-forward:before {
  content: "";
}
.glyphicon-fast-forward:before {
  content: "";
}
.glyphicon-step-forward:before {
  content: "";
}
.glyphicon-eject:before {
  content: "";
}
.glyphicon-chevron-left:before {
  content: "";
}
.glyphicon-chevron-right:before {
  content: "";
}
.glyphicon-plus-sign:before {
  content: "";
}
.glyphicon-minus-sign:before {
  content: "";
}
.glyphicon-remove-sign:before {
  content: "";
}
.glyphicon-ok-sign:before {
  content: "";
}
.glyphicon-question-sign:before {
  content: "";
}
.glyphicon-info-sign:before {
  content: "";
}
.glyphicon-screenshot:before {
  content: "";
}
.glyphicon-remove-circle:before {
  content: "";
}
.glyphicon-ok-circle:before {
  content: "";
}
.glyphicon-ban-circle:before {
  content: "";
}
.glyphicon-arrow-left:before {
  content: "";
}
.glyphicon-arrow-right:before {
  content: "";
}
.glyphicon-arrow-up:before {
  content: "";
}
.glyphicon-arrow-down:before {
  content: "";
}
.glyphicon-share-alt:before {
  content: "";
}
.glyphicon-resize-full:before {
  content: "";
}
.glyphicon-resize-small:before {
  content: "";
}
.glyphicon-exclamation-sign:before {
  content: "";
}
.glyphicon-gift:before {
  content: "";
}
.glyphicon-leaf:before {
  content: "";
}
.glyphicon-fire:before {
  content: "";
}
.glyphicon-eye-open:before {
  content: "";
}
.glyphicon-eye-close:before {
  content: "";
}
.glyphicon-warning-sign:before {
  content: "";
}
.glyphicon-plane:before {
  content: "";
}
.glyphicon-calendar:before {
  content: "";
}
.glyphicon-random:before {
  content: "";
}
.glyphicon-comment:before {
  content: "";
}
.glyphicon-magnet:before {
  content: "";
}
.glyphicon-chevron-up:before {
  content: "";
}
.glyphicon-chevron-down:before {
  content: "";
}
.glyphicon-retweet:before {
  content: "";
}
.glyphicon-shopping-cart:before {
  content: "";
}
.glyphicon-folder-close:before {
  content: "";
}
.glyphicon-folder-open:before {
  content: "";
}
.glyphicon-resize-vertical:before {
  content: "";
}
.glyphicon-resize-horizontal:before {
  content: "";
}
.glyphicon-hdd:before {
  content: "";
}
.glyphicon-bullhorn:before {
  content: "";
}
.glyphicon-bell:before {
  content: "";
}
.glyphicon-certificate:before {
  content: "";
}
.glyphicon-thumbs-up:before {
  content: "";
}
.glyphicon-thumbs-down:before {
  content: "";
}
.glyphicon-hand-right:before {
  content: "";
}
.glyphicon-hand-left:before {
  content: "";
}
.glyphicon-hand-up:before {
  content: "";
}
.glyphicon-hand-down:before {
  content: "";
}
.glyphicon-circle-arrow-right:before {
  content: "";
}
.glyphicon-circle-arrow-left:before {
  content: "";
}
.glyphicon-circle-arrow-up:before {
  content: "";
}
.glyphicon-circle-arrow-down:before {
  content: "";
}
.glyphicon-globe:before {
  content: "";
}
.glyphicon-wrench:before {
  content: "";
}
.glyphicon-tasks:before {
  content: "";
}
.glyphicon-filter:before {
  content: "";
}
.glyphicon-briefcase:before {
  content: "";
}
.glyphicon-fullscreen:before {
  content: "";
}
.glyphicon-dashboard:before {
  content: "";
}
.glyphicon-paperclip:before {
  content: "";
}
.glyphicon-heart-empty:before {
  content: "";
}
.glyphicon-link:before {
  content: "";
}
.glyphicon-phone:before {
  content: "";
}
.glyphicon-pushpin:before {
  content: "";
}
.glyphicon-usd:before {
  content: "";
}
.glyphicon-gbp:before {
  content: "";
}
.glyphicon-sort:before {
  content: "";
}
.glyphicon-sort-by-alphabet:before {
  content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}
.glyphicon-sort-by-order:before {
  content: "";
}
.glyphicon-sort-by-order-alt:before {
  content: "";
}
.glyphicon-sort-by-attributes:before {
  content: "";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "";
}
.glyphicon-unchecked:before {
  content: "";
}
.glyphicon-expand:before {
  content: "";
}
.glyphicon-collapse-down:before {
  content: "";
}
.glyphicon-collapse-up:before {
  content: "";
}
.glyphicon-log-in:before {
  content: "";
}
.glyphicon-flash:before {
  content: "";
}
.glyphicon-log-out:before {
  content: "";
}
.glyphicon-new-window:before {
  content: "";
}
.glyphicon-record:before {
  content: "";
}
.glyphicon-save:before {
  content: "";
}
.glyphicon-open:before {
  content: "";
}
.glyphicon-saved:before {
  content: "";
}
.glyphicon-import:before {
  content: "";
}
.glyphicon-export:before {
  content: "";
}
.glyphicon-send:before {
  content: "";
}
.glyphicon-floppy-disk:before {
  content: "";
}
.glyphicon-floppy-saved:before {
  content: "";
}
.glyphicon-floppy-remove:before {
  content: "";
}
.glyphicon-floppy-save:before {
  content: "";
}
.glyphicon-floppy-open:before {
  content: "";
}
.glyphicon-credit-card:before {
  content: "";
}
.glyphicon-transfer:before {
  content: "";
}
.glyphicon-cutlery:before {
  content: "";
}
.glyphicon-header:before {
  content: "";
}
.glyphicon-compressed:before {
  content: "";
}
.glyphicon-earphone:before {
  content: "";
}
.glyphicon-phone-alt:before {
  content: "";
}
.glyphicon-tower:before {
  content: "";
}
.glyphicon-stats:before {
  content: "";
}
.glyphicon-sd-video:before {
  content: "";
}
.glyphicon-hd-video:before {
  content: "";
}
.glyphicon-subtitles:before {
  content: "";
}
.glyphicon-sound-stereo:before {
  content: "";
}
.glyphicon-sound-dolby:before {
  content: "";
}
.glyphicon-sound-5-1:before {
  content: "";
}
.glyphicon-sound-6-1:before {
  content: "";
}
.glyphicon-sound-7-1:before {
  content: "";
}
.glyphicon-copyright-mark:before {
  content: "";
}
.glyphicon-registration-mark:before {
  content: "";
}
.glyphicon-cloud-download:before {
  content: "";
}
.glyphicon-cloud-upload:before {
  content: "";
}
.glyphicon-tree-conifer:before {
  content: "";
}
.glyphicon-tree-deciduous:before {
  content: "";
}
.glyphicon-cd:before {
  content: "";
}
.glyphicon-save-file:before {
  content: "";
}
.glyphicon-open-file:before {
  content: "";
}
.glyphicon-level-up:before {
  content: "";
}
.glyphicon-copy:before {
  content: "";
}
.glyphicon-paste:before {
  content: "";
}
.glyphicon-alert:before {
  content: "";
}
.glyphicon-equalizer:before {
  content: "";
}
.glyphicon-king:before {
  content: "";
}
.glyphicon-queen:before {
  content: "";
}
.glyphicon-pawn:before {
  content: "";
}
.glyphicon-bishop:before {
  content: "";
}
.glyphicon-knight:before {
  content: "";
}
.glyphicon-baby-formula:before {
  content: "";
}
.glyphicon-tent:before {
  content: "⛺";
}
.glyphicon-blackboard:before {
  content: "";
}
.glyphicon-bed:before {
  content: "";
}
.glyphicon-apple:before {
  content: "";
}
.glyphicon-erase:before {
  content: "";
}
.glyphicon-hourglass:before {
  content: "⌛";
}
.glyphicon-lamp:before {
  content: "";
}
.glyphicon-duplicate:before {
  content: "";
}
.glyphicon-piggy-bank:before {
  content: "";
}
.glyphicon-scissors:before {
  content: "";
}
.glyphicon-bitcoin:before {
  content: "";
}
.glyphicon-btc:before {
  content: "";
}
.glyphicon-xbt:before {
  content: "";
}
.glyphicon-yen:before {
  content: "¥";
}
.glyphicon-jpy:before {
  content: "¥";
}
.glyphicon-ruble:before {
  content: "₽";
}
.glyphicon-rub:before {
  content: "₽";
}
.glyphicon-scale:before {
  content: "";
}
.glyphicon-ice-lolly:before {
  content: "";
}
.glyphicon-ice-lolly-tasted:before {
  content: "";
}
.glyphicon-education:before {
  content: "";
}
.glyphicon-option-horizontal:before {
  content: "";
}
.glyphicon-option-vertical:before {
  content: "";
}
.glyphicon-menu-hamburger:before {
  content: "";
}
.glyphicon-modal-window:before {
  content: "";
}
.glyphicon-oil:before {
  content: "";
}
.glyphicon-grain:before {
  content: "";
}
.glyphicon-sunglasses:before {
  content: "";
}
.glyphicon-text-size:before {
  content: "";
}
.glyphicon-text-color:before {
  content: "";
}
.glyphicon-text-background:before {
  content: "";
}
.glyphicon-object-align-top:before {
  content: "";
}
.glyphicon-object-align-bottom:before {
  content: "";
}
.glyphicon-object-align-horizontal:before {
  content: "";
}
.glyphicon-object-align-left:before {
  content: "";
}
.glyphicon-object-align-vertical:before {
  content: "";
}
.glyphicon-object-align-right:before {
  content: "";
}
.glyphicon-triangle-right:before {
  content: "";
}
.glyphicon-triangle-left:before {
  content: "";
}
.glyphicon-triangle-bottom:before {
  content: "";
}
.glyphicon-triangle-top:before {
  content: "";
}
.glyphicon-console:before {
  content: "";
}
.glyphicon-superscript:before {
  content: "";
}
.glyphicon-subscript:before {
  content: "";
}
.glyphicon-menu-left:before {
  content: "";
}
.glyphicon-menu-right:before {
  content: "";
}
.glyphicon-menu-down:before {
  content: "";
}
.glyphicon-menu-up:before {
  content: "";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -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: "Lato", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #eee;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #eee;
  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: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .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,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  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;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .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[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
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: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  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;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1220px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
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 > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #eee;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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 > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  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 > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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[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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.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-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  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 textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg,
.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-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  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 textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.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;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  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:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  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:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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;
}
.dropup,
.dropdown {
  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: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  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.428571429;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.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,
.btn-group-lg.btn-group > .btn + .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,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  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.428571429;
  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:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.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,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eee;
  }
}
.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;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .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:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .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: 768px) {
  .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: 767px) {
  .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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .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:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  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: "/ ";
  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.428571429;
  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:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  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;
}
.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;
}
.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:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.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: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.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;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.jumbotron {
  padding: 30px 15px;
  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;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .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.428571429;
  background-color: #eee;
  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 > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.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: bold;
}
.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-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  -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-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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 {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  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: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,
.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 {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  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-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .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-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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,
.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-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-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 {
  border-top-left-radius: 3px;
}
.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,
.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-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-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 {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.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 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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,
.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 {
  border-bottom-left-radius: 3px;
}
.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,
.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 {
  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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > 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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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 iframe,
.embed-responsive embed,
.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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  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;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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: "Lato", Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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;
  text-decoration: none;
  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: "Lato", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  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);
  white-space: normal;
}
.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 > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  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: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -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;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.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: #000 \9;
  background-color: transparent;
}
.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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.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;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.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: 1219px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1220px) {
  .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: 1219px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}
#footer,
#lancer-footer,
.wed-logo {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header1 .cart-box .cart-list .image img {
  max-width: 100%;
  display: block;
  height: auto;
}
.f-blog-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header1:after,
.header1 .header-top:after,
.header1 .header-cent:after,
.header1 .cart-box .cart-drop .cart-holder:after,
.header1.style12 #nav:after,
.header1.style13 .icon-list:after,
.header1.style13:before,
.header1.style14 .logo:after,
.header1.style14 .icon-list:after,
.header1.style14:before,
.header1.style23:before,
.header1.style24:before,
.header1.style25 .logo:after,
.header1.style25 .icon-list:after,
.header1.style25:before,
.header1.style27:before,
#nav .drop ul:after,
#nav .mega-drop .coll:after,
#nav .mega-drop .drop-holder:after,
.search-popup .close-btn:before,
.search-popup .close-btn:after,
.side-widget h2:after,
#footer.style23 .socialize-holder:before,
#footer.style24 .socialize-holder:before,
#lancer-footer .f-social:after,
#lancer-footer .footer-bottom:after,
.socialize-holder .title:after,
.social-block.style2:after,
.social-block.style3:after,
.social-block.style4:after {
  content: "";
  position: absolute;
}
.header1.style18 #nav .nav-holder:after,
#nav7:after,
#nav7 .nav-holder:after,
.mailing-form2 .form-col:after,
.newsletter-form:after,
.newsletter-form #mc-embedded-subscribe-form:after,
.newsletter-form .form-group:after,
.time-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.header1,
.header1:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header {
  z-index: 10000;
  padding: 46px 0 0;
  bottom: auto !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header:after {
  opacity: 0;
  z-index: -1;
  bottom: -20px !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
#header .holder {
  float: right;
}
#header .icon-list {
  margin: 0;
  float: right;
  position: relative;
}
@media only screen and (max-width: 991px) {
}
#header .icon-list > li {
  float: right;
  margin: 0 0 0 11px;
  position: relative;
}
#header .icon-list > li:hover .lang-drop {
  display: block;
}
#header .icon-list.social {
  font-size: 15px;
}
#header .icon-list.social a {
  color: #222;
}
.dark #header .icon-list.social a {
  color: #fff;
}
#header .opener-icons {
  float: right;
  color: #fff;
  font-size: 17px;
  padding: 5px 0 0;
  text-align: center;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .opener-icons.active,
#header .opener-icons:hover {
  text-decoration: none;
  border-color: transparent;
}
#header .opener-icons .cart-num {
  top: -11px;
  right: -9px;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
}
#header .header-top {
  font-size: 12px;
  line-height: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
#header .header-top:after {
  top: auto;
  z-index: -1;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #fff;
}
#header .header-top:after {
  height: 1px;
  opacity: 0.3;
  display: block;
}
#header .header-top a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .header-top a:hover {
  text-decoration: none;
}
#header .header-cent {
  padding-top: 18px;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
#header .header-cent:after {
  top: 0;
  z-index: -1;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #fff;
}
#header .header-cent:after {
  display: block;
}
.dark #header .header-cent:after {
  background: #2a2a2a;
}
#header .header-cent .logo {
  margin: 0;
}
#header .head-social {
  float: right;
  margin: 8px 0 0;
}
#header .head-social li {
  padding: 0 2px 0 0;
}
#header .head-social a {
  display: block;
  font-size: 20px;
  padding: 5px 0 0;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .head-social a:hover {
  color: #fff;
  text-decoration: none;
}
#header .language-nav {
  float: left;
  max-width: 300px;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 767px) {
  #header .language-nav {
    float: none;
    max-width: 100%;
    text-align: center;
  }
}
#header .language-nav li {
  padding: 0 8px 0 4px;
}
@media only screen and (max-width: 767px) {
  #header .language-nav li {
    padding: 0 8px;
  }
}
#header .top-nav {
  float: right;
  max-width: 600px;
  margin: 0 -9px 0 0;
}
@media only screen and (max-width: 767px) {
  #header .top-nav {
    margin: 0;
    float: none;
    max-width: 100%;
    text-align: center;
  }
}
#header .top-nav li {
  padding: 0 1px 0 20px;
}
@media only screen and (max-width: 767px) {
  #header .top-nav li {
    padding: 0 8px;
  }
}
#header .top-nav.style2 li {
  line-height: 1;
  font-size: 18px;
  padding: 0 0 0 11px;
  margin: -3px 0 -2px;
}
@media only screen and (max-width: 767px) {
  #header .top-nav.style2 li {
    margin: 0;
    padding: 0 4px;
  }
}
#header .cartopener-main {
  color: #222;
  font-size: 15px;
  position: relative;
}
#header.fixed-position {
}
@media only screen and (max-width: 767px) {
  #header.fixed-position {
  }
}
#header.fixed-position:after {
}
.dark #header.fixed-position:after {
  background: #2a2a2a;
  border-bottom: 1px solid #494949;
}
#header.fixed-position .logo .b-logo {
  display: block;
}
.dark #header.fixed-position .logo .b-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position .logo .b-logo {
    display: none;
  }
}
#header.fixed-position .logo .w-logo {
  display: none;
}
.dark #header.fixed-position .logo .w-logo {
  display: block;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position .logo .w-logo {
    display: block;
  }
}
#header.fixed-position .burger-menu {
  color: #666;
}
#header.fixed-position #nav .drop ul {
  margin: 35px 0 0;
}
@media only screen and (max-width: 1219px) {
  #header.fixed-position #nav .drop ul {
    margin: 33px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  #header.fixed-position #nav .drop ul {
    margin: 0;
  }
}
#header.fixed-position #nav .drop ul .drop ul {
  margin: 0;
}
#header.fixed-position .header-top {
  margin-top: -79px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position .header-top {
    margin-top: 0;
    margin-bottom: 42px;
  }
}
#header.fixed-position .cart-box .cart-drop {
  padding: 25px 0 0;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position .cart-box .cart-drop {
    padding: 13px 0 0;
  }
}
#header.fixed-position .nav-opener,
#header.fixed-position .opener-icons {
  color: #666;
  border-color: #666;
}
.dark #header.fixed-position .nav-opener,
.dark #header.fixed-position .opener-icons {
  color: #fff;
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position .nav-opener,
  #header.fixed-position .opener-icons {
    color: #fff;
    border-color: #fff;
  }
}
#header.fixed-position .nav-opener:hover,
#header.fixed-position .opener-icons:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position .nav-opener:hover,
  #header.fixed-position .opener-icons:hover {
    color: #666;
    border-color: #666;
  }
}
@media only screen and (max-width: 767px) {
  #header.fixed-position.style2 {
    padding: 0;
    background: transparent;
  }
  #header.fixed-position.style2 .header-top {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style3 {
    padding: 26px 0;
  }
}
#header.fixed-position.style3 .header-top {
  margin-top: -108px;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position.style3 .header-top {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
#header.fixed-position.style3 .logo {
  top: 90px;
  left: 15px;
  position: absolute;
}
@media only screen and (max-width: 1219px) {
  #header.fixed-position.style3 .logo {
    top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style3 .logo {
    top: 95px;
    left: auto;
    right: 15px;
  }
}
#header.fixed-position.style3 .icon-list {
  top: 91px;
  right: 15px;
  position: absolute;
}
@media only screen and (max-width: 1219px) {
  #header.fixed-position.style3 .icon-list {
    top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style3 .icon-list {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header.fixed-position.style3 .icon-list {
    margin: 6px 3px 19px 0;
    position: static;
    display: block;
  }
}
#header.fixed-position.style3 .cart-opener {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  #header.fixed-position.style3 .cart-opener {
    background: rgba(255, 255, 255, 0.5);
  }
}
#header.fixed-position.style3 .cart-box .cart-drop {
  top: 25px;
}
#header.fixed-position.style3 .head-socialnetworks {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position.style3 .head-socialnetworks {
    display: block;
  }
}
#header.fixed-position.style3 #nav {
  padding-left: 120px;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style3 #nav {
    padding-left: 0;
  }
}
#header.fixed-position.style3 #nav .drop ul {
  margin: 21px 0 0;
}
#header.fixed-position.style3 #nav .mega-drop .drop-holder {
  margin: 15px 0 0;
}
@media only screen and (max-width: 1219px) {
  #header.fixed-position.style3 #nav .nav-top > li {
    margin: 0 13px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style3 #nav .nav-top > li {
    margin: 0;
  }
}
#header.fixed-position.style4 {
  padding: 25px 0 0;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style4 {
    padding: 20px 0;
  }
}
#header.fixed-position.style4:after {
  opacity: 0;
}
#header.fixed-position.style4 #nav .drop ul {
  margin: 0;
}
#header.fixed-position.style4 #nav .mega-drop .drop-holder {
  margin: 35px 0 0;
}
#header.fixed-position.style4 .cart-box .cart-drop {
  margin: 15px 0 0;
}
#header.fixed-position.style4 .opener-icons {
  color: #222;
}
.dark #header.fixed-position.style4 .opener-icons {
  color: #fff;
}
#header.fixed-position.style5 {
  padding: 20px 0 14px;
}
#header.fixed-position.style5 #nav .drop ul {
  margin: 31px 0 0;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style5 #nav .drop ul {
    margin: 0;
  }
}
#header.fixed-position.style5 #nav .drop ul .drop ul {
  margin: 0;
}
#header.fixed-position.style5 #nav .mega-drop .drop-holder {
  margin: 35px 0 0;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style5 #nav .mega-drop .drop-holder {
    margin: 0;
  }
}
#header.fixed-position.style7 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position.style7 {
    padding: 0 0 20px;
  }
}
#header.fixed-position.style7:after {
  opacity: 1;
}
#header.fixed-position.style7 #nav .drop ul {
  margin: 0;
}
#header.fixed-position.style7 #nav .mega-drop {
  left: 30px;
  right: 30px;
}
#header.fixed-position.style7 #nav .mega-drop .drop-holder {
  margin: 35px 0 0;
}
@media only screen and (max-width: 767px) {
  #header.fixed-position.style8 {
    padding: 0;
  }
}
#header.fixed-position.style8 #nav .drop ul {
  margin: 0;
}
#header.fixed-position.style8 #nav .mega-drop {
  top: 25px;
}
#header.fixed-position.style9 {
  padding: 22px 0 16px;
}
#header.fixed-position.style9:after {
  background: #2a2a2a;
}
#header.fixed-position.style9 #nav .drop ul {
  margin: 30px 0 0;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style9 #nav .drop ul {
    margin: 0;
  }
}
#header.fixed-position.style9 #nav .mega-drop {
  top: 22px;
}
#header.fixed-position.style9 #nav .nav-top > li > a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style9 #nav .nav-top > li > a {
    color: #222;
  }
}
#header.fixed-position.style9 .nav-opener {
  color: #fff;
  border-color: #fff;
}
#header.fixed-position.style9 .nav-opener:hover {
  border: 0;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style10 {
    padding: 22px 0 15px;
  }
}
#header.fixed-position.style10:after {
  background: #2a2a2a;
}
#header.fixed-position.style10 #nav .drop ul {
  margin: 0;
}
#header.fixed-position.style10 #nav .mega-drop {
  top: 18px;
}
#header.fixed-position.style10 #nav .nav-top > li > a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style10 #nav .nav-top > li > a {
    color: #222;
  }
}
#header.fixed-position.style10 .cart-box .cart-drop {
  padding: 19px 0 0;
}
#header.fixed-position.style10 .opener-icons {
  color: #fff;
  border-color: #fff;
}
#header.fixed-position.style10 .nav-opener {
  color: #fff;
  border-color: #fff;
}
#header.fixed-position.style10 .nav-opener:hover {
  border: 0;
}
#header.fixed-position.style11 {
  padding: 19px 0 0;
}
#header.fixed-position.style11:after {
  background: #fff;
}
.dark #header.fixed-position.style11:after {
  background: #2a2a2a;
}
#header.fixed-position.style11 .logo {
  float: left;
  max-width: 170px;
  margin: -3px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1219px) {
  #header.fixed-position.style11 .logo {
    max-width: 140px;
  }
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style11 .logo {
    float: right;
    max-width: 100%;
    margin: 2px 0 16px;
  }
}
#header.fixed-position.style11 .logo .w-logo {
  display: block;
}
.dark #header.fixed-position.style11 .logo .w-logo {
  display: none;
}
#header.fixed-position.style11 .logo .b-logo {
  display: none;
}
.dark #header.fixed-position.style11 .logo .b-logo {
  display: block;
}
#header.fixed-position.style11 #nav {
  border: 0;
  width: 85%;
  float: right;
  position: static;
  text-align: right;
  margin: -15px 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style11 #nav {
    margin: 0;
    width: 100%;
    float: none;
    text-align: left;
    position: relative;
  }
  #header.fixed-position.style11 #nav .nav-opener {
    text-align: center;
  }
}
#header.fixed-position.style11 #nav .drop ul {
  margin: 0;
}
#header.fixed-position.style11 #nav .mega-drop {
  top: -6px;
}
#header.fixed-position.style11 #nav #nav .nav-top > li > a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style11 #nav #nav .nav-top > li > a {
    color: #222;
  }
}
#header.fixed-position.style11 .icon-list > li .opener-icons {
  color: #fff;
  border-color: #fff;
}
#header.fixed-position.style12 {
  padding: 0;
}
#header.fixed-position.style12 .logo .b-logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style12 .logo .b-logo {
    display: block;
  }
}
#header.fixed-position.style12 .logo .w-logo {
  display: block;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style12 .logo .w-logo {
    display: none;
  }
}
#header.fixed-position.style12:after {
  display: none;
}
#header.fixed-position.style12 .header-cent {
  max-height: 0;
  padding-top: 0;
  margin-top: -2px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style12 .header-cent {
    padding-bottom: 20px;
    max-height: 9999px;
    padding-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #header.fixed-position.style12 .header-top {
    margin-bottom: 0;
  }
}
#header.fixed-position.style12 #nav .nav-top {
  float: right;
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style12 #nav .nav-top {
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  #header.fixed-position.style12 #nav .nav-top > li {
    margin: 0;
  }
}
#header.fixed-position.style12 #nav .nav-top > li:hover > a,
#header.fixed-position.style12 #nav .nav-top > li.hover > a,
#header.fixed-position.style12 #nav .nav-top > li.active > a {
  color: #222;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.header1 {
  z-index: 9;
  padding: 46px 0 0;
  bottom: auto !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1:after {
  opacity: 0;
  z-index: -1;
  bottom: -20px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.header1 .holder {
  float: right;
}
.header1 .icon-list {
  margin: 0;
  float: right;
  position: relative;
}
.header1 .icon-list > li {
  float: right;
  margin: 0 0 0 11px;
  position: relative;
}
.header1 .icon-list > li:hover .lang-drop {
  display: block;
}
.header1 .icon-list.social {
  font-size: 15px;
}
.header1 .icon-list.social a {
  color: #222;
}
.dark .header1 .icon-list.social a {
  color: #fff;
}
.header1 .opener-icons {
  float: right;
  color: #fff;
  font-size: 17px;
  padding: 5px 0 0;
  text-align: center;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1 .opener-icons.active,
.header1 .opener-icons:hover {
  text-decoration: none;
  border-color: transparent;
}
.header1 .opener-icons .cart-num {
  top: -11px;
  right: -9px;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
}
.header1 .header-top {
  font-size: 12px;
  line-height: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.header1 .header-top:after {
  top: auto;
  z-index: -1;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #fff;
}
.header1 .header-top:after {
  height: 1px;
  opacity: 0.3;
  display: block;
}
.header1 .header-top a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1 .header-top a:hover {
  text-decoration: none;
}
.header1 .header-cent {
  padding-top: 18px;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.header1 .header-cent:after {
  top: 0;
  z-index: -1;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #fff;
}
.header1 .header-cent:after {
  display: block;
}
.dark .header1 .header-cent:after {
  background: #2a2a2a;
}
.header1 .header-cent .logo {
  margin: 0;
}
.header1 .head-social {
  float: right;
  margin: 8px 0 0;
}
.header1 .head-social li {
  padding: 0 2px 0 0;
}
.header1 .head-social a {
  display: block;
  font-size: 20px;
  padding: 5px 0 0;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1 .head-social a:hover {
  color: #fff;
  text-decoration: none;
}
.header1 .language-nav {
  float: left;
  max-width: 300px;
  margin: 0 0 0 8px;
}
.header1 .language-nav li {
  padding: 0 8px 0 4px;
}
.header1 .top-nav {
  float: right;
  max-width: 600px;
  margin: 0 -9px 0 0;
}
.header1 .top-nav li {
  padding: 0 1px 0 20px;
}
.header1 .top-nav.style2 li {
  line-height: 1;
  font-size: 18px;
  padding: 0 0 0 11px;
  margin: -3px 0 -2px;
}
.header1 .head-socialnetworks {
  margin: 0;
  float: right;
  font-size: 15px;
}
.header1 .head-socialnetworks a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1 .head-socialnetworks a:hover {
  text-decoration: none;
}
.header1 .head-socialnetworks li {
  padding: 0;
  margin: 0 0 0 14px;
}
.header1 .lang-drop {
  right: 0;
  top: 100%;
  width: 100px;
  display: none;
  font-size: 13px;
  position: absolute;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px;
  border-bottom: 2px solid transparent;
}
.header1 .lang-drop ul {
  margin: 38px 0 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 15px 0;
}
.dark .header1 .lang-drop ul {
  background: #2a2a2a;
}
.header1 .lang-drop ul li {
  margin: 0 0 10px;
}
.header1 .lang-drop ul a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1 .lang-drop ul a {
  color: #fff;
}
.header1 .leng-opener {
  color: #222;
  text-transform: uppercase;
}
.header1 .leng-opener:hover {
  text-decoration: none;
}
.header1 .cartopener-main {
  color: #222;
  font-size: 15px;
  position: relative;
}
.header1 .cartopener-main .cart-num {
  top: -15px;
  right: -13px;
  color: #fff;
  display: none;
  font-size: 14px;
  padding: 2px 0 0;
  font-weight: 700;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.dark .header1 .cartopener-main {
  color: #fff;
}
.header1.style2 {
  padding: 0;
}
.header1.style2 .logo {
  margin: -5px 0 0;
}
.header1.style2 .top-nav,
.header1.style2 .language-nav {
  margin: 0;
}
.header1.style2 #nav .nav-top {
  margin: 9px 10px 0 0;
}
.header1.style2 #nav .mega-drop {
  left: 15px;
  right: 15px;
}
.header1.style3 {
  padding: 0;
}
.header1.style3 .header-top {
  padding-top: 20px;
}
.header1.style3 .holder {
  width: 100%;
}
.header1.style3 .logo {
  margin: 0;
}
.header1.style3 .icon-list {
  margin: 7px 3px 19px 0;
}
.header1.style3 .opener-icons {
  padding: 8px 0 0;
  border-radius: 0;
  border-width: 1px;
  width: 36px;
  height: 36px;
  border-color: rgba(255, 255, 255, 0.4);
}
.header1.style3 .opener-icons:hover {
  color: #fff;
}
.header1.style3 .cart-opener {
  display: block;
  position: relative;
  text-transform: capitalize;
  padding: 9px 55px 10px 21px;
  background: rgba(255, 255, 255, 0.18);
}
.header1.style3 .cart-opener .arrow {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 7px 6px 0 13px;
}
.header1.style3 .cart-opener .arrow .fa {
  font-size: 17px;
}
.header1.style3 .cart-opener .fa {
  font-size: 13px;
  padding: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.header1.style3 .cart-opener .txt {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.header1.style3 .cart-opener:hover {
  color: #fff;
}
.header1.style3 #nav {
  float: left;
  max-width: 75%;
}
.header1.style3 #nav .nav-opener {
  top: -6px;
}
.header1.style3 #nav .nav-top {
  margin: 0;
}
.header1.style3 #nav .nav-top > li {
  margin: 0 22px 0 0;
}
.header1.style3 #nav .drop ul {
  margin: 7px 0 0;
}
.header1.style3 #nav .drop ul .drop ul {
  margin: 0;
}
.header1.style3 #nav .mega-drop {
  right: 15px;
}
.header1.style3 #nav .mega-drop .drop-holder {
  margin: 0;
}
.header1.style3 .cart-box .cart-drop {
  top: 35px;
}
.header1.style4 {
  padding: 25px 0 0;
  background: rgba(255, 255, 255, 0.95);
}
.dark .header1.style4 {
  background: rgba(42, 42, 42, 0.95);
}
.header1.style4 .holder {
  padding: 8px 0 0;
}
.header1.style4 .logo .b-logo {
  display: block;
}
.dark .header1.style4 .logo .b-logo {
  display: none;
}
.header1.style4 .logo .w-logo {
  display: none;
}
.dark .header1.style4 .logo .w-logo {
  display: block;
}
.header1.style4 .opener-icons {
  border: 0;
  padding: 0;
  width: auto;
  color: #222;
  height: auto;
  font-size: 16px;
}
.dark .header1.style4 .opener-icons {
  color: #fff;
}
.header1.style4 .opener-icons:hover {
  background: transparent;
}
.dark .header1.style4 .cartopener-main {
  color: #fff;
}
.dark .header1.style4 .leng-opener {
  color: #fff;
}
.header1.style4 .icon-list > li {
  margin: 0 0 0 20px;
}
.header1.style4 .cart-box .cart-drop {
  top: 19px;
  padding: 39px 0 0;
}
.header1.style4 #nav .nav-top {
  margin: 0;
}
.header1.style4 #nav .nav-top > li {
  margin: 0 0 0 2px;
}
.header1.style4 #nav .nav-top > li > a {
  color: #222;
  display: block;
  padding: 0 10px 34px;
  border-bottom: 4px solid transparent;
}
.dark .header1.style4 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style4 #nav .drop ul {
  margin: 1px 0 0;
}
.header1.style4 #nav .mega-drop {
  top: 32px;
  right: 15px;
}
.header1.style4 #nav .nav-opener {
  color: #222;
  border-color: #222;
}
.dark .header1.style4 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style4 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style5 {
  z-index: 9999;
  top: 0 !important;
  padding: 20px 0 14px;
  position: relative !important;
}
.header1.style5:after {
  opacity: 1;
  bottom: 0 !important;
}
.header1.style5 .logo {
  margin: -3px 0 0;
}
.header1.style5 .logo .b-logo {
  display: block;
}
.dark .header1.style5 .logo .b-logo {
  display: none;
}
.header1.style5 .logo .w-logo {
  display: none;
}
.dark .header1.style5 .logo .w-logo {
  display: block;
}
.header1.style5 .opener-icons {
  color: #666;
  border-color: #666;
}
.dark .header1.style5 .opener-icons {
  color: #fff;
  border-color: #fff;
}
.header1.style5 .opener-icons:hover {
  color: #fff;
}
.header1.style5 #nav {
  margin: 1px -4px 0 0;
}
.header1.style5 #nav .nav-top > li > a {
  color: #666;
}
.dark .header1.style5 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style5 #nav .drop ul {
  margin: 31px 0 0;
}
.header1.style5 #nav .drop ul .drop ul {
  margin: 0;
}
.header1.style5 #nav .mega-drop .drop-holder {
  margin: 35px 0 0;
}
.header1.style5 #nav .nav-opener {
  top: 5px;
  color: #666;
  border-color: #666;
}
.dark .header1.style5 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style5 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style5 .cart-box .cart-drop {
  top: 38px;
  padding: 25px 0 0;
}
.header1.style6 {
  top: auto;
  bottom: 0;
  background: #2a2a2a;
  padding: 16px 0 14px;
}
.header1.style6 .logo {
  margin: 0 0 0 8px;
}
.header1.style6 .holder {
  margin: 5px 0 0;
}
.header1.style6 #nav .drop ul {
  margin: 29px 0 0;
}
.header1.style6 #nav .drop .drop ul {
  margin: 0;
}
.header1.style6 #nav .mega-drop .drop-holder {
  margin: 44px 0 0;
}
.header1.style7 {
  z-index: 9999;
  padding: 30px 0 0;
}
.header1.style7:after {
  bottom: 0 !important;
}
.header1.style7 .container .row {
  margin: 0;
  background: #fff;
}
.dark .header1.style7 .container .row {
  background: #2a2a2a;
}
.header1.style7 .opener-icons {
  color: #222;
}
.dark .header1.style7 .opener-icons {
  color: #fff;
}
.header1.style7 .opener-icons:hover {
  background: transparent;
}
.header1.style7 .logo {
  margin: 20px 0 0 16px;
}
.header1.style7 .logo .b-logo {
  display: block;
}
.dark .header1.style7 .logo .b-logo {
  display: none;
}
.header1.style7 .logo .w-logo {
  display: none;
}
.dark .header1.style7 .logo .w-logo {
  display: block;
}
.header1.style7 .holder {
  padding: 31px 12px 0 0;
}
.header1.style7 .opener-icons {
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 16px;
}
.header1.style7 .icon-list > li {
  margin: 0 4px 0 16px;
}
.header1.style7 #nav .nav-top {
  margin: 3px 0 0;
}
.header1.style7 #nav .nav-top > li {
  margin: 0 0 0 2px;
}
.header1.style7 #nav .nav-top > li > a {
  color: #2a2a2a;
  display: block;
  padding: 0 10px 29px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style7 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style7 #nav .drop ul {
  margin: 1px 0 0;
}
.header1.style7 #nav .mega-drop {
  left: 0;
  right: 0;
  top: 54px;
}
.header1.style7 #nav .nav-opener {
  top: 28px;
}
.header1.style7 #nav .nav-opener {
  color: #222;
  border-color: #222;
}
.dark .header1.style7 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style7 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style8 {
  padding: 0;
  background: #fff;
}
.dark .header1.style8 {
  background: #222;
}
.header1.style8:after {
  bottom: 0 !important;
}
.header1.style8 .header-top {
  margin-bottom: 25px;
}
.header1.style8 .header-top:after {
  opacity: 1;
  height: 100%;
  background: #2a2a2a;
}
.header1.style8 .header-top .fa {
  margin: 0 3px 0 0;
}
.header1.style8 .logo {
  margin: -5px 0 0;
}
.header1.style8 .logo .w-logo {
  display: none;
}
.dark .header1.style8 .logo .w-logo {
  display: block;
}
.header1.style8 .logo .b-logo {
  display: block;
}
.dark .header1.style8 .logo .b-logo {
  display: none;
}
.header1.style8 .top-nav,
.header1.style8 .language-nav {
  margin: 0;
}
.header1.style8 #nav .nav-top {
  margin: 9px 10px 0 0;
}
.header1.style8 #nav .nav-top > li {
  color: #2a2a2a;
  margin: 0 0 0 2px;
}
.dark .header1.style8 #nav .nav-top > li {
  color: #fff;
}
.header1.style8 #nav .nav-top > li > a {
  color: #222;
  display: block;
  padding: 0 10px 29px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style8 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style8 #nav .drop ul {
  margin: 0;
}
.header1.style8 #nav .mega-drop {
  top: 28px;
  left: 15px;
  right: 15px;
}
.header1.style8 #nav .nav-opener {
  color: #666;
  border-color: #666;
}
.dark .header1.style8 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style8 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style8 .icon-list {
  margin: 1px 4px 0 -10px;
}
.header1.style8 .opener-icons {
  border: 0;
  color: #2a2a2a;
  width: auto;
  height: auto;
}
.dark .header1.style8 .opener-icons {
  color: #fff;
}
.header1.style8 .opener-icons:hover {
  background: transparent;
}
.header1.style8 .cart-box {
  margin: 0;
}
.header1.style8 .cart-box .cart-drop {
  top: 100%;
  padding: 21px 0 0;
}
.header1.style9 {
  padding: 22px 0 16px;
  position: relative;
}
.header1.style9:after {
  opacity: 1;
  background: #2a2a2a;
  visibility: visible;
  bottom: 0 !important;
}
.header1.style9 #nav .drop ul {
  margin: 31px 0 0;
}
.header1.style9 #nav .drop ul ul {
  margin: 0;
}
.header1.style9 #nav .nav-top {
  margin-right: 0;
}
.header1.style10 {
  padding: 22px 0 0;
  position: relative;
}
.header1.style10:after {
  opacity: 1;
  background: #2a2a2a;
  visibility: visible;
  bottom: 0 !important;
}
.header1.style10 #nav .drop ul {
  margin: 0;
}
.header1.style10 #nav .nav-top {
  margin: 9px 7px 0 0;
}
.header1.style10 #nav .nav-top > li {
  margin: 0;
}
.header1.style10 #nav .nav-top > li > a {
  display: block;
  padding: 0 11px 24px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1.style10 .mega-drop {
  top: 23px;
}
.header1.style10 .cart-box .cart-drop {
  padding: 19px 0 0;
}
.header1.style11 {
  padding: 27px 0 0;
}
.header1.style11:after {
  opacity: 1;
  background: #fff;
  visibility: visible;
  bottom: 0 !important;
}
.dark .header1.style11:after {
  background: #222;
}
.header1.style11 .logo {
  float: none;
  width: 261px;
  height: auto;
  display: block;
  margin: 0 auto 27px;
}
.dark .header1.style11 .logo .w-logo {
  display: none;
}
.dark .header1.style11 .logo .b-logo {
  display: block;
}
.header1.style11 #nav {
  float: none;
  text-align: center;
  position: relative;
  border-top: 1px solid #e9e9e9;
}
.dark .header1.style11 #nav {
  border-color: #494949;
}
.header1.style11 #nav .drop ul {
  margin: 0;
  text-align: left;
}
.header1.style11 #nav .nav-top {
  margin: 11px 0 0 11px;
}
.header1.style11 #nav .nav-top > li {
  margin: 0;
}
.header1.style11 #nav .nav-top > li > a {
  color: #2a2a2a;
  display: block;
  padding: 0 11px 11px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style11 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style11 #nav .mega-drop {
  top: 100%;
  text-align: left;
}
.header1.style11 #nav .mega-drop .drop-holder {
  margin: 0;
}
.header1.style11 #nav .nav-opener {
  margin: -9px 0 0;
  color: #666;
  border-color: #666;
}
.dark .header1.style11 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style11 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style12 {
  padding: 0;
}
.header1.style12 .logo .w-logo {
  display: none;
}
.dark .header1.style12 .logo .w-logo {
  display: block;
}
.header1.style12 .logo .b-logo {
  display: block;
}
.dark .header1.style12 .logo .b-logo {
  display: none;
}
.header1.style12 .info-list {
  margin: 0;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}
.header1.style12 .info-list li {
  padding: 0 24px 0 0;
}
.header1.style12 .info-list a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style12 .info-list a {
  color: #fff;
}
.header1.style12 .info-list a:hover {
  text-decoration: none;
}
.header1.style12 .info-list a:hover .fa {
  color: #222;
}
.dark .header1.style12 .info-list a:hover .fa {
  color: #fff;
}
.header1.style12 .info-list .fa {
  padding: 0 2px 0 0;
}
.header1.style12 .language-nav {
  float: right;
  margin: 0;
  font-weight: 700;
}
.header1.style12 .language-nav ul {
  margin: 0;
}
.header1.style12 .language-nav li {
  padding: 0 2px 0 10px;
}
.header1.style12 .language-nav a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style12 .language-nav a {
  color: #fff;
}
.header1.style12 .language-nav a:hover {
  text-decoration: none;
}
.header1.style12 .language-nav a:hover .fa {
  color: #222;
}
.dark .header1.style12 .language-nav a:hover .fa {
  color: #fff;
}
.header1.style12 .header-top {
  margin: 0;
  padding-bottom: 19px;
}
.header1.style12 .header-top:after {
  top: 0;
  opacity: 1;
  height: auto;
  background: #f4f4f4;
}
.dark .header1.style12 .header-top:after {
  background: #191919;
}
.header1.style12 #nav {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.header1.style12 #nav:after {
  top: 0;
  z-index: -1;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: transparent;
}
.header1.style12 #nav .nav-holder {
  float: left;
  width: 100%;
}
.header1.style12 #nav .logo {
  display: none;
  margin: 10px 55px 0 0;
}
.header1.style12 #nav .nav-top {
  float: left;
  margin: 18px 0 0 -9px;
}
.header1.style12 #nav .nav-top > li {
  margin: 0 22px 0 0;
}
.header1.style12 #nav .nav-top > li > a {
  display: block;
  padding: 0 8px 15px;
  border-bottom: 6px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1.style12 #nav .nav-top > li > a:hover {
  color: #222;
  border-bottom-color: #222;
}
.header1.style12 #nav .nav-top > li:hover > a,
.header1.style12 #nav .nav-top > li.hover > a,
.header1.style12 #nav .nav-top > li.active > a {
  color: #222;
  border-bottom-color: #222;
}
.header1.style12 #nav .drop ul {
  margin: 0;
}
.header1.style12 #nav .mega-drop {
  right: 0;
  top: 100%;
  left: -9px;
}
.header1.style12 #nav .mega-drop .drop-holder {
  margin: 1px 0 0;
}
.header1.style12 #nav .nav-opener {
  color: #666;
  margin: -60px 0 0 -15px;
  border-color: #666;
}
.dark .header1.style12 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style12 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style12 #nav .quote-btn {
  float: right;
  color: #fff;
  overflow: hidden;
  background: #222;
  text-transform: uppercase;
  padding: 20px 31px 21px 33px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 600 14px/18px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header1.style12 #nav .quote-btn:hover {
  background: #fff;
}
.header1.style13 {
  padding: 23px 0 0;
}
.header1.style13 .icon-list {
  margin: 0 0 0 40px;
  position: relative;
}
.header1.style13 .icon-list:after {
  width: 1px;
  top: -50px;
  left: -22px;
  bottom: -23px;
  background: rgba(255, 255, 255, 0.5);
}
.dark .header1.style13 .icon-list:after {
  background: rgba(42, 42, 42, 0.5);
}
.header1.style13 .cart-box .cart-drop {
  padding: 25px 0 0;
}
.header1.style13:before {
  left: 0;
  right: 0;
  height: 1px;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.5);
}
.dark .header1.style13:before {
  background: rgba(42, 42, 42, 0.5);
}
.header1.style14 {
  padding: 23px 0 0;
}
.header1.style14 .logo {
  position: relative;
}
.header1.style14 .logo:after {
  width: 1px;
  top: -50px;
  right: -25px;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.5);
}
.dark .header1.style14 .logo:after {
  background: rgba(42, 42, 42, 0.5);
}
.header1.style14 .icon-list {
  margin: -29px 0 0 40px;
  position: relative;
}
.header1.style14 .icon-list:after {
  width: 1px;
  top: -50px;
  left: -22px;
  bottom: -23px;
  background: rgba(255, 255, 255, 0.5);
}
.dark .header1.style14 .icon-list:after {
  background: rgba(42, 42, 42, 0.5);
}
.header1.style14 .cart-box .cart-drop {
  padding: 25px 0 0;
}
.header1.style14:before {
  left: 0;
  right: 0;
  height: 1px;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.5);
}
.dark .header1.style14:before {
  background: rgba(42, 42, 42, 0.5);
}
.header1.style14 #nav {
  width: 70%;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.header1.style14 #nav .nav-top > li {
  text-align: left;
}
.header1.style14 #nav .drop ul {
  margin: 35px 0 0;
}
.header1.style14 #nav .drop ul ul {
  margin: 0;
}
.header1.style14 #nav .mega-drop {
  left: 0;
  right: 0;
}
.header1.style15 {
  padding: 5px 0 0;
}
.header1.style15 .info-list {
  float: right;
  font-size: 13px;
  margin: 0 -4px 0 0;
  text-transform: lowercase;
}
.header1.style15 .info-list .fa {
  margin: 0 3px 0 0;
}
.header1.style15 .header-top {
  margin: 0 0 30px;
}
.header1.style15 .header-top:after {
  display: none;
}
.header1.style15 .head-socialnetworks {
  float: left;
}
.header1.style15 .head-socialnetworks li {
  margin: 0 15px 0 -1px;
}
.header1.style15:after {
  top: 53px;
  opacity: 0.2;
  background: #fff;
  bottom: -16px !important;
}
.header1.style16 {
  padding: 0;
  background: #fff;
}
.dark .header1.style16 {
  background: #2a2a2a;
}
.header1.style16:after {
  bottom: 0 !important;
}
.header1.style16 .header-top {
  margin-bottom: 25px;
}
.header1.style16 .header-top:after {
  opacity: 1;
  height: 100%;
  background: #2a2a2a;
}
.dark .header1.style16 .header-top:after {
  background: #191919;
}
.header1.style16 .header-top .fa {
  margin: 0 3px 0 0;
}
.header1.style16 .logo {
  margin: -5px 0 0;
}
.header1.style16 .logo .w-logo {
  display: none;
}
.dark .header1.style16 .logo .w-logo {
  display: block;
}
.header1.style16 .logo .b-logo {
  display: block;
}
.dark .header1.style16 .logo .b-logo {
  display: none;
}
.header1.style16 .top-nav {
  margin: 0;
  float: left;
}
.header1.style16 .top-nav li {
  padding: 0 18px 0 4px;
}
.header1.style16 .language-nav {
  margin: 0;
  float: right;
}
.header1.style16 .language-nav li {
  padding: 0 6px 0 6px;
}
.header1.style16 #nav .nav-top {
  margin: 9px 10px 0 0;
}
.header1.style16 #nav .nav-top > li {
  margin: 0 0 0 2px;
}
.header1.style16 #nav .nav-top > li > a {
  color: #2a2a2a;
  display: block;
  padding: 0 10px 29px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style16 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style16 #nav .drop ul {
  margin: 0;
}
.header1.style16 #nav .mega-drop {
  top: 28px;
  left: 15px;
  right: 15px;
}
.header1.style16 #nav .nav-opener {
  color: #666;
  border-color: #666;
}
.dark .header1.style16 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style16 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style16 .opener-icons {
  border: 0;
  color: #2a2a2a;
  width: auto;
  height: auto;
}
.dark .header1.style16 .opener-icons {
  color: #fff;
}
.header1.style16 .opener-icons:hover {
  background: transparent;
}
.header1.style16 .icon-list {
  margin: 1px 4px 0 -10px;
}
.header1.style17 {
  padding: 22px 0 0;
}
.header1.style17:after {
  opacity: 1;
  background: #2a2a2a;
  visibility: visible;
  bottom: 0 !important;
}
.header1.style17 #nav .drop ul {
  margin: 0;
}
.header1.style17 #nav .nav-top {
  margin: 9px 7px 0 0;
}
.header1.style17 #nav .nav-top > li {
  margin: 0;
}
.header1.style17 #nav .nav-top > li > a {
  display: block;
  padding: 0 11px 24px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1.style17 .mega-drop {
  top: 22px;
}
.header1.style18 {
  padding: 0;
  background: #fff;
}
.dark .header1.style18 {
  background: #2a2a2a;
}
.header1.style18 .header-top {
  margin: 0 0 17px;
  padding-top: 17px;
  padding-bottom: 17px;
  background: #f4f4f4;
}
.dark .header1.style18 .header-top {
  background: #191919;
}
.header1.style18 .info-list {
  float: left;
  font-weight: 700;
  margin: 0 0 0 -6px;
}
.header1.style18 .info-list .fa {
  margin: -1px 3px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1.style18 .info-list li {
  padding-right: 9px;
}
.header1.style18 .info-list a {
  color: #222;
}
.dark .header1.style18 .info-list a {
  color: #fff;
}
.header1.style18 .info-list a:hover .fa {
  color: #222;
}
.dark .header1.style18 .info-list a:hover .fa {
  color: #fff;
}
.header1.style18 .head-socialnetworks {
  float: right;
}
.header1.style18 .head-socialnetworks li {
  margin: 2px 7px 0 22px;
}
.header1.style18 .head-socialnetworks a {
  color: #ddd;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style18 .head-socialnetworks a {
  color: #fff;
}
.header1.style18 #nav .quote-btn {
  float: right;
  color: #fff;
  min-width: 186px;
  padding: 14px 10px;
  text-align: center;
  margin: 4px 3px 0 0;
  text-transform: uppercase;
  font: 500 14px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header1.style18 #nav .drop ul {
  margin: 0;
}
.header1.style18 #nav .nav-top {
  float: left;
  margin: 15px 7px 0 0;
}
.header1.style18 #nav .nav-top > li {
  margin: 0 17px 0 0;
}
.header1.style18 #nav .nav-top > li:hover,
.header1.style18 #nav .nav-top > li.hover,
.header1.style18 #nav .nav-top > li.active > a {
  color: #222;
}
.dark .header1.style18 #nav .nav-top > li:hover,
.dark .header1.style18 #nav .nav-top > li.hover,
.dark .header1.style18 #nav .nav-top > li.active > a {
  color: #fff;
}
.header1.style18 #nav .nav-top > li > a {
  color: #222;
  display: block;
  font-weight: 600;
  padding: 0 7px 30px;
  letter-spacing: 1px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style18 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style18 #nav .nav-top > li > a:hover {
  color: #222;
}
.dark .header1.style18 #nav .nav-top > li > a:hover {
  color: #fff;
}
.header1.style18 #nav .nav-opener {
  margin: 11px 0 0;
  color: #666;
  border-color: #666;
}
.dark .header1.style18 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style18 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style18 .mega-drop {
  top: 25px;
}
.header1.style18 .mega-drop .drop-holder {
  margin: 45px 0 0;
}
.header1.style18 .logo {
  margin: 0;
}
.header1.style18 .logo .w-logo {
  display: none;
}
.dark .header1.style18 .logo .w-logo {
  display: block;
}
.header1.style18 .logo .b-logo {
  display: block;
}
.dark .header1.style18 .logo .b-logo {
  display: none;
}
.header1.style20 {
  padding: 25px 0 0;
  background: #fff;
}
.dark .header1.style20 {
  background: #2a2a2a;
}
.header1.style20:after {
  bottom: 0 !important;
}
.header1.style20 .logo {
  margin: -5px 0 0;
}
.header1.style20 #nav .nav-top {
  margin: 9px 10px 0 0;
}
.header1.style20 #nav .nav-top > li {
  margin: 0 0 0 2px;
}
.header1.style20 #nav .nav-top > li > a {
  color: #2a2a2a;
  display: block;
  padding: 0 10px 29px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .header1.style20 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style20 #nav .nav-opener {
  color: #666;
  border-color: #666;
}
.dark .header1.style20 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style20 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style20 #nav .drop ul {
  margin: 0;
}
.header1.style20 #nav .mega-drop {
  top: 28px;
  left: 15px;
  right: 15px;
}
.header1.style20 .icon-list {
  margin: 1px 4px 0 -10px;
}
.header1.style20 .opener-icons {
  border: 0;
  color: #2a2a2a;
  width: auto;
  height: auto;
}
.dark .header1.style20 .opener-icons {
  color: #fff;
}
.header1.style20 .opener-icons:hover {
  background: transparent;
}
.header1.style20 .logo .b-logo {
  display: block;
}
.dark .header1.style20 .logo .b-logo {
  display: none;
}
.header1.style20 .logo .w-logo {
  display: none;
}
.dark .header1.style20 .logo .w-logo {
  display: block;
}
.header1.style21 {
  padding: 0;
  background: #fff;
}
.dark .header1.style21 {
  background: #222;
}
.header1.style21:after {
  bottom: 0 !important;
}
.header1.style21 .header-top {
  margin-bottom: 25px;
}
.header1.style21 .header-top:after {
  opacity: 1;
  height: 100%;
}
.dark .header1.style21 .header-top:after {
  background: #191919;
}
.header1.style21 .header-top .fa {
  margin: 2px 3px 0 0;
}
.header1.style21 .header-top a:hover {
  color: #222;
}
.dark .header1.style21 .header-top a:hover {
  color: #fff;
}
.header1.style21 .logo {
  margin: -5px 0 0;
}
.header1.style21 .logo .b-logo {
  display: block;
}
.dark .header1.style21 .logo .b-logo {
  display: none;
}
.header1.style21 .logo .w-logo {
  display: none;
}
.dark .header1.style21 .logo .w-logo {
  display: block;
}
.header1.style21 .info-list {
  margin: 0;
  float: left;
  color: #fff;
}
.header1.style21 .top-nav {
  margin: 0;
}
.header1.style21 .top-nav li {
  vertical-align: top;
}
.header1.style21 .top-nav .fa {
  vertical-align: top;
}
.header1.style21 #nav .nav-top {
  margin: 9px 10px 0 0;
}
.header1.style21 #nav .nav-top > li {
  margin: 0 0 0 2px;
}
.header1.style21 #nav .nav-top > li > a {
  color: #2a2a2a;
  display: block;
  font-weight: 500;
  padding: 0 10px 29px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dark .header1.style21 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style21 #nav .drop ul {
  margin: 0;
}
.header1.style21 #nav .mega-drop {
  top: 28px;
  left: 15px;
  right: 15px;
}
.header1.style21 .icon-list {
  margin: 1px 4px 0 -10px;
}
.header1.style21 .icon-list.social {
  margin: 9px 0 0;
}
.header1.style21 .icon-list.social li {
  margin: 0 5px 0 14px;
}
.header1.style21 #nav .nav-opener {
  color: #666;
  border-color: #666;
}
.dark .header1.style21 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style21 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style21 .opener-icons {
  border: 0;
  color: #2a2a2a;
  width: auto;
  height: auto;
}
.dark .header1.style21 .opener-icons {
  color: #fff;
}
.header1.style21 .opener-icons:hover {
  background: transparent;
}
.header1.style22 {
  padding: 0;
}
.header1.style22 .logo {
  margin: -5px 0 0;
}
.header1.style22 .top-nav,
.header1.style22 .language-nav {
  margin: 0;
}
.header1.style22 #nav .nav-top {
  margin: 9px 10px 0 0;
}
.header1.style22 #nav .mega-drop {
  left: 15px;
  right: 15px;
}
.header1.style23 {
  padding: 23px 0 0;
}
.header1.style23:before {
  left: 0;
  right: 0;
  height: 1px;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.1);
}
.header1.style23 #nav {
  float: right;
}
.header1.style23 #nav .nav-top > li {
  text-align: left;
}
.header1.style24 {
  padding: 23px 0 0;
}
.header1.style24 .icon-list {
  margin: -29px 0 0 40px;
  position: relative;
}
.header1.style24 .logo .b-logo {
  display: none;
}
.header1.style24 .logo .w-logo {
  display: block;
}
.header1.style24:before {
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.5;
  bottom: -20px;
  background: #fff;
}
.header1.style24 #nav {
  width: 70%;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.header1.style24 #nav .nav-top > li {
  text-align: left;
}
.header1.style24 #nav .nav-top > li a {
  font-weight: 500;
}
.header1.style24 #nav .drop ul {
  margin: 35px 0 0;
}
.header1.style24 #nav .drop ul ul {
  margin: 0;
}
.header1.style24 #nav .mega-drop {
  left: 0;
  right: 0;
}
.header1.style24 .btn-more {
  background: none;
}
.header1.style25 {
  padding: 23px 0 0;
}
.header1.style25 .logo {
  position: relative;
}
.header1.style25 .logo:after {
  width: 1px;
  top: -50px;
  right: -25px;
  opacity: 0.5;
  bottom: -18px;
  background: #fff;
}
.dark .header1.style25 .logo:after {
  background: #494949;
}
.header1.style25 .icon-list {
  margin: -29px 0 0 40px;
  position: relative;
}
.header1.style25 .icon-list:after {
  width: 1px;
  top: -50px;
  left: -22px;
  opacity: 0.5;
  bottom: -23px;
  background: #fff;
}
.dark .header1.style25 .icon-list:after {
  background: #494949;
}
.header1.style25 .cart-box .cart-drop {
  padding: 25px 0 0;
}
.header1.style25:before {
  left: 0;
  right: 0;
  height: 1px;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.5);
}
.dark .header1.style25:before {
  background: #494949;
}
.header1.style25 #nav {
  width: 70%;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.header1.style25 #nav .nav-top > li {
  text-align: left;
}
.header1.style25 #nav .drop ul {
  margin: 35px 0 0;
}
.header1.style25 #nav .drop ul ul {
  margin: 0;
}
.header1.style25 #nav .mega-drop {
  left: 0;
  right: 0;
}
.header1.style27 {
  padding: 23px 0 0;
}
.header1.style27 .icon-list {
  margin: -29px 0 0 40px;
  position: relative;
}
.header1.style27 .logo .b-logo {
  display: block;
}
.dark .header1.style27 .logo .b-logo {
  display: none;
}
.header1.style27 .logo .w-logo {
  display: none;
}
.dark .header1.style27 .logo .w-logo {
  display: block;
}
.header1.style27:before {
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.5;
  bottom: -20px;
  background: #fff;
}
.dark .header1.style27:before {
  background: #494949;
}
.header1.style27 #nav {
  width: 70%;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.header1.style27 #nav .nav-top > li {
  text-align: left;
}
.header1.style27 #nav .nav-top > li > a {
  color: #2a2a2a;
  font-weight: 500;
}
.dark .header1.style27 #nav .nav-top > li > a {
  color: #fff;
}
.header1.style27 #nav .drop ul {
  margin: 35px 0 0;
}
.header1.style27 #nav .drop ul ul {
  margin: 0;
}
.header1.style27 #nav .mega-drop {
  left: 0;
  right: 0;
}
.header1.style27 #nav .nav-opener {
  color: #666;
  border-color: #666;
}
.dark .header1.style27 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style27 #nav .nav-opener:hover {
  color: #fff;
}
.header1.style27 .opener-icons {
  color: #2a2a2a;
  border-color: #2a2a2a;
}
.dark .header1.style27 .opener-icons {
  color: #fff;
  border-color: #fff;
}
.header1.style27 .opener-icons:hover {
  color: #fff;
}
.header1.dec-header {
  padding: 31px 0 0;
}
.header1.dec-header .icon-list {
  margin: 7px 3px 0 0;
}
.header1.style28 .holder {
  padding: 30px 0 0;
}
.header1.style28 .social-list {
  margin: 0;
  float: right;
  font-size: 14px;
}
.header1.style28 .social-list a {
  color: #fff;
}
.header1.style28 .social-list li {
  margin: 0 0 0 5px;
}
.header1.style28 #nav .mega-drop {
  top: 40px;
}
.header1.style28 .logo {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1.style28 #nav .nav-top {
  margin-top: 0;
}
.header1.style29 {
  padding: 39px 0 0;
}
.header1.style29 .holder {
  padding: 14px 0 0;
}
.header1.style29 .logo .b-logo {
  display: block;
}
.dark .header1.style29 .logo .b-logo {
  display: none;
}
.header1.style29 .logo .w-logo {
  display: none;
}
.dark .header1.style29 .logo .w-logo {
  display: block;
}
.header1.style29 .opener-icons {
  border: 0;
  padding: 0;
  width: auto;
  color: #222;
  height: auto;
  font-size: 16px;
}
.dark .header1.style29 .opener-icons {
  color: #fff;
}
.header1.style29 .opener-icons:hover {
  background: transparent;
}
.dark .header1.style29 .cartopener-main {
  color: #fff;
}
.header1.style29 .icon-list > li {
  margin: 0 0 0 25px;
}
.header1.style29 .cart-box .cart-drop {
  top: 19px;
  padding: 39px 0 0;
}
.header1.style29 #nav .nav-top {
  margin: 0;
}
.header1.style29 #nav .nav-top > li > a {
  color: #222;
}
.header1.style29 #nav .drop ul {
  margin: 23px 0 0;
}
.header1.style29 #nav .mega-drop {
  top: 22px;
  right: 15px;
}
.header1.style29 #nav .nav-opener {
  color: #222;
  border-color: #222;
}
.dark .header1.style29 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.style29 #nav .nav-opener:hover {
  color: #fff;
}
.header1.fixed-position {
  top: 0;
  left: 0;
  right: 0;
  padding: 26px 0 0;
  position: absolute;
  z-index: 99910;
}
.header1.fixed-position:after {
  opacity: 1;
  background: #fff;
}
.dark .header1.fixed-position:after {
  background: #2a2a2a;
  border-bottom: 1px solid #494949;
}
.header1.fixed-position .logo .b-logo {
  display: block;
}
.dark .header1.fixed-position .logo .b-logo {
  display: none;
}
.header1.fixed-position .logo .w-logo {
  display: none;
}
.dark .header1.fixed-position .logo .w-logo {
  display: block;
}
.header1.fixed-position .burger-menu {
  color: #666;
}
.header1.fixed-position #nav .drop ul {
  margin: 35px 0 0;
}
.header1.fixed-position #nav .drop ul .drop ul {
  margin: 0;
}
.header1.fixed-position #nav .mega-drop .drop-holder {
  margin: 38px 0 0;
}
.header1.fixed-position #nav .nav-top > li > a {
  color: #666;
}
.dark .header1.fixed-position #nav .nav-top > li > a {
  color: #fff;
}
.header1.fixed-position .header-top {
  margin-top: -79px;
  margin-bottom: 22px;
}
.header1.fixed-position .cart-box .cart-drop {
  padding: 25px 0 0;
}
.header1.fixed-position .nav-opener,
.header1.fixed-position .opener-icons {
  color: #666;
  border-color: #666;
}
.dark .header1.fixed-position .nav-opener,
.dark .header1.fixed-position .opener-icons {
  color: #fff;
  border-color: #fff;
}
.header1.fixed-position .nav-opener:hover,
.header1.fixed-position .opener-icons:hover {
  color: #fff;
}
.header1.fixed-position.style3 .header-top {
  margin-top: -108px;
}
.header1.fixed-position.style3 .logo {
  top: 90px;
  left: 15px;
  position: absolute;
}
.header1.fixed-position.style3 .icon-list {
  top: 91px;
  right: 15px;
  position: absolute;
}
.header1.fixed-position.style3 .cart-opener {
  background: rgba(0, 0, 0, 0.5);
}
.header1.fixed-position.style3 .cart-box .cart-drop {
  top: 25px;
}
.header1.fixed-position.style3 .head-socialnetworks {
  display: none;
}
.header1.fixed-position.style3 #nav {
  padding-left: 120px;
}
.header1.fixed-position.style3 #nav .drop ul {
  margin: 21px 0 0;
}
.header1.fixed-position.style3 #nav .mega-drop .drop-holder {
  margin: 15px 0 0;
}
.header1.fixed-position.style4 {
  padding: 25px 0 0;
}
.header1.fixed-position.style4:after {
  opacity: 0;
}
.header1.fixed-position.style4 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style4 #nav .mega-drop .drop-holder {
  margin: 35px 0 0;
}
.header1.fixed-position.style4 .cart-box .cart-drop {
  margin: 15px 0 0;
}
.header1.fixed-position.style4 .opener-icons {
  color: #222;
}
.dark .header1.fixed-position.style4 .opener-icons {
  color: #fff;
}
.header1.fixed-position.style5 {
  padding: 20px 0 14px;
}
.header1.fixed-position.style5 #nav .drop ul {
  margin: 31px 0 0;
}
.header1.fixed-position.style5 #nav .drop ul .drop ul {
  margin: 0;
}
.header1.fixed-position.style5 #nav .mega-drop .drop-holder {
  margin: 35px 0 0;
}
.header1.fixed-position.style7 {
  padding: 0;
}
.header1.fixed-position.style7:after {
  opacity: 1;
}
.header1.fixed-position.style7 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style7 #nav .mega-drop {
  left: 30px;
  right: 30px;
}
.header1.fixed-position.style7 #nav .mega-drop .drop-holder {
  margin: 35px 0 0;
}
.header1.fixed-position.style8 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style8 #nav .mega-drop {
  top: 25px;
}
.header1.fixed-position.style9 {
  padding: 22px 0 16px;
}
.header1.fixed-position.style9:after {
  background: #2a2a2a;
}
.header1.fixed-position.style9 #nav .drop ul {
  margin: 30px 0 0;
}
.header1.fixed-position.style9 #nav .mega-drop {
  top: 22px;
}
.header1.fixed-position.style9 #nav .nav-top > li > a {
  color: #fff;
}
.header1.fixed-position.style9 .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.fixed-position.style9 .nav-opener:hover {
  border: 0;
}
.header1.fixed-position.style10:after {
  background: #2a2a2a;
}
.header1.fixed-position.style10 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style10 #nav .mega-drop {
  top: 18px;
}
.header1.fixed-position.style10 #nav .nav-top > li > a {
  color: #fff;
}
.header1.fixed-position.style10 .cart-box .cart-drop {
  padding: 19px 0 0;
}
.header1.fixed-position.style10 .opener-icons {
  color: #fff;
  border-color: #fff;
}
.header1.fixed-position.style10 .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.fixed-position.style10 .nav-opener:hover {
  border: 0;
}
.header1.fixed-position.style11 {
  padding: 19px 0 0;
}
.header1.fixed-position.style11:after {
  background: #fff;
}
.dark .header1.fixed-position.style11:after {
  background: #2a2a2a;
}
.header1.fixed-position.style11 .logo {
  float: left;
  max-width: 170px;
  margin: -3px 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header1.fixed-position.style11 .logo .w-logo {
  display: block;
}
.dark .header1.fixed-position.style11 .logo .w-logo {
  display: none;
}
.header1.fixed-position.style11 .logo .b-logo {
  display: none;
}
.dark .header1.fixed-position.style11 .logo .b-logo {
  display: block;
}
.header1.fixed-position.style11 #nav {
  border: 0;
  width: 85%;
  float: right;
  position: static;
  text-align: right;
  margin: -15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header1.fixed-position.style11 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style11 #nav .mega-drop {
  top: -6px;
}
.header1.fixed-position.style11 #nav #nav .nav-top > li > a {
  color: #fff;
}
.header1.fixed-position.style11 .icon-list > li .opener-icons {
  color: #fff;
  border-color: #fff;
}
.header1.fixed-position.style12 {
  padding: 0;
}
.header1.fixed-position.style12 .logo .b-logo {
  display: none;
}
.header1.fixed-position.style12 .logo .w-logo {
  display: block;
}
.header1.fixed-position.style12:after {
  display: none;
}
.header1.fixed-position.style12 .header-cent {
  max-height: 0;
  padding-top: 0;
  margin-top: -2px;
  padding-bottom: 0;
}
.header1.fixed-position.style12 #nav .nav-top {
  float: right;
}
.header1.fixed-position.style12 #nav .nav-top > li:hover > a,
.header1.fixed-position.style12 #nav .nav-top > li.hover > a,
.header1.fixed-position.style12 #nav .nav-top > li.active > a {
  color: #222;
}
.header1.fixed-position.style12 #nav .nav-top > li > a {
  color: #fff;
}
.header1.fixed-position.style12 #nav .nav-top > li > a:hover {
  color: #222;
}
.header1.fixed-position.style12 #nav .quote-btn {
  display: none;
}
.header1.fixed-position.style12 #nav .logo {
  top: -5px;
  display: block;
  position: relative;
}
.header1.fixed-position.style12 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style12 #nav .mega-drop {
  left: 0;
}
.header1.fixed-position.style12 #nav .mega-drop .drop-holder {
  margin: 1px 0 0;
}
.header1.fixed-position.style13 {
  padding: 23px 0 0;
}
.header1.fixed-position.style13:after {
  background: #eee;
}
.dark .header1.fixed-position.style13:after {
  background: #2a2a2a;
}
.header1.fixed-position.style14 {
  padding: 23px 0 0;
}
.header1.fixed-position.style14 .logo:after,
.header1.fixed-position.style14 .icon-list:after {
  background: #eee;
}
.dark .header1.fixed-position.style14 .logo:after,
.dark .header1.fixed-position.style14 .icon-list:after {
  background: rgba(42, 42, 42, 0.5);
}
.header1.fixed-position.style15:after {
  top: 0;
}
.header1.fixed-position.style16 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style16 #nav .mega-drop {
  top: 25px;
}
.header1.fixed-position.style17 {
  padding: 20px 0 0;
}
.header1.fixed-position.style17:after {
  background: #2a2a2a;
}
.header1.fixed-position.style17 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style17 #nav .mega-drop {
  top: 20px;
}
.header1.fixed-position.style17 #nav .nav-top > li > a {
  color: #fff;
}
.header1.fixed-position.style17 .opener-icons {
  color: #fff;
  border-color: #fff;
}
.header1.fixed-position.style17 .nav-opener {
  color: #fff;
  border-color: #fff;
}
.header1.fixed-position.style17 .nav-opener:hover {
  border: 0;
}
.header1.fixed-position.style18 {
  padding: 20px 0 0;
}
.header1.fixed-position.style18:after {
  bottom: 0 !important;
}
.header1.fixed-position.style18 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style18 #nav .mega-drop {
  top: 25px;
}
.header1.fixed-position.style18 #nav .mega-drop .drop-holder {
  margin: 45px 0 0;
}
.header1.fixed-position.style19 #nav .nav-top > li > a {
  color: #222;
}
.dark .header1.fixed-position.style19 #nav .nav-top > li > a {
  color: #fff;
}
.header1.fixed-position.style20 {
  padding: 20px 0 0;
}
.header1.fixed-position.style20:after {
  top: 0;
}
.header1.fixed-position.style20 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style20 #nav .mega-drop {
  top: 25px;
}
.header1.fixed-position.style20 #nav .mega-drop .drop-holder {
  margin: 38px 0 0;
}
.header1.fixed-position.style21 #nav .drop ul {
  margin: 0;
}
.header1.fixed-position.style21 #nav .mega-drop {
  top: 26px;
}
.header1.fixed-position.style27,
.header1.fixed-position.style23,
.header1.fixed-position.style24 {
  padding: 23px 0 0;
}
.header1.fixed-position.style25 {
  padding: 23px 0 0;
}
.header1.fixed-position.style25 .logo:after,
.header1.fixed-position.style25 .icon-list:after {
  background: #eee;
}
.dark .header1.fixed-position.style25 .logo:after,
.dark .header1.fixed-position.style25 .icon-list:after {
  background: #494949;
}
.header1.fixed-position.style28 .logo {
  max-width: 130px;
}
.header1.fixed-position.style28 .social-list a {
  color: #666;
}
.header1.fixed-position.style28 #nav .mega-drop {
  top: 45px;
}
.header1.fixed-position.style29 {
  padding: 25px 0;
  background: #fff;
}
.dark .header1.fixed-position.style29 {
  background: #222;
}
.header1.fixed-position.style29:after {
  opacity: 0;
}
.header1.fixed-position.style29 #nav .mega-drop {
  top: 40px;
}
.header1.fixed-position.style29 #nav .drop ul {
  margin: 43px 0 0;
}
.header1.fixed-position.style29 .cart-box .cart-drop {
  margin: 15px 0 0;
}
.header1.fixed-position.style29 .opener-icons {
  color: #222;
}
.dark .header1.fixed-position.style29 .opener-icons {
  color: #fff;
}
#header.style4 {
  padding: 25px 0 0;
}
@media only screen and (max-width: 991px) {
  #header.style4 {
    padding: 25px 0;
  }
}
.dark #header.style4 {
  background: rgba(42, 42, 42, 0.95);
}
#header.style4 .holder {
  padding: 8px 0 0;
}
#header.style4 .logo .b-logo {
  display: block;
}
.dark #header.style4 .logo .b-logo {
  display: none;
}
#header.style4 .logo .w-logo {
  display: none;
}
.dark #header.style4 .logo .w-logo {
  display: block;
}
#header.style4 .opener-icons {
  border: 0;
  padding: 0;
  width: auto;
  color: #222;
  height: auto;
  font-size: 16px;
}
.dark #header.style4 .opener-icons {
  color: #fff;
}
#header.style4 .opener-icons:hover {
  background: transparent;
}
.dark #header.style4 .cartopener-main {
  color: #fff;
}
.dark #header.style4 .leng-opener {
  color: #fff;
}
@media only screen and (max-width: 991px) {
}
#header.style4 .icon-list > li {
  margin: 0 0 0 20px;
}
#header.style4 .cart-box .cart-drop {
  top: 19px;
  padding: 39px 0 0;
}
@media only screen and (max-width: 991px) {
  #header.style4 .cart-box .cart-drop {
    padding: 9px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #header.style4 .cart-box .cart-drop {
    padding: 25px 0 0;
  }
}
#header.style4 #nav .nav-top {
  margin: 0;
}
#header.style4 #nav .nav-top > li {
  margin: 0 0 0 2px;
}
#header.style4 #nav .nav-top > li > a {
  display: block;
  padding: 0 8px 34px;
  border-bottom: 4px solid transparent;
}
.dark #header.style4 #nav .nav-top > li > a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #header.style4 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
    color: #333 !important;
    text-shadow: none;
    font-weight: 700;
  }
  #nav .nav-opener .fa {
    color: #fff !important;
  }
  #widget_header #nav .nav-opener {
    color: #fff !important;
  }
}
@media only screen and (max-width: 700px) {
}
@media only screen and (max-width: 991px) {
  #widget_header .logo-text {
    margin-left: 45px;
  }
}
#header.style4 #nav .drop ul {
  margin: 1px 0 0;
}
#header.style4 #nav .mega-drop {
  top: 32px;
  right: 15px;
}
#header.style4 #nav .nav-opener {
  color: #222;
  border-color: #222;
}
.dark #header.style4 #nav .nav-opener {
  color: #fff;
  border-color: #fff;
}
#header.style4 #nav .nav-opener:hover {
  color: #222;
}
.logo {
  float: left;
}
.logo a {
  display: block;
}
.logo .b-logo {
  display: none;
}
.logo.port-logo {
  margin: 0;
  top: 30px;
  left: 100px;
  z-index: 9999;
  position: fixed;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .logo.port-logo .b-logo {
  display: block;
}
.dark .logo.port-logo .w-logo {
  display: none;
}
.logo-v9 {
  top: 50%;
  left: -49px;
  z-index: 999;
  opacity: 1;
  position: fixed;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .logo-v9 .b-logo {
  display: none;
}
.logo-v9 .w-logo {
  display: none;
}
.dark .logo-v9 .w-logo {
  display: block;
}
.lancer-logo {
  display: block;
  margin: 0 auto 50px;
  width: 120px;
  height: 120px;
}
#nav {
  float: right;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
#nav a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#nav a:hover {
  text-decoration: none;
}
#nav li {
  position: relative;
}
#nav li > a {
  font-weight: 600;
  letter-spacing: 2px;
}
#nav li.has-mega-drop {
  position: static;
}
#nav li.hover > .drop,
#nav li:hover > .drop {
  opacity: 1;
  visibility: visible;
}
#nav li.hover .mega-drop,
#nav li:hover .mega-drop {
  opacity: 1;
  visibility: visible;
}
#nav .drop {
  left: 0;
  top: 100%;
  opacity: 0;
  width: 200px;
  font-size: 12px;
  visibility: hidden;
  position: absolute;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#nav .drop li:hover .drop {
  display: block;
}
#nav .drop ul {
  margin: 25px 0 0;
  position: relative;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
}
#nav .drop ul:after {
  top: -2px;
  left: -1px;
  right: -1px;
  height: 2px;
}
#nav .drop ul a {
  color: #8f8f8f;
  display: block;
  padding: 9px 17px;
  letter-spacing: 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#nav .drop ul a:hover {
  color: #c9c9c9;
  background: #333;
  text-decoration: none;
}
#nav .drop ul a:hover:after {
  right: 9px;
}
#nav .drop ul a:after {
  top: 8px;
  right: 15px;
  display: none;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#nav .drop ul li:hover > a {
  color: #c9c9c9;
  background: #333;
  padding: 9px 15px 9px 20px;
}
#nav .drop ul li:hover > a:after {
  right: 9px;
}
#nav .drop ul li:hover > .drop {
  display: block;
}
#nav .drop ul li.has-drop > a:after {
  display: block;
}
#nav .drop ul li.active > a {
  color: #c9c9c9;
  background: #333;
  padding: 9px 5px 9px 20px;
}
#nav .drop ul li.active > a:after {
  right: 9px;
}
#nav .drop .drop {
  top: -1px;
  left: 198px;
  display: none;
}
#nav .drop .drop > ul {
  margin: 1px 0 0;
}
#nav .drop .drop .drop {
  top: -1px;
  left: 199px;
  display: none;
}
#nav .drop .drop .drop ul {
  margin: 1px 0 0;
}
#nav .nav-top {
  margin: 9px 17px 0 0;
}
#nav .nav-top > li {
  padding: 0;
  margin: 0 0 0 22px;
}
#nav .nav-opener {
  top: 15px;
  right: 15px;
  color: #fff;
  z-index: 9999;
  display: none;
  padding: 5px 0 0;
  position: absolute;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  background: #777;
}
#nav .nav-opener .txt {
  display: none;
}
#nav .nav-opener .fa {
  margin: 0 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
#nav .nav-opener:hover {
  color: #fff;
}
.menu-nav {
  top: 0;
  right: 0;
  bottom: 0;
  width: 240px;
  z-index: 9999;
  font-size: 18px;
  position: fixed;
  line-height: 25px;
  background: #3f3f3f;
  padding: 40px 20px 20px;
  margin: 0 -241px 0 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-navopener2 {
  top: 17px;
  left: 27px;
  z-index: 999;
  color: #fff;
  font-size: 34px;
  position: fixed;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.main-navopener2:focus,
.main-navopener2:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.portfolio-nav-opener {
  top: 30px;
  right: 100px;
  z-index: 9999;
  color: #fff;
  font-size: 34px;
  position: fixed;
  padding: 1px 11px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-nav-opener:focus,
.portfolio-nav-opener:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.sidenav-port {
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  position: fixed;
  text-align: center;
  letter-spacing: 2px;
  padding: 80px 20px 20px;
  text-transform: uppercase;
  margin: 0 -301px 0 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 500 12px/25px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidenav-port a {
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidenav-port a:hover {
  text-decoration: none;
}
.sidenav-port ul {
  margin: 0;
}
.sidenav-port ul li {
  margin: 0 0 20px;
}
.sidenav-active .menu-nav {
  margin: 0 !important;
}
.sidenav-active.boxed-v .w1 {
  margin: 0;
}
.mainnav-active #nav .nav-holder {
  max-height: 9999px;
}
.mainnav-active .main-menu {
  margin: 0;
}
.mainnav-active .main-navopener2 {
  margin: 0 0 0 301px;
}
.nav-active .sidenav-port {
  margin: 0 !important;
}
.nav-active .portfolio-nav-opener {
  right: 340px;
}
.nav-active .logo.port-logo {
  left: -400px;
}
.nav-active.lancer .w1 {
  margin: 0 -240px 0 240px;
}
.nav-active.lancer .portfolio-nav-opener {
  right: auto;
  left: 340px;
}
.nav-active.lancer .sidenav-port {
  margin: 0 !important;
}
.nav-active.boxed-v.lancer .w1 {
  margin: 0;
}
.lancer .portfolio-nav-opener {
  right: auto;
  left: 100px;
}
.lancer .sidenav-port {
  left: 0;
  right: auto;
  margin: 0 0 0 -301px !important;
}
#footer a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footer a:hover {
  text-decoration: none;
}
#footer .logo {
  float: none;
  vertical-align: top;
  display: inline-block;
}
#footer.style3 .f-get-touch {
  padding-top: 2px;
}
#footer.style3 .f-get-touch p {
  margin: 0 0 18px;
}
#footer.style3 .footer-top {
  padding-top: 20px;
  padding-bottom: 12px;
}
#footer.style3 .footer-top .holder {
  max-width: inherit;
  padding: 0 2px 0 0;
}
#footer.style3 .footer-top .logo {
  margin: 0;
  float: left;
}
#footer.style3 .footer-social {
  float: right;
  margin: 2px 0 0;
}
#footer.style3 .footer-social li {
  padding: 0 0 10px 6px;
}
#footer.style3 .footer-social li.apple,
#footer.style3 .footer-social li.skype {
  display: inline-block;
  vertical-align: top;
}
#footer.style3 .footer-social a {
  font-size: 20px;
  width: 46px;
  height: 46px;
}
#footer.style3 .footer-social .fa-apple {
  font-size: 21px;
  margin: 2px 0 0;
}
#footer.style3 .footer-social .fa-skype {
  font-size: 20px;
  margin: 0 2px 0 0;
}
#footer.style3 .footer-social .fa-behance {
  margin: 0 2px 0 0;
}
#footer.style3 .footer-social .fa-facebook {
  margin: 3px 0 0;
  font-size: 21px;
}
#footer.style3 .footer-cent {
  padding-top: 53px;
}
#footer.style3 .footer-bottom {
  padding-top: 27px;
}
#footer.style4 .f-get-touch p {
  margin: 0 0 18px;
}
#footer.style4 .footer-top {
  padding-top: 25px;
  padding-bottom: 26px;
}
#footer.style4 .footer-top .f-contact-us {
  display: block;
}
#footer.style4 .footer-social {
  float: right;
  margin: 2px 0 0;
}
#footer.style4 .footer-social li {
  padding: 0 0 10px 6px;
}
#footer.style4 .footer-social li.apple,
#footer.style4 .footer-social li.skype {
  display: inline-block;
  vertical-align: top;
}
#footer.style4 .footer-social a {
  width: 46px;
  height: 46px;
  font-size: 20px;
}
#footer.style4 .footer-social .fa-apple {
  font-size: 21px;
  margin: 2px 0 0;
}
#footer.style4 .footer-social .fa-skype {
  font-size: 20px;
  margin: 0 2px 0 0;
}
#footer.style4 .footer-social .fa-behance {
  margin: 0 2px 0 0;
}
#footer.style4 .footer-social .fa-facebook {
  margin: 3px 0 0;
  font-size: 21px;
}
#footer.style4 .footer-cent {
  padding-top: 55px;
  padding-bottom: 79px;
}
#footer.style4 .footer-bottom {
  padding-top: 30px;
}
#footer.style5 .footer-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer.style6 .footer-top {
  padding-bottom: 40px;
}
#footer.style6 .footer-top .footer-social li {
  padding: 0 3px;
}
#footer.style6 .footer-top .footer-social li.apple,
#footer.style6 .footer-top .footer-social li.skype {
  display: inline-block;
  vertical-align: top;
}
#footer.style6 .footer-top .footer-social a {
  width: 45px;
  height: 45px;
}
#footer.style6 .footer-top .logo {
  margin: 0 auto 32px;
}
#footer.style6 .footer-cent {
  padding-top: 55px;
}
#footer.style6 .footer-bottom {
  padding-top: 26px;
}
#footer.style7 .footer-top {
  padding-bottom: 40px;
}
#footer.style7 .footer-top .footer-social li {
  padding: 0 3px;
}
#footer.style7 .footer-top .footer-social li.apple,
#footer.style7 .footer-top .footer-social li.skype {
  display: inline-block;
  vertical-align: top;
}
#footer.style7 .footer-top .footer-social a {
  width: 45px;
  height: 45px;
}
#footer.style7 .footer-top .logo {
  margin: 0 auto 32px;
}
#footer.style7 .footer-bottom {
  padding-top: 25px;
}
#footer.style7 .footer-bottom .bottom-box4 {
  display: block;
}
#footer.style8 .footer-top {
  padding-bottom: 60px;
}
#footer.style8 .footer-top .holder {
  padding: 0 10%;
}
#footer.style8 .footer-top p {
  margin: 0;
}
#footer.style8 .footer-top .logo {
  margin: 0 auto 26px;
}
#footer.style8 .footer-bottom {
  padding-top: 0;
  padding-bottom: 30px;
}
#footer.style9 .footer-cent {
  padding-bottom: 57px;
}
#footer.style9 .footer-bottom {
  padding-top: 19px;
  padding-bottom: 9px;
}
#footer.style9 .bottom-box5 {
  padding: 0;
  border: 0;
}
#footer.style9 .f-our-mission .btn-more:hover {
  background: none;
}
#footer.style10 .footer-top {
  padding-bottom: 63px;
}
#footer.style10 .footer-cent {
  padding-bottom: 55px;
}
#footer.style10 .footer-bottom {
  padding-top: 23px;
}
#footer.style10 .footer-bottom .copyright {
  margin-top: 5px;
}
#footer.style10 .insta-box li {
  padding: 0 1.2px 0 0;
  margin: 0 0 -2px 0;
}
#footer.style11 .btn-more:hover {
  color: #fff;
}
#footer.style12 {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}
#footer.style12 .footer-bottom {
  padding-top: 0;
  padding-bottom: 59px;
}
#footer.style12 .footer-bottom:after {
  display: none;
}
#footer.style12 .f-social-networks {
  margin: 0 0 13px;
}
#footer.style12 .f-social-networks li {
  padding: 0 8px;
}
#footer.style12 .copyrights {
  display: block;
  padding: 0;
}
#footer.style13 .footer-app {
  padding: 27px 0 49px;
  border-bottom: 1px solid #313131;
}
#footer.style13 .bottom-box3 {
  color: #8f8f8f;
  font-size: 15px;
  line-height: 25px;
  padding: 33px 0 0;
}
#footer.style13 .bottom-box3 .logo {
  width: 90px;
  height: auto;
  margin: 0 auto 24px;
}
#footer.style13 .bottom-box3 p {
  margin: 0 0 27px;
}
#footer.style13 .bottom-box3 .footer-social {
  margin: 0 0 55px;
}
#footer.style13 .f-info-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 300 24px/28px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style13 .f-info-box p {
  margin: 0 0 48px;
}
#footer.style13 .f-info-box .title {
  color: #fff;
  display: block;
  margin: 0 0 12px;
  font-weight: 400;
}
#footer.style13 .f-info-box .tel {
  font-size: 70px;
  margin: 0 0 14px;
  font-weight: 900;
  line-height: 80px;
  display: inline-block;
  vertical-align: top;
}
#footer.style13 .f-info-box .num {
  color: #fff;
  display: block;
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
#footer.style13 .f-info-box .counter-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 14px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style13 .f-info-box .counter-box p {
  margin: 0;
}
#footer.style15 {
  z-index: 5;
  position: relative;
}
#footer.style15 .parallax-holder {
  z-index: -1;
}
#footer.style15 .footer-cent {
  padding-top: 97px;
  background: rgba(0, 0, 0, 0.8);
}
#footer.style15 .footer-cent .f-info-col {
  color: #fff;
}
#footer.style15 .footer-cent .f-info-col p {
  margin: 0 0 26px;
}
#footer.style15 .footer-cent .logo {
  margin: 5px 0 8px;
}
#footer.style15 .footer-cent h5 {
  font-weight: 700;
  text-transform: uppercase;
}
#footer.style15 .footer-news-box a {
  color: #fff;
}
#footer.style15 .footer-news-box a a {
  color: #fff;
}
#footer.style15 .f-contact-info2 {
  color: #fff;
}
#footer.style15 .f-contact-info2 a {
  color: #fff;
}
#footer.style15 .footer-bottom {
  padding-top: 0;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
}
#footer.style15 .footer-bottom .footer-nav li {
  padding: 0 11px 0 0;
}
#footer.style15 .footer-bottom .footer-nav li a {
  color: #fff;
}
#footer.style15 .footer-bottom .copyright {
  color: #fff;
  max-width: 570px;
}
#footer.style15 .footer-bottom .copyright a {
  color: #fff;
}
#footer.style15 .footer-bottom .bottom-box1 {
  padding-top: 27px;
  border-top: 1px solid #333;
}
#footer.style16 .footer-top {
  padding-bottom: 32px;
}
#footer.style16 .footer-top .holder {
  padding: 0 13%;
}
#footer.style16 .footer-top p {
  margin: 0 0 28px;
}
#footer.style16 .footer-top .logo {
  margin: 0 auto 26px;
}
#footer.style16 .footer-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer.style16 .footer-bottom .footer-nav {
  text-transform: capitalize;
}
#footer.style17 {
  z-index: 5;
  position: relative;
}
#footer.style17 .parallax-holder {
  z-index: -1;
}
#footer.style17 .footer-cent {
  padding-top: 97px;
  background: rgba(0, 0, 0, 0.8);
}
#footer.style17 .footer-cent .f-info-col {
  color: #fff;
}
#footer.style17 .footer-cent .f-info-col p {
  margin: 0 0 26px;
}
#footer.style17 .footer-cent .logo {
  margin: 5px 0 8px;
}
#footer.style17 .footer-cent h5 {
  font-weight: 700;
  text-transform: uppercase;
}
#footer.style17 .f-contact-info2 {
  color: #fff;
}
#footer.style17 .f-contact-info2 a {
  color: #fff;
}
#footer.style17 .footer-news-box a {
  color: #fff;
}
#footer.style17 .footer-news-box a a {
  color: #fff;
}
#footer.style17 .footer-bottom {
  padding-top: 0;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
}
#footer.style17 .footer-bottom .footer-nav li {
  padding: 0 11px 0 0;
}
#footer.style17 .footer-bottom .footer-nav li a {
  color: #fff;
}
#footer.style17 .footer-bottom .copyright {
  color: #fff;
  max-width: 570px;
}
#footer.style17 .footer-bottom .copyright a {
  color: #fff;
}
#footer.style17 .footer-bottom .bottom-box1 {
  padding-top: 27px;
  border-top: 1px solid #333;
}
#footer.style18 .footer-cent {
  padding-bottom: 57px;
}
#footer.style18 .footer-bottom {
  padding-top: 19px;
  padding-bottom: 9px;
}
#footer.style18 .bottom-box5 {
  padding: 0;
  border: 0;
}
#footer.style18 .btn-more:hover {
  background: transparent;
}
#footer.style19 {
}
#footer.style19 .footer-app {
  padding: 27px 0 49px;
}
#footer.style19 .bottom-box3 {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 25px;
  padding: 66px 0 43px;
}
#footer.style19 .footer-bottom {
  border-top: 1px solid #313131;
}
#footer.style19 .footer-bottom:after {
  background: transparent;
}
#footer.style19 .footer-bottom .copyright {
  float: none;
  display: block;
  max-width: 100%;
  text-align: center;
}
#footer.style19 .f-info-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 300 24px/28px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style19 .f-info-box p {
  margin: 0 0 48px;
}
#footer.style19 .f-info-box .title {
  color: #fff;
  display: block;
  margin: 0 0 12px;
  font-weight: 400;
}
#footer.style19 .f-info-box .tel {
  font-size: 70px;
  margin: 0 0 14px;
  font-weight: 900;
  line-height: 80px;
  display: inline-block;
  vertical-align: top;
}
#footer.style19 .f-info-box .num {
  color: #fff;
  display: block;
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
#footer.style19 .f-info-box .counter-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 14px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style19 .f-info-box .counter-box p {
  margin: 0;
}
#footer.style20 .footer-cent {
  padding-bottom: 55px;
}
#footer.style20 .footer-bottom {
  padding-top: 23px;
}
#footer.style20 .footer-bottom .copyright {
  margin-top: 5px;
}
#footer.style20 .insta-box li {
  padding: 0 1.2px 0 0;
  margin: 0 0 -2px 0;
}
#footer.style21 .copyright {
  float: none;
  display: block;
  max-width: 100%;
  text-align: center;
}
#footer.style22 .footer-cent {
  padding-bottom: 55px;
}
#footer.style22 .footer-bottom {
  padding-top: 23px;
}
#footer.style22 .footer-bottom .copyright {
  margin-top: 5px;
}
#footer.style22 .insta-box li {
  padding: 0 1.2px 0 0;
  margin: 0 0 -2px 0;
}
#footer.style23 {
}
#footer.style23 .footer-app {
  padding: 27px 0 49px;
  border-bottom: 1px solid #313131;
}
#footer.style23 .bottom-box3 {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 25px;
  padding: 33px 0 0;
}
#footer.style23 .bottom-box3 .logo {
  width: 90px;
  height: auto;
  margin: 0 auto 54px;
}
#footer.style23 .bottom-box3 p {
  margin: 0 0 27px;
}
#footer.style23 .bottom-box3 .footer-social {
  margin: 0 0 65px;
}
#footer.style23 .copyright {
  float: none;
  display: block;
  max-width: 100%;
  text-align: center;
}
#footer.style23 .socialize-holder {
  z-index: 99;
  position: relative;
  z-index: 1;
}
#footer.style23 .socialize-holder:before {
  top: 0;
  z-index: -1;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: transparent;
}
#footer.style23 .socialize-holder:before {
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
#footer.style23 .socialize-holder .container {
  z-index: 99;
  position: relative;
}
#footer.style23 .f-info-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 700 18px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style23 .f-info-box p {
  margin: 0 0 48px;
}
#footer.style23 .f-info-box .title {
  color: #fff;
  display: block;
  margin: 0 0 12px;
  font-weight: 400;
}
#footer.style23 .f-info-box .tel {
  font-size: 70px;
  margin: 0 0 14px;
  font-weight: 900;
  line-height: 80px;
  display: inline-block;
  vertical-align: top;
}
#footer.style23 .f-info-box .num {
  color: #fff;
  display: block;
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
#footer.style23 .f-info-box .counter-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 14px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style23 .f-info-box .counter-box p {
  margin: 0;
  letter-spacing: 2px;
}
#footer.style23 .footer-bottom:after {
  background: transparent;
}
#footer.style24 .copyright {
  float: none;
  display: block;
  max-width: 100%;
  text-align: center;
}
#footer.style24 .socialize-holder {
  z-index: 99;
  position: relative;
  z-index: 1;
}
#footer.style24 .socialize-holder:before {
  top: 0;
  z-index: -1;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: transparent;
}
#footer.style24 .socialize-holder:before {
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
#footer.style24 .socialize-holder .container {
  z-index: 99;
  position: relative;
}
#footer.style26 .footer-app {
  padding: 27px 0 49px;
  border-bottom: 1px solid #313131;
}
#footer.style26 .bottom-box3 {
  color: #8f8f8f;
  font-size: 15px;
  line-height: 25px;
  padding: 33px 0 0;
}
#footer.style26 .bottom-box3 .logo {
  width: 90px;
  height: auto;
  margin: 0 auto 24px;
}
#footer.style26 .bottom-box3 p {
  margin: 0 0 27px;
}
#footer.style26 .bottom-box3 .footer-social {
  margin: 0 0 55px;
}
#footer.style26 .f-info-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 300 24px/28px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style26 .f-info-box p {
  margin: 0 0 48px;
}
#footer.style26 .f-info-box .num {
  display: block;
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
#footer.style26 .f-info-box .counter-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 14px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style26 .f-info-box .counter-box p {
  margin: 0;
}
#footer.style27 .footer-app {
  background: #2a2a2a;
  padding: 27px 0 49px;
  border-bottom: 1px solid #313131;
}
#footer.style27 .bottom-box3 {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 25px;
  padding: 33px 0 0;
}
#footer.style27 .bottom-box3 .logo {
  width: 90px;
  height: auto;
  margin: 0 auto 24px;
}
#footer.style27 .bottom-box3 p {
  margin: 0 0 27px;
}
#footer.style27 .bottom-box3 .footer-social {
  margin: 0 0 55px;
}
#footer.style27 .f-info-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 300 24px/28px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style27 .f-info-box p {
  margin: 0 0 48px;
}
#footer.style27 .f-info-box .title {
  color: #fff;
  display: block;
  margin: 0 0 12px;
  font-weight: 400;
}
#footer.style27 .f-info-box .tel {
  font-size: 70px;
  margin: 0 0 14px;
  font-weight: 500;
  line-height: 80px;
  display: inline-block;
  vertical-align: top;
}
#footer.style27 .f-info-box .num {
  color: #fff;
  display: block;
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
#footer.style27 .f-info-box .counter-box {
  color: #8f8f8f;
  text-transform: uppercase;
  font: 14px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style27 .f-info-box .counter-box p {
  margin: 0;
}
#footer.style28 .footer-bottom:after {
  border-top: 1px solid #494949;
}
#footer.style29 .footer-cent {
  padding-bottom: 55px;
}
#footer.style29 .footer-cent h5 {
  color: #222;
}
#footer.style29 .footer-bottom {
  font-size: 14px;
  padding-top: 23px;
}
#footer.style29 .footer-bottom .copyright {
  margin-top: 5px;
  float: left;
}
#footer.style29 .mailing-form2 .email,
#footer.style29 .footer-tags a {
  background: #efefef;
}
#footer.style29 .footer-tags a:hover {
  background: #222;
}
#footer.style29 .payment-nav {
  float: right;
}
#footer.style29 .insta-box li {
  padding: 0 1.2px 0 0;
  margin: 0 0 -2px 0;
}
#footer.style30 {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 25px 0 0;
  position: absolute;
}
#footer.style30 .footer-bottom {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
#footer.style30 .footer-bottom:after {
  top: -20px;
  left: 44px;
  height: 2px;
  width: 60px;
  content: "";
  position: absolute;
  background: #e0e0e0;
}
#footer.style30 .f-social-networks {
  font-size: 16px;
  margin: 0 0 30px 36px;
}
#footer.style30 .f-social-networks li {
  padding: 0 8px;
}
#footer.style30 .f-social-networks a {
  color: #8f8f8f;
}
#footer.style31 .footer-aside {
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style31 .footer-aside .time-nav dt {
  font-weight: 300;
}
#footer.style31 .footer-bottom,
#footer.style31 .footer-bottom a,
#footer.style31 .btn-more:hover {
  color: #fff;
}
#footer.style31 .footer-social a {
  background: transparent;
}
#footer.style31 .f-about-box {
  font: 300 12px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer.style31 .footer-cent h5 {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  text-transform: lowercase;
  text-transform: capitalize;
}
.footer-top {
  color: #8f8f8f;
  font-size: 15px;
  line-height: 25px;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 30px;
}
.footer-top .logo {
  float: none;
  width: 90px;
  display: block;
  margin: 0 auto 23px;
}
.footer-top .holder {
  max-width: 710px;
  overflow: hidden;
  margin: 0 auto;
}
.footer-top .holder2 {
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
}
.footer-top .holder2 .btn-more {
  padding: 6px 15px 8px;
}
.footer-top p {
  margin: 0 0 29px;
}
.footer-social {
  margin: 0 0 20px;
}
.footer-social li {
  padding: 0 1px 10px;
}
.footer-social a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.footer-social a:hover {
  text-decoration: none;
}
.footer-social a .fa {
  display: inline-block;
  vertical-align: middle;
}
.footer-social a .fa-facebook {
  margin: 0 2px 0 0;
}
.footer-social a .fa-google-plus {
  margin: -2px 0 0 2px;
}
.footer-social a .fa-behance {
  margin: -2px 0 0 2px;
}
.insta-box {
  margin: 0;
  padding: 9px 0 0;
}
.insta-box a {
  max-width: 64px;
  margin: 0 2px 2px 0;
  display: inline-block;
  vertical-align: top;
}
.insta-box a:hover {
  opacity: 0.8;
}
.insta-box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-bottom {
  color: #727272;
  font-size: 12px;
  line-height: 20px;
  padding-top: 27px;
  padding-bottom: 26px;
}
.footer-bottom a {
  font-weight: 400;
  color: #727272;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-bottom .footer-nav {
  margin: 25px 0 25px 0;
  float: left;
  max-width: 690px;
  max-width: 80%;
}
.footer-bottom .footer-nav li {
  padding: 0 24px 0 0;
}
.footer-bottom .footer-nav li.active a {
  color: #fff;
}
.footer-bottom .copyright {
  float: right;
  max-width: 500px;
  text-transform: uppercase;
  font-weight: bold;
  zoom: 1.2;
}
.footer-social2 {
  float: right;
  font-size: 18px;
  line-height: 12px;
  margin: 2px 3px 0 0;
}
.footer-social2 li {
  padding: 0 0 0 19px;
}
.footer-social2 a {
  color: #8f8f8f;
}
.footer-social2 a:hover {
  text-decoration: none;
}
.f-insta-photo .insta-box li {
  padding: 0 1.3px 0 0;
}
.bottom-box1 {
  overflow: hidden;
}
.bottom-box2 {
  overflow: hidden;
  text-align: center;
}
.bottom-box2 .logo {
  margin: 0 auto 26px;
}
.bottom-box2 .copyright {
  float: none;
  display: block;
  max-width: 100%;
}
.bottom-box3 {
  overflow: hidden;
  text-align: center;
}
.bottom-box3 .logo {
  width: 196px;
  height: 49px;
  display: block;
  margin: 0 auto 30px;
}
.bottom-box3 .copyright {
  float: none;
  display: block;
  max-width: 100%;
  margin: 0 0 24px;
}
.bottom-box3 .footer-social {
  float: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.bottom-box3 .footer-social li {
  padding: 0 1px;
}
.bottom-box3 .footer-social a {
  color: #fff;
  background: #3f3f3f;
}
.bottom-box4 {
  overflow: hidden;
}
.bottom-box4 .footer-nav {
  text-transform: uppercase;
  font-size: 12px;
}
.bottom-box5 {
  overflow: hidden;
  border-top: 1px solid #373737;
  padding: 30px 0 0;
}
.bottom-box5 .footer-social {
  margin: 0;
  float: left;
}
.bottom-box5 .footer-social a {
  font-size: 15px;
  line-height: 34px;
  width: 34px;
  height: 34px;
}
.bottom-box5 .copyright {
  margin: 6px 0 0;
}
.f-aside-holder {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.f-aside-holder .stretch {
  z-index: -1;
}
.footer-aside {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 24px;
  padding-top: 40px;
  text-align: center;
  padding-bottom: 60px;
}
.footer-aside p {
  margin: 0 0 27px;
  text-align: left;
}
.footer-aside h5 {
  color: #fff;
  margin: 0 0 53px;
  text-transform: capitalize;
  font: 24px/28px "Playfair Display", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.footer-aside .footer-social li {
  padding: 0 2px 15px;
}
.footer-aside .footer-social a {
  color: #fff;
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
}
.footer-aside .footer-social a:hover {
  color: #000;
  background: #fff;
}
.newsletter-form {
  margin: 0;
}
.newsletter-form #mc-embedded-subscribe-form,
.newsletter-form .form-group {
  margin: 0;
  padding: 0 19px 0 0;
  border: 1px solid #fff;
}
.newsletter-form .email,
.newsletter-form .text {
  border: 0;
  float: left;
  color: #fff;
  box-shadow: none;
  background: none;
  width: 94%;
  height: 38px;
  padding: 10px 10px 10px 17px;
  font: 12px/18px "Lato", Georgia, "Times New Roman", Times, serif;
}
.newsletter-form .email::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form .email::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter-form .email:-ms-input-placeholder {
  color: #fff;
}
.newsletter-form button {
  border: 0;
  padding: 0;
  color: #fff;
  float: right;
  background: none;
  margin: 5px 1px 0 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.time-nav {
  margin: 0;
}
.time-nav dt {
  float: left;
  width: 50%;
  text-align: right;
  padding: 0 13px 0 0;
}
.time-nav dd {
  text-align: left;
  overflow: hidden;
  margin: 0 0 4px;
  padding: 0 0 0 15px;
}
.time-nav .close-txt {
  color: #fff;
  min-width: 65px;
  text-align: center;
  padding: 1px 2px 3px;
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1219px) {
  .header1.style3 #nav .nav-top > li {
    margin: 0 18px 0 0;
  }
  .header1.style14 .logo:after {
    bottom: -18px;
  }
  .header1.style14 .icon-list:after {
    bottom: -18px;
  }
  .header1.style18 #nav .nav-top > li {
    margin: 0 12px 0 0;
  }
  .header1.style21 .icon-list.social li {
    margin: 0 4px;
  }
  .header1.style25 .icon-list:after {
    bottom: -16px;
  }
  .header1.fixed-position #nav .drop ul {
    margin: 33px 0 0;
  }
  .header1.fixed-position.style3 .logo {
    top: 90px;
  }
  .header1.fixed-position.style3 .icon-list {
    top: 90px;
  }
  .header1.fixed-position.style3 #nav .nav-top > li {
    margin: 0 13px 0 0;
  }
  .header1.fixed-position.style11 .logo {
    max-width: 140px;
  }
  #nav .mega-drop {
    right: 15px;
  }
  #nav .nav-top > li {
    margin: 4px 0 0 13px;
  }
  .mailing-form2 .mc-field-group {
    width: 83.3%;
  }
}
@media only screen and (max-width: 991px) {
  .header1 .icon-list {
    top: 0;
    left: 50px;
    float: none;
    position: absolute;
  }
  .header1 .cart-box .cart-drop {
    left: -45px;
    right: auto;
  }
  .header1 .lang-drop ul {
    margin: 8px 0 0;
  }
  .header1.style3 .icon-list {
    margin: 28px 0 19px -45px;
  }
  .header1.style3 #nav {
    float: none;
  }
  .header1.style3 #nav .nav-top > li {
    margin: 0 0 15px;
  }
  .header1.style3 #nav .mega-drop {
    top: 100%;
  }
  .header1.style4 {
    padding: 20px 0;
  }
  .header1.style4 .icon-list {
    top: 8px;
  }
  .header1.style4 .cart-box .cart-drop {
    padding: 9px 0 0;
  }
  .header1.style4 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style5 #nav .drop ul {
    margin: 0;
  }
  .header1.style5 #nav .mega-drop .drop-holder {
    margin: 0;
  }
  .header1.style5 .icon-list {
    left: 50px;
    top: 5px;
  }
  .header1.style7 .container .row {
    padding-bottom: 15px;
  }
  .header1.style7 .holder {
    padding: 0;
  }
  .header1.style7 .icon-list {
    top: 36px;
  }
  .header1.style7 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style8 .logo {
    margin: -5px 0 15px;
  }
  .header1.style8 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style8 #nav .mega-drop .drop-holder {
    margin: 25px 0 0;
  }
  .header1.style8 .icon-list {
    margin: 1px 4px 0;
  }
  .header1.style8 .cart-box .cart-drop {
    left: auto;
    right: 0;
    text-align: left;
  }
  .header1.style9 #nav .drop ul {
    margin: 0;
  }
  .header1.style10 {
    padding: 22px 0 15px;
  }
  .header1.style10 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style11 .logo {
    width: 180px;
    float: right;
    margin: 0 auto 20px;
  }
  .header1.style11 #nav {
    border: 0;
  }
  .header1.style11 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style12 .head-social {
    display: none;
  }
  .header1.style12 #nav .nav-holder {
    float: none;
    width: 240px;
  }
  .header1.style12 #nav .logo {
    margin: 10px 15px 0 0;
  }
  .header1.style12 #nav .nav-top {
    margin: 0;
    float: none;
  }
  .header1.style12 #nav .nav-top > li {
    margin: 0;
  }
  .header1.style12 #nav .nav-top > li > a {
    border-bottom: 0;
  }
  .header1.style12 #nav .quote-btn {
    float: none;
    display: none;
  }
  .header1.style13 .icon-list {
    top: 0;
    left: 15px;
    position: absolute;
  }
  .header1.style13 .icon-list:after {
    display: none;
  }
  .header1.style14 .logo:after {
    display: none;
  }
  .header1.style14 .icon-list {
    top: 0;
    margin: 0;
    left: 55px;
    position: absolute;
  }
  .header1.style14 .icon-list:after {
    display: none;
  }
  .header1.style14 #nav {
    float: left;
    width: 100%;
  }
  .header1.style14 #nav .drop ul {
    margin: 0;
  }
  .header1.style14 #nav .nav-opener {
    margin: 0;
  }
  .header1.style16 .logo {
    margin: -5px 0 15px;
  }
  .header1.style16 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style16 .icon-list {
    margin: 1px 4px 0;
  }
  .header1.style17 {
    padding: 22px 0;
  }
  .header1.style17 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style18 #nav .quote-btn {
    display: none;
  }
  .header1.style18 #nav .nav-top {
    margin: 0;
    float: none;
  }
  .header1.style18 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style18 .mega-drop .drop-holder {
    margin: 0;
  }
  .header1.style18 .logo {
    margin: 0 0 15px;
  }
  .header1.style20 .logo {
    margin: -5px 0 15px;
  }
  .header1.style20 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style20 .icon-list {
    margin: 1px 4px 0 0;
  }
  .header1.style21 .logo {
    margin: -5px 0 15px;
  }
  .header1.style21 #nav .nav-top > li > a {
    border-bottom: 0;
    padding: 0 10px 10px;
  }
  .header1.style21 .icon-list {
    margin: 1px 4px 0 0;
  }
  .header1.style23 #nav {
    float: none;
  }
  .header1.style23 #nav .nav-opener {
    top: 5px;
  }
  .header1.style24 .icon-list {
    top: 0;
    margin: 0;
    left: 60px;
    position: absolute;
  }
  .header1.style24 #nav {
    width: 100%;
  }
  .header1.style24 #nav .drop ul {
    margin: 0;
  }
  .header1.style24 #nav .mega-drop .drop-holder {
    margin: 0;
  }
  .header1.style25 .logo:after {
    display: none;
  }
  .header1.style25 .icon-list {
    top: 0;
    margin: 0;
    left: 50px;
    position: absolute;
  }
  .header1.style25 .icon-list:after {
    display: none;
  }
  .header1.style25 #nav {
    width: 100%;
  }
  .header1.style25 #nav .mega-drop .drop-holder {
    margin: 0;
  }
  .header1.style27 .icon-list {
    top: 0;
    margin: 0;
    left: 50px;
    position: absolute;
  }
  .header1.style27 #nav {
    width: 100%;
  }
  .header1.style27 #nav .drop ul {
    margin: 0;
  }
  .header1.style27 #nav .mega-drop .drop-holder {
    margin: 0;
  }
  .header1.style28 .holder {
    float: left;
    padding: 4px 0 0 40px;
  }
  .header1.style28 .logo {
    max-width: 130px;
    margin: -26px 0 0;
  }
  .header1.style29 {
    padding: 20px 0;
  }
  .header1.style29 .logo {
    max-width: 170px;
    margin: 0;
  }
  .header1.style29 .icon-list {
    top: 8px;
  }
  .header1.style29 .icon-list > li {
    margin: 0 0 0 15px;
  }
  .header1.style29 .cart-box .cart-drop {
    padding: 9px 0 0;
  }
  .header1.style29 #nav .drop ul {
    margin: 0;
  }
  .header1.fixed-position #nav .drop ul {
    margin: 0;
  }
  .header1.fixed-position #nav .mega-drop .drop-holder {
    margin: 0;
  }
  .header1.fixed-position.style3 {
    padding: 26px 0;
  }
  .header1.fixed-position.style3 .logo {
    top: 95px;
    left: auto;
    right: 15px;
  }
  .header1.fixed-position.style3 .icon-list {
    display: none;
  }
  .header1.fixed-position.style3 #nav {
    padding-left: 0;
  }
  .header1.fixed-position.style3 #nav .nav-top > li {
    margin: 0;
  }
  .header1.fixed-position.style4 {
    padding: 20px 0;
  }
  .header1.fixed-position.style5 #nav .drop ul {
    margin: 0;
  }
  .header1.fixed-position.style5 #nav .mega-drop .drop-holder {
    margin: 0;
  }
  .header1.fixed-position.style9 #nav .drop ul {
    margin: 0;
  }
  .header1.fixed-position.style9 #nav .nav-top > li > a {
    color: #222;
  }
  .header1.fixed-position.style10 {
    padding: 22px 0 15px;
  }
  .header1.fixed-position.style10 #nav .nav-top > li > a {
    color: #222;
  }
  .header1.fixed-position.style11 .logo {
    float: right;
    max-width: 100%;
    margin: 2px 0 16px;
  }
  .header1.fixed-position.style11 #nav {
    margin: 0;
    width: 100%;
    float: none;
    text-align: left;
    position: relative;
  }
  .header1.fixed-position.style11 #nav .nav-opener {
    text-align: center;
  }
  .header1.fixed-position.style11 #nav #nav .nav-top > li > a {
    color: #222;
  }
  .header1.fixed-position.style12 .logo .b-logo {
    display: block;
  }
  .header1.fixed-position.style12 .logo .w-logo {
    display: none;
  }
  .header1.fixed-position.style12 .header-cent {
    padding-bottom: 20px;
    max-height: 9999px;
    padding-top: 18px;
  }
  .header1.fixed-position.style12 #nav .nav-top {
    float: none;
  }
  .header1.fixed-position.style12 #nav .nav-top > li {
    margin: 0;
  }
  .header1.fixed-position.style12 #nav .nav-top > li > a {
    color: #222;
  }
  .header1.fixed-position.style12 #nav .logo {
    display: none;
  }
  .header1.fixed-position.style17 {
    padding: 20px 0;
  }
  .header1.fixed-position.style17 #nav .nav-top > li > a {
    color: #222;
  }
  .header1.fixed-position.style29 {
    padding: 20px 0;
  }
  .header1.fixed-position.style29 #nav .drop ul {
    margin: 0;
  }
  .logo {
    float: right;
    margin: -6px 0 0;
  }
  #nav a {
    color: #222 !important;
    vertical-align: top;
    display: inline-block;
  }
  #nav a span {
    color: #222 !important;
  }
  .dark #nav a {
    color: #fff !important;
  }
  #nav li {
    text-align: left;
  }
  #nav li.hover > .drop,
  #nav li:hover > .drop {
    max-height: 9999px;
  }
  #nav li.hover .mega-drop,
  #nav li:hover .mega-drop {
    max-height: 9999px;
  }
  #nav .drop {
    border: 0;
    width: 100%;
    max-height: 0;
    display: block;
    overflow: hidden;
    position: static;
  }
  #nav .drop ul {
    margin: 0;
    border: 0;
    background: transparent;
  }
  #nav .drop ul:after {
    display: none;
  }
  #nav .drop ul a:hover:after {
    right: 15px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  #nav .drop ul a:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #nav .drop ul li:hover > a {
    padding: 9px 17px;
    background: transparent;
  }
  #nav .drop ul li:hover > a:after {
    right: 15px;
  }
  #nav .drop ul li:hover > .drop {
    max-height: 9999px;
  }
  #nav .drop ul li.active > a {
    padding: 9px 17px;
    background: transparent;
  }
  #nav .drop ul li.active > a:after {
    right: 15px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  #nav .drop .drop {
    max-height: 0;
  }
  #nav .drop .drop > ul > li:hover {
    max-height: 9999px;
  }
  #nav .drop .drop .drop {
    max-height: 0;
  }
  #nav .drop .drop .drop ul {
    margin: 0 !important;
  }
  #nav .mega-drop {
    border: 0;
    width: 100%;
    max-height: 0;
    display: block;
    overflow: hidden;
    position: static;
  }
  #nav .mega-drop .coll {
    width: 100%;
    float: none;
  }
  #nav .mega-drop .coll:after {
    display: none;
  }
  #nav .mega-drop .drop-holder {
    border: 0;
    margin: 0 !important;
    background: transparent;
  }
  #nav .mega-drop .drop-holder:after {
    display: none;
  }
  #nav .mega-drop .drop-holder:after {
    display: none;
  }
  #nav .mega-drop .drop-holder a {
    padding: 9px 15px;
  }
  #nav .mega-drop .drop-holder a:hover {
    padding: 9px 20px;
    background: transparent;
  }
  #nav .mega-drop .drop-holder li.active a {
    padding: 9px 20px;
    background: transparent;
  }
  #nav .mega-drop .title {
    display: none;
  }
  #nav .nav-top {
    margin: 0;
    top: 0;
    position: relative;
  }
  #nav .nav-top > li {
    display: block;
    position: relative;
    margin: 0 !important;
  }
  #nav .nav-top > li.has-mega-drop:before,
  #nav .nav-top > li.has-drop:before {
    top: 5px;
    right: 10px;
    color: #2a2a2a;
    line-height: 2;
    font-size: 15px;
    content: "";
    position: absolute;
    font-family: "FontAwesome";
  }
  .dark #nav .nav-top > li.has-mega-drop:before,
  .dark #nav .nav-top > li.has-drop:before {
    color: #fff;
  }
  #nav .nav-top > li:hover:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  #nav .nav-opener {
    display: block;
  }
  #nav .nav-holder {
    top: 0;
    bottom: 0;
    left: -240px;
    width: 240px;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fca702;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .dark #nav .nav-holder {
    background: #2a2a2a;
  }
  .mainnav-active #nav .nav-holder {
    left: 0;
  }
  .mainnav-active .w7 {
    margin: 0 -260px 0 260px;
  }
  .sidemenu-photo {
    z-index: 9999;
    margin: 0 0 0 -260px;
    -webkit-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
  }
  #nav7 {
    margin: 0;
  }
  #nav7 .nav-opener {
    display: block;
  }
  .clearfix-sm {
    clear: left;
  }
  .search-form-top {
    float: none;
    max-width: 210px;
    margin: 30px auto 10px;
  }
  #footer .column1 {
    margin: 0 0 30px;
  }
  #footer .column2 {
    margin: 0 0 30px;
  }
  #footer .column3 {
    margin: 0 0 30px;
  }
  #footer.style3 .footer-bottom .copyright {
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
  }
  #footer.style12 {
    display: none;
  }
  #footer.style14 .footer-bottom .copyright {
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
  }
  #footer.style15 .footer-bottom .copyright {
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
  }
  #footer.style16 .footer-bottom .copyright {
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
  }
  #footer.style17 .footer-bottom .copyright {
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
  }
  #footer.style25 .footer-bottom .copyright {
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
  }
  #footer.style30 {
    display: none;
  }
  .footer-bottom .footer-nav {
    float: none;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    text-align: center;
  }
  .footer-bottom .copyright {
    float: none;
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .mailing-form2 .mc-field-group {
    width: 87.5%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  #nav .nav-top > li > a {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header1 .language-nav {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .header1 .language-nav li {
    padding: 0 8px;
  }
  .header1 .top-nav {
    margin: 0;
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .header1 .top-nav li {
    padding: 0 8px;
  }
  .header1 .top-nav.style2 li {
    margin: 0;
    padding: 0 4px;
  }
  .header1.style2 .header-top {
    margin-bottom: 15px;
  }
  .header1.style3 .cart-box .cart-drop {
    left: 0;
  }
  .header1.style4 .cart-box .cart-drop {
    padding: 25px 0 0;
  }
  .header1.style5 {
    position: absolute !important;
  }
  .header1.style5:after {
    background: #fff;
  }
  .dark .header1.style5:after {
    background: #2a2a2a;
  }
  .header1.style6 {
    top: 0;
    bottom: auto;
  }
  .header1.style6 .logo {
    float: none;
    width: 196px;
    display: block;
    margin: 0 auto 8px;
  }
  .header1.style7 {
    padding: 0;
    background: #fff;
  }
  .dark .header1.style7 {
    background: #2a2a2a;
  }
  .header1.style7 .icon-list {
    display: none;
  }
  .header1.style8 .header-top li {
    padding: 0 2px;
  }
  .header1.style8 .cart-box {
    float: none;
  }
  .header1.style12 .info-list {
    float: none;
  }
  .header1.style12 .info-list li {
    display: block;
    padding: 0 0 10px;
    text-align: center;
  }
  .header1.style12 .language-nav {
    float: none;
  }
  .header1.style12 .header-top {
    display: none;
  }
  .header1.style15 {
    padding: 5px 0 10px;
  }
  .header1.style15 .logo .b-logo {
    display: none;
  }
  .header1.style15 .logo .w-logo {
    display: block;
  }
  .header1.style15 .info-list {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  .header1.style15 .header-top {
    margin: 0 0 10px;
  }
  .header1.style15 .head-socialnetworks {
    float: none;
    text-align: center;
  }
  .header1.style15:after {
    top: 0;
    opacity: 0;
  }
  .header1.style16 .header-top li {
    padding: 0 2px;
  }
  .header1.style16 .top-nav {
    float: none;
  }
  .header1.style16 .language-nav {
    float: none;
  }
  .header1.style18 {
    padding: 10px 0;
  }
  .header1.style18 .header-top {
    display: none;
  }
  .header1.style18 .info-list {
    margin: 0;
    float: none;
    text-align: center;
  }
  .header1.style18 .info-list .fa {
    margin: 0 0 15px;
  }
  .header1.style18 .head-socialnetworks {
    float: none;
    text-align: center;
  }
  .header1.style18 .logo {
    margin: 0;
  }
  .header1.style21 .header-top li {
    padding: 0 2px 2px;
  }
  .header1.style21 .info-list {
    float: none;
    text-align: center;
  }
  .header1.style22 .logo {
    margin: -2px -10px 0 0;
  }
  .header1.style25 #nav .drop ul {
    margin: 0;
  }
  .header1.style27 .icon-list {
    display: none;
  }
  .header1.dec-header .icon-list {
    margin: 10px 0 0 -90px;
  }
  .header1.dec-header .icon-list span {
    display: none;
  }
  .header1.style29 .cart-box .cart-drop {
    padding: 25px 0 0;
  }
  .header1.fixed-position {
    padding: 46px 0 0;
    position: absolute !important;
  }
  .header1.fixed-position .logo .b-logo {
    display: none;
  }
  .header1.fixed-position .logo .w-logo {
    display: block;
  }
  .header1.fixed-position .header-top {
    margin-top: 0;
    margin-bottom: 42px;
  }
  .header1.fixed-position .cart-box .cart-drop {
    padding: 13px 0 0;
  }
  .header1.fixed-position .nav-opener,
  .header1.fixed-position .opener-icons {
    color: #fff;
    border-color: #fff;
  }
  .header1.fixed-position .nav-opener:hover,
  .header1.fixed-position .opener-icons:hover {
    color: #666;
    border-color: #666;
  }
  .header1.fixed-position.style2 {
    padding: 0;
    background: transparent;
  }
  .header1.fixed-position.style2 .header-top {
    margin-bottom: 15px;
  }
  .header1.fixed-position.style3 .header-top {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .header1.fixed-position.style3 .icon-list {
    margin: 6px 3px 19px 0;
    position: static;
    display: block;
  }
  .header1.fixed-position.style3 .cart-opener {
    background: rgba(255, 255, 255, 0.5);
  }
  .header1.fixed-position.style3 .head-socialnetworks {
    display: block;
  }
  .header1.fixed-position.style7 {
    padding: 0 0 20px;
  }
  .header1.fixed-position.style8 {
    padding: 0;
  }
  .header1.fixed-position.style12 .header-top {
    margin-bottom: 0;
  }
  .header1.fixed-position.style15 {
    background: none;
    padding: 5px 0 0;
    position: static !important;
  }
  .header1.fixed-position.style15 .header-top {
    margin: 0 0 10px;
  }
  .header1.fixed-position.style15 .logo .b-logo {
    display: none;
  }
  .header1.fixed-position.style15 .logo .w-logo {
    display: block;
  }
  .header1.fixed-position.style15:after {
    background: none;
  }
  .header1.fixed-position.style16 {
    padding: 0;
  }
  .header1.fixed-position.style18 {
    padding: 10px 0;
  }
  .header1.fixed-position.style20 {
    padding: 5px 0 0;
  }
  .header1.fixed-position.style20 .header-top {
    margin: 0 0 30px;
  }
  .header1.fixed-position.style20 .logo .b-logo {
    display: block;
  }
  .header1.fixed-position.style20 .logo .w-logo {
    display: none;
  }
  .header1.fixed-position.style21 {
    padding: 0;
  }
  .header1.fixed-position.style21 .logo .w-logo {
    display: none;
  }
  .header1.fixed-position.style21 .logo .b-logo {
    display: block;
  }
  .header1.fixed-position.style22 {
    padding: 0;
  }
  .header1.fixed-position.style22:after {
    background: transparent;
  }
  .logo.port-logo {
    left: 20px;
    position: absolute;
  }
  .logo-v9 {
    display: none;
  }
  .sidemenu-photo.v10 #nav7 .nav-opener {
    border-radius: 8px;
    padding: 8px;
    color: #fff;
    margin: 0 0 0 10px;
    background: rgba(0, 0, 0, 0.4);
  }
  .portfolio-nav-opener {
    right: 30px;
  }
  .lancer .portfolio-nav-opener {
    left: 40px;
  }
  #footer.style3 .footer-top .holder {
    overflow: visible;
  }
  #footer.style3 .footer-top .logo {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  #footer.style3 .footer-social {
    float: none;
    margin: 0 -15px;
    text-align: center;
  }
  #footer.style3 .footer-social li {
    padding: 0 0 10px 2px;
  }
  #footer.style11 .footer-aside {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #footer.style13 .f-info-box {
    font-size: 20px;
    line-height: 22px;
  }
  #footer.style13 .f-info-box .tel {
    font-size: 40px;
  }
  #footer.style19 .footer-app {
    padding: 27px 0 15px;
  }
  #footer.style19 .bottom-box3 {
    padding: 20px 0 20px;
  }
  #footer.style19 .f-info-box {
    font-size: 16px;
    line-height: 24px;
  }
  #footer.style19 .f-info-box .tel {
    font-size: 36px;
    line-height: 50px;
  }
  #footer.style23 .f-info-box {
    font-size: 20px;
    line-height: 22px;
  }
  #footer.style23 .f-info-box .tel {
    font-size: 40px;
  }
  #footer.style26 .f-info-box {
    font-size: 20px;
    line-height: 22px;
  }
  #footer.style27 .f-info-box {
    font-size: 20px;
    line-height: 22px;
  }
  #footer.style27 .f-info-box .tel {
    font-size: 40px;
  }
  #footer.style31 .footer-aside {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footer-social2 {
    float: none;
  }
  .f-contact-us .contct {
    float: none;
    display: block;
    margin: 0 0 10px;
  }
  .bottom-box5 .footer-social {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .payment-nav {
    float: none;
    text-align: center;
  }
  #lancer-footer .f-social li {
    width: 49%;
    margin: 0 0 20px;
  }
  .socialize-holder .title:after {
    display: none;
  }
  .newsletter,
  .opening-hours {
    margin-bottom: 30px;
  }
}
.page-banner,
.beans-slider,
.beans-stepslider,
.beans-fadeslider,
.port-parallex,
.parallax-section,
.contact-form {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.beans-fadeslider.croporate-slider {
  height: 100vh;
}
.beans-slider .slick-dots,
.beans-stepslider .slick-dots,
.beans-fadeslider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-history:before,
.page-heading .heading:after,
.page-heading .heading2:before,
.page-heading .heading2:after,
.page-heading .heading3:after,
.page-heading .heading3:before,
.page-heading .heading5:after,
.page-heading .heading5:before,
.page-heading .heading6:after,
.page-heading .heading7:before,
.page-heading .heading7:after,
.page-heading .heading8:after,
.page-heading .heading8:before,
.page-heading .heading9:after,
.page-heading .heading10:after,
.page-banner .heading:before {
  content: "";
  position: absolute;
}
.contact-form2:after,
.login-form2:after,
.cart-form:after,
.update-form:after {
  content: " ";
  display: block;
  clear: both;
}
.parallax-holder,
.parallax-holder .parallax-frame,
.stretch,
.beans-fadeslider .slide,
.beans-fadeslider .slick-list,
.beans-fadeslider .slick-track,
.beans-fadeslider .slick-slider,
.beans-fadeslider .slick-dots,
.parallax-section .over,
.error-section:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kafzz");
  src: url("../fonts/icomoon.eot?#iefixkafzz") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?kafzz") format("truetype"),
    url("../fonts/icomoon.woff?kafzz") format("woff"),
    url("../fonts/icomoon.svg?kafzz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
span.icomoon[class^="icon-"],
span.icomoon[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-hammer:before {
  content: "";
}
.icon-lightning:before {
  content: "";
}
.icon-triangular:before {
  content: "";
}
.icon-truck:before {
  content: "";
}
.icon-svg1:before {
  content: "";
}
.icon-anatomy:before {
  content: "";
}
.icon-arm:before {
  content: "";
}
.icon-gym:before {
  content: "";
}
.icon-sport:before {
  content: "";
}
.btn {
  border-radius: 0;
  padding: 8px 20px;
  text-align: center;
  white-space: normal;
  vertical-align: top;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  opacity: 0.6;
}
.btn:hover,
.btn:focus,
.btn.focus {
}
.btn-dark {
  text-transform: uppercase;
  font-size: 12px;
}
.btn-f-default {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn-f-default:hover {
  color: #fff;
}
.btn-f-info {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.btn-f-info:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.btn-history {
  border: 0;
  color: #262626;
  font-size: 16px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  font-style: italic;
  position: relative;
  padding: 11px 58px 11px 19px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-history:before {
  top: 0;
  width: 58px;
  bottom: -1px;
  right: -20px;
  transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-history:after {
  top: 10px;
  bottom: 0;
  z-index: 2;
  right: 14px;
  color: #fff;
  font-size: 20px;
  content: "";
  position: absolute;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
  font-family: "FontAwesome";
  -ms-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-history:hover {
  color: #fff;
}
.btn-history:hover:before {
  background: #222;
}
.dark .btn-history:hover:before {
  background: #191919;
}
.btn-more {
  color: #8f8f8f;
  text-transform: uppercase;
  border: 1px solid #ddd;
}
.dark .btn-more {
  color: rgba(143, 143, 143, 0.6);
  border-color: rgba(143, 143, 143, 0.6);
}
.btn-more:hover {
  color: #fff;
}
.dark .btn-more:hover {
  color: #8f8f8f;
  background: transparent;
  border-color: #8f8f8f;
  color: #8f8f8f;
}
.btn-resume {
  color: #fff;
  text-transform: uppercase;
}
.btn-resume:hover {
  background: transparent;
  border-color: #222;
}
.btn-spicy {
  color: #fff;
  background: #c0392b;
  padding: 3px 12px;
  margin: 2px 0 0;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font: 11px/13px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-spicy.new {
  background: #e67e22;
}
.btn-spicy.seller {
  background: #2c3e50;
}
.know-more {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .know-more {
  background: transparent;
  color: rgba(143, 143, 143, 0.6);
  border-color: rgba(143, 143, 143, 0.6);
}
.know-more:hover {
  color: #fff;
  background: #222;
  border-color: #222;
}
.dark .know-more:hover {
  color: #8f8f8f;
  background: transparent;
  border-color: #8f8f8f;
  color: #8f8f8f;
}
.btn-add {
  color: #2a2a2a;
  font-size: 12px;
  line-height: 14px;
  padding: 0 2px;
  margin: 0 13px 0 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
  position: relative;
}
.btn-add:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: 100%;
  right: auto;
}
.btn-add:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: auto;
  right: 100%;
}
.dark .btn-add {
  color: #fff;
}
.btn-add:before {
  content: "]";
}
.btn-add:after {
  content: "[";
}
.btn-add .fa {
  margin: 1px 3px 0 0;
  display: inline-block;
  vertical-align: top;
}
.btn-add:hover {
  text-decoration: none;
}
.btn-load {
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: top;
}
.dark .btn-load {
  color: rgba(143, 143, 143, 0.6);
  border-color: rgba(143, 143, 143, 0.6);
}
.btn-load:hover {
  color: #fff;
  background: #2a2a2a;
}
.dark .btn-load:hover {
  color: #8f8f8f;
  background: transparent;
  color: #8f8f8f;
  border-color: #8f8f8f;
}
.btn-shop {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.btn-shop .fa {
  position: absolute;
  left: 100%;
  top: 1px;
  margin: 0 0 0 9px;
}
.btn-shop:hover {
  text-decoration: none;
}
.btn-shop.add:hover {
  color: #fff;
}
.portfolio-view {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-view span {
  padding: 0 1px;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: middle;
}
.portfolio-view:hover {
  text-decoration: none;
}
.portfolio-view:hover span {
  padding: 0 8px;
}
.portfolio-view:hover:before,
.portfolio-view:hover:after {
  color: #8f8f8f;
}
.portfolio-view:after {
  content: "]";
  display: inline-block;
  vertical-align: middle;
}
.portfolio-view:before {
  content: "[";
  display: inline-block;
  vertical-align: middle;
}
.page-heading {
  z-index: 5;
  font-size: 16px;
  overflow: hidden;
  max-width: 900px;
  line-height: 26px;
  position: relative;
  text-align: center;
  margin: 0 auto 60px;
}
.page-heading .fa-star {
  color: #222;
  margin: -20px 4px 0;
  vertical-align: middle;
}
.page-heading h1 {
  margin: 0;
  font: 50px/60px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading h2 {
  margin: 0;
}
.page-heading h3 {
  margin: 0;
  font: 35px/45px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading h4 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font: 30px/40px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading h5 {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  font: 25px/30px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading h6 {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  font: 20px/25px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading .title {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 25px;
}
.page-heading .small-heading {
  font-size: 26px;
  line-height: 30px;
}
.page-heading p {
  margin: 0 !important;
}
.page-heading .font-light {
  font-weight: 300;
}
.page-heading .font-bold {
  font-weight: 700;
}
.page-heading .font-medium {
  font-weight: 600;
}
.page-heading .heading {
  display: block;
  padding: 6px 0 25px;
  position: relative;
}
.page-heading .heading:after {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -40px;
  width: 80px;
  height: 4px;
}
.page-heading .heading2 {
  display: block;
  padding: 0 0 20px;
  position: relative;
}
.page-heading .heading2:before,
.page-heading .heading2:after {
  left: 50%;
  bottom: 1px;
  margin: 0 0 0 -29px;
  width: 23px;
  height: 2px;
}
.page-heading .heading2:before {
  margin: 0 0 0 4px;
}
.page-heading .heading3 {
  display: block;
  padding: 0 0 20px;
  position: relative;
}
.page-heading .heading3:after {
  left: 50%;
  bottom: 1px;
  margin: 0 0 0 -40px;
  width: 80px;
  height: 2px;
}
.page-heading .heading3:before {
  left: 50%;
  bottom: -6px;
  margin: 0 0 0 -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: transparent transparent transparent transparent;
}
.page-heading .heading4 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  position: relative;
}
.page-heading .heading4:before {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  left: auto;
  right: -63px;
}
.page-heading .heading4:after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  left: -63px;
  right: auto;
}
.page-heading .heading4:after,
.page-heading .heading4:before {
  font-size: 15px;
  content: "";
  line-height: 20px;
  margin: -10px 0 0;
  font-family: "icomoon";
}
.page-heading .heading4:after {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.page-heading .heading5 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page-heading .heading5:after {
  top: 50%;
  z-index: -1;
  bottom: auto;
  left: 100%;
  right: auto;
  background: transparent;
}
.page-heading .heading5:before {
  top: 50%;
  z-index: -1;
  bottom: auto;
  left: auto;
  right: 100%;
  background: transparent;
}
.dark .page-heading .heading5 {
  color: #fff;
}
.page-heading .heading5:before,
.page-heading .heading5:after {
  margin: -3.5px 0 0 4px;
  width: 7px;
  height: 6px;
}
.page-heading .heading5:before {
  margin: -3.5px 4px 0 0;
}
.page-heading .heading6 {
  padding: 0 0 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.page-heading .heading6:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #fff;
}
.page-heading .heading7 {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.page-heading .heading7:before,
.page-heading .heading7:after {
  top: 50%;
  left: -45px;
  margin: -2px 0 0;
  width: 35px;
  height: 6px;
  border: solid transparent;
  border-width: 2px 0;
}
.page-heading .heading7:before {
  left: auto;
  right: -45px;
}
.page-heading .heading8 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page-heading .heading8:after {
  top: 50%;
  z-index: -1;
  bottom: auto;
  left: auto;
  right: 100%;
  background: transparent;
}
.page-heading .heading8:before {
  top: 50%;
  z-index: -1;
  bottom: auto;
  left: 100%;
  right: auto;
  background: transparent;
}
.page-heading .heading8:before,
.page-heading .heading8:after {
  width: 20px;
  height: 2px;
  margin: -1px 26px 0 0;
}
.page-heading .heading8:before {
  margin: -1px 0 0 26px;
}
.page-heading .heading9 {
  display: block;
  padding: 0 0 25px;
  position: relative;
}
.page-heading .heading9:after {
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
}
.page-heading .heading10 {
  display: block;
  padding: 0 0 25px;
  position: relative;
}
.page-heading .heading10:after {
  left: 0;
  bottom: 0;
  width: 35px;
  height: 6px;
  border: solid transparent;
  border-width: 2px 0;
}
.page-heading .heading11 {
  color: #222;
  font: 70px/90px "Great Vibes", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-heading .white {
  color: #fff;
}
.dark .page-heading .lime {
  color: #fff;
}
.page-heading .icon {
  color: #fff;
  line-height: 2;
  display: block;
  font-size: 37px;
  padding: 3px 0 0;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-heading .icon .fa-fire {
  margin: 7px 0 0;
}
.page-heading.white {
  color: #fff;
}
.page-heading.left-align {
  text-align: left;
}
.page-heading.small .heading:after {
  margin: 0 0 0 -20px;
  width: 40px;
  height: 4px;
}
.page-heading.style2 .heading:after {
  margin: 0 0 0 -33px;
  width: 62px;
  height: 2px;
}
.page-heading.dark-style .heading:after {
  background: #222;
}
.dark .page-heading.dark-style .heading:after {
  background: #fff;
}
.page-heading.dark-style .heading8:before,
.page-heading.dark-style .heading8:after,
.page-heading.dark-style .heading2:before,
.page-heading.dark-style .heading2:after {
  background: #222;
}
.dark .page-heading.dark-style .heading8:before,
.dark .page-heading.dark-style .heading8:after,
.dark .page-heading.dark-style .heading2:before,
.dark .page-heading.dark-style .heading2:after {
  background: #fff;
}
.page-heading.dark-style .heading3:after {
  background: #222;
}
.dark .page-heading.dark-style .heading3:after {
  background: #fff;
}
.page-heading.dark-style .heading3:before {
  border-color: #222 transparent transparent;
}
.dark .page-heading.dark-style .heading3:before {
  border-color: #fff transparent transparent;
}
.page-heading.dark-style .heading4:before,
.page-heading.dark-style .heading4:after {
  color: #222;
}
.dark .page-heading.dark-style .heading4:before,
.dark .page-heading.dark-style .heading4:after {
  color: #fff;
}
.page-heading.dark-style .heading6:after {
  background: #222;
}
.dark .page-heading.dark-style .heading6:after {
  background: #fff;
}
.page-heading.dark-style .heading7:before,
.page-heading.dark-style .heading7:after {
  border-color: #222;
}
.dark .page-heading.dark-style .heading7:before,
.dark .page-heading.dark-style .heading7:after {
  border-color: #fff;
}
.page-heading.dark-style .dot {
  color: #222;
}
.dark .page-heading.dark-style .dot {
  color: #fff;
}
.parallax-holder {
  overflow: hidden;
}
.parallax-holder.no-parallax .parallax-frame {
  background-attachment: inherit !important;
  background-position: 50% 50% !important;
}
.stretch {
  overflow: hidden;
}
.stretch img {
  top: 0;
  left: 0;
  position: absolute;
}
#gotoTop {
  margin-bottom: 25px;
  right: 20px;
  bottom: 20px;
  opacity: 0.8;
  color: #fff;
  z-index: 999;
  position: fixed;
  font-size: 20px;
  cursor: pointer;
  background: #666;
  padding: 12px 0 0;
  text-align: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pre-loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: block;
  position: fixed;
  text-align: center;
  background: #fff;
}
#pre-loader .loader-holder {
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  margin: -200px 0 0 -200px;
  white-space: nowrap;
}
#pre-loader .loader-holder .frame {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
#pre-loader .loader-holder:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
}
#pre-loader img {
  margin: 0 0 45px;
  display: inline-block;
}
.no-transition #pre-loader {
  display: none !important;
}
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
.beans-slider .beans-slide {
  position: relative;
}
.beans-slider .slick-dots {
  left: 0;
  right: 0;
  z-index: 99;
  bottom: 15px;
  text-align: center;
  position: absolute;
}
.beans-slider .parallax-holder,
.beans-slider .stretch {
  z-index: -1;
}
.beans-stepslider .slick-dots {
  left: 0;
  right: 0;
  z-index: 99;
  bottom: 15px;
  text-align: center;
  position: absolute;
}
.beans-fadeslider .slide {
  z-index: 1;
}
.beans-fadeslider .slide.active {
  z-index: 2;
}
.beans-fadeslider .slick-dots {
  margin: 0;
  top: auto;
  z-index: 99;
  bottom: 40px;
  text-align: center;
}
.parallax-section .over {
  background: rgba(0, 0, 0, 0.6);
}
.parallax-section .over-holder {
  display: table;
  padding: 20px 0;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.parallax-section .over-frame {
  text-align: center;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.parallax-section .next-section {
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 40px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  margin: 0 0 40px -14px;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.parallax-section .next-section .fa {
  position: relative;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-name: hvr-ripple-out;
  -webkit-animation-name: hvr-ripple-out;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
}
.parallax-section .next-section:hover {
  text-decoration: none;
  background: #fff;
}
.parallax-section .scroll {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  padding: 7px 32px 7px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.parallax-section .scroll .fa {
  margin: 0 0 0 7px;
  position: relative;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-name: hvr-ripple-out;
  -webkit-animation-name: hvr-ripple-out;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
}
.parallax-section .scroll:hover {
  text-decoration: none;
}
.parallax-section .scroll.add {
  background: #9b59b6;
}
.section.dark {
  background: #191919;
}
.section.video-area,
.section.parallax-holder {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.section.video-area:before,
.section.parallax-holder:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.margin-zero {
  margin: 0 !important;
}
.allmargin {
  margin: 50px !important;
}
.padding-zero {
  padding: 0 !important;
}
.margin-t-zero {
  margin-top: 0 !important;
}
.margin-left-zero {
  margin-left: 0 !important;
}
.margin-right-zero {
  margin-right: 0 !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-b-zero {
  margin-bottom: 0 !important;
}
.padding-top-zero {
  padding-top: 0 !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-90 {
  padding-top: 90px !important;
}
.padding-b-zero {
  padding-bottom: 0 !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}
.padding-top-100 {
  padding-top: 100px !important;
}
.padding-right-zero {
  padding-right: 0 !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}
.padding-bottom-zero {
  padding-bottom: 0 !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.padding-bottom-80 {
  padding-bottom: 60px !important;
}
.padding-bottom-90 {
  padding-bottom: 90px !important;
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}
.padding-bottom-100 {
  padding-bottom: 100px !important;
}
.win-height {
  height: 100vh;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .win-height {
    height: 768px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .win-height {
    height: 1024px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .win-height {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .win-height {
    height: 568px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .win-height {
    height: 320px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .win-height {
    height: 480px;
  }
}
.bg-none {
  background: transparent !important;
}
.bg-white {
  background: #fff;
}
.bg-grey {
  background: #f8f8f8;
}
.bg-shark {
  background: #2a2a2a;
}
.dark {
  background: #222;
}
.dark .bg-grey {
  background: #2a2a2a;
}
.dark .dark-bottom-border {
  border-bottom: 1px solid #494949;
}
body.boxed-v #wrapper {
  background: #fff;
}
body.dark.boxed-v #wrapper {
  background: #222;
}
.no-bg:after,
.no-bg:before,
.no-bg {
  background: transparent !important;
}
.border-zero {
  border: 0 !important;
}
.color-white {
  color: #fff !important;
}
.color-shark {
  color: #2a2a2a !important;
}
.color-stack {
  color: #8f8f8f !important;
}
.dark .color-shark {
  color: #fff !important;
}
.playfair {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial,
    sans-serif !important;
}
.no-float {
  float: none !important;
}
.error-section {
  color: #8f8f8f;
  position: relative;
  line-height: 24px;
}
.error-section:after {
  content: "";
}
.error-section.style2 {
  color: #c2c2c2;
}
.error-section.style2:after {
  display: none;
}
.error-section.style2 .logo {
  margin: 0 0 68px;
}
.error-section.style2 .text-uppercase {
  color: #fff;
}
.error-section.style2 .error-info {
  margin: 0 0 -2px;
}
.error-section.style2 .text {
  margin: 0 0 30px;
}
.error-section.style2 .error-form {
  margin: 0 auto 48px;
}
.error-section.style2 .error-form .form-control {
  width: 82.5%;
}
.error-section.style2 .error-form .btn-slider {
  width: 17.1%;
}
.error-section.style3 {
  color: #c2c2c2;
}
.error-section.style3:after {
  display: none;
}
.error-section.style3 .logo {
  margin: 0 0 61px;
}
.error-section.style3 .text {
  margin: 0;
}
.error-section.style3 .text-uppercase {
  color: #fff;
}
.error-section.style3 .wedding-nav .countdown-section {
  background: none;
}
.error-section.style4 {
  color: #c2c2c2;
}
.error-section.style4 .logo {
  margin: 0 0 59px;
}
.error-section.style4 .text {
  margin: 0;
}
.error-section.style4 h1 {
  font-size: 30px;
  margin: 0 0 55px;
}
.error-section.style4 .footer-social a {
  opacity: 1;
}
.error-section.style4 .footer-social a:hover {
  color: #e74c3c;
}
.error-section.style4 .text-uppercase {
  color: #fff;
}
.error-section.style4 .wedding-nav {
  margin: 0 0 52px;
}
.error-section.style4 .wedding-nav .countdown-section {
  padding: 0;
  border: 0;
  height: auto;
  margin: 0 10px;
  overflow: hidden;
  background: none;
  position: relative;
}
.error-section.style4 .wedding-nav .countdown-section .countdown-amount {
  display: block;
  margin: 0 0 22px;
  font-size: 68px;
  font-weight: 400;
  line-height: 130px;
  border-radius: 100%;
  width: 134px;
  height: 131px;
  border: 0 solid;
}
.error-section.style4 .wedding-nav .countdown-section .countdown-period {
  display: block;
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0;
  background: none;
}
.error-section.style5 .container {
  padding-top: 0;
  padding-bottom: 0;
}
.error-section.style5 .container:before {
  min-height: inherit;
}
.error-section.style5 .holder {
  padding-top: 30px;
  padding-bottom: 30px;
}
.error-section.style5 h1 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 4px;
  margin: 0 0 47px;
}
.error-section.style5 .wedding-nav {
  margin: 0;
}
.error-section.style5 .wedding-nav .countdown-section {
  padding: 0;
  border: 0;
  color: #fff;
  height: auto;
  margin: 0 10px;
  overflow: hidden;
  background: none;
  position: relative;
}
.error-section.style5 .wedding-nav .countdown-section .countdown-amount {
  font-weight: 400;
  font-size: 68px;
  line-height: 70px;
  margin: 0 0 52px;
}
.error-section.style5 .wedding-nav .countdown-section .countdown-period {
  display: block;
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0;
  background: none;
  color: #fff;
}
.error-section.style6 {
  position: relative;
}
.error-section.style6 .logo {
  top: 30px;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -65px;
}
.error-section.style7 {
  color: #c2c2c2;
  position: relative;
}
.error-section.style7:after {
  background: rgba(0, 0, 0, 0.8);
}
.error-section.style7 .wedding-nav .countdown-section {
  background: #fff;
}
.error-section.style7 .logo {
  top: 56px;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -51px;
}
.error-section.style7 .wedding-nav .countdown-section {
  border: 0;
  color: #222;
  font-family: "Lato", Georgia, "Times New Roman", Times, serif;
}
.error-section.style7 .wedding-nav .countdown-section .countdown-amount {
  font-weight: 400;
}
.error-section.style7 .wedding-nav .countdown-section .countdown-period {
  color: #fff;
}
.error-section.style7 h1 {
  color: #fff;
  margin: 0 0 72px;
  letter-spacing: 12px;
  font: 60px/70px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error-section.style7 .text {
  color: #c2c2c2;
  font-size: 16px;
  margin: 0 0 52px;
  line-height: 20px;
}
.error-section.style7 h2 {
  font-size: 28px;
  margin: 0 0 35px;
  line-height: 35px;
  letter-spacing: 6px;
}
.error-section .next-section {
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 46px;
  z-index: 9999;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  margin: 0 0 40px -14px;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.error-section .next-section .fa {
  position: relative;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-name: hvr-ripple-out;
  -webkit-animation-name: hvr-ripple-out;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
}
.error-section .next-section:hover {
  text-decoration: none;
  background: #fff;
}
.error-section .container {
  padding-bottom: 30px;
  white-space: nowrap;
  position: relative;
  padding-top: 30px;
  z-index: 10;
}
.error-section .container:before {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 -4px;
  overflow: hidden;
  height: 100%;
  content: "";
  width: 1px;
}
.error-section .container .holder {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 890px;
}
.error-section .logo {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 57px;
  width: 101px;
  float: none;
}
.error-section h1 {
  color: #fff;
  letter-spacing: 6px;
  line-height: 36px;
  margin: 0 0 19px;
  font-size: 28px;
  font-weight: 400;
}
.error-section h2 {
  letter-spacing: 3px;
  line-height: 22px;
  margin: 0 0 26px;
  font-size: 18px;
  font-weight: 400;
}
.error-section .error-info {
  letter-spacing: 5px;
  line-height: 34px;
  margin: 0 0 57px;
  font-size: 28px;
  color: #f9feff;
}
.error-section .error-info .error-code {
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 162px;
  line-height: 168px;
  letter-spacing: 3px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error-section .text {
  padding: 0 0 19px;
}
.error-section .text a:hover {
  text-decoration: none;
}
.error-section .text a:hover {
  color: #8f8f8f;
}
.error-section .text2 {
  font-size: 20px;
  overflow: hidden;
  margin: 0 0 44px;
  line-height: 28px;
  letter-spacing: 4px;
}
.error-section .text2 p {
  margin: 0 0 10px;
}
.error-section .btn-list {
  margin: 0;
}
.error-section .btn-list li {
  vertical-align: top;
  padding: 0 4px 10px;
}
.error-section .footer-social li {
  padding: 0;
  margin: 0 17px;
}
.error-section .footer-social a {
  color: #fff;
  width: auto;
  height: auto;
  opacity: 0.2;
  font-size: 20px;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.error-section .footer-social a:hover {
  background: transparent !important;
}
.error-section .footer-social a:hover {
  opacity: 1;
}
.error-section .wedding-nav {
  margin: 0 0 52px;
  text-transform: uppercase;
  font: 14px/18px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error-section .wedding-nav .countdown-section {
  margin: 0 10px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  padding: 15px 10px 10px;
  width: 134px;
  height: 166px;
  display: inline-block;
  vertical-align: top;
}
.error-section .wedding-nav .countdown-section .countdown-amount {
  display: block;
  font-size: 68px;
  font-weight: 700;
  line-height: 70px;
  margin: 8px 0 7px;
}
.error-section .wedding-nav .countdown-section .countdown-period {
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: #fff;
  padding: 13px 10px;
  position: absolute;
}
.error-section .btn-down {
  color: #fff;
  position: absolute;
  bottom: 46px;
  left: 50%;
  z-index: 999;
  font-size: 60px;
  line-height: 40px;
  margin: 0 0 0 -20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back {
  border-radius: 0;
  padding: 8px 20px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
}
.btn-back .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: -3px 4px 0 0;
}
.btn-back:hover {
  color: #fff;
}
.error-form {
  border: 1px solid #fff;
  width: 360px;
  margin: 0 auto 18px;
  display: block;
}
.error-form .form-control {
  border: 0;
  padding: 6px 10px 6px 21px;
  float: left;
  width: 70%;
  border-radius: 0;
  line-height: 18px;
  height: 36px;
  color: #fff;
  background: none;
}
.error-form .btn {
  float: right;
  width: 29.5%;
  height: 36px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  background: #fff;
}
.contact-address {
  color: #2a2a2a;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}
.dark .contact-address {
  color: #fff;
}
.contact-address .alignleft {
  float: left;
  margin: 0 5.3% 0 0;
}
.contact-address .contact-info {
  overflow: hidden;
  padding: 7px 0 0 45px;
}
.contact-address h3 {
  margin: 0 0 6px;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 600 12px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact-address h3 .fa {
  position: absolute;
  left: -40px;
  top: 2px;
  font-size: 18px;
}
.contact-address .tel-box {
  overflow: hidden;
  margin: 0 0 10px;
}
.contact-address .tel {
  display: block;
}
.contact-address a {
  color: #8f8f8f;
}
.contact-address a:hover {
  text-decoration: none;
}
.contact-address address {
  display: block;
  margin: 0 0 21px;
  line-height: 24px;
}
.contact-form {
  z-index: 5;
  color: #fff;
  padding: 92px 0 100px;
}
.contact-form .parallax-holder,
.contact-form .stretch {
  z-index: -1;
}
.contact-form .jcf-select,
.contact-form .form-control {
  height: 40px;
  font-size: 12px;
  margin: 0 0 20px;
  border-radius: 0;
}
.contact-form .jcf-select.error,
.contact-form .form-control.error {
  color: red;
  border-color: red;
}
.contact-form .jcf-select.error::-webkit-input-placeholder,
.contact-form .form-control.error::-webkit-input-placeholder {
  color: red;
}
.contact-form .jcf-select.error:-moz-placeholder,
.contact-form .form-control.error:-moz-placeholder {
  color: red;
}
.contact-form .jcf-select.error::-moz-placeholder,
.contact-form .form-control.error::-moz-placeholder {
  color: red;
  opacity: 1;
}
.contact-form .jcf-select.error:-ms-input-placeholder,
.contact-form .form-control.error:-ms-input-placeholder {
  color: red;
}
.contact-form textarea.form-control {
  resize: none;
  overflow: auto;
  width: 100% !important;
  height: 100px !important;
}
.contact-form .btn-submit {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-form .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.contact-form .fa-chevron-down,
.contact-form .fa-calendar {
  right: 15px;
  color: #fff;
  position: absolute;
  margin-top: 13px;
  z-index: 1;
}
.contact-form .jcf-select {
  width: 100%;
}
.contact-form .jcf-select .jcf-select-text {
  margin: 6px 35px 0 8px;
}
.faq-section li.active .fa {
  top: 5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.faq-section .beans-slide {
  padding: 20px;
}
.faq-section ol {
  margin: 0 0 10px;
  overflow: hidden;
}
.faq-section ol li {
  margin: 0 0 5px;
}
.faq-section p {
  margin: 0 0 20px;
  font: 500 13px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.faq-section .holder h2 {
  padding: 10px;
  margin: 0 0 20px;
  margin: 0 0 10px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ececec;
  font: 600 14px/30px "Lato", Georgia, "Times New Roman", Times, serif;
}
.faq-section .holder h2 .fa {
  top: 15px;
  left: 10px;
  font-size: 22px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-section .faq-section .beans-accordion li.active .holder h2 .fa {
  top: 16px;
}
.faq-section h3 {
  color: #222;
  margin: 0 0 20px;
  position: relative;
  text-transform: capitalize;
  font: 700 24px/30px "Playfair Display", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.dark .faq-section h3 {
  color: #fff;
}
.faq-section h3 .add {
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
}
.faq-section .smoothanchor,
.faq-section .opener {
  display: block;
  padding: 0 0 0 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .faq-section .smoothanchor,
.dark .faq-section .opener {
  color: #fff;
}
.faq-section .smoothanchor:hover,
.faq-section .opener:hover {
  text-decoration: none;
}
.faq-section .box {
  padding: 20px;
}
.faq-section .beans-accordion {
  border-radius: 5px;
}
.faq-section .beans-accordion.style2 {
  margin: 0 0 60px;
}
.faq-section .beans-accordion.style2 > li {
  margin: 0 0 2px;
}
.faq-section .beans-accordion.style2 > li.active .fa {
  top: 16px;
}
.faq-section .beans-accordion.style2 .opener {
  padding: 10px;
}
.faq-section .beans-accordion.style2 h2 {
  margin: 0;
  font-size: 14px;
  padding: 0 0 0 17px;
}
.faq-section .beans-accordion.style2 h2 .fa {
  top: 14px;
  left: 10px;
  font-size: 20px;
}
.faq-section.style3 .smoothanchor {
  padding: 0;
  display: inline;
}
.faq-section.style3 .holder h2 {
  font-size: 20px;
  margin: 0 0 10px;
  padding: 10px 25px;
  letter-spacing: 1px;
  font: 600 14px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.faq-section.style3 .holder h2 .fa {
  top: 12px;
  left: 10px;
  font-size: 18px;
}
.faq-section.style3 .divider-line2 {
  overflow: visible;
}
.faq-section.style3 .divider-line2 .smoothanchor {
  float: right;
  font-size: 22px;
  color: #e3e3e3;
  margin: -33px 0 0;
  text-decoration: none;
}
.faq-section.style3 .divider-line2 .smoothanchor:hover {
  text-decoration: none;
}
.faq-section.style3 .divider-line2:first-child {
  margin-top: 40px;
}
.divider-line1 {
  height: 1px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.divider-line2 {
  height: 9px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line3 {
  height: 30px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line3 i {
  width: 27px;
  height: 27px;
  color: #fff;
  font-size: 11px;
  line-height: 27px;
  text-align: center;
  border-radius: 100%;
  background-color: #d3d3d3;
}
.divider-line4 {
  height: 45px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line4 i {
  width: 45px;
  height: 45px;
  color: #d3d3d3;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #fff;
}
.divider-line5 {
  height: 30px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line5 i {
  width: 30px;
  height: 30px;
  color: #d3d3d3;
  font-size: 18px;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.divider-line6 {
  height: 5px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line7 {
  height: 1px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e3e3e3;
}
.divider-line8 {
  height: 1px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px dotted #d9d9d9;
}
.divider-line9 {
  height: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line10 {
  height: 8px;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line11 {
  height: 5px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line12 {
  height: 11px;
  text-align: center;
  margin-bottom: 30px;
}
.divider-line13 {
  height: 7px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.panel-default > .panel-heading {
  padding: 15px;
}
.list-style2 {
  padding: 0;
  font-size: 15px;
  margin: 0 0 60px;
  line-height: 1.8;
  list-style: none;
}
.list-style2 li {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-style2 li:after {
  left: 0;
  top: 4px;
  font-size: 10px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}
.list-style3 {
  padding: 0;
  font-size: 15px;
  margin: 0 0 60px;
  line-height: 1.8;
  list-style: none;
}
.list-style3 li {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-style3 li:after {
  left: 0;
  top: 4px;
  font-size: 12px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}
.list-style4 {
  padding: 0;
  font-size: 15px;
  margin: 0 0 60px;
  line-height: 1.8;
  list-style: none;
}
.list-style4 li {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-style4 li:after {
  left: 0;
  top: 4px;
  font-size: 10px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}
.list-style5 {
  padding: 0;
  font-size: 15px;
  margin: 0 0 60px;
  line-height: 1.8;
  list-style: none;
}
.list-style5 li {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-style5 li:after {
  left: 0;
  top: 4px;
  font-size: 12px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}
.list-style6 {
  padding: 0;
  font-size: 15px;
  margin: 0 0 60px;
  line-height: 1.8;
  list-style: none;
}
.list-style6 li {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-style6 li:after {
  left: 0;
  top: 4px;
  font-size: 12px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}
.list-style7 {
  padding: 0;
  font-size: 15px;
  margin: 0 0 60px;
  line-height: 1.8;
  list-style: none;
}
.list-style7 li {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-style7 li:after {
  left: 0;
  top: 4px;
  font-size: 12px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}
.list-style8 {
  padding: 0;
  font-size: 15px;
  margin: 0 0 60px;
  line-height: 1.8;
  list-style: none;
}
.list-style8 li {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-style8 li:after {
  left: 0;
  top: 4px;
  font-size: 12px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}
.list-style9 {
  padding: 0;
  font-size: 15px;
  margin: 0 0 60px;
  line-height: 1.8;
  list-style: none;
}
.list-style9 li {
  margin: 0 0 5px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-style9 li:after {
  left: 0;
  top: 4px;
  font-size: 12px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
}
.white-icons li a,
.white-icons li i {
  color: #fff;
}
.cricle-icons i,
.cricle-icons img {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.radius-icons li i,
.radius-icons li img {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tb-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f1f1f1;
  border: 1px solid #ddd;
}
.dark .tb-grid [class^="col-"] {
  background: #191919;
  border-color: #494949;
}
.wedding-nav.white {
  color: #fff;
}
.white-icons li a,
.white-icons li i {
  color: #fff;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  top: 0;
  left: 0;
  z-index: 8020;
  position: absolute;
}
.fancybox-skin {
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 99999;
}
.fancybox-opened .fancybox-skin {
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  background-color: #000;
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  z-index: 8060;
  cursor: pointer;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
}
.fancybox-close {
  position: absolute;
  top: 12px !important;
  right: 12px !important;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:after {
  color: #e3e3e3;
  font-size: 26px;
  content: "";
  line-height: 26px;
  position: absolute;
  font-family: "FontAwesome";
  text-shadow: 0 0 3px #2b2b2b;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
@media only screen and (max-width: 768px) {
  .fancybox-close {
    top: -7px;
    right: -42px;
  }
}
.fancybox-prev {
  left: 0;
  font-size: 4em;
  opacity: 0.6;
  font-weight: 200;
  color: #000 !important;
}
.fancybox-next {
  right: 0;
  font-size: 4em;
  opacity: 0.6;
  font-weight: 200;
  color: #000 !important;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  top: 0;
  left: 0;
  display: none;
  z-index: 99998;
  overflow: hidden;
  position: absolute;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  bottom: 20px;
  right: 50%;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: normal;
  line-height: 24px;
  max-width: 100%;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #000;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}
.cube1,
.cube2 {
  background-color: #000;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}
.spinner6 > div {
  background-color: #000;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner6 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center;
}
.spinner7 > div {
  background-color: #000;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}
.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  display: none;
  min-height: 1px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none !important;
  
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media only screen and (max-width: 991px) {
  .parallax-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .parallax-section h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .padding-sm-zero {
    padding: 0 !important;
  }
  .padding-sm-topzero {
    padding-top: 0 !important;
  }
  .padding-sm-bottomzero {
    padding-bottom: 0 !important;
  }
  .padding-bottomsm-60 {
    padding-bottom: 60px !important;
  }
  .padding-bottom-90 {
    padding-bottom: 60px !important;
  }
  .margin-bottom-100 {
    margin-bottom: 60px !important;
  }
  .padding-bottom-100 {
    padding-bottom: 60px !important;
  }
  .margin-bottom-90 {
    margin-bottom: 60px !important;
  }
  .margin-bottom-90 {
    margin-bottom: 60px !important;
  }
  .margin-top-100 {
    margin-top: 60px !important;
  }
  .padding-top-100 {
    padding-top: 60px !important;
  }
  .margin-top-100 {
    margin-top: 60px !important;
  }
  .padding-top-100 {
    padding-top: 60px !important;
  }
  .padding-top-90 {
    padding-top: 60px !important;
  }
  .margin-top-90 {
    margin-top: 60px !important;
  }
  .allmargin {
    margin: 30px !important;
  }
  .contact-block {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .contact-block .contact-map {
    margin-bottom: 30px;
  }
  .contact-address .alignleft {
    float: none;
    margin: 0 0 10px;
  }
  .contact-address .alignleft img {
    width: 100%;
  }
  .apply-form {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .tel {
    pointer-events: auto;
  }
  .page-heading {
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 18px;
  }
  .page-heading h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-heading h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .page-heading h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .page-heading h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .page-heading h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .page-heading h6 {
    font-size: 15px;
    line-height: 20px;
  }
  .page-heading .heading11 {
    font-size: 45px;
    line-height: 60px;
  }
  .beans-fadeslider .slick-dots {
    bottom: 53px;
  }
  .parallax-section {
    font-size: 14px;
    line-height: 20px;
  }
  .parallax-section h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .parallax-section h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .clearfix-sm {
    clear: left;
  }
  .padding-xs-zero {
    padding: 0 !important;
  }
  .error-section {
    font-size: 10px;
    line-height: 15px;
    height: auto !important;
  }
  .error-section.style4 .wedding-nav .countdown-section {
    margin: 0 1px;
  }
  .error-section.style4 .wedding-nav .countdown-section .countdown-amount {
    font-size: 30px;
    margin: 0 0 12px;
    line-height: 60px;
    width: 65px;
    height: 65px;
  }
  .error-section.style5 .wedding-nav {
    margin: 0 0 50px;
  }
  .error-section.style5 .wedding-nav .countdown-section {
    margin: 0 1px;
  }
  .error-section.style5 .wedding-nav .countdown-section .countdown-amount {
    font-size: 38px;
    line-height: 40px;
    margin: 0 0 12px;
  }
  .error-section.style7 h1 {
    font-size: 30px;
    margin: 0 0 10px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .error-section .next-section {
    display: none;
  }
  .error-section .container {
    height: auto !important;
  }
  .error-section .logo {
    margin: 0 0 27px;
  }
  .error-section h1 {
    font-size: 15px;
  }
  .error-section h2 {
    font-size: 15px;
  }
  .error-section .error-info {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 27px;
  }
  .error-section .error-info .error-code {
    font-size: 50px;
    line-height: 50px;
  }
  .error-section .text {
    padding: 0 0 9px;
  }
  .error-section .text2 {
    font-size: 12px;
    line-height: 18px;
  }
  .error-section .footer-social li {
    margin: 0 7px;
  }
  .error-section .wedding-nav {
    font-size: 10px;
    line-height: 14px;
  }
  .error-section .wedding-nav .countdown-section {
    margin: 0 1px;
    padding: 5px 10px 5px;
    width: 68px;
    height: 106px;
  }
  .error-section .wedding-nav .countdown-section .countdown-amount {
    font-size: 38px;
    line-height: 40px;
  }
  .lost-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lost-block h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .error-form {
    width: 280px;
  }
}
@-webkit-keyframes hvr-ripple-out {
  0% {
    top: -5px;
  }
  33% {
    top: 5px;
  }
  67% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
  }
  33% {
    top: 5px;
  }
  67% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}
#wrapper,
#main,
.banner,
.price-section,
.counter-section,
.pie-section,
.joinus-section,
.video-section,
.personal-banner,
.lancer-banner,
.wedding-banner,
.love-story,
.invite-text,
.wedding-photos,
.archi-projects,
.safety-section,
.const-services,
.realestate-services,
.events-mainbanner,
.app-banner,
.app-mainbanner,
.appsub-section,
.appshowcase-banner,
.map,
.blog-mainbanner,
.blog-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.client-box img,
.personal-exper.style3 .img-box img,
.product-article .alignleft img,
.realestate-services img {
  max-width: 100%;
  display: block;
  height: auto;
}
.happy-couple .img-box img,
.collection-col img,
.new-product .product-img img,
.deal-gallery .deal-img img,
.chef-carousel .img-box img,
.blog-over .author-info .author-img img {
  width: 100%;
  display: block;
  height: auto;
}
.lancer-do .list-do,
.realestate-section .tabset,
.realestate-services .star-list,
.travel-section .tabset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner:after,
.team-block .over,
.team-box .over,
.testimon-section:after,
.portfolio-block .title:after,
.portfolio-block .text-box:after,
.isotop-controls2 a:after,
.isotop-controls2 li:after,
.isotop-controls3 a:after,
.isotop-controls3 li:after,
.isotop-controls4 a:before,
.isotop-controls4 .view-all:before,
.price-section:after,
.blog-section .beans-stepslider .slick-dots button:after,
.blog-m-post.style2 .icon:before,
.facts-section .num:after,
.counter-section:after,
.counter-section .num:after,
.banner-img:after,
.pie-section:after,
.joinus-section:after,
.counter-container .num:after,
.clients-section3 .list li:after,
.video-section:after,
.nav-tabs > li > a:before,
.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:hover:before,
.nav-tabs > li.active > a:focus:before,
.personal-exper .p-holder:after,
.love-story .row-holder:before,
.shop-features h2:before,
.resturant-heading:before,
.our-menu-nav li a:before,
.archi-columns h2:after,
.archi-projects:after,
.archi-projects h3:after,
.safety-section .more:before,
.events-mainbanner .wedding-nav .countdown-section .countdown-amount:before,
.events-mainbanner .stretch:before,
.app-mainbanner .stretch:before,
.appshowcase-banner .container:before,
.tabset-onepage li a:before,
.process-nav:before,
.shop-widget:before,
.widget:before,
.comment-box .box .img-box .reply .txt-over:after {
  content: "";
  position: absolute;
}
.business-block:after,
.love-story .row-holder:after,
.features-box:after,
.shop-widget:after,
.shop-widget ul:after,
.description-block .buttons-block:after,
.comment-box .box:after {
  content: " ";
  display: block;
  clear: both;
}
.team-block .over,
.team-box .over,
.portfolio-block .over,
.portfolio-block.style5 .holder,
.portfolio-text .holder,
.pie-section .parallax-holder,
.joinus-section .parallax-holder,
.video-section .video-area,
.welcom-banner .beans-fadeslider,
.welcom-banner .beans-fadeslider .slideset,
.welcom-banner .beans-fadeslider .slick-track,
.welcom-banner .beans-fadeslider .slick-list,
.wedding-banner .banner-over,
.wedding-photos .over,
.collection-over,
.product-over,
.slide-over,
.architecture-gallery .slick-arrow:after,
.archi-columns .more:after,
.const-services .box .over,
.realestate-services .box .over,
.blog-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimon-section,
.price-section,
.counter-section,
.banner-img,
.header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
body {
  color: #8f8f8f;
  background: #fff;
  font-weight: 400;
  top: 0 !important;
  padding-right: 0 !important;
}
ul li {
  list-style: none;
  padding-left: 0;
}
.w1 {
  position: relative;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.team-block {
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.team-block .img-box {
  position: relative;
  margin: 0 0 25px;
}
.team-block .img-box img {
  width: 100%;
}
.team-block .over {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-block .social-network {
  top: 30%;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  font-size: 21px;
  margin: -11px 0 0;
  position: absolute;
  visibility: hidden;
}
.team-block .social-network li {
  opacity: 0;
  position: relative;
  visibility: hidden;
  padding: 0 7px 0 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-block .social-network a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-block .social-network a:hover {
  opacity: 0.85;
  text-decoration: none;
}
.team-block .social-network .add {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.team-block .social-network .add2 {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.team-block .heading {
  margin: 0;
  color: #2a2a2a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 700 14px/20px "Lato", Georgia, "Times New Roman", Times, serif;
}
.team-block .heading a {
  color: #2a2a2a;
}
.dark .team-block .heading a {
  color: #fff;
}
.team-block .heading a:hover {
  opacity: 0.85;
  text-decoration: none;
}
.dark .team-block .heading {
  color: #fff;
}
.team-block:hover .social-network,
.team-block:hover .over {
  opacity: 0.85;
  visibility: visible;
}
.team-block:hover .add,
.team-block:hover .add2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.team-block.style2 {
  background: #f8f8f8;
  margin-bottom: 25px;
}
.dark .team-block.style2 {
  background: #191919;
}
.team-block.style2 .heading {
  text-transform: lowercase;
  text-transform: capitalize;
}
.team-block.style2 .title {
  display: block;
  padding: 5px 0 20px;
  text-transform: uppercase;
}
.team-block.style2 .block {
  overflow: hidden;
  padding: 0 8% 10px;
}
.testimon-section {
  overflow: hidden;
  position: relative;
  padding: 90px 0 80px;
  position: relative;
}
.testimon-section:after {
  top: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.testimon-section .icon {
  color: #fff;
  display: block;
  font-size: 21px;
  padding: 17px 0 0;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 24px;
  width: 63px;
  height: 63px;
}
.testimon-section .img {
  display: block;
  border-radius: 15px;
  margin: 0 auto 29px;
}
.testimon-section blockquote {
  padding: 0;
  color: #fff;
  border-left: 0;
  max-width: 885px;
  text-align: center;
  margin: 0 auto 60px;
  font: 300 italic 21px/30px "Poppins", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.testimon-section blockquote a {
  text-decoration: underline;
}
.testimon-section blockquote a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.testimon-section q {
  display: block;
  margin: 0 0 23px;
}
.testimon-section q:after,
.testimon-section q:before {
  font-size: 30px;
}
.testimon-section cite {
  display: block;
  font: 16px/20px "Lato", Georgia, "Times New Roman", Times, serif;
}
.testimon-section .name {
  display: block;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimon-section .comp-name {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.testimon-section .slick-dots li {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
}
.testimon-section .slick-dots button {
  margin: 0;
  border: 0;
  padding: 0;
  display: block;
  background: none;
  overflow: hidden;
  border-radius: 50%;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimon-section .slick-dots button:hover {
  text-decoration: none;
}
.testimon-section .parallax-holder {
  z-index: -1;
}
.testimon-section.alt-version blockquote {
  color: #8f8f8f;
}
.testimon-section.alt-version blockquote a {
  color: #8f8f8f;
}
.testimon-section.alt-version blockquote q {
  margin: 0 0 49px;
}
.testimon-section.alt-version blockquote q:before,
.testimon-section.alt-version blockquote q:after {
  display: none;
}
.testimon-section.alt-version blockquote .fa {
  display: block;
  margin: 0 0 27px;
}
.testimon-section.alt-version blockquote .name {
  color: #2a2a2a;
}
.dark .testimon-section.alt-version blockquote .name {
  color: #fff;
}
.testimon-section.alt-version .slick-dots button {
  border-color: #ddd;
  width: 12px;
  height: 12px;
}
.work-section {
  overflow: hidden;
}
.work-section .icotop-holder {
  overflow: hidden;
  position: relative;
}
.work-section .slick-dots {
  bottom: 24px;
}
.work-section .slick-dots li {
  float: none;
  padding: 0 4px;
  display: inline-block;
  vertical-align: top;
}
.work-section .slick-dots li.slick-active button {
  background: #fff;
}
.work-section .slick-dots li button {
  margin: 0;
  border: 0;
  padding: 0;
  display: block;
  background: none;
  border-radius: 50%;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
}
.work-section .slick-dots li button:hover {
  background: #fff;
  text-decoration: none;
}
.work-section.space {
  padding-left: 15px;
}
.work-section.space #work-filter {
  padding-right: 15px;
}
.portfolio-block {
  float: left;
  width: 100%;
  overflow: hidden;
}
.portfolio-block a {
  color: #8f8f8f;
}
.portfolio-block a:hover {
  text-decoration: none;
}
.portfolio-block .box {
  position: relative;
  margin: 0 30px 30px 0;
}
.portfolio-block .box:hover .over {
  opacity: 1;
  visibility: visible;
}
.portfolio-block .box:hover .over-frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-block .box-holder {
  padding-top: 100%;
}
.portfolio-block .box-holder.half {
  padding-top: 50%;
}
.portfolio-block .holder {
  width: 101%;
  height: 101%;
  display: table;
  vertical-align: middle;
}
.portfolio-block .frame {
  padding: 19px 0 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.portfolio-block .over {
  opacity: 0;
  z-index: 99;
  text-align: center;
  visibility: hidden;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font: 600 12px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.portfolio-block .over .plus {
  height: 40px;
  display: block;
  font-size: 88px;
  margin: 0 0 50px;
}
.portfolio-block .over .plus.small {
  font-size: 80px;
  height: 36px;
  margin: -17px 0 12px;
}
.portfolio-block .over:hover {
  text-decoration: none;
}
.portfolio-block .over.capitalize {
  text-transform: lowercase;
  text-transform: capitalize;
}
.portfolio-block .over-frame {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  display: block;
  padding: 5px;
}
.portfolio-block .over-frame.no-animate {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-block .title {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 14px;
  position: relative;
  text-transform: capitalize;
  font: 600 18px/30px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.portfolio-block .title:after {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -14px;
  width: 28px;
  height: 4px;
}
.portfolio-block .title.upper {
  text-transform: uppercase;
}
.portfolio-block .heading {
  color: #fff;
  display: block;
  margin: 0 0 15px;
  text-transform: capitalize;
  font: italic 300 48px/50px "Lato", Georgia, "Times New Roman", Times, serif;
}
.portfolio-block .heading.upper {
  text-transform: uppercase;
}
.portfolio-block img {
  width: 100%;
}
.portfolio-block .search {
  bottom: 0;
  right: 57px;
  color: #fff;
  font-size: 26px;
  padding: 13px 0 0;
  text-align: center;
  position: absolute;
  width: 57px;
  height: 57px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-block .search:hover {
  color: #2a2a2a;
  background: #f8f8f8;
}
.portfolio-block .link {
  right: 0;
  bottom: 0;
  color: #2a2a2a;
  font-size: 25px;
  padding: 16px 0 0;
  text-align: center;
  position: absolute;
  width: 57px;
  height: 57px;
  background: #f8f8f8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-block .link:hover {
  color: #fff;
  text-decoration: none;
  background: #e74c3c;
}
.portfolio-block .btn {
  border-width: 2px;
  font-weight: 700;
}
.portfolio-block .btn:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.portfolio-block .text-box {
  z-index: 100;
  position: relative;
  padding: 11px 18px 6px;
  background: #f8f8f8;
}
.dark .portfolio-block .text-box {
  background: #191919;
}
.portfolio-block .text-box:after {
  left: 21px;
  top: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 16px 7px;
  border-color: transparent transparent #f8f8f8 transparent;
}
.dark .portfolio-block .text-box:after {
  border-color: transparent transparent #191919 transparent;
}
.portfolio-block .img-box {
  overflow: hidden;
  position: relative;
}
.portfolio-block.style2 .over {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.portfolio-block.style2 .box:hover .over {
  top: 0;
}
.portfolio-block.style3 .box:hover .over {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.portfolio-block.style4 .link,
.portfolio-block.style4 .search {
  right: 50%;
  bottom: 50%;
}
.portfolio-block.style4 .link {
  margin: 0 -37px -30px 0;
}
.portfolio-block.style4 .search {
  margin: 0 20px -30px 0;
}
.portfolio-block.style4 .search.center {
  margin: 0 -28px -30px 0;
}
.portfolio-block.style5 .title {
  color: #2a2a2a;
}
.portfolio-block.style5 .over {
  opacity: 1;
  background: none;
  visibility: visible;
}
.portfolio-block.style5 .holder {
  top: auto;
  height: auto;
  display: block;
}
.portfolio-block.style5 .frame {
  padding: 0;
  display: block;
}
.portfolio-block.style5 .over-frame {
  background: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding: 28px 20px 29px 28px;
  transform: translateY(160px);
  -ms-transform: translateY(160px);
  -webkit-transform: translateY(160px);
  position: relative;
}
.portfolio-block.style5 .over-frame:before {
  position: absolute;
  content: "";
  top: -14px;
  bottom: auto;
  left: 28px;
  right: auto;
}
.portfolio-block.style5 .over-frame:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #fff transparent;
}
.portfolio-block.style5 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio-block.style5 .box:hover .studio-over {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-block.style5 .box:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.portfolio-block.style6 .title {
  color: #000101;
}
.dark .portfolio-block.style6 .title {
  color: #8f8f8f;
}
.portfolio-block.style6 .title a {
  color: #000101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .portfolio-block.style6 .title a {
  color: #8f8f8f;
}
.portfolio-block.style6 .title a:hover {
  color: #fff;
  text-decoration: none;
}
.portfolio-block.style6 .box:hover .text-box {
  background: #2a2a2a;
}
.portfolio-block.style6 .box:hover .text-box:after {
  border-color: transparent transparent #2a2a2a transparent;
}
.portfolio-block.style6 .box:hover .title {
  color: #fff;
}
.portfolio-block.style6 .box:hover .title a {
  color: #fff;
}
.portfolio-block.style6 .box:hover .title a:hover {
  color: #000101;
}
.coll-2 {
  width: 50%;
}
.coll-3 {
  width: 33.333%;
}
.coll-4 {
  width: 25%;
}
.coll-5 {
  width: 20%;
}
.coll-6 {
  width: 16.6666%;
}
.coll3-holder {
  margin: 0 -1px 0 0;
}
.nospace .box {
  margin: 0;
}
.isotop-controls {
  margin: 0 0 62px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 600 12px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.isotop-controls li {
  margin: 3px -8px;
  vertical-align: top;
}
.isotop-controls a {
  display: block;
  padding: 7px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .isotop-controls a {
  color: #fff;
}
.isotop-controls a:hover {
  color: #fff;
  text-decoration: none;
}
.isotop-controls.leftalign {
  text-align: left;
}
.isotop-controls.rightalign {
  text-align: right;
}
.price-section .box {
  color: #8f8f8f;
  font-size: 13px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .price-section .box {
  background: #191919;
}
.price-section .box .heading {
  font: 600 18px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 26px 5px;
  margin: 0 0 20px;
  display: block;
}
.price-section .box:hover .btn:hover,
.price-section .box.active .btn:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
}
.price-section .price {
  color: #2a2a2a;
  display: block;
  margin: 0 0 -10px;
  font: 700 46px/46px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dark .price-section .price {
  color: #fff;
}
.price-section .price sup {
  top: -13px;
  font-size: 25px;
  font-weight: 300;
  margin: 0 5px 0 -3px;
}
.price-section .month {
  display: block;
  font-size: 12px;
  margin: 10px 0 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.price-section .price-list {
  margin: 0 0 15px;
  overflow: hidden;
}
.price-section .price-list li {
  padding: 0 5px;
  margin: 0 0 17px;
}
.price-section .btn {
  color: #fff;
  margin: 0 0 33px;
  background: #2a2a2a;
  border-color: #2a2a2a;
}
.price-section .parallax-holder {
  z-index: -1;
}
.price-section.style2 {
  padding: 101px 0 100px;
}
.price-section.style2:after {
  display: none;
}
.price-section.style2 .box {
  background: #f8f8f8;
}
.dark .price-section.style2 .box {
  background: #191919;
}
.price-section.style2 .box .heading {
  color: #2a2a2a;
  margin: 0 0 12px;
  padding: 33px 5px;
  background: transparent;
}
.dark .price-section.style2 .box .heading {
  color: #fff;
}
.dark .price-section.style2 .box .price {
  color: #fff;
}
.price-section.style2 .box.active,
.price-section.style2 .box:hover {
  background: #2a2a2a;
}
.price-section.style2 .box.active .price,
.price-section.style2 .box.active .heading,
.price-section.style2 .box:hover .price,
.price-section.style2 .box:hover .heading {
  color: #fff;
}
.price-section.style2 .box.active .btn:hover,
.price-section.style2 .box:hover .btn:hover {
  opacity: 0.7;
}
.price-section.style2 .box.active .heading,
.price-section.style2 .box:hover .heading {
  background: none;
}
.price-section.style3 {
  padding: 93px 0 100px;
}
.price-section.style3 .box {
  background: #fff;
  padding: 23px 0 15px;
  border: 1px solid #ddd;
}
.dark .price-section.style3 .box {
  border-color: #494949;
  background: #191919;
}
.dark .price-section.style3 .box .price {
  color: #fff;
}
.price-section.style3 .box .heading {
  color: #fff;
  font-size: 18px;
  margin: 0 0 19px;
  line-height: 22px;
  padding: 20px 10px;
  background: #2a2a2a;
}
.price-section.style3 .box .month {
  margin: 0 0 16px;
}
.price-section.style3 .box.active,
.price-section.style3 .box:hover {
  background: none;
}
.price-section.style3 .box.active .price,
.price-section.style3 .box:hover .price {
  color: #2a2a2a;
}
.dark .price-section.style3 .box.active .price,
.dark .price-section.style3 .box:hover .price {
  color: #fff;
}
.price-section.style3 .price-list {
  margin: 0 0 12px;
}
.price-section.style3 .price-list li {
  margin: 0 0 16px;
}
.price-section.style3 .btn-purchase {
  margin: 0 0 15px;
}
.price-section.style4 .box .heading {
  margin: 0;
}
.price-section.style4 .box img {
  width: 100%;
  margin: 0 0 16px;
}
.price-section.style4 .box .btn {
  margin: 0 0 22px;
}
.blog-section .beans-slider {
  padding: 0 0 80px;
}
.blog-section .beans-slider .slick-dots {
  bottom: -38px;
}
.blog-section .beans-slider .slick-dots li {
  margin: 0 3px 0 2px;
  display: inline-block;
  vertical-align: top;
}
.blog-section .beans-slider .slick-dots li.slick-active button {
  background: #191919;
}
.blog-section .beans-slider .slick-dots button {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  background: #ddd;
  border-radius: 50%;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
}
.dark .blog-section .beans-slider .slick-dots button {
  background: #8f8f8f;
}
.blog-section .beans-slider .slick-dots button:hover {
  background: #191919;
}
.blog-section .beans-stepslider {
  padding: 0 0 50px;
}
.blog-section .beans-stepslider img {
  width: 100%;
  margin: 0 0 18px;
}
.blog-section .beans-stepslider .slick-dots {
  bottom: -50px;
}
.blog-section .beans-stepslider .slick-dots li {
  margin: 0 3px 0 2px;
  display: inline-block;
  vertical-align: top;
}
.blog-section .beans-stepslider .slick-dots li.slick-active button:after {
  display: block;
}
.blog-section .beans-stepslider .slick-dots button {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  background: #ddd;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border: 2px solid #ddd;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .blog-section .beans-stepslider .slick-dots button {
  border-color: #494949;
  background: #494949;
}
.blog-section .beans-stepslider .slick-dots button:hover {
  text-decoration: none;
}
.blog-section .beans-stepslider .slick-dots button:hover:after {
  display: block;
}
.blog-section .beans-stepslider .slick-dots button:after {
  top: 50%;
  left: 50%;
  display: none;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
}
.blog-section .btn {
  margin: 0 4px;
}
.blog-m-post {
  overflow: hidden;
}
.blog-m-post .blog-txt {
  position: relative;
  padding: 0 0 20px 123px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-m-post img {
  width: 100%;
  margin: 0 0 18px;
}
.blog-m-post h3 {
  color: #2a2a2a;
  margin: 0 0 10px;
  font: 500 18px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dark .blog-m-post h3 {
  color: #fff;
}
.blog-m-post h3 a {
  color: #2a2a2a;
}
.dark .blog-m-post h3 a {
  color: #fff;
}
.blog-m-post a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-m-post a:hover {
  text-decoration: none;
}
.blog-m-post .meta {
  margin: 0;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 21px;
}
.blog-m-post .meta li {
  padding: 0 12px 0 0;
}
.blog-m-post .meta a {
  color: #8f8f8f;
}
.blog-m-post .box-holder {
  left: 13px;
  bottom: 16px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-m-post time {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  padding: 19px 0 0;
  text-align: center;
  background: #2a2a2a;
  letter-spacing: 2px;
  margin: -5px auto 0;
  width: 74px;
  height: 74px;
  text-transform: uppercase;
}
.dark .blog-m-post time {
  background: #191919;
}
.blog-m-post time .add {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.blog-m-post .fa {
  margin: 0 3px 0 0;
  position: relative;
}
.blog-m-post .icon {
  color: #fff;
  display: block;
  font-size: 32px;
  text-align: center;
  padding: 12px 0 0 2px;
  width: 84px;
  height: 84px;
  border: 5px solid #fff;
}
.dark .blog-m-post .icon {
  border-color: #191919;
}
.blog-m-post .blog-text {
  font-size: 14px;
  overflow: hidden;
  padding: 2px 0 0;
  line-height: 24px;
  position: relative;
}
.blog-m-post.accordion {
  margin: 0 0 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-m-post.accordion .box-holder {
  left: 19px;
  top: -85px;
  bottom: auto;
}
.blog-m-post.accordion .icon {
  border-bottom: 0;
}
.blog-m-post.accordion time {
  margin: 0 auto;
}
.blog-m-post.accordion .blog-txt {
  border: 1px solid transparent;
  padding: 16px 20px 20px 113px;
}
.blog-m-post.accordion img {
}
.blog-m-post.accordion p {
  margin: 0 0 23px;
}
.blog-m-post.accordion .blog-slide {
  padding-top: 30px;
}
.blog-m-post.accordion .btn {
  border-width: 2px;
}
.dark .blog-m-post.accordion .btn {
  color: rgba(143, 143, 143, 0.6);
  border-color: rgba(143, 143, 143, 0.6);
}
.dark .blog-m-post.accordion .btn:hover {
  color: #8f8f8f;
  background: transparent;
  color: #8f8f8f;
  border-color: #8f8f8f;
}
.blog-m-post.accordion.active {
  margin: 0 0 30px;
}
.dark .blog-m-post.accordion.active {
  background: #191919;
}
.blog-m-post.accordion.active .blog-txt {
  border-color: #ddd;
  padding: 26px 20px 34px 113px;
}
.dark .blog-m-post.accordion.active .blog-txt {
  border-color: #494949;
}
.blog-m-post.accordion.active .blog-slide {
  position: static !important;
}
.dark .blog-m-post.accordion.active time {
  background: #2a2a2a;
}
.blog-m-post.style2 img {
  margin: 0;
}
.blog-m-post.style2 .blog-txt {
  color: #8f8f8f;
  font-size: 12px;
  position: relative;
  padding: 7px 0 20px 95px;
  border-top: 5px solid transparent;
}
.blog-m-post.style2 .blog-txt h3 {
  margin: 0 0 2px;
}
.blog-m-post.style2 .blog-txt p {
  text-transform: uppercase;
}
.blog-m-post.style2 .icon {
  border: 0;
  top: -14px;
  left: 11px;
  font-size: 24px;
  overflow: hidden;
  position: absolute;
  padding: 12px 10px 0 0;
  background: transparent;
  width: 80px;
  height: 60px;
}
.blog-m-post.style2 .icon:before {
  top: 0;
  bottom: 0;
  left: -12px;
  right: 12px;
  background: #222;
  transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .blog-m-post.style2 .icon:before {
  background: #191919;
}
.team-lightbox {
  width: 817px;
  color: #8f8f8f;
  font-size: 14px;
  overflow: auto;
  line-height: 26px;
  background: #fff;
  padding: 36px 40px 30px;
  border: 1px solid #ddd;
  max-height: 100vh;
}
.team-lightbox .img-box {
  float: left;
  max-width: 248px;
  margin: 15px 0 0 0;
}
.team-lightbox img {
  width: 100%;
}
.team-lightbox .holder {
  overflow: inherit;
}
.team-lightbox .title {
  color: #222;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font: 700 16px/20px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.team-lightbox .subtitle {
  color: #8f8f8f;
  display: block;
  margin: 0 0 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 600 12px/16px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.team-lightbox p {
  margin: 0 0 8px;
}
.team-lightbox .socialnetworks {
  padding: 6px 0 0;
}
.team-lightbox .socialnetworks li {
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
}
.team-lightbox .socialnetworks a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 5px 0 0;
  text-align: center;
  border-radius: 50%;
  background: #3f3f3f;
  width: 40px;
  height: 40px;
}
.team-lightbox .socialnetworks a:hover {
  text-decoration: none;
}
.team-lightbox .close {
  top: 15px;
  opacity: 1;
  float: none;
  right: 21px;
  color: #222;
  font-size: 35px;
  text-shadow: none;
  line-height: 35px;
  position: absolute;
  font-weight: normal;
}
.about-section {
  font-size: 14px;
  color: #666;
}
.about-section h3 {
  color: #2a2a2a;
  margin: 0 0 3px;
  position: relative;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  font: 16px/20px "Lato", Georgia, "Times New Roman", Times, serif;
}
.dark .about-section h3 {
  color: #fff;
}
.about-section .box {
  margin: 0 0 28px;
  overflow: hidden;
}
.about-section > .fa {
  left: 0;
  top: 3px;
  position: absolute;
}
.about-section .fa.small {
  top: 8px;
  font-size: 6px;
  font-weight: 400;
}
.about-section .know-more {
  margin: 10px 0 0;
}
.dark .about-section .know-more {
  color: rgba(143, 143, 143, 0.6) !important;
  border-color: rgba(143, 143, 143, 0.6);
  background: transparent !important;
}
.about-section .know-more:hover {
  background: transparent;
  border-color: #222;
  color: #222;
}
.dark .about-section .know-more:hover {
  border-color: #8f8f8f;
  color: #8f8f8f;
  color: #8f8f8f !important;
}
.about-section .img-box {
  overflow: hidden;
  margin: 5px 2px 28px -1px;
}
.about-section .img-box img {
  width: 100%;
}
.about-section .beans-slider .slick-dots li {
  margin: 0 3px 0 2px;
  display: inline-block;
  vertical-align: top;
}
.about-section .beans-slider .slick-dots li.slick-active button {
  background: #fff;
}
.about-section .beans-slider .slick-dots button {
  margin: 0;
  padding: 0;
  padding: 0;
  display: block;
  background: none;
  overflow: hidden;
  border-radius: 50%;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-section .beans-slider .slick-dots button:hover {
  background: #fff;
}
.counter-section {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  padding: 80px 0 80px;
  position: relative;
  z-index: 1;
}
.counter-section:after {
  top: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(55, 63, 69, 0.6);
}
.counter-section .txt {
  display: block;
}
.counter-section .num {
  display: block;
  padding: 0 0 7px;
  margin: 0 0 18px;
  position: relative;
  font: 700 80px/90px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.counter-section .num:after {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  height: 3px;
}
.counter-section .parallax-holder,
.counter-section .stretch {
  z-index: -1;
}
.counter-section.small {
  padding: 100px 0;
}
.counter-section.small .counter {
  font-size: 33px;
  line-height: 60px;
}
.counter-section.small .num {
  font-size: 70px;
  margin: 0 0 25px;
  line-height: 90px;
  padding: 0 0 25px;
  display: inline-block;
}
.counter-section.small .num:after {
  margin: 0 0 0 -10px;
  width: 20px;
  height: 3px;
}
.counter-section.large {
  color: #222;
}
.counter-section.large:after {
  display: none;
}
.counter-section.large .num {
  padding: 0;
  font-size: 70px;
  font-weight: 700;
  margin: 0 0 10px;
}
.twitter-section {
  color: #2a2a2a;
  font-size: 21px;
  font-weight: 300;
  padding-top: 70px;
  line-height: 32px;
  font-style: italic;
  text-align: center;
  padding-bottom: 92px;
}
.dark .twitter-section {
  color: #8f8f8f;
}
.twitter-section .block {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 122px 0 0;
}
.twitter-section span {
  display: block;
  margin: 0 0 20px;
}
.twitter-section .btn-prev {
  padding: 0;
  top: 113px;
  left: -56px;
  color: #535353;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #535353;
}
.twitter-section .btn-prev:hover {
  opacity: 0.8;
  text-decoration: none;
}
.twitter-section .btn-next {
  padding: 0;
  top: 113px;
  right: -56px;
  color: #535353;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #535353;
}
.twitter-section .btn-next:hover {
  opacity: 0.8;
  text-decoration: none;
}
.twitter-section small,
.twitter-section time {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}
.twitter-section small a,
.twitter-section time a {
  color: #8f8f8f;
}
.twitter-section.style2 .time {
  color: #8f8f8f;
  font-style: normal;
  text-transform: uppercase;
}
.twitter-section.style3 .block {
  padding: 130px 0 0;
}
.croporate-slider .caption {
  z-index: 5;
  width: 100%;
  color: #fff;
  padding: 90px 0 0;
  text-align: center;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  font: 18px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.croporate-slider .caption .holder {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.croporate-slider .caption:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
}
.croporate-slider .caption .holder {
  padding: 0 0 9px;
}
.croporate-slider p {
  margin: 0 0 40px;
}
.croporate-slider .heading {
  margin: 0 0 10px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font: 700 60px/65px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.croporate-slider .heading-slim {
  margin: 0 0 27px;
  letter-spacing: 0.4px;
  font: 300 60px/80px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.croporate-slider .btn-box {
  overflow: hidden;
}
.croporate-slider .btn-box .btn {
  margin: 0 2px 0 3px;
}
.croporate-slider .caption > .holder {
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
  position: relative;
  bottom: -50px;
  opacity: 0;
}
.croporate-slider .slick-active .caption > .holder {
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  opacity: 1;
  bottom: 0;
}
.croporate-slider .slick-dots {
  bottom: 0;
  margin-bottom: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.croporate-slider .slick-dots li {
  margin: 0 6px 0 5px;
  display: inline-block;
  vertical-align: top;
}
.croporate-slider .slick-dots li.slick-active button {
  background: #fff;
}
.croporate-slider .slick-dots button {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  background: none;
  border-radius: 50%;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.croporate-slider .slick-dots button:hover {
  background: #fff;
  text-decoration: none;
}
.croporate-slider .slick-arrow {
  right: 0;
  top: 50%;
  border: 0;
  opacity: 0;
  z-index: 99;
  padding: 0;
  width: 20px;
  height: 50px;
  font-size: 0;
  color: #fff;
  background: none;
  text-align: left;
  visibility: hidden;
  position: absolute;
  text-indent: 9999px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0 !important;
  padding: 50px 15px;
  margin-top: -50px;
}
.croporate-slider .slick-arrow:hover {
  text-decoration: none;
}
.croporate-slider .slick-arrow:hover:after {
  opacity: 0.8;
}
.croporate-slider .slick-arrow:after {
  top: 0;
  left: 3px;
  line-height: 1;
  text-indent: 0;
  font-size: 60px;
  content: "";
  overflow: hidden;
  position: absolute;
  font-family: "FontAwesome";
  color: #eee;
}
.croporate-slider .slick-prev {
  left: 0;
  right: auto;
}
.croporate-slider .slick-prev:after {
  content: "";
}
.croporate-slider:hover .slick-next {
  opacity: 1;
  right: 29px;
  visibility: visible;
}
.croporate-slider:hover .slick-prev {
  opacity: 1;
  left: 29px;
  right: auto;
  visibility: visible;
}
.croporate-slider:hover .slick-dots {
  opacity: 1;
  bottom: 33px;
  visibility: visible;
}
.features-col {
  color: #222;
  margin-bottom: 30px;
}
.dark .features-col {
  color: #fff;
}
.features-col h2 {
  margin: 0 0 39px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 600 21px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.features-col.style2 h2 {
  font-weight: 700;
}
.features-col.style3 .panel-title a {
  padding: 12px 10px 15px 29px;
}
.features-col.style4 .panel-title a {
  line-height: 2;
  font-size: 14px;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 37px 15px 42px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.features-col.style4 .list-events {
  margin: -22px 0 0;
}
.features-col.style4 .list-events li {
  margin: 0 0 0 17px;
  padding: 37px 0 32px;
  border-top: 1px solid #ededed;
}
.features-col.style4 .list-events li:first-child {
  border-top-color: transparent;
}
.features-col.style4 .list-events p {
  margin: 0;
}
.features-col.style4 .list-events .title {
  color: #222;
  display: block;
  margin: 0 0 16px;
  position: relative;
  letter-spacing: 1.5px;
  font: 600 14px/20px;
}
.dark .features-col.style4 .list-events .title {
  color: #fff;
}
.features-col.style4 .list-events .fa {
  top: 0;
  left: 0;
  font-size: 17px;
  position: absolute;
}
.features-col.style4 .list-events time {
  float: right;
  position: relative;
  padding: 0 0 0 28px;
}
.tabs-block {
  overflow: hidden;
}
.nav-tabs {
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  border-bottom: 0;
}
.nav-tabs > li {
  margin: 0;
}
.nav-tabs > li > a {
  color: #222;
  margin: 11px 0 0;
  border-radius: 1px;
  background: #fff;
  letter-spacing: 1px;
  padding: 11px 29px 12px;
  border: solid #ececec;
  border-width: 1px 1px 0 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  position: relative;
}
.nav-tabs > li > a:before {
  top: 0;
  z-index: -1;
  bottom: auto;
  left: -1px;
  right: -1px;
  background: transparent;
}
.nav-tabs > li > a:after {
  position: absolute;
  content: "";
  top: 4px;
  bottom: auto;
  left: 50%;
  right: auto;
}
.dark .nav-tabs > li > a {
  color: #fff;
  background: #191919;
  border-color: #494949;
}
.nav-tabs > li > a:before {
  top: -1px;
  opacity: 0;
  height: 5px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-tabs > li > a:after {
  opacity: 0;
  margin: 0 0 0 -3px;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: transparent transparent transparent transparent;
}
.nav-tabs > li > a:hover {
  margin: 0;
  background: #fff;
  padding: 18px 29px 16px;
}
.dark .nav-tabs > li > a:hover {
  background: #191919;
}
.nav-tabs > li > a:hover:after,
.nav-tabs > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  margin: 0;
  border-radius: 0;
  background: #fff;
  border: solid #ececec;
  border-width: 1px 1px 0 1px;
  padding: 18px 29px 16px;
  position: relative;
  z-index: 1;
  position: relative;
}
.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:hover:before,
.nav-tabs > li.active > a:focus:before {
  top: 0;
  z-index: -1;
  bottom: auto;
  left: -1px;
  right: -1px;
  background: transparent;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
  position: absolute;
  content: "";
  top: 4px;
  bottom: auto;
  left: 50%;
  right: auto;
}
.dark .nav-tabs > li.active > a,
.dark .nav-tabs > li.active > a:hover,
.dark .nav-tabs > li.active > a:focus {
  border-color: #494949;
  background: #191919;
}
.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:hover:before,
.nav-tabs > li.active > a:focus:before {
  top: -1px;
  opacity: 1;
  height: 5px;
  visibility: visible;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
  opacity: 1;
  margin: 0 0 0 -3px;
  visibility: visible;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: transparent transparent transparent transparent;
}
.tab-content {
  overflow: hidden;
}
.tab-pane {
  color: #8f8f8f;
  font-size: 14px;
  overflow: hidden;
  line-height: 26px;
  background: #fff;
  border: 1px solid #ececec;
  padding: 24px 5% 22px 5.3%;
}
.dark .tab-pane {
  background: #191919;
  border-color: #494949;
}
.tab-pane .alignleft {
  float: left;
  margin: 7px 34px 0 0;
}
.tab-pane .text-box {
  overflow: hidden;
}
.tab-pane .text-box p {
  margin: 0;
}
.panel-group {
  overflow: hidden;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 9px;
  background: #fff;
  border-color: #ececec;
}
.dark .panel-group .panel {
  background: #191919;
  border-color: #494949;
}
.panel-default > .panel-heading {
  border-radius: 0;
}
.features-col .panel-default > .panel-heading {
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #ececec;
}
.panel-default > .panel-heading {
  background: none;
}
.panel-title {
  font: 14px/18px "Lato", Georgia, "Times New Roman", Times, serif;
  text-transform: capitalize;
}
.panel-title a {
  display: block;
  position: relative;
  letter-spacing: 1px;
  padding: 12px 10px 15px 44px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.panel-title a:hover {
  text-decoration: none;
}
.panel-title .fa {
  top: 50%;
  left: 20px;
  margin: -7px 0 0;
  font-size: 15px;
  line-height: 12px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.panel-body {
  color: #8f8f8f;
  line-height: 26px;
  padding: 23px 20px 24px 29px;
}
.panel-body dl {
  margin: 0;
  letter-spacing: 2px;
}
.panel-body dl dt {
  float: left;
  color: #222;
  width: 129px;
  font-size: 14px;
  font-weight: 600;
}
.dark .panel-body dl dt {
  color: #fff;
}
.panel-body dl dd {
  margin: 0;
  overflow: hidden;
}
.partners-block {
  overflow: hidden;
}
.partners-nav {
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.partners-nav li {
  margin: 0 17px;
}
.partners-nav li img {
  display: block;
}
.partners-nav a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.partners-nav .frame {
  height: 70px;
  white-space: nowrap;
}
.partners-nav .frame .box {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.partners-nav .frame:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
}
.partners-nav .frame a:hover {
  opacity: 0.7;
}
.partners-nav .frame.add a {
  opacity: 0.4;
}
.partners-nav .frame.add a:hover {
  opacity: 1;
}
.partners-nav.large li {
  margin: 0 60px;
}
.partners-nav.medium li {
  margin: 0 30px;
}
.personal-exper {
  color: #8f8f8f;
  padding: 91px 0 24px;
}
.personal-exper .p-holder {
  font-size: 14px;
  overflow: hidden;
  padding: 0 0 74px;
  line-height: 20px;
  position: relative;
}
.personal-exper .p-holder:after {
  top: 0;
  bottom: 0;
  left: 584px;
  width: 2px;
  opacity: 0.6;
}
.dark .personal-exper .p-holder:after {
  background: #494949;
}
.personal-exper .p-holder:last-child:after {
  bottom: 74px;
}
.personal-exper .p-holder .box {
  float: left;
  width: 532px;
  padding: 23px 0 0;
  text-align: right;
  margin: 0 22px 0 0;
}
.personal-exper .p-holder .title {
  color: #2a2a2a;
  display: block;
  font-size: 16px;
  margin: 0 0 24px;
  line-height: 20px;
}
.dark .personal-exper .p-holder .title {
  color: #fff;
}
.personal-exper .p-holder .title a {
  color: #2a2a2a;
  text-transform: uppercase;
}
.dark .personal-exper .p-holder .title a {
  color: #fff;
}
.personal-exper .p-holder time {
  float: left;
  width: 200px;
  font-size: 16px;
  line-height: 20px;
  padding: 22px 0 0 21px;
}
.personal-exper .p-holder .icon {
  z-index: 1;
  float: left;
  font-size: 24px;
  padding: 20px 0 0;
  position: relative;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 33px;
  width: 62px;
  height: 62px;
}
.personal-exper .p-holder p {
  margin: 0;
}
.personal-exper .p-holder:nth-child(even) .box {
  float: right;
  text-align: left;
  margin: 0 0 0 22px;
}
.personal-exper .p-holder:nth-child(even) time {
  float: right;
  text-align: right;
  padding: 22px 21px 0 0;
}
.personal-exper .p-holder:nth-child(even) .icon {
  float: right;
}
.personal-exper.style3 {
  padding-top: 0;
}
.personal-exper.style3 .img-box {
  overflow: hidden;
  margin: 0 0 20px;
}
.personal-exper.style3 h2.main-title {
  display: block;
  font-size: 16px;
  margin: 10px 0 10px;
  line-height: 20px;
  text-transform: uppercase;
}
.dark .personal-exper.style3 h2 {
  color: #fff;
}
.personal-exper.style3 h2 a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .personal-exper.style3 h2 a {
  color: #fff;
}
.personal-exper.style3 h2 a:hover {
  text-decoration: none;
}
.personal-exper.style3 .p-holder {
  padding: 0 0 34px;
}
.personal-exper.style3.sidebar .p-holder:after {
  left: 434px;
}
.personal-exper.style3.sidebar .p-holder .box {
  width: 382px;
}
.w7 {
  position: relative;
  padding: 0 0 0 260px;
}
.lancer-do {
  text-align: center;
}
.lancer-do .list-do {
  font-size: 14px;
  overflow: hidden;
  line-height: 22px;
  border: solid #ddd;
  border-width: 1px 1px 0 0;
}
.dark .lancer-do .list-do {
  border-color: #494949;
}
.lancer-do .list-do li {
  width: 25%;
  float: left;
  border: solid #ddd;
  border-width: 0 0 1px 1px;
}
.dark .lancer-do .list-do li {
  border-color: #494949;
}
.lancer-do .list-do p {
  max-height: 0;
  overflow: hidden;
  margin: 0 25px 0 29px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lancer-do .list-do a {
  color: #8f8f8f;
  height: 270px;
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lancer-do .list-do a .frame {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.lancer-do .list-do a:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
}
.dark .lancer-do .list-do a {
  color: #fff;
}
.lancer-do .list-do a:hover {
  border: 0;
  text-decoration: none;
}
.lancer-do .list-do a:hover .text {
  color: #fff;
}
.lancer-do .list-do a:hover p {
  max-height: 99px;
  margin: 22px 25px 6px 29px;
}
.lancer-do .text {
  color: #2a2a2a;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .lancer-do .text {
  color: #fff;
}
.lancer-do.style2 .fa {
  text-shadow: none;
}
.lancer-do.style2 .list-do a:hover {
  color: #fff;
}
.lancer-do.style2 .list-do a:hover .fa,
.lancer-do.style2 .list-do a:hover .text {
  color: #fff;
}
.wedding-nav {
  margin: 0;
  text-align: center;
  font: italic 16px/20px "Playfair Display", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.wedding-nav .countdown-row {
  display: block;
}
.wedding-nav .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 15px 10px 10px;
  margin: 0 7px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.wedding-nav .countdown-section .countdown-amount {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 7px;
}
.wedding-nav .countdown-section .countdown-period {
  display: block;
}
.product-nav-holder {
  margin-bottom: 60px;
}
.product-nav {
  border: 1px solid #ddd;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -4px;
  font-size: 0;
}
.dark .product-nav {
  border-color: #494949;
}
.product-nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  letter-spacing: 0;
  font-size: 14px;
}
.product-nav a {
  display: block;
  padding: 13px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .product-nav a {
  color: #8f8f8f;
}
.product-nav a:hover {
  text-decoration: underline;
}
.header {
  overflow: hidden;
  height: 80px;
}
.menu-block {
  position: relative;
  overflow: hidden;
}
.menu-block .nav-holder {
  margin-bottom: 60px;
}
.menu-frame {
  padding-top: 100px;
  padding-bottom: 100px;
}
.our-menu-nav {
  margin: 0;
  text-align: center;
  padding: 23px 10px 0;
  text-transform: capitalize;
  position: relative;
}
.our-menu-nav:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
}
.our-menu-nav:before {
  border: solid #2b2b2b;
  border-width: 2px 0;
}
.our-menu-nav li {
  float: none;
  padding: 0 18px;
  display: inline-block;
  vertical-align: top;
}
.our-menu-nav li a {
  color: #fff;
  display: block;
  padding: 0 0 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.our-menu-nav li a:before {
  top: auto;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.our-menu-nav li a:before {
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-menu-nav li a:hover {
  text-decoration: none;
}
.our-menu-nav li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.our-menu-nav li.active a:before {
  opacity: 1;
  visibility: visible;
}
.menus-holder {
  margin: 0 0 2px;
  overflow: hidden;
}
.menu-article .alignleft {
  float: left;
  position: relative;
  margin: 0 5.6% 59px 0;
}
.menu-article .alignleft a:hover {
  text-decoration: none;
}
.menu-article .alignleft a:hover img {
  opacity: 0.6;
}
.menu-article .alignleft a:hover .fa {
  opacity: 1;
  visibility: visible;
}
.menu-article .alignleft img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-article .alignleft .fa {
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #fff;
  font-size: 20px;
  visibility: hidden;
  position: absolute;
  margin: -10px 0 0 -10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-article .txt-box {
  overflow: hidden;
}
.menu-article .heading-box {
  overflow: hidden;
  margin: 0 0 4px;
}
.menu-article h2 {
  float: left;
  color: #fff;
  margin: 0 12px 0 0;
  text-transform: capitalize;
  font: 700 18px/22px "Playfair Display", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.menu-article h2 a {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-article h2 a:hover {
  text-decoration: none;
}
.menu-article .price {
  float: right;
  color: #fff;
  margin: 0;
}
.menu-article .price sub {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  bottom: -2px;
  left: -3px;
  font-size: 17px;
}
.menu-article .rattings-nav {
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 18px;
}
.menu-article p {
  margin: 0 0 11px;
}
.menu-article .btn {
  font-size: 9px;
  line-height: 13px;
  text-transform: uppercase;
}
.const-services {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 87px 0 100px;
}
.const-services .container {
  z-index: 2;
  position: relative;
}
.const-services .box {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #424242;
}
.const-services .box:first-child {
  border: 0;
}
.const-services .box .over {
  z-index: 5;
  background: #2c2c2c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.const-services .box .frame {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: table;
  vertical-align: middle;
}
.const-services .box .block {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: table-cell;
  vertical-align: middle;
}
.const-services .box .text-box {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.const-services .box .icon {
  display: block;
  font-size: 40px;
  margin: 0 0 23px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.const-services .box .title {
  display: block;
  margin: 0 0 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 600 12px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.const-services .box:hover .over {
  background: rgba(0, 0, 0, 0.6);
}
.const-services .box:hover .text-box {
  max-height: 100px;
  padding: 10px 0 0;
}
.const-services .slick-arrow {
  border: 0;
  color: #fff;
  font-size: 25px;
  padding: 7px 0 0;
  position: relative;
  border-radius: 50%;
  background: #2c2c2c;
  text-indent: -9999px;
  margin: 0 50px 32px 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: top;
}
.const-services .slick-arrow:after {
  top: 7px;
  left: 15px;
  line-height: 1;
  text-indent: 0;
  content: "";
  overflow: hidden;
  position: absolute;
  font-family: "FontAwesome";
}
.const-services .slick-prev:after {
  content: "";
}
.const-services .slick-next {
  top: 0;
  left: 50%;
  margin: 0 0 0 4px;
  position: absolute;
}
.const-services .box-block {
  padding: 16px 23px 20px 18px;
  border: 0;
  border-top: 0;
}
.dark .const-services .box-block {
  border-color: #494949;
}
.const-services .box-block h3 {
  margin: 0 0 17px;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 21px;
  word-wrap: break-word;
}
.dark .const-services .box-block h3 {
  color: #fff;
}
.const-services.style2 {
  padding: 93px 0 100px;
}
.const-services.style2 .box .fa {
  font-size: 34px;
  margin: 0 0 23px;
}
.const-services.style2 .box:hover .over .fa {
  color: #fff;
  margin: 0 0 8px;
}
.const-services.style3 .slick-list {
  border: 0;
  color: #8f8f8f;
  text-align: left;
  word-wrap: break-word;
}
.w9 {
  overflow: hidden;
  position: relative;
  padding: 0 0 0 60px;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.work-section .beans-slider.coll-2.pull-left .slick-dots {
  bottom: 24px;
}
.work-section .beans-slider.coll-2.pull-left .slick-dots li {
  padding: 0 4px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.work-section
  .beans-slider.coll-2.pull-left
  .slick-dots
  li.slick-active
  button {
  background: #fff;
}
.work-section .beans-slider.coll-2.pull-left .slick-dots li button {
  margin: 0;
  border: 0;
  padding: 0;
  display: block;
  background: none;
  border-radius: 50%;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
}
.work-section .beans-slider.coll-2.pull-left .slick-dots li button:hover {
  background: #fff;
  text-decoration: none;
}
.about-aricle {
  line-height: 24px;
  text-align: center;
}
.about-aricle p {
  margin: 0 0 10px;
}
.about-aricle .img-box {
  color: #fff;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 28px;
  width: 110px;
  height: 110px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-aricle .img-box .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  line-height: 110px;
}
.about-aricle h3 {
  color: #2a2a2a;
  margin: 0 0 8px;
  letter-spacing: 2px;
  font: 600 14px/24px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
}
.dark .about-aricle h3 {
  color: #fff;
}
.dark .about-aricle:hover .img-box {
  background: #191919;
}
.map {
  height: 500px;
}
.blog-footer {
  margin: 10px 0 100px;
}
.widget {
  margin: 0 0 58px;
  padding: 0 0 62px;
  position: relative;
  border-bottom: 2px solid #f3f3f3;
}
.dark .widget {
  border-color: #494949;
}
.widget:before {
  left: 0;
  bottom: -2px;
  background: #2a2a2a;
  width: 50px;
  height: 2px;
}
.dark .widget:before {
  background: #191919;
}
.widget h2 {
  color: #2a2a2a;
  margin: 0 0 26px;
  letter-spacing: 2px;
  font: 600 16px/25px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dark .widget h2 {
  color: #fff;
}
.widget .tabset {
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
}
.widget .tabset li {
  padding: 0;
}
.widget .tabset li.active a {
  color: #fff;
}
.widget .tabset a {
  color: #262626;
  display: block;
  font-size: 13px;
  line-height: 20px;
  background: #f6f6f6;
  text-transform: uppercase;
  padding: 11px 18px 9px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark .widget .tabset a {
  color: #fff;
  background: #191919;
}
.widget .tabset a:hover {
  color: #fff;
  text-decoration: none;
}
.widget .tab-content {
  padding-top: 20px;
  padding-bottom: 32px;
  background: #f6f6f6;
}
.dark .widget .tab-content {
  background: #191919;
}
.widget .tab-content .box {
  overflow: hidden;
  text-transform: uppercase;
  padding: 20px 10px 15px 19px;
}
.widget .tab-content .box .img-box {
  float: left;
  margin: 0 13px 0 0;
}
.widget .tab-content .box .img-box img {
  display: block;
}
.widget .tab-content .box .holder {
  overflow: hidden;
}
.widget .tab-content .box time {
  color: #8f8f8f;
  display: block;
  margin: 0 0 2px;
  font-size: 12px;
}
.widget .tab-content .box h3 {
  margin: 0;
  color: #2a2a2a;
  font: 13px/19px "Lato", Georgia, "Times New Roman", Times, serif;
}
.dark .widget .tab-content .box h3 {
  color: #fff;
}
.widget:last-child {
  border: 0;
}
.widget:last-child:before {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .coll-5 {
    width: 25%;
  }
}
@media only screen and (max-width: 1219px) {
  .banner {
    font-size: 30px;
    line-height: 50px;
  }
  .portfolio-block .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .portfolio-block.style5 .over-frame {
    transform: translateY(190px);
    -ms-transform: translateY(190px);
    -webkit-transform: translateY(190px);
  }
  .coll-5 {
    width: 33.333%;
  }
  .coll-6 {
    width: 25%;
  }
  .counter-section.small .txt {
    margin: 0 0 20px;
  }
  .tab-pane {
    padding: 20px 3%;
  }
  .tab-pane .alignleft {
    margin: 7px 14px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .coll-3 {
    width: 50%;
  }
  .coll-4 {
    width: 50%;
  }
  .coll-5 {
    width: 50%;
  }
  .coll-6 {
    width: 33.33%;
  }
  .price-section .box {
    margin: 0 0 20px;
  }
  .blog-section .beans-slider {
    padding: 0 0 50px;
  }
  .blog-m-post .blog-txt {
    padding: 0 0 0 58px;
  }
  .blog-m-post img {
    margin: 0 0 8px;
  }
  .blog-m-post h3 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .blog-m-post .meta {
    font-size: 10px;
    line-height: 18px;
  }
  .blog-m-post .meta li {
    padding: 0 6px 0 0;
  }
  .blog-m-post .box-holder {
    left: 3px;
  }
  .blog-m-post time {
    font-size: 10px;
    padding: 4px 0 0;
    line-height: 18px;
    width: 40px;
    height: 40px;
  }
  .blog-m-post time .add {
    font-size: 16px;
  }
  .blog-m-post .icon {
    font-size: 22px;
    padding: 4px 0 0 2px;
    width: 50px;
    height: 50px;
  }
  .blog-m-post .blog-text {
    width: 100%;
    display: block;
  }
  .blog-m-post .blog-box .icon {
    width: 40px;
    height: 40px;
  }
  .blog-m-post .blog-box time {
    height: 40px;
  }
  .blog-m-post.accordion .box-holder {
    top: -50px;
  }
  .blog-m-post.accordion .blog-txt {
    padding: 10px 20px 20px 80px;
  }
  .blog-m-post.accordion.active .blog-txt {
    padding: 10px 10px 20px 80px;
  }
  .team-lightbox {
    width: 700px;
  }
  .about-section .know-more {
    margin: 0 0 20px;
  }
  .nav-tabs > li > a {
    padding: 11px 15px 12px;
  }
  .nav-tabs > li > a:hover {
    padding: 18px 20px 16px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    padding: 18px 20px 16px;
  }
  .tab-pane .alignleft {
    float: none;
    margin: 0 0 20px;
  }
  .tab-pane .alignleft img {
    width: 100%;
  }
  .personal-exper .p-holder:after {
    left: 359px;
  }
  .personal-exper .p-holder .box {
    width: 306px;
  }
  .personal-exper.style3.sidebar .p-holder:after {
    display: none;
  }
  .personal-exper.style3.sidebar .p-holder .box {
    width: 377px;
  }
  .personal-exper.style3.sidebar .p-holder time {
    display: none;
  }
  .w7 {
    padding: 0;
    -webkit-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
  }
  .menus-holder {
    width: 100%;
  }
  .menu-article {
    margin: 0;
    width: 100%;
  }
  .map {
    height: 400px;
  }
  .widget .tab-content .box .img-box {
    float: none;
    margin: 0 0 10px;
  }
  .widget .tab-content .box .img-box img {
    width: 100%;
  }
  .blog4-home .blog-footer {
    padding: 28px 0 59px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .banner {
    font-size: 20px;
    line-height: 25px;
  }
  .work-section.space {
    padding-left: 0;
  }
  .work-section.space #work-filter {
    padding-right: 0;
  }
  .portfolio-block .box {
    margin: 0 0 30px;
  }
  .portfolio-block .box-holder.half {
    padding-top: 100%;
  }
  .coll-6 {
    width: 50%;
  }
  .isotop-controls {
    margin: 0 0 20px;
  }
  .isotop-controls li {
    margin: 0 0 5px;
  }
  .isotop-controls2 {
    margin: 0 0 20px;
  }
  .isotop-controls3 {
    margin: 0 0 20px;
  }
  .blog-m-post {
    margin-bottom: 20px;
  }
  .blog-m-post .blog-text {
    padding: 0 0 0 10px;
  }
  .blog-m-post.accordion .box-holder {
    display: none;
  }
  .blog-m-post.accordion .blog-txt {
    padding: 10px 10px 20px;
  }
  .blog-m-post.accordion.active .blog-txt {
    padding: 10px 10px 20px;
  }
  .team-lightbox {
    width: 100%;
    padding: 15px;
  }
  .team-lightbox .img-box {
    float: none;
    margin: 0 0 20px;
  }
  .croporate-slider .caption {
    font-size: 14px;
    line-height: 16px;
  }
  .croporate-slider .caption .holder {
    padding: 60px 0 0;
  }
  .croporate-slider p {
    margin: 0 0 20px;
  }
  .croporate-slider .heading {
    font-size: 25px;
    line-height: 30px;
  }
  .croporate-slider .heading-slim {
    font-size: 25px;
    line-height: 30px;
  }
  .croporate-slider .slick-arrow {
    margin: -20px 0 0;
    right: 15px;
  }
  .croporate-slider:hover .slick-next {
    right: 15px;
  }
  .croporate-slider:hover .slick-prev {
    right: auto;
    left: 15px;
  }
  .nav-tabs > li > a {
    padding: 11px 12px 12px;
  }
  .nav-tabs > li > a:hover {
    padding: 18px 8px 16px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    padding: 18px 12px 16px;
  }
  .personal-exper .p-holder {
    padding: 0 0 40px;
  }
  .personal-exper .p-holder:after {
    display: none;
  }
  .personal-exper.style3.sidebar .p-holder .box {
    width: 100%;
  }
  .lancer-do .list-do li {
    width: 50%;
  }
  .our-menu-nav {
    padding: 0;
  }
  .our-menu-nav li {
    padding: 0 1px;
  }
  .menu-article {
    margin: 0 0 40px;
  }
  .menu-article .alignleft {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .const-services .box {
    border: 0;
    width: 100%;
  }
  .w9 {
    padding: 0;
  }
  .tab-content.onepage .txt-box {
    width: 100%;
    float: none;
  }
  .tab-content.onepage .alignright {
    margin: 0;
    float: none;
    width: 100%;
  }
  .tab-content.onepage .alignleft {
    margin: 0;
    float: none;
    width: 100%;
  }
  .map {
    height: 300px;
  }
  .map {
    height: 200px;
  }
  .blog-footer .btn-box {
    float: none;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
  }
  .blog-footer .b-pagination {
    float: none;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
  }
  .blog-footer .b-pagination li {
    float: none;
    vertical-align: top;
    display: inline-block;
  }
  .widget .tab-content .box .img-box {
    float: left;
    margin: 0 13px 0 0;
  }
  .widget .tab-content .box .img-box img {
    width: auto;
  }
}
.shop-table {
  color: #222;
  display: block;
  width: 100%;
  margin: 0 0 30px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  word-break: break-word;
}
.dark .shop-table {
  color: #fff;
  background: #191919;
  border-color: #494949;
}
.shop-table .gray {
  background: #f1f1f1;
}
.dark .shop-table .gray {
  background: #222;
}
.shop-table thead {
  display: block;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
.dark .shop-table thead {
  border-color: #494949;
}
.shop-table tbody {
  display: block;
  width: 100%;
  overflow: hidden;
}
.shop-table tbody tr {
  border-top: 1px solid #ddd;
}
.dark .shop-table tbody tr {
  border-color: #494949;
}
.shop-table tbody tr:first-child {
  border-top: 0;
}
.shop-table tbody .ico-1 {
  padding: 9px 1.6%;
}
.shop-table tbody .ico-5 {
  padding: 24px 1.6%;
}
.shop-table th {
  font-weight: 400;
}
.shop-table tr {
  display: block;
  width: 100%;
  overflow: hidden;
}
.shop-table th,
.shop-table td {
  width: 31.2%;
  float: left;
  padding: 32px 1.5% 28px;
}
.shop-table td {
  padding: 28px 1.5% 28px;
}
.shop-table .ico-7 {
  width: 5.1%;
  padding: 28px 1% 28px;
  text-align: center;
}
.shop-table .btn-close {
  color: #ddd;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.shop-table .btn-close:hover {
  text-decoration: none;
}
.shop-table .alignleft {
  margin: 0 18px 0 0;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}
.shop-table .product-name {
  margin: -3px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.page-heading {
  z-index: 0;
  font-size: 16px;
  overflow: hidden;
  max-width: 900px;
  line-height: 26px;
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .page-heading {
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 18px;
  }
}
.page-heading .fa-star {
  color: #222;
  margin: -20px 4px 0;
  vertical-align: middle;
}
.page-heading h1 {
  margin: 0;
  font: 50px/60px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-heading h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-heading h2 {
  margin: 0;
  font: 46px/60px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-heading h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.page-heading h3 {
  margin: 0;
  font: 35px/45px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-heading h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.page-heading h4 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font: 30px/40px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-heading h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page-heading h5 {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  font: 25px/30px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-heading h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
.page-heading h6 {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  font: 20px/25px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-heading h6 {
    font-size: 15px;
    line-height: 20px;
  }
}
.page-heading .title {
  color: #8f8f8f;
  opacity: 0.7;
  font-size: 16px;
  line-height: 25px;
}
.page-heading .small-heading {
  font-size: 26px;
  line-height: 30px;
}
.page-heading p {
  margin: 0 !important;
}
.page-heading .font-light {
  font-weight: 300;
}
.page-heading .font-bold {
  font-weight: 700;
}
.page-heading .font-medium {
  font-weight: 600;
}
.page-heading .heading {
  display: block;
  padding: 0 0 25px;
  position: relative;
}
.page-heading .heading:after {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -40px;
  width: 80px;
  height: 4px;
}
.page-heading .heading2 {
  display: block;
  padding: 0 0 20px;
  position: relative;
}
.page-heading .heading2:before,
.page-heading .heading2:after {
  left: 50%;
  bottom: 1px;
  margin: 0 0 0 -29px;
  width: 23px;
  height: 2px;
}
.page-heading .heading2:before {
  margin: 0 0 0 4px;
}
.page-heading .heading3 {
  display: block;
  padding: 0 0 20px;
  position: relative;
}
.page-heading .heading3:after {
  left: 50%;
  bottom: 1px;
  margin: 0 0 0 -40px;
  width: 80px;
  height: 2px;
}
.page-heading .heading3:before {
  left: 50%;
  bottom: -6px;
  margin: 0 0 0 -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: transparent transparent transparent transparent;
}
.page-heading .heading4 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  position: relative;
}
.page-heading .heading4:before {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  left: auto;
  right: -63px;
}
.page-heading .heading4:after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  left: -63px;
  right: auto;
}
.page-heading .heading4:after,
.page-heading .heading4:before {
  font-size: 15px;
  content: "";
  line-height: 20px;
  margin: -10px 0 0;
  font-family: "icomoon";
}
.page-heading .heading4:after {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.page-heading .heading5 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page-heading .heading5:after {
  top: 50%;
  z-index: -1;
  bottom: auto;
  left: 100%;
  right: auto;
  background: transparent;
}
.page-heading .heading5:before {
  top: 50%;
  z-index: -1;
  bottom: auto;
  left: auto;
  right: 100%;
  background: transparent;
}
.dark .page-heading .heading5 {
  color: #fff;
}
.page-heading .heading5:before,
.page-heading .heading5:after {
  margin: -3.5px 0 0 4px;
  width: 7px;
  height: 6px;
}
.page-heading .heading5:before {
  margin: -3.5px 4px 0 0;
}
.page-heading .heading6 {
  padding: 0 0 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.page-heading .heading6:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #fff;
}
.page-heading .heading7 {
  position: relative;
  display: inline-block;
  font-style: normal;
  padding-bottom: 20px;
  vertical-align: top;
}
.page-heading .heading7:before,
.page-heading .heading7:after {
  top: 50%;
  left: -45px;
  margin: -2px 0 0;
  width: 35px;
  height: 6px;
  border: solid transparent;
  border-width: 2px 0;
}
.page-heading .heading7:before {
  left: auto;
  right: -45px;
}
.page-heading .heading8 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page-heading .heading8:after {
  top: 50%;
  z-index: -1;
  bottom: auto;
  left: auto;
  right: 100%;
  background: transparent;
}
.page-heading .heading8:before {
  top: 50%;
  z-index: -1;
  bottom: auto;
  left: 100%;
  right: auto;
  background: transparent;
}
.page-heading .heading8:before,
.page-heading .heading8:after {
  width: 20px;
  height: 2px;
  margin: -1px 26px 0 0;
}
.page-heading .heading8:before {
  margin: -1px 0 0 26px;
}
.page-heading .heading9 {
  display: block;
  padding: 0 0 25px;
  position: relative;
}
.page-heading .heading9:after {
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
}
.page-heading .heading10 {
  display: block;
  padding: 0 0 25px;
  position: relative;
}
.page-heading .heading10:after {
  left: 0;
  bottom: 0;
  width: 35px;
  height: 6px;
  border: solid transparent;
  border-width: 2px 0;
}
.page-heading .heading11 {
  color: #222;
  font: 70px/90px "Great Vibes", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-heading .heading11 {
    font-size: 45px;
    line-height: 60px;
  }
}
.page-heading .white {
  color: #fff;
}
.dark .page-heading .lime {
  color: #fff;
}
.page-heading .icon {
  color: #fff;
  line-height: 2;
  display: block;
  font-size: 37px;
  padding: 3px 0 0;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-heading .icon .fa-fire {
  margin: 7px 0 0;
}
.page-heading.white {
  color: #fff;
}
.page-heading.left-align {
  text-align: left;
}
.page-heading.small .heading:after {
  margin: 0 0 0 -20px;
  width: 40px;
  height: 4px;
}
.page-heading.style2 .heading:after {
  margin: 0 0 0 -55px;
  width: 110px;
  height: 3px;
}
.page-heading.dark-style .heading:after {
  background: #222;
}
.dark .page-heading.dark-style .heading:after {
  background: #fff;
}
.page-heading.dark-style .heading8:before,
.page-heading.dark-style .heading8:after,
.page-heading.dark-style .heading2:before,
.page-heading.dark-style .heading2:after {
  background: #222;
}
.dark .page-heading.dark-style .heading8:before,
.dark .page-heading.dark-style .heading8:after,
.dark .page-heading.dark-style .heading2:before,
.dark .page-heading.dark-style .heading2:after {
  background: #fff;
}
.page-heading.dark-style .heading3:after {
  background: #222;
}
.dark .page-heading.dark-style .heading3:after {
  background: #fff;
}
.page-heading.dark-style .heading3:before {
  border-color: #222 transparent transparent;
}
.dark .page-heading.dark-style .heading3:before {
  border-color: #fff transparent transparent;
}
.page-heading.dark-style .heading4:before,
.page-heading.dark-style .heading4:after {
  color: #222;
}
.dark .page-heading.dark-style .heading4:before,
.dark .page-heading.dark-style .heading4:after {
  color: #fff;
}
.page-heading.dark-style .heading6:after {
  background: #222;
}
.dark .page-heading.dark-style .heading6:after {
  background: #fff;
}
.page-heading.dark-style .heading7:before,
.page-heading.dark-style .heading7:after {
  border-color: #222;
}
.dark .page-heading.dark-style .heading7:before,
.dark .page-heading.dark-style .heading7:after {
  border-color: #fff;
}
.page-heading.dark-style .dot {
  color: #222;
}
.dark .page-heading.dark-style .dot {
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .coll-2 {
    width: 100%;
  }
  .coll-3 {
    width: 100%;
  }
  .coll-4 {
    width: 100%;
  }
  .coll-5 {
    width: 100%;
  }
  .coll-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .lancer-do .list-do li {
    width: 100%;
  }
}
@charset "UTF-8";
.not-animated {
  opacity: 0 !important;
}
.animated {
  opacity: 1 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.skidder-viewport {
  position: relative;
  overflow: hidden;
  transition: opacity 0.4s ease-in-out;
  padding: 15px 0 15px 0;
}
.skidder-viewport .skidder-wrapper {
  width: 20000em;
  position: absolute;
  z-index: 1;
}
.skidder-viewport .skidder-wrapper .skidder-slide {
  float: left;
  position: relative;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.skidder-viewport.skidder-fade .skidder-wrapper {
  width: auto;
  margin: 0 auto;
}
.skidder-viewport.skidder-fade .skidder-wrapper .skidder-slide {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.skidder-viewport .skidder-wrapper .skidder-slide.active,
.skidder-viewport .skidder-wrapper .skidder-slide.disengage {
  opacity: 1;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.skidder-viewport .skidder-clickwrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.skidder-viewport .skidder-prevwrapper {
  left: 0;
}
.skidder-viewport .skidder-nextwrapper {
  right: 0;
}
.skidder-viewport .skidder-clickwrapper .skidder-clickelement {
  position: relative;
  height: 100%;
  width: 86px;
  z-index: 5;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.skidder-viewport .skidder-clickwrapper:hover .skidder-clickelement {
  opacity: 1;
}
.skidder-viewport .skidder-clickwrapper .skidder-prev {
  float: left;
  margin-left: 10px;
  background-image: url("../images/slide_left.png");
}
.skidder-viewport .skidder-clickwrapper .skidder-next {
  float: right;
  margin-right: 10px;
  background-image: url("../images/slide_right.png");
}
.skidder-viewport .skidder-clickwrapper .skidder-next.jumpback {
  background-image: url("../images/slide_left.png");
}
.skidder-viewport .skidder-touchwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.skidder-viewport .skidder-pager {
  display: table;
  position: relative;
  top: 92%;
  margin: 0 auto;
  z-index: 4;
  padding: 0 0 15px 0;
}
.skidder-viewport .skidder-pager .skidder-pager-dot {
  display: table-cell;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  height: 12px;
  width: 12px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 6px;
  border: 2px solid #fff;
  text-decoration: none;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1),
    0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
}
.skidder-viewport .skidder-pager .skidder-pager-dot:last-child {
  margin-right: 0;
}
.skidder-viewport .skidder-pager .skidder-pager-dot:hover,
.skidder-viewport .skidder-pager .skidder-pager-dot.active {
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.skidder-viewport:hover .skidder-pager .skidder-pager-dot {
  opacity: 1;
}
#main .hzbackoffice-globalrow:not(.notrelative) {
  position: relative;
}
#main .video-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
#main .video-container .video-background-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
#main .video-container .layer-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#main .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .iframe-bg-video {
  border: 0;
  width: 100%;
  height: 100%;
}
#main .load-more {
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#main .load-more:hover {
  opacity: 0.7;
}
.modal .modal-dialog {
  z-index: 9999;
}
.fancybox-inner {
  height: auto !important;
  margin-bottom: 50px;
}
.colorpicker:after,
.colorpicker:before {
  display: none !important;
}
.tooltip-inner {
  min-width: 140px;
}
.aligned-column {
  float: none;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: -5px;
}
.notinclude-pack {
  color: rgba(255, 255, 255, 0.9);
  font-size: 55px;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 0;
}
@media (min-width: 220px) and (max-width: 900px) {
  #header .holder .icon-list {
    display: none;
  }
  .fancybox-mobile {
    width: 96% !important;
    left: 2% !important;
  }
  .fancybox-mobile .fancybox-inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  .team-block .img-box img {
    max-width: 100% !important;
    height: auto !important;
  }
}
#targetContainer .premium_module.p_right_slide {
  right: 40px !important;
}
#targetContainer .premium_module {
  transform: scale(1.6) !important;
}
#targetContainer .premium_module.p_bg_yellow .p_text-contet {
  line-height: 15px !important;
  margin-top: 30px !important;
  font-weight: bold !important;
}
.hzbackoffice-globalrow:hover .premium_module.p_right_slide {
  right: 0;
}
.premium_module {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  height: 54px;
  width: 220px;
  justify-content: center;
  text-decoration: none;
  z-index: 6;
  color: #000;
  letter-spacing: 0;
  font-size: 14px;
  border-radius: 25px 0 0 25px;
  cursor: default;
}
.premium_module::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 2px;
}
.premium_module.p_caution::before {
  background: url("../images/modul_caution.gif") no-repeat;
}
.premium_module.p_check::before {
  background: url("../images/modul_check.gif") no-repeat;
}
.premium_module.p_info::before {
  background: url("../images/modul_information.gif") no-repeat;
}
.premium_module .pack-overlay {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 5px;
  margin-left: 5px;
  border: 2px solid #333;
}
.p_right_slide {
  position: absolute;
  right: -160px;
  top: 70px;
}
.p_bg_yellow {
  background-color: #ffdc64;
  font-size: 13px;
}
.p_bg_yellow .p_text-contet {
}
.p_bg_green {
  background-color: #a3d667;
}
.p_bg_blue {
  background-color: #45cdff;
}
.p_text-contet {
  margin: 0 0 0 40px;
  text-align: left;
  line-height: 16px;
}
.p_text-coxntet b,
.p_text-xcontet p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: #337ab7;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: #000;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
  color: #337ab7;
  text-shadow: 0 -1px 0 #337ab7;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
