@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: 'Bitstream Iowan Old Style BT';
  font-style: normal;
  font-weight: normal;
  src: local('Bitstream Iowan Old Style BT'), url('../fonts/bitstream-iowan-old-style-bt-586c36a8d7712.woff') format('woff');
  }
  




:root {
  --color-orange: #3d5e28;
  --color-blue: #517e35;
  --font-iowan: 'Bitstream Iowan Old Style BT', 
  sans-serif;
  --font-inter: "Inter", sans-serif;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
.menu_feed textarea,
.menu_feed select,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type=button],
html .menu_feed textarea[type=button],
.menu_feed html textarea[type=button],
html .menu_feed select[type=button],
.menu_feed html select[type=button],
input[type=reset],
.menu_feed textarea[type=reset],
.menu_feed select[type=reset],
input[type=submit],
.menu_feed textarea[type=submit],
.menu_feed select[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled],
html .menu_feed textarea[disabled],
.menu_feed html textarea[disabled],
html .menu_feed select[disabled],
.menu_feed html select[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner,
.menu_feed textarea::-moz-focus-inner,
.menu_feed select::-moz-focus-inner {
  padding: 0;
  border: 0; }

input, .menu_feed textarea, .menu_feed select {
  line-height: normal; }

input[type=checkbox], .menu_feed textarea[type=checkbox], .menu_feed select[type=checkbox],
input[type=radio],
.menu_feed textarea[type=radio],
.menu_feed select[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, .menu_feed textarea[type=number]::-webkit-inner-spin-button, .menu_feed select[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
.menu_feed textarea[type=number]::-webkit-outer-spin-button,
.menu_feed select[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search], .menu_feed textarea[type=search], .menu_feed select[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, .menu_feed textarea[type=search]::-webkit-search-cancel-button, .menu_feed select[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
.menu_feed textarea[type=search]::-webkit-search-decoration,
.menu_feed select[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

h1.hote_fac_heading{
margin-bottom: 0;
}
.amenity.display_flx{
  display: flex;
  gap: 18px;
  margin-bottom: 15px;
  align-items: center;
}
.amenity.display_flx .icons_rom{
  width:45px;
}
.amenity.display_flx .icon_details{
  flex: 1 0 230px;
}
.room-info.box-radius h2.room-title{
    font-size: 1.6em;
    padding-bottom: 7px;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-eur:before,
.glyphicon-euro: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; }

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button,
input,
.menu_feed textarea,
.menu_feed select,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #000000;
  text-decoration: none; }

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%; }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%; }

.h1,
h1 {
  font-size: 36px; }

.h2,
h2 {
  font-size: 30px; }

.h3,
h3 {
  font-size: 24px; }

.h4,
h4 {
  font-size: 18px; }

.h5,
h5 {
  font-size: 14px; }

.h6,
h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }


@media (min-width: 768px) {
  .inner_page_margin{
    margin-top: 6rem;
    }
  .lead {
    font-size: 21px; } 
    .testimnls .testimonial_swipper .row{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
        }}
.small,
small {
  font-size: 85%; }

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus,
a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus,
a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus,
a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus,
a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd,
dt {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— "; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ""; }

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

  @media (max-width: 1450px) {
    .welcome-section.style-two .tb {
      width: 100%;
    }
}

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }
    .single-room .room-info .room-services > li {
      height: 110px;
      }
  }
@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .container_unmatched{
    max-width: calc(100% - 130px);
    margin-inline: auto;
  }
  
  }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  /* new css added bajra*/
  /* book now  */

  .form-content #checkin,
  .form-content #checkout{
    font-size:20px;
    color: #000;
    margin-left: 25px;
  }
  .book_now_contact{
    position: absolute;
    bottom: -115px;
    z-index: 1;
    width: 100%;
  }
  .book_now_contact p{
    text-align: center;
  }
  .book_now_contact p span a{
    font-weight: 700;
    color: #3d5e28;
    font-size: 16px;
  }
  .testim_slider .items .row{
    display: flex;
 justify-content: center
}
  /* book now  end */
  .btn-default.abt_btn_mrgn{
margin-top: 0.5rem !important;
  }
  .about_page_size{
    font-size:16px;
    line-height: 32px;
  }
  /* about us */
  .best-place-section .tital .section-align-title-area {
    padding-top: 3rem;
}
  /* about us end */
  /* excptional solution */
  .unmatched_quality{
    padding: 80px 0px;
    background-color: #b0e1913b;
  }
  .unmatched_quality h2{
    font-family: var(--font-iowan);
    color:#000000;
    font-size: 26px;
  }
  .unmatched_quality p{
    font-family: var(--font-inter);
    color: #000000;
  }
  /* excptional solution end */
  /* testimonial slider */
  .testimnls h2{
    color: var(--color-orange);
    position: relative;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 2.8rem;
  }

  .testimnls h2::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: rgb(207 207 207);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonials_wrper{
    min-height: 38rem;
    display: grid;
    place-items: center;
    position: relative;
    border-top: 1px solid black;
  }
  .testimonials_wrper::before {
    position: absolute;
    content: '';
    /*background: url(../../web/images/bar.png) no-repeat center;*/
    width: 100%;
    height: 46px;
    /* opacity: 0.2; */
    background-size: 564px;
    top: -25px;
    z-index: 1;
}
  .testimonials_wrper::after{
    position:absolute;
    content: '';
    background: url('../../web/img/testimonial.jpg');
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
  }
  .testim_context h3 {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 32px;
    color: #3D4348;
}
.testim_context p{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 27px;
  margin-bottom: 3rem;
  }
  .testim_context small{
    font-size: 16px;
  }
  /* testimonial slider end */
  .swiper.my__Swiper .text_title h5{
    font-family: var(--font-iowan);
    color: #000;

  }
  .swiper.my__Swiper .text_title p{
    font-family: var(--font-inter);
    color: #000000;
    ;
  }
.hotel-room-section .d--flex{
  display: flex;
    justify-content: center;
}
#guest__rooms{
text-align:center; 
font-size:18px;
margin-bottom:2rem;
}

  /* new css added */

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } 
    .single-room .room-info ul.room-services > li {
      width: 100%;
    }
div.single-room.list .room-info {
      margin-top: 0;
  }
  h1.hote_fac_heading, h1.room__banner_heading,  h1.hote_room_heading, h1.inner_page_heading, h1.news_event_heading, h1.rest_heading{
    font-size: 2.1em !important;
  }
  #colophon div.site-footer {
    padding: 40px 0;
}
  }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 2px;
  font-weight: 700; }

input[type=search], .menu_feed textarea[type=search], .menu_feed select[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], .menu_feed textarea[type=checkbox], .menu_feed select[type=checkbox],
input[type=radio],
.menu_feed textarea[type=radio],
.menu_feed select[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file], .menu_feed textarea[type=file], .menu_feed select[type=file] {
  display: block; }

input[type=range], .menu_feed textarea[type=range], .menu_feed select[type=range] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type=file]:focus, .menu_feed textarea[type=file]:focus, .menu_feed select[type=file]:focus,
input[type=checkbox]:focus,
.menu_feed textarea[type=checkbox]:focus,
.menu_feed select[type=checkbox]:focus,
input[type=radio]:focus,
.menu_feed textarea[type=radio]:focus,
.menu_feed select[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.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], .menu_feed textarea[type=search], .menu_feed select[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, .menu_feed textarea[type=date].form-control, .menu_feed select[type=date].form-control,
  input[type=time].form-control,
  .menu_feed textarea[type=time].form-control,
  .menu_feed select[type=time].form-control,
  input[type=datetime-local].form-control,
  .menu_feed textarea[type=datetime-local].form-control,
  .menu_feed select[type=datetime-local].form-control,
  input[type=month].form-control,
  .menu_feed textarea[type=month].form-control,
  .menu_feed select[type=month].form-control {
    line-height: 34px; }

  .input-group-sm input[type=date], .input-group-sm .menu_feed textarea[type=date], .menu_feed .input-group-sm textarea[type=date], .input-group-sm .menu_feed select[type=date], .menu_feed .input-group-sm select[type=date],
  .input-group-sm input[type=time],
  .input-group-sm .menu_feed textarea[type=time],
  .menu_feed .input-group-sm textarea[type=time],
  .input-group-sm .menu_feed select[type=time],
  .menu_feed .input-group-sm select[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm .menu_feed textarea[type=datetime-local],
  .menu_feed .input-group-sm textarea[type=datetime-local],
  .input-group-sm .menu_feed select[type=datetime-local],
  .menu_feed .input-group-sm select[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm .menu_feed textarea[type=month],
  .menu_feed .input-group-sm textarea[type=month],
  .input-group-sm .menu_feed select[type=month],
  .menu_feed .input-group-sm select[type=month],
  input[type=date].input-sm,
  .menu_feed textarea[type=date].input-sm,
  .menu_feed select[type=date].input-sm,
  input[type=time].input-sm,
  .menu_feed textarea[type=time].input-sm,
  .menu_feed select[type=time].input-sm,
  input[type=datetime-local].input-sm,
  .menu_feed textarea[type=datetime-local].input-sm,
  .menu_feed select[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .menu_feed textarea[type=month].input-sm,
  .menu_feed select[type=month].input-sm {
    line-height: 30px; }

  .input-group-lg input[type=date], .input-group-lg .menu_feed textarea[type=date], .menu_feed .input-group-lg textarea[type=date], .input-group-lg .menu_feed select[type=date], .menu_feed .input-group-lg select[type=date],
  .input-group-lg input[type=time],
  .input-group-lg .menu_feed textarea[type=time],
  .menu_feed .input-group-lg textarea[type=time],
  .input-group-lg .menu_feed select[type=time],
  .menu_feed .input-group-lg select[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg .menu_feed textarea[type=datetime-local],
  .menu_feed .input-group-lg textarea[type=datetime-local],
  .input-group-lg .menu_feed select[type=datetime-local],
  .menu_feed .input-group-lg select[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg .menu_feed textarea[type=month],
  .menu_feed .input-group-lg textarea[type=month],
  .input-group-lg .menu_feed select[type=month],
  .menu_feed .input-group-lg select[type=month],
  input[type=date].input-lg,
  .menu_feed textarea[type=date].input-lg,
  .menu_feed select[type=date].input-lg,
  input[type=time].input-lg,
  .menu_feed textarea[type=time].input-lg,
  .menu_feed select[type=time].input-lg,
  input[type=datetime-local].input-lg,
  .menu_feed textarea[type=datetime-local].input-lg,
  .menu_feed select[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .menu_feed textarea[type=month].input-lg,
  .menu_feed select[type=month].input-lg {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox .menu_feed textarea[type=checkbox], .menu_feed .checkbox textarea[type=checkbox], .checkbox .menu_feed select[type=checkbox], .menu_feed .checkbox select[type=checkbox],
.checkbox-inline input[type=checkbox],
.checkbox-inline .menu_feed textarea[type=checkbox],
.menu_feed .checkbox-inline textarea[type=checkbox],
.checkbox-inline .menu_feed select[type=checkbox],
.menu_feed .checkbox-inline select[type=checkbox],
.radio input[type=radio],
.radio .menu_feed textarea[type=radio],
.menu_feed .radio textarea[type=radio],
.radio .menu_feed select[type=radio],
.menu_feed .radio select[type=radio],
.radio-inline input[type=radio],
.radio-inline .menu_feed textarea[type=radio],
.menu_feed .radio-inline textarea[type=radio],
.radio-inline .menu_feed select[type=radio],
.menu_feed .radio-inline select[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px; }

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] .menu_feed textarea[type=checkbox], .menu_feed fieldset[disabled] textarea[type=checkbox], fieldset[disabled] .menu_feed select[type=checkbox], .menu_feed fieldset[disabled] select[type=checkbox],
fieldset[disabled] input[type=radio],
fieldset[disabled] .menu_feed textarea[type=radio],
.menu_feed fieldset[disabled] textarea[type=radio],
fieldset[disabled] .menu_feed select[type=radio],
.menu_feed fieldset[disabled] select[type=radio],
input[type=checkbox].disabled,
.menu_feed textarea[type=checkbox].disabled,
.menu_feed select[type=checkbox].disabled,
input[type=checkbox][disabled],
.menu_feed textarea[type=checkbox][disabled],
.menu_feed select[type=checkbox][disabled],
input[type=radio].disabled,
.menu_feed textarea[type=radio].disabled,
.menu_feed select[type=radio].disabled,
input[type=radio][disabled],
.menu_feed textarea[type=radio][disabled],
.menu_feed select[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm,
textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg,
textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0; }

  .form-inline .checkbox input[type=checkbox], .form-inline .checkbox .menu_feed textarea[type=checkbox], .menu_feed .form-inline .checkbox textarea[type=checkbox], .form-inline .checkbox .menu_feed select[type=checkbox], .menu_feed .form-inline .checkbox select[type=checkbox],
  .form-inline .radio input[type=radio],
  .form-inline .radio .menu_feed textarea[type=radio],
  .menu_feed .form-inline .radio textarea[type=radio],
  .form-inline .radio .menu_feed select[type=radio],
  .menu_feed .form-inline .radio select[type=radio] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f3be65;
  border-color: #f3be65; }

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent; }

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, .menu_feed textarea[type=button].btn-block, .menu_feed select[type=button].btn-block,
input[type=reset].btn-block,
.menu_feed textarea[type=reset].btn-block,
.menu_feed select[type=reset].btn-block,
input[type=submit].btn-block,
.menu_feed textarea[type=submit].btn-block,
.menu_feed select[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown,
.dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.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 {
    right: auto;
    left: 0; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn .menu_feed textarea[type=checkbox], .menu_feed [data-toggle=buttons] > .btn textarea[type=checkbox], [data-toggle=buttons] > .btn .menu_feed select[type=checkbox], .menu_feed [data-toggle=buttons] > .btn select[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn .menu_feed textarea[type=radio],
.menu_feed [data-toggle=buttons] > .btn textarea[type=radio],
[data-toggle=buttons] > .btn .menu_feed select[type=radio],
.menu_feed [data-toggle=buttons] > .btn select[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn .menu_feed textarea[type=checkbox],
.menu_feed [data-toggle=buttons] > .btn-group > .btn textarea[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn .menu_feed select[type=checkbox],
.menu_feed [data-toggle=buttons] > .btn-group > .btn select[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn .menu_feed textarea[type=radio],
.menu_feed [data-toggle=buttons] > .btn-group > .btn textarea[type=radio],
[data-toggle=buttons] > .btn-group > .btn .menu_feed select[type=radio],
.menu_feed [data-toggle=buttons] > .btn-group > .btn select[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }
  .messenger {
    position: fixed;
    right: 20px;
    bottom: 96px;
    z-index: 1;
}
    .messenger img {
        width: 50px;
    }
    
    .messen {
        position: fixed;
        right: 20px;
        bottom: 85px;
        z-index: 1;
    }
    .messen img {
        width: 50px;
    }

.input-group-addon input[type=checkbox], .input-group-addon .menu_feed textarea[type=checkbox], .menu_feed .input-group-addon textarea[type=checkbox], .input-group-addon .menu_feed select[type=checkbox], .menu_feed .input-group-addon select[type=checkbox],
.input-group-addon input[type=radio],
.input-group-addon .menu_feed textarea[type=radio],
.menu_feed .input-group-addon textarea[type=radio],
.input-group-addon .menu_feed select[type=radio],
.menu_feed .input-group-addon select[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
 

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus,
.navbar-brand:hover {
  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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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) {
  h1.page-heading.inner_page_heading{
    margin-bottom: 0;
  }
  .hotel-room-section::after, .hotel-room-section::before {
    background-image: none !important;
    left:0;
    top:0;
    width: 0;
  }
  .pull-left.width__100{
    width:100%;
  }
  .mt_top5, .room_rating_list {
    margin-top: 25px !important;
}
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    background: #0000;
    color: #0000;
  }
  .room_rating_list h4{
    font-size: 1.6em;
  }
  .hotel-room-section-title.new_event_pad_0{
    margin-top: 0;
  }
  .testimnls {
    margin-bottom: 4rem;
    width: calc(100vw - 30px);
}
.site-footer .fmenu .col-sm-12{
  padding-left:0;
  }
  #btn-book{
    margin-top:2rem;
  }

}
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } 
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0; }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .checkbox .menu_feed textarea[type=checkbox], .menu_feed .navbar-form .checkbox textarea[type=checkbox], .navbar-form .checkbox .menu_feed select[type=checkbox], .menu_feed .navbar-form .checkbox select[type=checkbox],
  .navbar-form .radio input[type=radio],
  .navbar-form .radio .menu_feed textarea[type=radio],
  .menu_feed .navbar-form .radio textarea[type=radio],
  .navbar-form .radio .menu_feed select[type=radio],
  .menu_feed .navbar-form .radio select[type=radio] {
    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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ "; }

.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1,
.jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.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; } }
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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 .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease; }

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.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-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5; }

.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x; }

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important; }

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .single-room .room-info ul.room-services > li {
    width: calc(50% - 10px);
  }
  .single-room .room-info ul.room-services > li {
    margin-left: 0;
}
.single-room .room-info ul.room-services > li:nth-child(3n) {
  margin-left: 0;
}
.single-room .room-info ul.room-services > li:nth-child(3n+1) {
  margin-right: 0;
}
.single-room .room-info ul.room-services > li:nth-child(odd){
  margin-right: 10px;
}
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important; } 
  /* new css */
  h1.inner_page_heading{
    margin-bottom: 0;
  }
  
  /* new css end */
  
  }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  td.visible-md,
  th.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  td.visible-print,
  th.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont3e6e.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right {
  margin-left: 0.3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }

.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* *  Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*background: #fff;*/
  border-radius: 100%;
  width: 20px; }

.owl-carousel.owl-loaded {
  display: block; }

.room-single-thumb .room-thumb-list {
  margin-top: -90px; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* * 	Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* * 	Owl Carousel Owl Demo Theme *	v1.3.3 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.html) no-repeat center center; }

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: 0.1; }

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0; }

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0; }

.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px; }

/*==================== Magnific Popup CSS================== */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.ug-gallery-wrapper,
.ug-gallery-wrapper * {
  transition: all !important;
  -o-transition: all !important;
  -webkit-transition: all;
  -moz-transition: all !important;
  -ms-transition: all !important;
  max-width: none; }

.ug-gallery-wrapper {
  z-index: 0; }

.ug-item-wrapper img {
  width: auto;
  max-width: none;
  margin: 0px;
  padding: 0px; }

.ug-videoplayer-wrapper video {
  height: 100%;
  width: 100%;
  visibility: visible !important; }

.ug-rtl {
  direction: rtl; }

.ug-gallery-wrapper {
  overflow: hidden;
  position: relative;
  font-family: Arial, Helvetica, sans-serif; }

.ug-error-message {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #F30D0D; }

.ug-error-message-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid black; }

.ug-gallery-wrapper .ug-canvas-pie {
  position: absolute;
  z-index: 4; }

.ug-gallery-wrapper .ug-progress-bar {
  position: absolute;
  overflow: hidden;
  z-index: 4; }

.ug-gallery-wrapper .ug-progress-bar-inner {
  xposition: absolute; }

.ug-gallery-wrapper.ug-fullscreen {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important; }

.ug-gallery-wrapper.ug-fake-fullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0px !important;
  padding: 0px !important;
  top: 0px !important;
  left: 0px !important;
  bottom: 0px !important;
  right: 0px !important;
  z-index: 999999 !important; }

.ug-body-fullscreen {
  overflow: hidden !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important; }

.ug-gallery-wrapper .ug-preloader-trans {
  display: block;
  height: 35px;
  width: 32px;
  height: 32px;
  background-image: url("../images/icon/loader_skype_trans.gif");
  background-repeat: no-repeat; }

.ug-gallery-wrapper .ug-slider-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  background-color: #000000; }

.ug-slider-wrapper .ug-slide-wrapper {
  position: absolute; }

.ug-slide-wrapper.ug-slide-clickable {
  cursor: pointer; }

.ug-slider-wrapper .ug-slider-inner {
  position: absolute;
  z-index: 0; }

.ug-slider-wrapper .ug-item-wrapper {
  position: absolute;
  overflow: hidden; }

.ug-slider-wrapper,
.ug-item-wrapper img {
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  max-width: none !important;
  box-sizing: border-box; }

.ug-slider-wrapper .ug-slider-preloader {
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat; }

.ug-slider-preloader.ug-loader1 {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon/loader-white1.gif"); }

.ug-slider-preloader.ug-loader1.ug-loader-black {
  background-image: url("../images/icon/loader-black1.gif"); }

.ug-slider-preloader.ug-loader2 {
  width: 32px;
  height: 32px;
  background-image: url("../images/icon/loader-white2.gif"); }

.ug-slider-preloader.ug-loader2.ug-loader-black {
  background-image: url("../images/icon/loader-black2.gif"); }

.ug-slider-preloader.ug-loader3 {
  width: 38px;
  height: 38px;
  background-image: url("../images/icon/loader-white3.gif"); }

.ug-slider-preloader.ug-loader3.ug-loader-black {
  background-image: url("../images/icon/loader-black3.gif"); }

.ug-slider-preloader.ug-loader4 {
  width: 32px;
  height: 32px;
  background-image: url("../images/icon/loader-white4.gif");
  background-color: white; }

.ug-slider-preloader.ug-loader4.ug-loader-black {
  background-image: url("../images/icon/loader-black4.gif"); }

.ug-slider-preloader.ug-loader5 {
  width: 60px;
  height: 8px;
  background-image: url("../images/icon/loader-white5.gif");
  background-color: white;
  border: none;
  border-radius: 0px; }

.ug-slider-preloader.ug-loader5.ug-loader-black {
  background-image: url("../images/icon/loader-black5.gif");
  border: 2px solid #000000; }

.ug-slider-preloader.ug-loader6 {
  width: 32px;
  height: 32px;
  background-image: url("../images/icon/loader-white6.gif"); }

.ug-slider-preloader.ug-loader6.ug-loader-black {
  background-image: url("../images/icon/loader-black6.gif"); }

.ug-slider-preloader.ug-loader7 {
  width: 32px;
  height: 10px;
  background-image: url("../images/icon/loader-white7.gif");
  border-width: 3px;
  border-radius: 3px; }

.ug-slider-preloader.ug-loader7.ug-loader-black {
  background-image: url("../images/icon/loader-black7.gif"); }

.ug-slider-preloader.ug-loader-black {
  border-color: #000000;
  background-color: #000000; }

.ug-slider-preloader.ug-loader-nobg {
  background-color: transparent; }

.ug-slider-wrapper .ug-button-videoplay {
  position: absolute;
  z-index: 2;
  cursor: pointer; }

.ug-slider-wrapper .ug-button-videoplay.ug-type-square {
  width: 86px;
  height: 66px;
  background-image: url("../images/icon/play-button-square.png");
  background-position: 0px -66px; }

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover {
  background-position: 0px 0px; }

.ug-slider-wrapper .ug-button-videoplay.ug-type-round {
  width: 76px;
  height: 76px;
  background-image: url("../images/icon/play-button-round.png");
  opacity: 0.9;
  transition: all 0.3s ease 0s !important; }

.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover {
  opacity: 1;
  transition: all 0.3s ease 0s !important; }

.ug-gallery-wrapper .ug-videoplayer {
  position: absolute;
  z-index: 100;
  background-color: #000000;
  background-image: url("../images/icon/loader-black1.gif");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.ug-videoplayer .ug-videoplayer-wrapper {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("../images/icon/loader-black1.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.ug-videoplayer .ug-videoplayer-button-close {
  position: absolute;
  height: 64px;
  width: 64px;
  background-image: url("../images/icon/button-close.png");
  cursor: pointer;
  z-index: 1000; }

.ug-videoplayer .ug-videoplayer-button-close:hover {
  background-position: 0px -64px; }

.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid {
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  xbackground-color: green;
  z-index: 10; }

.ug-thumbs-strip.ug-dragging {
  xcursor: -webkit-grab;
  xcursor: -moz-grab; }

.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner {
  position: absolute; }

.ug-thumb-wrapper.ug-thumb-generated {
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center; }

.ug-thumb-wrapper .ug-thumb-border-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-style: solid; }

.ug-thumb-wrapper .ug-thumb-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3; }

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark {
  background-image: url("../images/icon/loader.gif"); }

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright {
  background-image: url("../images/icon/loader_bright.gif"); }

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
  background-image: url("../images/icon/not_loaded.png"); }

.ug-thumb-wrapper.ug-thumb-generated img {
  position: absolute;
  z-index: 1;
  max-width: none !important; }

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay {
  position: absolute;
  z-index: 2;
  max-width: none !important; }

/* bw desaturate effect lightweight */
img.ug-bw-effect {
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%); }

/* blur effect desaturate effect lightweight */
img.ug-blur-effect {
  filter: blur(0.8px);
  -webkit-filter: blur(0.8px);
  -moz-filter: blur(0.8px);
  -o-filter: blur(0.8px);
  -ms-filter: blur(0.8px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='0.8' /></filter></svg>#blur");
  /* Firefox 10+, Firefox on Android */ }

img.ug-sepia-effect {
  -webkit-filter: sepia(1);
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='sepia'><feColorMatrix values='0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0' /></filter></svg>#sepia");
  /* Firefox 10+, Firefox on Android */
  filter: sepia(100%);
  background-color: #5E2612;
  zoom: 1; }

.ug-gallery-wrapper .ug-bullets {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px; }

.ug-gallery-wrapper .ug-bullets .ug-bullet {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  z-index: 2; }

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child {
  margin-left: 0px; }

.ug-gallery-wrapper .ug-textpanel {
  position: absolute;
  overflow: hidden; }

.ug-slider-wrapper .ug-textpanel {
  z-index: 2; }

.ug-gallery-wrapper .ug-textpanel-bg,
.ug-gallery-wrapper .ug-textpanel-title,
.ug-gallery-wrapper .ug-textpanel-description {
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px; }

.ug-gallery-wrapper .ug-textpanel-bg {
  background-color: #000000;
  opacity: 0.4;
  z-index: 1; }

.ug-textpanel-textwrapper {
  overflow: hidden; }

.ug-gallery-wrapper .ug-textpanel-title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: left;
  z-index: 2; }

.ug-gallery-wrapper .ug-textpanel-description {
  font-size: 14px;
  color: white;
  text-align: left;
  z-index: 3; }

.ug-slider-wrapper .ug-zoompanel {
  position: absolute;
  top: 200px;
  left: 100px; }

.ug-zoompanel .ug-zoompanel-button {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block; }

.ug-gallery-wrapper .ug-arrow-left {
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer; }

.ug-gallery-wrapper .ug-arrow-right {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer; }

.ug-gallery-wrapper .ug-grid-panel {
  position: absolute;
  background-color: #000000;
  xbackground-color: blue;
  z-index: 2; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 11; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled {
  cursor: default; }

/* handle tip */
.ug-gallery-wrapper .ug-panel-handle-tip {
  position: absolute;
  z-index: 13;
  cursor: pointer; }

.ug-gallery-wrapper .ug-overlay-disabled {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  background-image: url("../images/icon/cover-grid.png"); }

.ug-gallery-wrapper .ug-strip-panel {
  position: absolute;
  background-color: #000000;
  z-index: 2; }

.ug-strip-panel .ug-strip-arrow {
  position: absolute;
  cursor: pointer; }

.ug-strip-panel .ug-strip-arrow.ug-button-disabled {
  cursor: default; }

.ug-strip-panel .ug-strip-arrow-tip {
  position: absolute; }

.ug-thumb-wrapper.ug-tile {
  display: block;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  padding: 0px;
  margin: 0px; }

.ug-tile .ug-tile-cloneswrapper {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 0; }

/* transit something */
/* transit fixed size items */
/* transit image overlay */
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile,
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled {
  transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important; }

.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
  cursor: pointer; }

.ug-thumb-wrapper.ug-tile .ug-image-container {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0px;
  left: 0px; }

.ug-thumb-wrapper.ug-tile img.ug-thumb-image {
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  max-width: none !important;
  max-height: none !important;
  display: block;
  border: none;
  padding: 0px !important;
  margin: 0px !important;
  width: auto;
  height: auto;
  position: absolute; }

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0px;
  left: 0px; }

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img {
  width: 100%;
  max-width: none !important; }

.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img {
  height: 100%;
  max-width: none !important; }

.ug-thumb-wrapper.ug-tile .ug-tile-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
  xbackground-color: green;
  z-index: 6;
  top: 1px;
  left: 1px;
  cursor: pointer; }

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link {
  background-image: url("../images/icon/icon-link32.png"); }

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom {
  background-image: url("../images/icon/icon-zoom32.png"); }

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play {
  background-image: url("../images/icon/icon-play32.png"); }

.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover {
  background-position: 0 -38px; }

.ug-thumbs-grid .ug-tile-image-overlay img {
  width: auto;
  height: auto;
  position: absolute;
  max-width: none !important; }

/* text panel on tiles*/
.ug-tile .ug-textpanel {
  z-index: 5;
  cursor: default; }

.ug-tile.ug-tile-clickable .ug-textpanel {
  cursor: pointer; }

.ug-tile .ug-textpanel-title {
  font-size: 14px;
  font-weight: bold; }

.ug-gallery-wrapper .ug-carousel-wrapper {
  position: absolute;
  overflow: hidden; }

.ug-gallery-wrapper .ug-carousel-inner {
  position: absolute; }

.ug-gallery-wrapper.ug-lightbox {
  display: none;
  position: fixed;
  border: none;
  padding: 0px;
  margin: 0px;
  outline: invert none medium;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  z-index: 999999; }

.ug-lightbox .ug-lightbox-top-panel {
  position: absolute;
  z-index: 2; }

.ug-lightbox .ug-lightbox-top-panel-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.4; }

.ug-lightbox .ug-lightbox-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 1; }

.ug-lightbox .ug-slider-wrapper {
  z-index: 1;
  xbackground-color: green;
  background-color: transparent !important; }

.ug-lightbox .ug-textpanel {
  z-index: 2; }

.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right {
  position: absolute;
  width: 50px;
  height: 55px;
  background-repeat: no-repeat;
  background-image: url("../images/icon/lightbox-arrow-left.png");
  background-position: 0px 0px;
  z-index: 3;
  cursor: pointer; }

.ug-lightbox .ug-lightbox-arrow-right {
  background-image: url("../images/icon/lightbox-arrow-right.png"); }

.ug-lightbox .ug-lightbox-button-close {
  position: absolute;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-image: url("../images/icon/lightbox-icon-close.png");
  background-position: 0px 0px;
  z-index: 4;
  cursor: pointer; }

.ug-lightbox-compact .ug-lightbox-button-close {
  width: 45px;
  height: 41px;
  background-image: url("../images/icon/lightbox-icon-close-compact2.png"); }

.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover,
.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover {
  background-position: 0px -55px; }

.ug-lightbox .ug-lightbox-button-close.ug-button-hover {
  background-position: 0px -35px; }

.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover {
  background-position: 0px -40px; }

.ug-lightbox .ug-lightbox-numbers {
  position: absolute;
  color: #e5e5e5;
  font-size: 12px;
  top: 14px;
  left: 8px;
  z-index: 3; }

.ug-lightbox-compact .ug-lightbox-numbers {
  font-size: 14px;
  padding-right: 5px;
  padding-top: 7px; }

.ug-lightbox .ug-textpanel-title,
.ug-lightbox .ug-textpanel-description {
  font-size: 14px;
  font-weight: normal;
  color: #e5e5e5; }

.ug-lightbox-compact .ug-textpanel-title,
.ug-lightbox-compact .ug-textpanel-description {
  color: #F3F3F3;
  font-size: 16px; }

.ug-tabs-wrapper {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center; }

.ug-tabs-wrapper a.ug-tab {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: 5px;
  background-color: #333333;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #969696; }

.ug-tabs-wrapper a.ug-tab:hover {
  background-color: #707070 !important; }

.ug-tabs-wrapper a.ug-tab.ug-tab-selected,
.ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover {
  background-color: #2077A2 !important;
  cursor: default !important; }

.ug-tabs-wrapper a.ug-tab:first-child {
  margin-left: 0px !important; }

/* --- arrows -- */
.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("../skins/default/slider_arrow_left.html");
  background-position: 0px 0px; }

.ug-arrow-right.ug-skin-default {
  background-image: url("../skins/default/slider_arrow_right.html"); }

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover {
  background-position: 0px -30px; }

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled {
  background-position: 0px -60px; }

/* --- bullets -- */
.ug-bullets.ug-skin-default .ug-bullet {
  width: 15px;
  height: 15px;
  background-image: url("../skins/default/slider_bullets.html");
  background-position: top left;
  margin-left: 5px; }

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
  background-position: bottom left; }

.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet {
  background-image: url("../skins/default/tile_bullets_gray.html"); }

.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet {
  background-image: url("../skins/default/tile_bullets_blue.html"); }

.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet {
  background-image: url("../skins/default/tile_bullets_brown.html"); }

.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet {
  background-image: url("../skins/default/tile_bullets_green.html"); }

.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet {
  background-image: url("../skins/default/tile_bullets_red.html"); }

.ug-button-tile-navigation {
  width: 36px;
  height: 36px;
  background-position: top left;
  cursor: pointer;
  float: left; }

.ug-button-tile-navigation.ug-button-tile-left {
  background-image: url("../skins/default/tile_button_left.html"); }

.ug-button-tile-navigation.ug-button-tile-right {
  background-image: url("../skins/default/tile_button_right.html"); }

.ug-button-tile-navigation:hover {
  background-position: bottom left; }

.ug-button-tile-navigation.ug-button-disabled {
  opacity: 0.6; }

.ug-button-tile-navigation.ug-button-disabled:hover {
  background-position: top left; }

.ug-button-tile-navigation.ug-button-tile-play {
  background-image: url("../skins/default/tile_button_play_pause.html");
  width: 35px; }

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon {
  background-position: bottom left; }

.ug-button-tile-navigation.ug-button-tile-play:hover {
  background-position: top left; }

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover {
  background-position: bottom left; }

/* --- play button -- */
.ug-button-play.ug-skin-default {
  position: absolute;
  background-image: url("../skins/default/button_playpause.html");
  width: 14px;
  height: 17px;
  cursor: pointer;
  background-position: 0px 0px; }

.ug-button-play.ug-skin-default.ug-button-hover {
  background-position: 0px -17px; }

.ug-button-play.ug-skin-default.ug-stop-mode {
  background-position: 0px -34px; }

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover {
  background-position: 0px -51px; }

/* --- fullscreen button -- */
.ug-button-fullscreen.ug-skin-default {
  position: absolute;
  background-image: url("../skins/default/button_fullscreen.html");
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-position: 0px 0px; }

.ug-button-fullscreen.ug-skin-default.ug-button-hover {
  background-position: 0px -16px; }

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode {
  background-position: 0px -32px; }

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover {
  background-position: 0px -48px; }

/* --- zoom panel --- */
.ug-zoompanel.ug-skin-default .ug-zoompanel-button {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 23px;
  width: 23px;
  margin-top: 5px;
  background-position: 0px 0px; }

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus {
  margin-top: 0px; }

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus {
  background-image: url("../skins/default/icon_zoom_plus.html"); }

.ug-zoompanel.ug-skin-default .ug-zoompanel-minus {
  background-image: url("../skins/default/icon_zoom_minus.html"); }

.ug-zoompanel.ug-skin-default .ug-zoompanel-return {
  background-image: url("../skins/default/icon_zoom_back.html"); }

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover {
  background-position: 0px -23px; }

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled {
  background-position: 0px -46px;
  cursor: default; }

/* --- Grid Panel Arrows -- */
/*--- down arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default {
  width: 30px;
  height: 15px;
  background-position: 0px 0px;
  background-image: url("../skins/default/arrow_grid_down.html"); }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover {
  background-position: 0px -15px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled {
  background-position: 0px -30px; }

/*--- up arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default {
  width: 30px;
  height: 15px;
  background-position: 0px 0px;
  background-image: url("../skins/default/arrow_grid_up.html"); }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover {
  background-position: 0px -15px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled {
  background-position: 0px -30px; }

/*--- left arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default {
  width: 40px;
  height: 40px;
  background-position: 0px -40px;
  background-image: url("../skins/default/grid_arrow_left.html"); }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover {
  background-position: 0px -0px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled {
  background-position: 0px -80px; }

/*--- right arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default {
  width: 40px;
  height: 40px;
  background-position: 0px -40px;
  background-image: url("../skins/default/grid_arrow_right.html"); }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover {
  background-position: 0px -0px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled {
  background-position: 0px -80px; }

/*--- left arrow - horizontal panel type ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("../skins/default/slider_arrow_left.html");
  background-position: 0px 0px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover {
  background-position: 0px -30px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled {
  background-position: 0px -60px; }

/*--- right arrow - horizontal panel type ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("../skins/default/slider_arrow_right.html");
  background-position: 0px 0px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover {
  background-position: 0px -30px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled {
  background-position: 0px -60px; }

/* --- Strip Panel Arrows -- */
/* left and right arrows */
.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
  width: 25px;
  height: 50px; }

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 4px;
  height: 7px; }

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("../skins/default/arrows_strip_left.html"); }

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("../skins/default/arrows_strip_right.html"); }

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
  background-position: 0px -7px; }

/* up and down arrows */
.ug-strip-panel .ug-strip-arrow-up.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default {
  height: 25px;
  width: 50px; }

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 7px;
  height: 4px; }

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("../skins/default/arrows_strip_up.html"); }

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("../skins/default/arrows_strip_down.html"); }

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
  background-position: -7px 0px; }

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip {
  background-position: 0px 0px;
  opacity: 0.5; }

/* --- Panel Handle Tip -- */
/* left and right handle */
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default {
  width: 22px;
  height: 36px;
  background-image: url("../skins/default/grid_handle_black_left.html");
  background-repeat: no-repeat;
  background-position: 0px -36px; }

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default {
  background-image: url("../skins/default/grid_handle_black_right.html");
  background-position: 0px -36px; }

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default {
  background-position: 0px -0px; }

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed {
  background-position: 0px -108px; }

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover {
  background-position: 0px -72px; }

/* top and bottom handle */
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default {
  width: 36px;
  height: 22px;
  background-image: url("../skins/default/grid_handle_black_top.html");
  background-repeat: no-repeat;
  background-position: -36px 0px; }

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default {
  background-image: url("../skins/default/grid_handle_black_bottom.html");
  background-position: -36px 0px; }

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover {
  background-position: 0px 0px; }

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed {
  background-position: -108px 0px; }

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover {
  background-position: -72px 0px; }

/*========Custom Scroll Bar=========*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.html);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.pignose-calendar {
  max-width: 360px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  margin: 0 auto;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25); }

.pignose-calendar .pignose-calendar-top {
  padding: 2.6em 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  position: relative;
  overflow: hidden; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.6em 0;
  text-align: center;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
  font-weight: 400;
  font-size: 13px;
  color: #999;
  margin: 0;
  padding: 0; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.4em; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  position: relative;
  z-index: 5;
  text-decoration: none; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  display: inline-block;
  color: #777;
  font-size: 15px;
  font-weight: 600;
  vertical-align: middle; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../image/icon_navs.html) no-repeat;
  text-indent: -1000px;
  vertical-align: middle;
  overflow: hidden; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  float: left;
  margin-left: 1.6em; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-value {
  margin-left: 0.2em; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev .pignose-calendar-top-icon {
  background-position: 0 0; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  float: right;
  margin-right: 1.6em; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-value {
  margin-right: 0.2em; }

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next .pignose-calendar-top-icon {
  background-position: -7px 0; }

.pignose-calendar .pignose-calendar-header {
  padding: 0 1.2em;
  margin-top: 1.2em;
  font-weight: 600;
  overflow: hidden; }

.pignose-calendar .pignose-calendar-body {
  padding: 1.2em; }

.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  float: left;
  width: 14.28%;
  height: 2.8em;
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
  color: #fa4832; }

.pignose-calendar .pignose-calendar-header .pignose-calendar-week:last-child {
  width: 14.32%; }

.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  overflow: hidden; }

.pignose-calendar-unit {
  float: left;
  display: block;
  height: 2.8em;
  width: 14.28%;
  text-align: center;
  line-height: 2.8em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.pignose-calendar-unit a {
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: #3abbb9;
  line-height: 2.4em;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  -moz-transition: background-color .3s ease, color .3s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease; }

.pignose-calendar-unit.pignose-calendar-unit-disabled a {
  opacity: .5;
  background-color: #efefef; }

.pignose-calendar-unit a:active {
  background-color: #d8d8d8; }

.pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #f1f1f1;
  border-radius: 0;
  width: 100%; }

.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #b2b9bb;
  background-color: #e1e1e1; }

.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a {
  border-top-left-radius: 1.2em;
  border-bottom-left-radius: 1.2em; }

.pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em; }

.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a,
.pignose-calendar.pignose-calendar-reverse .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-inactive a {
  color: #ccc; }

.pignose-calendar-unit.pignose-calendar-unit-active a {
  background-color: #2fabb7;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.pignose-calendar-unit.pignose-calendar-unit-sat a,
.pignose-calendar-unit.pignose-calendar-unit-sun a {
  color: #fa4832; }

.pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a,
.pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a {
  color: #fff; }

.pignose-calendar-unit:last-child {
  width: 14.32%; }

.pignose-calendar-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 360px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  z-index: 50001;
  overflow: hidden;
  box-shadow: 0 4px 16px black;
  -o-box-shadow: 0 4px 16px black;
  -moz-box-shadow: 0 4px 16px black;
  -webkit-box-shadow: 0 4px 16px black;
  transform: translate3d(0, 160px, 0);
  -o-transform: translate3d(0, 160px, 0);
  -moz-transform: translate3d(0, 160px, 0);
  -webkit-transform: translate3d(0, 160px, 0);
  opacity: 0;
  transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out;
  -o-transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out;
  -moz-transition: opacity .3s ease, transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition: opacity 0.3s ease, transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }

.pignose-calendar-wrapper .pignose-calendar {
  border: none; }

.pignose-calendar-wrapper.pignose-calendar-wrapper-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.pignose-calendar-wrapper-overlay {
  background-color: #000;
  opacity: 0;
  transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50000; }

.pignose-calendar-wrapper-overlay.pignose-calendar-wrapper-overlay-active {
  opacity: 0.7; }

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group {
  border-top: 1px solid #e2e2e2;
  overflow: hidden; }

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button {
  width: 50%;
  display: block;
  float: left;
  height: 3.2em;
  text-align: center;
  line-height: 3.2em;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #f1f1f1; }

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #fff;
  background-color: #2fabb7; }

.pignose-calendar-wrapper .pignose-calendar .pignose-calendar-button-group .pignose-calendar-button-apply:hover {
  background-color: #31b2c9; }

.pignose-calendar.pignose-calendar-dark {
  border-color: #373a3c;
  background-color: #4b4f51;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5); }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top {
  background-color: #3d4345;
  border-bottom-color: #3a3d3f;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175); }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-month {
  color: #fff; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-year {
  color: #bdc2c5; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-value {
  color: #a2a9ab; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  background-image: url(../image/icon_navs_dark.html); }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week {
  color: #bdc2c5; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
.pignose-calendar.pignose-calendar-dark .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun {
  color: #ff6060; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #51cfd2; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  color: #868e8f;
  background-color: #5d6365; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-active a {
  color: #fff;
  background-color: #36bec2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75); }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range a {
  background-color: #5a5d62; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-disabled a {
  color: #727a7c;
  background-color: #4f5558; }

.pignose-calendar.pignose-calendar-dark .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle a {
  color: #8b8f94; }

.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group {
  border-top: 1px solid #373a3c;
  overflow: hidden; }

.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button {
  color: #fff; }

.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button-apply {
  color: #fff;
  background-color: #36bec2; }

.pignose-calendar-wrapper .pignose-calendar.pignose-calendar-dark .pignose-calendar-button-group .pignose-calendar-button:hover {
  background-color: #5a5d62; }

.pogoSlider-dir-btn:focus,
.pogoSlider-nav-btn:focus {
  outline: 0; }

.pogoSlider {
  width: 100%;
  height: 0;
  padding-bottom: 44.5%;
  overflow: hidden; }

#column-left .pogoSlider,
#column-right .pogoSlider,
#content .pogoSlider {
  margin-bottom: 20px; }

.pogoSlider--banner .pogoSlider-slide {
  ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.pogoSlider-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  overflow: hidden; }

.pogoSlider-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaeaea;
  z-index: 11; }

.pogoSlider-loading-icon {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background-image: url(data:image/gif;base64,R0lGODlhJAAkAPIAAJmZmczMzObm5vLy8gAAAAAAAAAAAAAAACH5BA0KAAQAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAJAAkAAADfQi6DPQwyhmbpTgT27Sv3PKNoTh6pXKi6aqljovB8tzWE43vfH8GwKAw4HsMj0XCcZhcCptOIDQ6dVaXV2QxKk16vzWBeEwWPAbotHpUbp/VcHab/Ian5XNx3T7A5/d2fnOAcR95Y4RrhodmBHx3i4eJkB6MjY9ogm6OmCMJACH5BA0KAAQALAAAAAAkACQAAAN+GLocRCDK+aq1Lb/Jwf1P1mydBH4iQ5beiaXKWrovLHd0BccQ2+Y7R4+VC+1unCIhiKQUmcOZckqtWl2CrHYruIK4YO8HzBVfyFuzBa1VV9hZ9wPeldPlhLsdju/7vQOBgoMDeISHhoeDiYqBjI2PipGIco2Ck4SYi5WWhXIJACH5BA0KAAQALAAAAAAkACQAAAN7KLosRCHK+YC9GLT9pg9Vlm1N90mheJGMeYKEirGLe6YyrdgfruoOyAsmW+l4Hp8IiKTEipqj8KUcSYdE6GPL7Xq/4LB4/B2Yz+gBeZ1ur8nt9HscR8/F9fM9nDfvwX1qf16Bg4R9hl2FiYyNjo+QkZKTlJWWl5iZmpoJACH5BA0KAAQALAAAAAAkACQAAAN8OLo8RCLK+YK9OLT9phdVlm1N90mheJGMeYKEirGLe6YyrdgfruoOyAsmW+l4Hp8IiKTEipqj8KUcSYdE6GPL7Xq/4LB4TC5/Aei0GmAer99t8XsdD8/VdfA9nT/v2X1df4CBW4OFXIeID4qLjo+QkZKTlJWWl5iZmptxCQAh+QQNCgAEACwAAAAAJAAkAAADfUi6vPMwKkGrFS2ryMe8l5Z1EgGGIkNC30ml6uqZ7gtvcuve+KqfPIJsVrPdhj9QEEmrLXPNXXBKrVqvi4B2yw1gM93wtxHujhll7jmb1q4Vbfc77p3H3wQ6Xo/v+68AgYKDAHiEh4aHg4mKgYyNj4qRiG+NgpOEmIuVlgAJACH5BA0KAAQALAAAAAAkACQAAAN8SLrcziPKOZ69hGrMoZ5d+IEhN0qleVbptbLt88bWTDv27Z167/8cgXBIFAAJxeQxWVwyh86nESgVRp9XZlZJrR6/4AdgTC4rAui0OhAquwHn9br9JsflaXodTsCr9XV3foBvgniEboZyiGZ9fmiMdo6PkWOKcx17lpN+CQAh+QQNCgAEACwAAAAAJAAkAAADd0i63P4wykmrvTjrzbv/YCiOZGmSQ6quQ8i+7rvGckrXt5zDYK3uLODsRIQAjsgkQBFoOp8KgXRKFSivzKc2Wq1elVmtk9udfpNhcYBctp6PaTG7/IYT1GNC21yPb/V7bm9+UIB7dUt3eGuGbYiEeYGCZ5BNc10JACH5BA0KAAQALAAAAAAkACQAAAN3SLrc/jDKSau9OOvNu/9gKI5kaS5Aqq5AyL7uu8ZySte3nMNgre4s4OxELAaOyGRAIWg6n4qBdEodKK/MpzZarV6VWa2T251+k2GxgFy2no9pMbv8hhPUY0LbXI9v9Xtub35QgHt1S3d4a4ZtiIR5gYJnkE1zXQkAOw==); }

.pogoSlider-slide-element {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.m-pogoSlider .pogoSlider-slide-element {
  position: absolute;
  margin: 0;
  box-sizing: border-box; }

.pogoSlider-progressBar {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  background: #5f380f;
  z-index: 6; }

.pogoSlider-progressBar-duration {
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background: rgba(255, 255, 255, 0.4); }

.pogoSlider-dir-btn {
  position: absolute;
  z-index: 10;
  background: 0 0;
  width: 20px;
  height: 20px;
  border-color: #eaeaea;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer; }

.pogoSlider-dir-btn:hover {
  border-color: #fff; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev,
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--prev {
  border-width: 0 0 3px 3px; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next,
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
  border-width: 3px 3px 0 0; }

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--next {
  border-width: 3px 0 0 3px; }

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--prev {
  border-width: 0 3px 3px 0; }

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--next,
.pogoSlider--dirTopLeft .pogoSlider-dir-btn,
.pogoSlider--dirTopRight .pogoSlider-dir-btn {
  top: 14px; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev,
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
  left: 14px; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next,
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next {
  left: 50px; }

.pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--prev {
  right: 50px; }

.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
  right: 14px; }

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn,
.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--prev {
  bottom: 14px; }

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn {
  left: 50%;
  margin-left: -10px; }

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
  top: 50%; 
  margin-top: -10px; }

.pogoSlider-nav {
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 10; }

.pogoSlider--navBottom .pogoSlider-nav,
.pogoSlider--navTop .pogoSlider-nav {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.pogoSlider--navTop .pogoSlider-nav {
  top: 10px; }

.pogoSlider--navBottom .pogoSlider-nav {
  bottom: 10px; }

.pogoSlider--navBottom .pogoSlider-nav li,
.pogoSlider--navTop .pogoSlider-nav li {
  display: inline;
  margin: 0 6px; }

.pogoSlider--navLeft .pogoSlider-nav,
.pogoSlider--navRight .pogoSlider-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.pogoSlider--navLeft .pogoSlider-nav {
  left: 10px; }

.pogoSlider--navRight .pogoSlider-nav {
  right: 10px; }

.pogoSlider--navLeft .pogoSlider-nav li,
.pogoSlider--navRight .pogoSlider-nav li {
  display: block;
  margin: 6px 0; }

.pogoSlider-nav-btn {
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.pogoSlider-nav-btn--selected {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.pogoSlider-slide-slice {
  overflow: hidden;
  position: absolute;
  background-size: cover; }

.pogoSlider-slide-slice-inner {
  position: absolute;
  overflow: hidden; }

.pogoSlider-animation-slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn; }

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.pogoSlider-animation-slideDownOut {
  -webkit-animation-name: slideDownOut;
  animation-name: slideDownOut; }

@-webkit-keyframes slideDownOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@keyframes slideDownOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
.pogoSlider-animation-slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn; }

@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.pogoSlider-animation-slideUpOut {
  -webkit-animation-name: slideUpOut;
  animation-name: slideUpOut; }

@-webkit-keyframes slideUpOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@keyframes slideUpOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
.pogoSlider-animation-slideRightIn {
  -webkit-animation-name: slideRightIn;
  animation-name: slideRightIn; }

.pogoSlider-animation-slideRightOut {
  -webkit-animation-name: slideRightOut;
  animation-name: slideRightOut; }

@-webkit-keyframes slideRightIn {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideRightIn {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes slideRightOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; } }
@keyframes slideRightOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; } }
.pogoSlider-animation-slideLeftIn {
  -webkit-animation-name: slideLeftIn;
  animation-name: slideLeftIn; }

.pogoSlider-animation-slideLeftOut {
  -webkit-animation-name: slideLeftOut;
  animation-name: slideLeftOut; }

@-webkit-keyframes slideLeftIn {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideLeftIn {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes slideLeftOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; } }
@keyframes slideLeftOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; } }
.pogoSlider-animation-expandIn {
  -webkit-animation-name: expandIn;
  animation-name: expandIn; }

.pogoSlider-animation-expandOut {
  -webkit-animation-name: expandOut;
  animation-name: expandOut; }

@-webkit-keyframes expandIn {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes expandIn {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes expandOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
@keyframes expandOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; } }
.pogoSlider-animation-contractIn {
  -webkit-animation-name: contractIn;
  animation-name: contractIn; }

.pogoSlider-animation-contractOut {
  -webkit-animation-name: contractOut;
  animation-name: contractOut; }

@-webkit-keyframes contractIn {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes contractIn {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes contractOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
@keyframes contractOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
.pogoSlider-animation-spinIn {
  -webkit-animation-name: spinIn;
  animation-name: spinIn; }

.pogoSlider-animation-spinOut {
  -webkit-animation-name: spinOut;
  animation-name: spinOut; }

@-webkit-keyframes spinIn {
  0% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg); }
  100% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes spinIn {
  0% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg); }
  100% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@-webkit-keyframes spinOut {
  0% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); }
  100% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg); } }
@keyframes spinOut {
  0% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); }
  100% {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg); } }
.pogoSlider-animation-sideFallIn {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: sideFallIn;
  animation-name: sideFallIn; }

.pogoSlider-animation-sideFallOut {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: sideFallOut;
  animation-name: sideFallOut; }

@-webkit-keyframes sideFallIn {
  0% {
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1; } }
@keyframes sideFallIn {
  0% {
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1; } }
@-webkit-keyframes sideFallOut {
  0% {
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; } }
@keyframes sideFallOut {
  0% {
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0; } }
.pogoSlider-animation-horizontal3DFlipIn {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: horizontal3DFlipIn;
  animation-name: horizontal3DFlipIn; }

.pogoSlider-animation-horizontal3DFlipOut {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: horizontal3DFlipOut;
  animation-name: horizontal3DFlipOut; }

@-webkit-keyframes horizontal3DFlipIn {
  0% {
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
@keyframes horizontal3DFlipIn {
  0% {
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }
@-webkit-keyframes horizontal3DFlipOut {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    opacity: 0; } }
@keyframes horizontal3DFlipOut {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    opacity: 0; } }
.pogoSlider-animation-vertical3DFlipIn {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: vertical3DFlipIn;
  animation-name: vertical3DFlipIn; }

.pogoSlider-animation-vertical3DFlipOut {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: vertical3DFlipOut;
  animation-name: vertical3DFlipOut; }

@-webkit-keyframes vertical3DFlipIn {
  0% {
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }
@keyframes vertical3DFlipIn {
  0% {
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }
@-webkit-keyframes vertical3DFlipOut {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    opacity: 0; } }
@keyframes vertical3DFlipOut {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    opacity: 0; } }
.pogoSlider-animation-3DPivotIn {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: pivotIn;
  animation-name: pivotIn; }

.pogoSlider-animation-3DPivotOut {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: pivotOut;
  animation-name: pivotOut; }

@-webkit-keyframes pivotIn {
  0% {
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1; } }
@keyframes pivotIn {
  0% {
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1; } }
@-webkit-keyframes pivotOut {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0; } }
@keyframes pivotOut {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1; }
  100% {
    -webkit-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0; } }
.pogoSlider-animation-rollLeftIn {
  -webkit-animation-name: rollLeftIn;
  animation-name: rollLeftIn; }

.pogoSlider-animation-rollLeftOut {
  -webkit-animation-name: rollLeftOut;
  animation-name: rollLeftOut; }

@-webkit-keyframes rollLeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); } }
@keyframes rollLeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); } }
@-webkit-keyframes rollLeftOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); } }
@keyframes rollLeftOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); } }
.pogoSlider-animation-rollRightIn {
  -webkit-animation-name: rollRightIn;
  animation-name: rollRightIn; }

.pogoSlider-animation-rollRightOut {
  -webkit-animation-name: rollRightOut;
  animation-name: rollRightOut; }

@-webkit-keyframes rollRightIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); } }
@keyframes rollRightIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); } }
@-webkit-keyframes rollRightOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollRightOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.pogoSlider-animation-glideLeftIn {
  -webkit-animation-name: glideLeftIn;
  animation-name: glideLeftIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.pogoSlider-animation-glideLeftOut {
  -webkit-animation-name: glideLeftOut;
  animation-name: glideLeftOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes glideLeftIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1; } }
@keyframes glideLeftIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1; } }
@-webkit-keyframes glideLeftOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
@keyframes glideLeftOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
.pogoSlider-animation-glideRightIn {
  -webkit-animation-name: glideRightIn;
  animation-name: glideRightIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.pogoSlider-animation-glideRightOut {
  -webkit-animation-name: glideRightOut;
  animation-name: glideRightOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes glideRightIn {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0) skewX(15deg);
    transform: translateX(0) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1; } }
@keyframes glideRightIn {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0) skewX(15deg);
    transform: translateX(0) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1; } }
@-webkit-keyframes glideRightOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes glideRightOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.pogoSlider-animation-flipXIn {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipXIn;
  animation-name: flipXIn; }

.pogoSlider-animation-flipXOut {
  -webkit-animation-name: flipXOut;
  animation-name: flipXOut;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipXIn {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; } }
@keyframes flipXIn {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; } }
@-webkit-keyframes flipXOut {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipXOut {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.pogoSlider-animation-flipYIn {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipYIn;
  animation-name: flipYIn; }

.pogoSlider-animation-flipYOut {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipYOut;
  animation-name: flipYOut; }

@-webkit-keyframes flipYIn {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; } }
@keyframes flipYIn {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; } }
@-webkit-keyframes flipYOut {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipYOut {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.pogoSlider-animation-foldInLeft {
  -webkit-animation-name: foldInLeft;
  animation-name: foldInLeft;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

@-webkit-keyframes foldInLeft {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }
@keyframes foldInLeft {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }
.pogoSlider-animation-foldOutLeft {
  -webkit-animation-name: foldOutLeft;
  animation-name: foldOutLeft;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100% 0;
  -ms-transform-origin: 100% 100% 0;
  transform-origin: 100% 100% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

@-webkit-keyframes foldOutLeft {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }
@keyframes foldOutLeft {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }
.pogoSlider-animation-foldInRight {
  -webkit-animation-name: foldInRight;
  animation-name: foldInRight;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100% 0;
  -ms-transform-origin: 100% 100% 0;
  transform-origin: 100% 100% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

@-webkit-keyframes foldInRight {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }
@keyframes foldInRight {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }
.pogoSlider-animation-foldOutRight {
  -webkit-animation-name: foldOutRight;
  animation-name: foldOutRight;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

@-webkit-keyframes foldOutRight {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }
@keyframes foldOutRight {
  0% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }
.pogoSlider-animation-expandReveal {
  -webkit-animation-name: expandReveal;
  animation-name: expandReveal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes expandReveal {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0; } }
@keyframes expandReveal {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0; } }
.pogoSlider-animation-shrinkReveal {
  -webkit-animation-name: shrinkReveal;
  animation-name: shrinkReveal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes shrinkReveal {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
@keyframes shrinkReveal {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
.pogoSlider-animation-blocksReveal {
  -webkit-animation-name: blocksReveal;
  animation-name: blocksReveal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes blocksReveal {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; } }
@keyframes blocksReveal {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; } }
.pogoSlider-animation-downIn {
  -webkit-animation-name: downIn;
  animation-name: downIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes downIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes downIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.pogoSlider-animation-downOut {
  -webkit-animation-name: downOut;
  animation-name: downOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes downOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes downOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.pogoSlider-animation-upIn {
  -webkit-animation-name: upIn;
  animation-name: upIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes upIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes upIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.pogoSlider-animation-upOut {
  -webkit-animation-name: upOut;
  animation-name: upOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes upOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes upOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.pogoSlider-animation-rightIn {
  -webkit-animation-name: rightIn;
  animation-name: rightIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes rightIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes rightIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.pogoSlider-animation-rightOut {
  -webkit-animation-name: rightOut;
  animation-name: rightOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes rightOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes rightOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.pogoSlider-animation-leftIn {
  -webkit-animation-name: leftIn;
  animation-name: leftIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes leftIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes leftIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.pogoSlider-animation-leftOut {
  -webkit-animation-name: leftOut;
  animation-name: leftOut;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes leftOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes leftOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animatedFast {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -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; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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); } }
.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); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@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); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-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); }
  to {
    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);
    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); }
  to {
    opacity: 0;
    -webkit-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-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@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); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-50px, 0, 0); transform: translate3d(-100%, 0, 0);*/ }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);*/
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);*/
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -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; }
  to {
    -webkit-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-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -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; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -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; }
  to {
    -webkit-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 {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-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; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@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; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    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 {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-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 {
  from {
    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 {
  from {
    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); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    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); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    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); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    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); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    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); }
  to {
    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);
    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); }
  to {
    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); } }
.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); }
  to {
    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);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    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; } }
.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); }
  to {
    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);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    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; } }
.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); }
  to {
    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);
    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); }
  to {
    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); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

::selection {
  background: #659d4259 none repeat scroll 0 0 }

*::-moz-selection {
  background: #FCB315 none repeat scroll 0 0; }

a:hover, a:focus, a:active {
  color: #FCB315; }

label a {
  color: #FCB315; }

.post-details .entry-content a:hover,
.btn:hover,
.social-link a:hover,
.rotate .cat-links a:hover,
.layout-five .single-row-col .post-media .rotate .cat-links a:hover,
.link-home a:hover,
#author-details .authors-social a:hover,
.tag a:hover,
#submit:hover,
.scroll-top a:hover,
.entry-meta span a:hover,
.more-link:hover,
.follow-link a:hover {
  color: #FCB315; }

.meta-content .meta-cat {
  color: #FCB315; }

.slider-content .slider-navigation .owl-item.active li.active:before {
  border-color: #FCB315; }

.slider-content .slider-navigation .meta-cat {
  color: #FCB315; }

.social-link a:hover i,
.error-page .error-page-list .error-search .btn-default:hover i,
#author-slider .owl-controls .owl-nav > div:hover i,
#featured-product-slide .owl-controls .owl-nav > div:hover i {
  color: #FCB315 !important; }

.navigation .menu-list li:hover > a {
  color: #FCB315 !important; }

.navigation .menu-list li .sub-menu > li:hover > a {
  color: #FCB315 !important; }

.error-page .error-page-list .error-search .btn-default:hover {
  border-color: #FCB315 !important; }

.btn:hover:hover,
.btn.btn-default:hover,
.comment-reply-link:hover,
.form-submit #submit:hover {
  background-color: #073300 }

.site-header .social-links a:hover {
  color: #FCB315; }

.section-title-area span,
.hotel-room-section-title .section-title span {
  color: #f58634; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:hover {
  background-color: rgba(130, 22, 24, 0.8); }

.btn-offer {
  border-color: #FCB315; }

.btn-offer > span {
  color: #FCB315; }

.btn-details {
  background-color: #FCB315; }

.btn-submit {
  background-color: #FCB315; }

.link-home:hover {
  border-color: #FCB315; }

.header-top .col-md-4 .search-area .header-search .form-controller {
  border-color: #FCB315; }

.timer-content-area .social-share > a:hover {
  background-color: #FCB315; }

.paginations .paging-navigation ul li.active a {
  background-color: #FCB315; }

.widget-social > a {
  color: #FCB315; }

.widget_newsletter .newsletter-area #form-newsletter #mc-embedded-subscribe {
  background-color: #FCB315; }

.single-spa-pricing .price {
  color: #FCB315; }

.gallery-filter-menu > li > a:hover {
  background-color: #659d42;
  border-color: #659d42 }

.welcome-section.style-one #aravira-facility a.single-facility > .fa {
  background-color: #FCB315; }

.welcome-section.style-one .welcome-btn .btn-offer.active {
  background: #FCB315; }

.welcome-text > p span {
  color: #FCB315; }

.welcome-section.style-two .welcome-btn .btn-offer.active {
  background: #FCB315; }

.online-book-section.style-two .section-title-area .title-box-inner,
.online-book-section.style-two .form-content {
  background: #ffffff;
  position: relative;
  z-index: 9;
  margin-top: -30px;
  box-shadow: 0 2px 11px 2px rgba(0, 0, 0, 0.21); }
  .online-book-section.style-two .form-content{
    border-radius: 5px;
  }

.online-book-section.style-two .form-content input, .online-book-section.style-two .form-content .menu_feed textarea, .menu_feed .online-book-section.style-two .form-content textarea, .online-book-section.style-two .form-content .menu_feed select, .menu_feed .online-book-section.style-two .form-content select {
  border-color: #FCB315; }

.home .online-book-section.style-two .form-content input, .home .online-book-section.style-two .form-content .menu_feed textarea, .menu_feed .home .online-book-section.style-two .form-content textarea, .home .online-book-section.style-two .form-content .menu_feed select, .menu_feed .home .online-book-section.style-two .form-content select {
  color: #8a8a8a; }

.best-place-section.best-place-style-two .btn.btn-default {
  background: #283f18;
    color: #fff; }

.place-overlay-outer {
  background-color: rgb(101 157 66 / 43%); }

.customer-reviews .owl-controls .owl-dots > div.active {
  background-color: #821618; }

.room-single-sidebar .review-comment-form label {
  color: #FCB315; }

.single-event.list .event-title {
  color: #FCB315; }

#footer-top-section {
  background-color: #282828; }

.gallery-filter-menu li.current-tab a {
  background-color: #659d42; }

/*! jQuery UI - v1.11.4 - 2016-03-26
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fsDefault=11px&fwDefault=bold&cornerRadius=0&bgColorHeader=%23d77b5d&bgTextureHeader=flat&borderColorHeader=%23d77b5d&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23f5f5f5&bgTextureContent=flat&borderColorContent=%23e1e1e1&fcContent=%2324324a&iconColorContent=%2324324a&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&borderColorDefault=%23e1e1e1&fcDefault=%2324324a&iconColorDefault=%2324324a&bgColorHover=%23fdf5ce&bgTextureHover=flat&borderColorHover=%23fbcb09&fcHover=%23d77b5d&iconColorHover=%23d77b5d&bgColorActive=%23ffffff&bgTextureActive=flat&borderColorActive=%23d77b5d&fcActive=%23d77b5d&iconColorActive=%23d77b5d&bgColorHighlight=%23d77b5d&bgTextureHighlight=flat&borderColorHighlight=%23d77b5d&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23b81900&bgTextureError=flat&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23ffd27a&bgColorOverlay=%23666666&bgTextureOverlay=flat&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px&bgImgOpacityHeader=35&bgImgOpacityContent=100&bgImgOpacityDefault=100&bgImgOpacityHover=100&bgImgOpacityActive=100&bgImgOpacityHighlight=100&bgImgOpacityError=18
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: 10px;
  display: none;
  width: auto; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 11px;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
 width: 45%;
    outline: none;
    border: none;
    height: 27px;
    font-size: 14px; }

.ui-datepicker table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'Lato', sans-serif;
  font-size: 11px; }

.ui-widget .ui-widget {
  font-size: 11px; }

.ui-widget input, .ui-widget .menu_feed textarea, .menu_feed .ui-widget textarea, .ui-widget .menu_feed select, .menu_feed .ui-widget select,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Lato', sans-serif;
  font-size: 11px; }

.ui-widget-content {
  border: 1px solid #e1e1e1;
  background: #f5f5f5;
  color: #24324a; }

.ui-widget-content a {
  color: #24324a; }

.ui-widget-header {
  border: 0;
  background: transparent;
  font-weight: 900; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #fff;
  background: #fff;
  font-weight: bold;
  color: #24324a; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #24324a;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce;
  font-weight: bold;
  color: #d77b5d; }

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus {
  border: 1px solid transparent;
  background: transparent; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #d77b5d;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #d77b5d;
  background: #ffffff;
  font-weight: bold;
  color: #d77b5d; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #d77b5d;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #d77b5d;
  background: #d77b5d;
  color: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/ui-icons_24324a_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_24324a_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../img/ui-icons_24324a_256x240.png"); }

/*.ui-state-hover .ui-icon,*/
/*.ui-state-focus .ui-icon {*/
/*  background-image: url("../img/ui-icons_d77b5d_256x240.png"); }*/

.ui-state-active .ui-icon {
  background-image: url("../img/ui-icons_d77b5d_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../img/ui-icons_ffffff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon 
{
  background-image: url("../img/ui-icons_ffd27a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #666666;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px; }

/*menu form style*/
.menu_feed input, .menu_feed textarea, .menu_feed select {
  background: none;
  font-size: 12px;
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 1px solid #908d8d;
  width: 100%; }
.menu_feed textarea {
  padding: 0 15px;
  outline-style: none; }
.menu_feed select {
  margin: 15px 0; }
.menu_feed .btn {
  background: #3d69b0;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top:16px;}

.site-header {
  position: absolute;
  width: 100%;
  transition: all 0.2s ease 0; }

.mobile-menu-main, .mobile-menu-main p {
  color: #908d8d;
  font-size: 16px;
  margin-bottom: 10px; }

.header-bottom .logo-block.fixed {
  position: fixed; }

.shade {
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.09); }

.shade1 {
    padding: 10px; 
    margin-top: 10px;
    margin-bottom: 16px;
    background: #fff;
}

.contents {
  padding: 40px 0 0; }

.best-place-section {
  /*padding-bottom: 20vh;*/
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 80px;
  background-attachment: fixed; 
  position: relative;
}
.hotel-room-section::before, .hotel-room-section::after{
  content: ' ';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 15%;
}
.hotel-room-section::before{
  top: -4%;
  /*background-image: url(../../web/images/new/cloud.png);*/
  width: 240px;
}
.hotel-room-section::after{
  top: 96%;
    /*background-image: url(../../web/images/new/cloud-1.png);*/
    width: 240px;
}

.best-place-section::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*opacity: 0.1;*/
  /*background-image: url(../img/god.jpg);*/
      background-color: #b0e1913b;
}
.bg_decor_pillar{
    text-align: center;
    display:none;
}
.bg_decor_pillar img{
  width:861px;
}
.best-place-section .btn.btn-default {
  /* background-color: #444444; */
  margin-top: 10px;
  /*padding: 0;*/
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s; }

.best-place-section .btn.btn-default:hover {
  color: white; }

.in .best-place-section {
  padding-top: 0; }

.mobile-menu-main h4 {
  color: white;
  font-family: inherit;
  margin-top: 30px; }

.first_half{
  padding-left: 30px;
  padding-right: 60px;
  margin-top:27%;
    color:#ffffff;
}

.first_half a{
    color:#ffffff;
}

.menu-content {
  /*padding-bottom: 100009px;*/
  margin-bottom: -99999px;
  overflow: hidden; }

.news_block {
  margin-bottom: 40px;
  background: #f2f2f2;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
  padding: 30px; }

.room-title {
  margin: 0; }

.noscroll {
  overflow: hidden; }

.menu_feed {
  margin-top: 30px; }

.nopd-r {
  padding-right: 0; }

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

.flot {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 9; }

.news .itm h4 {
  height: 70px;
  overflow: hidden;
  display: block; }
.news .itm p {
  height: 200px;
  overflow: hidden; }

.date {
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  font-size: 10px;
  color: #b7b7b7;
  margin-bottom: 10px;
  display: inline-block; }

.mobile-menu-main .animated-arrow {
  width: 112px;
  background: url(../img/maroon_bg.gif);
  display: block; 
    background: #659d42;
}
  .mobile-menu-main .animated-arrow div {
    color: white; }

/*  .mobile-menu-main #navtoggole-main.animated-arrow.menuopen {
  left: 16em;
} */
.mobile-menu-main #navtoggole-main.animated-arrow.menuopen span::before,
.mobile-menu-main #navtoggole-main.animated-arrow.menuopen span::after {
  background: white; }

.mobile-menu-main .menuexpandermain {
  position: relative;
  padding: 13px 0;
  z-index: 9999;
  right: 0px; }

.mobile-menu-main .menuexpandermain #menu-marker {
  height: auto;
  padding-top: 0;
  margin-left: 0; }

.menu-content ul {
  list-style: none; }

.menu-content > ul {
  margin: 160px 0px;
    position: absolute;
    top: 50%;
    border-left: 1px solid #422e0a;
    padding-left: 19px;
}

.title {
  display: none; }

.stick {
  position: fixed;
  background: #fff;
  height: 64px;
  z-index: 9;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2); }
  .stick .header-bottom .logo-block {
    width: 100px; }
  .stick .header-bottom .logo-block.fixed {
    width: 190px; }
  .stick .title {
    display: block;
    position: absolute;
    left: 150px;
    padding-left: 30px;
    border-left: 1px solid #f2f2f2; }
    .stick .title .bdcom {
      list-style: none;
      padding: 10px 0 0;
      margin: 0; }
      .stick .title .bdcom li {
        display: inline-block;
        font-size: 10px; }
        .stick .title .bdcom li + li:before {
          padding: 0 5px;
          color: #ccc;
          content: "/ "; }
    .stick .title h1 {
      font-size: 24px;
      margin: 0 0 15px;
      line-height: 20px; }
  .stick .mobile-menu-main .menuexpandermain {
    padding: 0px 0; }
  .stick .navbar-header {
    position: absolute;
    top: 0; }
    .stick .navbar-header .shade1 {
      box-shadow: none;
    width: 120px;
    margin-top: 4px;
    padding: 0px; }

.room-single-sidebar {
  margin-top: 60px;
  border-top: 1px solid #ccc;
  /*padding-top: 60px; */
    
}

.home .single-room .room-info h5 {
  border-bottom: 0; }
.home input, .home .menu_feed textarea, .menu_feed .home textarea, .home .menu_feed select, .menu_feed .home select {
  color: #999; }
.home .single-room h3.room-title {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 300; }
.home .news_home .itm {
  padding: 0 30px; }
.home .news-section {
  padding: 60px 0 80px;
  background: url(../img/cloud.gif);
  background-attachment: fixed; 
    display:none;
}
  

.subpackage {
  /*.best-place-section .btn.btn-default{
  	color:#a0140d;
  	padding:10px 6px;
  }*/ }
  .subpackage .single-input label {
    color: #3d3d3d;
    display: block;
    font-size: 12px;
    font-weight: 500; }
  .subpackage .room-service-area {
    margin-top: 50px; }
  .subpackage .room-title-area, .subpackage .room-description {
    margin-right: 30px; 
      line-height: 1.95;
  }
  .subpackage .align-6:nth-child(1) .single-room-related {
    float: right; }
  .subpackage .align-6:nth-child(2) .single-room-related {
    float: left; }
  .subpackage .align-12 .single-room-related {
    margin: auto; }

.review {
  /*--------------------------------------------------------------
  # Our Customer Area
  --------------------------------------------------------------*/ }
  .review .our-customer-section {
    padding: 50px 0 45px; }
  .review .our-customer-section .water-wrap {
    font-size: 105px;
    text-align: center;
    width: 100%;
    margin-top: 5px; }
    @media (max-width: 1200px) {
      .pogoSlider-slide{
        background-size: 100%;
        background-repeat: no-repeat;
      }
      div.welcome-section {
        height: 100%;
    }
    }

  @media only screen and (max-width: 992px) {
    .review .our-customer-section .water-wrap {
      font-size: 75px; } 
      .news .itm p {
        height: auto;
        }
        
    }
  @media only screen and (max-width: 767px) {
    .review .our-customer-section .water-wrap {
      font-size: 60px; }
      .blog-masonry .itm  h4{
        font-size: 1.4em;
        } 
        .news .itm h4 {
          height: auto;
        }
        .captcha_styling .g-recaptcha{
          scale:0.8;
          left: -33px;
          position:relative;
        }
        .captcha_styling .g-recaptcha{
          scale:0.8;
          left: -33px;
          position:relative;
        }
        #contact-form-wrap button.btn.btn-submit {
          padding: 12px 0;
    }
    .best-place-style-two.contact__padding{
      padding-top:0vh;
      padding-bottom: 0;
    }
    #contact-form-wrap .sand-message-title-area .sand-message-heading {
      margin: 10px 0 31px;
      font-size: 18px !important;}

    }
  .review .single-customer-review {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .review .single-customer-review .customer-header {
      display: inline-block;
      color: #3d3d3d;
      margin-bottom: 45px; }
      .review .single-customer-review .customer-header .customer-thumb {
        float: left;
        border: 10px solid #E4E4E4;
        border-radius: 50%;
        height: 75px;
        width: 75px;
        margin-right: 20px; }
      .review .single-customer-review .customer-header h3.customer-name {
        display: inline-block;
        font-weight: bold;
        text-transform: capitalize;
        font-family: "Montserrat", sans-serif;
        line-height: 24px;
        margin: 15px 0 10px;
        color: inherit; }
      .review .single-customer-review .customer-header h3.customer-name, .review .single-customer-review .customer-header > p {
        margin-left: 90px; }
      .review .single-customer-review .customer-header p {
        text-transform: capitalize;
        font-size: 14px;
        margin-bottom: 0px;
        text-align: left; }
    .review .single-customer-review .customer-info > p {
      margin-bottom: 15px;
      font-size: 14px;
      color: #423e3e;
      line-height: 1.85em; }
  .review .customer-reviews .owl-controls {
    margin-top: 20px; }
    .review .customer-reviews .owl-controls .owl-dots > div {
      background-color: #d6d6d6;
      display: inline-block;
      height: 5px;
      margin: 0 5px;
      width: 25px; }
  .review .customer-reviews .customer-info {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border: 0 none; }
    .review .customer-reviews .customer-info:before {
      content: "";
      border-top: 60px solid transparent;
      border-left: 45px solid #fff;
      position: absolute;
      left: 73px;
      z-index: -1;
      top: -45px; }
  .review .customer-reviews .customer-info
  .customer-reviews .customer-header {
    margin-bottom: 25px; }
  @media only screen and (max-width: 992px) {
    .review .client-review-main.mobile-extend {
      padding-top: 15px; }
      .room-services.suppackage__amenities li{
        height: 105px;
        overflow: hidden;
      }
    }
  @media only screen and (min-width: 992px) {
    .review .client-review-main.mobile-extend .masonry-layout {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 992px) {
    .review .client-review-area .extend-icon {
      padding: 15px; } }
  .review .page-title .review-rating.rating {
    padding: 0 5px; }
  .review .client-review-area {
    padding-bottom: 60px; }
    .review .client-review-area .page-title {
      font-family: inherit;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 60px; }
  .review .single-client-review {
    margin-bottom: 40px;
    background: #f2f2f2;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15); }
    .review .single-client-review .review-header {
      position: relative;
      padding: 15px 55px 5px; }
      .review .single-client-review .review-header:before {
        color: #FCB315;
        content: "\f10d";
        font-family: fontawesome;
        font-size: 36px;
        left: 30px;
        position: absolute;
        top: -10px; }
    .review .single-client-review .review-content {
      padding: 0 25px; }
      .review .single-client-review .review-content > p {
        line-height: 30px;
        margin-bottom: 20px; }
    .review .single-client-review .review-footer {
      background: #f2f2f2;
      border-radius: 5px;
      border-top: 1px solid #dcdcdc;
      padding: 20px 25px; }
      .review .single-client-review .review-footer .client-profession {
        color: #FCB315;
        font-weight: 600; }
  .review .single-client-review .review-header > div,
  .review .single-client-review .review-footer > div {
    display: inline-block;
    text-transform: capitalize; }
  .review .single-client-review .review-header > div strong,
  .review .single-client-review .review-footer > div strong {
    color: #656565; }
  .review .single-client-review .review-title {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #FCB315; }

.gall {
  /*--------------------------------------------------------------
  # Gallery Content
  --------------------------------------------------------------*/
  /* .single-gallery-content {
    margin-bottom: 65px;
  }
   */ }
  .gall .gallery-filter-menu {
    list-style: outside none none;
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center; }
  .gall .gallery-filter-menu > li {
    display: inline; }
  .gall .gallery-filter-menu > li > a {
    border: 1px solid #659d42;
    color: black;
    display: inline-block;
    font-weight: 600;
    margin: 0 2px 8px;
    padding: 10px 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .gall .gallery-filter-menu > li > a:hover {
    color: white; }
  .gall .gallery-filter-menu > li.current-tab a {
    color: white; }
  .gall .gallery-item-content > .col-md-3 {
    margin-bottom: 30px; }
  /* @media only screen and (max-width: 767px) {
    .gall .gallery-item-content > .col-md-3 {
      width: 100%;
      right: 0; } 
    } */
  .gall .gallery-item-content > .single-item > img {
    border-radius: 7px; }
  .gall #gallery img {
    border-radius: 7px; }
  .gall #gallery .ug-thumb-wrapper {
    padding: 0 20px 7px 0 !important;
    background-color: transparent !important; }
  .gall #gallery .ug-thumb-wrapper .ug-thumb-overlay {
    border-radius: 7px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nopd-md-l {
    padding-left: 0; }

  .nopd-md-r {
    padding-right: 0; }

  #footer-top-section .section-title-area {
    margin-left: -50px; } }
@media (min-width: 768px) and (max-width: 991px) {

  .home .best-place-section {
    padding-top: 10vh;
    padding-bottom: 0; }
    .home .best-place-section .gallery .col-md-6 {
      padding: 0 15px; }

  .mobile-menu-main .main-navigation .mainmenu > li > a {
    width: 260px; }
  .mobile-menu-main .main-navigation .sub-menu {
    left: 0; }

  .in .best-place-section {
    padding-bottom: 4vh; }

  .room-grid-area .single-room.grid, .room-grid-area .single-room-related, .single-room-related {
    height: auto; }

  .room-single-content .single-room .room-info .room-services > li {
    -webkit-width: calc(50% - 7px);
    width: calc(50% - 7px); }
    .room-single-content .single-room .room-info .room-services > li:nth-child(1n+2) {
      margin-left: 0;
      margin-right: 7px; }
    .room-single-content .single-room .room-info .room-services > li:nth-child(2n+2) {
      margin-left: 0;
      margin-right: 0px; }

  .menu-wrapper .menupop {
    margin-top: 150px; }
    .menu-wrapper .menupop .menu-content {
      margin-top: 30px;
      margin-bottom: 0;
      padding-bottom: 0; }
    .menu-wrapper .menupop .first_half {
      padding-right: 30px; }

  .contactno {
    margin-top: 15px; }

  #footer-top-section .widget-title-area {
    position: relative; }
  #footer-top-section .widget-content:nth-child(2) {
    margin-left: 0; }
  #footer-top-section .widget-area .widget {
    margin: 25px 0 15px; }
    #footer-top-section .widget-area .widget .widget-social > a {
      margin: 15px 0;
      display: block; }
    #footer-top-section .widget-area .widget .expand-margin.widget-title:after {
      display: none; } }
@media only screen and (max-width: 767px) {
  .home .welcome-section:after {
    display: none; }
  .home .welcome-section .online-book-section.style-two {
    margin-bottom: 25px;
    padding-bottom: 0px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    margin-top: 83px;
    top: 117%;
    width: 90%;
    z-index:2;
  }
    /* .home .welcome-section .online-book-section.style-two .form-content {
      margin-left: 30px;
      margin-right: 30px; } */
  .home .input input, .home .input .menu_feed textarea, .menu_feed .home .input textarea, .home .input .menu_feed select, .menu_feed .home .input select {
    color: #d2d2d2; }
  .home .best-place-section.best-place-style-two {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; 
    padding-top: 70%;}
    .home .best-place-section.best-place-style-two .single-best-place {
      margin-bottom: 30px; }
  .home .single-room {
    /*height: 170px;*/
    }
    .home .single-room h3.room-title {
      font-size: 16px;
      font-weight: 600; }
    .home .single-room .room-info h5 {
      font-size: 12px;
      padding-bottom: 0;
      margin-bottom: 0.9rem; }

  .in .best-place-section {
    padding-bottom: 0; }

  .room-single-content .single-room.list .room-info {
    margin-top: 40px; }

  .subpackage .room-title-area, .subpackage .room-description {
    margin-right: 0; }

  .room-grid-area .single-room.grid, .room-grid-area .single-room-related, .single-room-related {
    height: auto; }

  .room-single-content .single-room .room-info .room-services > li {
    width: 100%; }

  .best-place-section h1 {
    margin: 0 0 1em; }
  .best-place-section .page-nav.breadcrumb {
    padding-top: 40px; }

  .mainmenu .sub-menu a {
    padding: 10px 0;
    font-weight: normal; }

  .subpackage .room-service-area {
    margin-top: 0px; }

  #masthead, .home #masthead-home {
    position: fixed;
    z-index: 500;
    /*background: url(../img/maroon_bg.gif); }*/
  }

  .room-single-thumb .room-thumb-list {
    margin-top: 0; }

  .online-book-form label {
    margin-bottom: 0;
    margin-top: 10px; }

  .fmenu {
    padding: 0 15px; }

  .room-title-area .pull-right {
    float: left !important; }

  .rate div {
    border-bottom: 1px solid #fefefe;
    padding: 5px 15px; }

  .page-heading-area .single-room.grid, .page-heading-area .single-room-related {
    height: auto;
    margin-bottom: 15px; }

  .page-heading-area .page-heading {
    font-size: 32px; }

  .room-single-sidebar {
    padding-bottom: 30px; }

  .room-single-thumb .room-thumb-list {
    width: 60%; }

  .navbar-collapse {
    padding-right: 0; }
    .navbar-collapse .mobile-menu-main .menuexpandermain {
      padding: 11px 0 0 }
    .navbar-collapse .mobile-menu-main p {
      font-size: 14px; }
    .navbar-collapse .mobile-menu-main .main-navigation .menu-content {
      padding: 0;
      margin: 0; }
      .navbar-collapse .mobile-menu-main .main-navigation .menu-content ul {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 100px; }
        .navbar-collapse .mobile-menu-main .main-navigation .menu-content ul .sub-menu {
          left: 0;
          padding-top: 0; }
    .navbar-collapse .mobile-menu-main .first_half {
      padding: 30px 30px 0; }
      .navbar-collapse .mobile-menu-main .first_half .menu_feed input, .navbar-collapse .mobile-menu-main .first_half .menu_feed textarea, .navbar-collapse .mobile-menu-main .first_half .menu_feed select, .navbar-collapse .mobile-menu-main .first_half .menu_feed textarea, .navbar-collapse .mobile-menu-main .first_half .menu_feed select {
        border-bottom: 1px solid #4a3413;
        padding: 5px 0; }
      .navbar-collapse .mobile-menu-main .first_half .mobile-menu-main h4 {
        font-size: 1em; }
    .navbar-collapse .mobile-menu-main .animated-arrow div {
      display: none; }

  .mobile-menu-main .animated-arrow {
    background: none; }

  .shade1 {
    box-shadow: none; }

  .site-header .header-bottom .logo-block {
    padding: 0;
    position: absolute;
    z-index: 9999;
    width: 100px; }

  #footer-top-section .widget-title-area {
    position: relative; }
  #footer-top-section .widget-content:nth-child(2) {
    margin-left: 0; }

  .roomtypes tr, .roomtypes th {
    font-size: 12px; }
  .roomtypes .form-control {
    width: auto; }

  .nopd-r {
    padding-right: 15px; }

  .nopd-l {
    padding-left: 15px; }

  .site-footer .text-right {
    text-align: center; }

  .widget-area {
    /* padding: 0 30px 30px; */
    padding:0;
   }
    .widget-area .widget {
      margin: 15px 0; }
      .widget-area .widget .expand-margin.widget-title:after {
        display: none; }

  .collapse {
    display: block; }

  .footer-sidebar-top-2, .footer-sidebar-top-3 {
    padding-bottom: 0px; }

  .contact_address {
    padding: 0 16px 30px; }

  footer .site-footer {
    padding-bottom: 30px; }
    footer .site-footer .footer-menu {
      padding-left: 0; }

  .section-title-style-two > .section-title-style-inner:before {
    left: -20px; }

  .pogoSlider-slide {
    height: 280px; }

  .logo-block a img {
    /* position: absolute; 
    width: 65px;
    top: -1px;*/
    width: 100%; }

  .section-align-title-area .section-align-title {
    font-size: 32px; }

  .hotel-room-section .hotel-room-section-title {
    margin: 20px 0 45px; }
    .hotel-room-section .hotel-room-section-title .section-title {
      font-size: 23px;
      margin: 5px 0px 25px;
      line-height: 30px; }

  .best-place-section.best-place-style-two .btn.btn-default {
    margin-top: -20px;
    margin-bottom: 20px; }

  .best-place-section .btn.btn-default {
    padding: 8px 25px;
    font-size: 14px; }

  #footer-top-section .section-title-area .section-title {
    font-size: 32px;
    line-height: 40px; }

  .widget {
    margin: 0 0 15px; }

  .widget .widget-title {
    font-size: 16px; }

  .contact-us-content .section-align-title-area {
    margin-bottom: 30px;
    margin-top: 0px; }

  .single-contact-info {
    margin-bottom: 0px; }

  .title-text.text-center {
    font-size: 36px;
    margin: 10px 0 45px; }

  .title-box-text .section-title {
    font-size: 30px !important;
    margin: 0px 10px 15px !important;
    line-height: 45px; }

  table {
    overflow-x: scroll;
    display: block; }

  .roomtypes th, .roomtypes td {
    border: none; }

  .roomtypes h4 {
    font-size: 1em; }

  .ota a:nth-child(6), .ota a:nth-child(7) {
    margin-top: 5px;
    display: inline-block; }

  .flot {
    left: 20px;
    bottom: 20px;
    width: 50px; } 
    footer#colophon .fmenu .row .col-sm-6{
      padding-left:0;
      }
      .book_now_contact {
        bottom: -78px;
  }
.online-book-form {
    text-align: center;
    padding: 7px 0 10px !important;
  }
  .form-content #checkin, .form-content #checkout {
    text-align: center;
    margin-left: 6px;
    font-size: 18px;
  }
  #btn-book {
    margin-top: 1.5rem;
    padding: 11px 26px;
    font-size: 14px;
}

  .best-place-section.best-place-style-two .section-name {
    margin-top: 3rem;
  }
  #guest__rooms{
    text-align: left;
    font-size:16px;
  }
  div.hotel-room-section-title p {
    padding: 0;
  }
  .unmatched_quality {
    padding: 3rem 0;
  }
  section.hotel-room-section {
    padding-bottom: 2.6rem;
}
.unmatched_quality h2 {
  font-size: 23px;
  margin-bottom: 2rem;
}
.unmatched_quality p {
  font-size: 16px;
}
.testimonials_wrper::before {
  background-size: 70%;
}
.testimnls h2 {
  font-size: 23px;
  top: 1rem;
}
.testim_context h3 {
  font-size: 20px;
}
.testim_context p {
  font-size: 13px;
  padding-inline: 3rem;
}
.testim_context small {
  font-size: 12px;
}
.testimnls .swiper-button-next:after, 
.testimnls .swiper-button-prev:after{
font-size: 14px;
}
.testimonials_wrper{
  min-height: 18rem;
}
.best-place-section .tital .section-align-title-area {
  padding-top: 0;
}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%; }

body {
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45em;
  color: #423e3e;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.4em;
  color: #3d4348;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: "Playfair Display", serif; }

h1, h2, h3, h4 {
  font-weight: inherit; }

h1 {
  font-size: 3.2em;
  margin: 0 0 1.875em; }

h2 {
  font-size: 2.2em; }

h3 {
  font-size: 2.0em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.6em; }

h6 {
  font-size: 1em; }

small, .font_small {
  font-size: 0.8em; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted black; }

.page-heading-area {
  /* background-color: #FCB315;
    padding: 30px 0 30px; */ }

/* .page-heading-area .page-heading {
  color: #821618;
  font-size: 32px;
  font-weight: 900;
  margin: 0;
  text-transform: capitalize;
} */
.animated-arrow {
  cursor: pointer;
  padding: 15px; }

.animated-arrow.menuopen {
  /* position: fixed;
  left: 45%; */ }

.animated-arrow span,
.animated-arrow span:before,
.animated-arrow span:after {
  cursor: pointer;
  height: 3px;
  width: 23px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  margin-top: -14px;
  right: 10px; }

.animated-arrow span:before {
  top: 6px;
  right: 0; }

.animated-arrow span:after {
  bottom: -9px;
  right: 0; }

.animated-arrow span,
.animated-arrow span:before,
.animated-arrow span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.animated-arrow.menuopen span {
  background-color: transparent; }

.animated-arrow.menuopen span:before,
.animated-arrow.menuopen span:after {
  background: #969696; }

.animated-arrow.menuopen span:before,
.animated-arrow.active span:after {
  top: 14px; }

.animated-arrow.menuopen span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* bottom: 0; */ }

.page-heading-area .page-sub-text {
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  position: relative; }

.page-heading-area .page-sub-text:before {
  content: "";
  width: 90px;
  background: #333;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -8px; }

.section-title-area {
  padding: 10px 0; }

.section-title-area .section-title {
  /*color: #660c0d;*/
  font-size: 36px;
  /*font-weight: bold;*/
  /*margin-bottom: -3px;*/
  /*text-transform: capitalize; */
    
}

.section-title-area .section-title-dec {
  font-family: inherit;
  color: #238da9;
  font-size: 16px;
  /* font-weight: 600; */
  /* letter-spacing: 0.015em; */
  line-height: 15px; }

.section-title-area .section-title-one .section-title-dec,
.hotel-room-section-title .section-title-dec {
  padding: 0 60px; }

@media only screen and (max-width: 767px) {
  .section-title-area .section-title-one .section-title-dec,
  .hotel-room-section-title .section-title-dec {
    padding: 0; } }
.section-title-area .section-title-one {
  position: relative;
  margin-bottom: 60px;
  padding: 0px; }

.section-title-area .section-title-one .title-box {
  position: relative;
  z-index: 9;
  background-color: #FCB315;
  border-bottom: 15px solid #f1f1f1;
  border-left: 15px solid #f1f1f1;
  border-radius: 0 0 50% 50%;
  border-right: 15px solid #f1f1f1;
  margin: 0 auto 15px;
  padding-top: 25px;
  width: 210px; }

.section-title-area .section-title-one .title-box .title-box-inner {
  background-color: white;
  border-radius: 50%;
  height: 145px;
  margin: 0 auto 18px;
  width: 145px; }

.section-title-area .section-title-one .title-box .title-box-inner h3.section-name {
  text-transform: capitalize;
  color: #747474;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0;
  line-height: 24px;
  font-family: "Poppins", sans-serif; }

.section-title-area .section-title-one .title-box .title-box-inner h3.section-name span {
  color: black;
  display: block; }

.section-title-area .section-title-one .title-box .title-box-inner .fa {
  color: #747474;
  font-size: 32px; }

.section-title-area .section-title-one h2.section-title {
  color: #3d3d3d;
  font-size: 36px;
  font-weight: 900;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 0; }

ection-title-area .section-title-one h2.section-title > span {
  margin: 0 130px; }

.section-title-area .section-title-one h2.section-title > span:first-child {
  margin-left: 0; }

.section-title-area .section-title-one h2.section-title > span:last-child {
  margin-right: 0; }

.hotel-room-section-title {
  /*margin: 11.5rem 0 70px;*/
  }

.hotel-room-section-title .section-sub-title {
  color: var(--color-blue);
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 0; }

.hotel-room-section-title .section-title {
  color: var(--color-orange);
  font-size: 38px;
  font-weight: bold;
  line-height: 45px;
  margin: 0 0 50px;
  padding-bottom: 20px;
  position: relative; }

.hotel-room-section-title .section-title:after {
  background-color: #969696;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 80px; }

@media only screen and (max-width: 992px) {
  /* .hotel-room-section-title .section-title ,.section-title-area .section-title,.section-title-area.section-title-area-four .section-title{
    font-size: 40px!important;
    margin: 15px 0px 15px!important;
    line-height: 45px;
  } */
  .section-title-area.section-title-area-four .section-title-dec {
    line-height: 30px;
    font-size: 18px; } }
.hotel-room-section-title p {
  color: #423e3e;
  padding: 0 75px; }

.section-align-title-area .section-align-title {
  color: var(--color-orange);
  margin: 0px 0 30px;
  font-weight: bold;
}

.section-align-title-area .section-align-title-dec {
  color: #777777;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75em;
  margin-bottom: 30px; }

.customer-section-title-area {
  color: #660c0d;
  margin: 20px 0 50px; }

.customer-section-title-area span {
  color: #660c0d;
  margin: 20px 0 50px; }

.customer-section-title-area > .fa {
  font-size: 26px;
  margin-bottom: 15px; }

.customer-section-title-area .section-title {
  /* text-transform: uppercase; */
  color: inherit;
  /* font-family: inherit; */
  font-size: 36px;
  font-weight: bold; }

.customer-section-title-area .section-title span {
  font-weight: bold; }

@media only screen and (max-width: 992px) {
  .customer-section-title-area .section-title {
    font-size: 25px;
    margin-top: 0; } }
.section-title-area.section-title-area-four {
  padding: 30px 0 10px; }

.section-title-area.section-title-area-four .sub-title {
  font-size: 30px;
  font-style: italic;
  margin: 0 0 -15px;
  text-transform: capitalize; }

.section-title-area.section-title-area-four .section-title {
  font-size: 55px;
  margin: 0 0 20px; }

.section-title-area.section-title-area-four .section-title-dec {
  color: #666666;
  font-size: 24px;
  font-weight: bold; }

.section-align-title-area.style-two {
  text-align: right; }

.section-align-title-area.style-two .section-align-title {
  color: #2b2b2b;
  font-size: 42px;
  font-weight: normal; }

.section-align-title-area.style-two .section-align-title-dec {
  font-weight: normal;
  line-height: 1.75em; }

.section-title-style-two {
  position: relative;
  padding: 0;
  margin: 75px 0 45px; }

@media only screen and (min-width: 590px) {
  .section-title-style-two:before, .section-title-style-two:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 250px;
    background-color: #e2e2e2; } }
@media only screen and (min-width: 590px) {
  .section-title-style-two:before {
    left: -255px; } }
@media only screen and (min-width: 590px) {
  .section-title-style-two:after {
    right: -255px; } }
.section-title-style-two > .section-title-style-inner {
  position: relative;
  padding: 0 20px; }

.section-title-style-two > .section-title-style-inner:before, .section-title-style-two > .section-title-style-inner:after {
  position: absolute;
  content: "\f0f7";
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #333333;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1; }

.section-title-style-two > .section-title-style-inner:before {
  left: -5px; }

.pogoSlider {
  height: auto; }

.section-title-style-two > .section-title-style-inner:after {
  right: -5px; }

.centered {
  float: none;
  margin: auto; }

@media only screen and (max-width: 767px) {
  .section-title-style-two > .section-title-style-inner:after {
    right: -20px; } }
.section-title-style-two .section-name {
  color: #a1a0a0;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase; }

.section-title-style-two .section-title {
  color: #323232;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.15em;
  margin: 15px 0 25px;
  text-transform: none; }

.section-title-style-two .section-title-dec {
  color: #acacac;
  font-size: 15px;
  letter-spacing: 0.015em;
  word-spacing: 0.015em; }

.page-sub-heading {
  color: #656565;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 35px 0 60px; }

.page-sub-heading > .rating {
  margin: 0 15px; }

.title-text.text-center {
  font-size: 40px;
  font-weight: bold;
  margin: 30px 0 45px;
  color: #3d4348; }

.single-gallery-group .section-title-area {
  padding: 0 0 0px; }

@media only screen and (max-width: 767px) {
  .single-gallery-group .section-title-area {
    padding-bottom: 30px; } }
.single-gallery-group .section-title-area .section-title {
  font-size: 45px;
  line-height: 1em;
  margin: 0 0 15px;
  color: #3d4348; }

@media only screen and (max-width: 767px) {
  .single-gallery-group .section-title-area .section-title {
    font-size: 45px; } }
.related-post-heading .heading {
  color: #3d3d3d;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 15px;
  text-transform: capitalize; }

.spa-pricing-area .section-title-area .section-title,
.wedding-plan-area .section-title-area .section-title {
  color: #656565;
  font-size: 30px; }

@media only screen and (min-width: 992px) {
  .wedding-page-area .section-align-title-area {
    margin-top: 20px; } }
.wedding-page-area .section-align-title-area .section-align-title-dec {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.75em; }

@media only screen and (min-width: 992px) {
  .wedding-page-area .col-md-5 {
    padding-left: 75px; } }
::-moz-selection {
  color: white;
  display: inline-block;
  text-shadow: none; }

::selection {
  color: white;
  display: inline-block;
  text-shadow: none; }

p {
  margin-bottom: 1.875em;
  line-height: 1.875em;}

blockquote {
  margin: 0 0 1.875em; }

address {
  margin: 0 0 1.3em; }

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em; }

em, cite, i {
  font-style: italic; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

pre {
  background: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  border-left: 10px solid #ccc;
  font-size: 0.929em;
  overflow: auto; }

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
  word-wrap: break-word;
  overflow-x: hidden; }

q {
  quotes: "" ""; }

q:before, q:after {
  content: ""; }

b, strong {
  font-weight: 600; }

blockquote {
  border: 0;
  padding: 0;
  font-style: italic;
  font-size: 18px;
  position: relative;
  border-left: 4px solid #c2c2c2;
  font-weight: bold;
  color: #737373;
  padding: 0 0 0 25px; }

blockquote p {
  margin-bottom: 10px;
  position: relative; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote p cite {
  margin-left: 0;
  padding-left: 0; }

blockquote p cite a {
  padding-left: 0; }

blockquote footer {
  position: relative; }

blockquote cite, blockquote a, blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  position: relative;
  text-indent: 0; }

blockquote cite {
  display: block; }

blockquote cite::before {
  content: "";
  padding-right: 5px; }

blockquote .small::before,
blockquote footer::before,
blockquote small::before,
blockquote .font_small::before {
  margin-left: 18px; }

ul, ol {
  padding-left: 0.9em; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em;
  line-height: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: none; }

th, td {
  border: none; }

td {
  border-width: 0 0px 0px 0; }

.tb {
  display: table; }

.tb .tb-cell {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  width: 100%; }

.bg-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.box-radius {
  border-radius: 7px; }

@media only screen and (min-width: 992px) {
  .padding-right {
    padding-right: 0; } 
.padding-left {
  padding-left: 0; }
}

 @media only screen and (min-width: 1200px) {
  .container-large-screen {
    max-width: calc(100% - 240px);
    margin: auto; }
  }
/*@media only screen and (min-width: 1400px) and (max-width: 1580px) {
  .container-large-screen {
    max-width: 1350px;
    margin: auto; } }
@media only screen and (min-width: 1250px) and (max-width: 1399px) {
  .container-large-screen {
    max-width: calc(100% - 200px);
    margin: auto; } } */
/* @media only screen and (max-width: 1249px) {
  .container-large-screen {
    padding-left: 15px;
    padding-right: 15px;
  }
} */
.modal {
  text-align: center;
  padding: 0 !important; }

@media only screen and (min-width: 992px) {
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */ } }
@media only screen and (min-width: 992px) {
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; } }
.pignose-calendar-top-year {
  font-family: inherit; }

.margin-top {
  margin-top: 30px; }

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

@media only screen and (max-width: 992px) {
  .mobile-extend {
    overflow: hidden; } }
.extend-icon {
  font-size: 35px;
  padding: 0;
  display: block;
  cursor: pointer; }

.extend-icon.up .fa:before {
  content: "\f106"; }

.extend-btn {
  text-align: center;
  position: relative;
  margin-top: -95px;
  padding-top: 60px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.7)), color-stop(40%, rgba(255, 255, 255, 0.9)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:focus,
.btn:focus {
  outline: none; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  color: white; }

/* .btn {
  border-radius: 0px;
  border-radius: 7px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 13px 45px;
  line-height: normal;
} */
.btn:active {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset; }

.btn-primary {
  background: #FBB317;
  border-color: #FBB317; }

/* .btn-default {
  border: 0 none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
} */
.btn-default:hover, .btn-default:focus {
  color: white !important; }

button[type="submit"] {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

button[type="submit"]:hover,
.btn-submit:hover {
  color: white !important; }

.form-submit button[type="submit"] {
  background-color: #333333; }

.btn-offer {
  border: 2px solid;
  margin-right: 20px;
  letter-spacing: 0.010em;
  font-size: 22px;
  padding: 10px 45px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.btn-offer.active {
  box-shadow: 0 0 0 transparent; }

.btn-offer.active > span {
  color: white; }

.btn-offer:hover, .btn-offer:focus {
  color: white !important; }

.btn-offer:hover > span, .btn-offer:focus > span {
  color: white; }

@media only screen and (max-width: 767px) {
  .btn-offer {
    font-size: 18px;
    padding: 13px 20px;
    line-height: 1;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px; } }
.btn-more {
  padding-left: 15px;
  padding-right: 15px; }

.btn-more span {
  padding: 0 70px;
  position: relative; }

.btn-more span:before {
  background-color: white;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: -10px;
  width: 1px;
  z-index: 0; }

.btn-more > i.fa {
  font-size: 18px; }

.btn-details:hover {
  color: white !important; }

.hospitality-more {
  padding-left: 15px;
  padding-right: 15px;
  display: table;
  margin: 60px auto 0;
  cursor: inherit; }

.hospitality-more span.text {
  padding: 0 45px;
  position: relative; }

.hospitality-more span.text:before {
  background-color: white;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
  z-index: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.65;
  margin-left: 3px; }

.hospitality-more > i.fa {
  font-size: 18px; }

.hospitality-more:hover {
  color: white !important; }

.hospitality-more .next, .hospitality-more .prev {
  cursor: pointer;
  padding: 2px 15px; }

.btn-details {
  background-color: #659d42;
    border-radius: 5px;
    font-size: 14px;
    /* font-weight: 600; */
    padding: 10px 10px;
    text-transform: capitalize;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff; }

.btn-submit {
  font-size: 14px;
  padding: 5px 0;
  text-transform: uppercase;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  line-height: 45px; }

#login-modal .btn-submit,
#registrar-modal .btn-submit,
#booking-modal .btn-submit {
  line-height: normal; }

.form-submit #submit {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  padding: 10px 30px; }

input[type="text"], .menu_feed textarea[type="text"], .menu_feed select[type="text"],
input[type="email"],
.menu_feed textarea[type="email"],
.menu_feed select[type="email"],
input[type="url"],
.menu_feed textarea[type="url"],
.menu_feed select[type="url"],
input[type="password"],
.menu_feed textarea[type="password"],
.menu_feed select[type="password"],
input[type="search"],
.menu_feed textarea[type="search"],
.menu_feed select[type="search"] {
  padding: 0.5em 1em; }

input[type="text"]:focus, .menu_feed textarea[type="text"]:focus, .menu_feed select[type="text"]:focus,
input[type="email"]:focus,
.menu_feed textarea[type="email"]:focus,
.menu_feed select[type="email"]:focus,
input[type="url"]:focus,
.menu_feed textarea[type="url"]:focus,
.menu_feed select[type="url"]:focus,
input[type="password"]:focus,
.menu_feed textarea[type="password"]:focus,
.menu_feed select[type="password"]:focus,
input[type="search"]:focus,
.menu_feed textarea[type="search"]:focus,
.menu_feed select[type="search"]:focus {
  outline: none; }

input[type="search"], .menu_feed textarea[type="search"], .menu_feed select[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration, .menu_feed textarea[type="search"]::-webkit-search-decoration, .menu_feed select[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*select {*/
/*  appearance: none;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  background: transparent url("images/select-bg.png") no-repeat scroll 95% 50%;*/
/*  width: 100%; }*/

select option[selected] {
  color: white; }

select:focus {
  outline: none; }

input:-webkit-autofill, .menu_feed textarea:-webkit-autofill, .menu_feed select:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #787878 !important; }

input:-webkit-autofill:focus, .menu_feed textarea:-webkit-autofill:focus, .menu_feed select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #787878 !important; }

input:-webkit-autofill, .menu_feed textarea:-webkit-autofill, .menu_feed select:-webkit-autofill,
input:-webkit-autofill:hover,
.menu_feed textarea:-webkit-autofill:hover,
.menu_feed select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
.menu_feed textarea:-webkit-autofill:focus,
.menu_feed select:-webkit-autofill:focus,
input:-webkit-autofill:active,
.menu_feed textarea:-webkit-autofill:active,
.menu_feed select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

textarea {
  display: block;
  width: 100%;
  font-size: 0.8em;
  padding-left: 3px;
  display: block; }

option {
  background-color: white;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 25px;
  color: #3d3d3d;
  padding: 5px 15px; }

/* Placeholder Color */
::-webkit-input-placeholder {
  color: #bababa; }

:-moz-placeholder {
  color: #bababa;
  opacity: 1; }

::-moz-placeholder {
  color: #bababa;
  opacity: 1; }

:-ms-input-placeholder {
  color: #bababa; }

.contact-respond input.form-controllar, .contact-respond .menu_feed textarea.form-controllar, .menu_feed .contact-respond textarea.form-controllar, .contact-respond .menu_feed select.form-controllar, .menu_feed .contact-respond select.form-controllar,
.contact-respond textarea.form-controllar,
.comment-respond input.form-controllar,
.comment-respond .menu_feed textarea.form-controllar,
.menu_feed .comment-respond textarea.form-controllar,
.comment-respond .menu_feed select.form-controllar,
.menu_feed .comment-respond select.form-controllar,
.comment-respond textarea.form-controllar {
  border-bottom: 1px solid #e2e2e2 !important;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  padding: 5px 15px;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  font-size: 12px; }

.contact-respond #name,
.contact-respond #email,
.contact-respond #subject,
.comment-respond #name,
.comment-respond #email,
.comment-respond #subject {
  height: 45px; }

/* Form Controls */
.form-controller {
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent inset;
  background-color: transparent;
  width: 100%; }

.form-controller:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.search-box .form-controller {
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  padding: 12px 20px;
  color: inherit; }

.input {
  background-color: transparent;
  border: 0;
  font-size: 13px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #659d42;
  border-radius: 0; }

.input input, .input .menu_feed textarea, .menu_feed .input textarea, .input .menu_feed select, .menu_feed .input select,
.input select {
  color: #000000;
  font-weight: 500;
  /* height: 50px; */
  padding: 5px 0px; }

.input select {
  border-radius: inherit; }

.input > i.fa {
  position: absolute;
  left: 0;
  top: 8px }

  .fa--2x{
    font-size:20px;
  }

.single-room .input > i.fa {
  position: absolute;
  right: 0;
  left: auto;
  top: 8px }
  .single-room form:first-child p{
    color:unset;
  }

.review-comment-form {
  border: 1px solid #659d42;
  padding: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  /* background: #f58634; */
  background: transparent;
  box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.17); }
  
.review-comment-form p{
    color:#ffffff;
}
.full-map {
    height:350px;
}

.full-map iframe{
    height:100%;
}
.single-input {
  margin-bottom: 15px; }

.single-input input, .single-input .menu_feed textarea, .menu_feed .single-input textarea, .single-input .menu_feed select, .menu_feed .single-input select,
.single-input textarea {
  /* border: 1px solid #e7e7e7; */
  border-radius: 0px; }

.single-input textarea {
  min-height: 200px;
  max-width: 100%; }

.single-input #check {
  margin-right: 5px; }

.single-input .review-rating {
  font-size: 14px;
  margin-left: 15px; }

.single-input select {
  background: transparent; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

a:hover, a:focus, a:active {
  text-decoration: none; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: 0;
  text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#mobile-menu {
  display: none; }

/* .collapse.navbar-collapse {
  display: inline-block;
  float: right;
  padding: 0;
}
 */
.overlapblackbg {
  display: none; }

.menu-wrapper {
  border-radius: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px solid; }

.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent; }

/* .mainmenu > li > a {
      padding: 8px 10px 20px;
  color: black;
  background-color: inherit;
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  line-height: normal;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  white-space: nowrap;
} */
.mainmenu > li > a > span {
      margin-left: 9px;
    vertical-align: middle;
    font-size: 14px;
    color: #fff; }

.mainmenu > li:last-child a {
  padding-right: 0px; }

.mainmenu > li.current-menu-item > a:before,
.mainmenu > li.current-menu-ancestor > a:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.menu-click {
  display: none; }

/* Sub Menu CSS */
.sub-menu {
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  border: solid 1px #f1f1f1;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: transform 0.3s,opacity 0.4s;
  transition: transform 0.3s,opacity 0.4s;
  left: 120px;
  top: 0; }

.sub-menu li {
  position: relative; }

.sub-menu li a {
  background: white;
  background-image: none;
  color: #000;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 1.5em;
  padding: 12px 12px 12px 18px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: normal;
  font-weight: 600; }

.sub-menu li:last-child a {
  border-bottom: none; }

.sub-menu li a,
.sub-menu .sub-menu li a {
  border-bottom: 1px solid #f1f1f1; }

.sub-menu li:last-child > a {
  border-bottom: 0; }

/* .menuexpandermain {
  display: none;
} */
.mainmenu {
  filter: alpha(opacity=100);
  filter: alpha(opacity=0); }

/* #masthead-home .mainmenu li:hover{
  background: rgba(255, 255, 255, 0);
} */
.mainmenu li:hover {
  background: transparent }

.mainmenu li a:hover {
  color: #659d42; }

.mainmenu .active a {
  background: #fafafa;
  color: #659d42; }

#masthead-home .mainmenu .active a {
  background: none;
  color: #821618; }

.mainmenu .sub-menu {
  min-width: 200px; }

.mainmenu li:hover .sub-menu,
.mainmenu .sub-menu li:hover .sub-menu {
  display: block; }

.mainmenu .sub-menu .sub-menu,
.mainmenu .sub-menu .sub-menu .sub-menu {
  min-width: 200px;
  position: absolute;
  left: 100%;
  top: -1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: transform 0.4s,opacity 0.4s;
  transition: transform 0.4s,opacity 0.4s;
  z-index: 1001; }

.mainmenu .sub-menu li:hover .sub-menu,
.mainmenu .sub-menu .sub-menu li:hover .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  list-style: none;
  background-color: white; }

.mainmenu .sub-menu a span {
  margin-top: 5px;
  float: right;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: middle;
  color: #999;
  font-size: 14px;
  margin-right: 5px; }

.sub-menu li {
  position: relative;
  display: block; }

/*Animation*/
.mainmenu {
  filter: alpha(opacity=100); }

.mainmenu li {
  filter: alpha(opacity=100); }

@media only screen and (min-width: 992px) {
  .mainmenu li > .sub-menu {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden; } }
.mainmenu li:hover {
  filter: alpha(opacity=100); }

@media only screen and (min-width: 992px) {
  .mainmenu li:hover > .sub-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
/* hover Color */
.mainmenu li a, .sub-menu > li a, .sub-menu > li > a > span {
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s; }

.mainmenu li .sub-menu > li:hover > a {
  background-color: #fafafa; }

.mainmenu li .sub-menu > li:hover > a span {
  margin-right: 5px; }

.sub-menu > li > a:hover,
.sub-menu .sub-menu > li > a:hover,
.sub-menu .sub-menu .sub-menu > li > a:hover {
  background-color: #f1f1f1;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none; }

@media only screen and (min-width: 991px) {
  #header-top #mobile-main-nav {
    display: none; } }
/* .mainmenu > li > a {
  color: #ffffff;
}
 */
.mainmenu > li::after {
  color: #5a5a5a; }

.right-side-menu .sub-menu {
  right: -15px; }

.right-side-menu .right-side-menu .sub-menu,
.right-side-menu .sub-menu .right-side-menu .sub-menu {
  right: 100%;
  left: auto; }

.right-side-menu .sub-menu > li:hover > a span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.sub-menu .sub-menu {
  box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.25); }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.page-nav.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 70px 0 0px;
      z-index: 2;
    position: relative;}

.page-nav.breadcrumb > li {
  text-transform: capitalize;
  color: #969696; }

.page-nav.breadcrumb > li > a {
  color: #3d4348;
  font-size: 14px; }

.paginations {
  margin: 25px 0; }

.paginations .paging-navigation {
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }

.paginations .paging-navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.paginations .paging-navigation ul li {
  display: inline-block;
  font-weight: bold; }

.paginations .paging-navigation ul li a {
  background-color: #f2f2f2;
  border-radius: 25px;
  color: black;
  display: block;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  width: 45px; }

.paginations .paging-navigation ul li a .fa {
  font-size: 20px;
  line-height: 35px; }

.paginations .paging-navigation ul li.active a {
  color: white; }

/*-------------------# Post Navigation----------------------*/
.post-navigation {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 7px 10px; }

.post-navigation .nav-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.post-navigation .post-previous, .post-navigation .post-next {
  display: inline; }

.post-navigation .post-next {
  float: right; }

.post-navigation a {
  color: #6c6c6c;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  -webkit-transition: all 0.20s ease 0s;
  transition: all 0.20s ease 0s; }

.post-navigation a i {
  margin: 0 4px; }

.menuexpandermain, #mobile-main-nav {
  display: block; }

/*Nav Expanding Open Effect*/
.main-navigation.menuopen {
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.main-navigation.menuclose {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.menucontent {
  z-index: 100; }

/* Navigation arrow Animation */
.animated-arrow {
  position: relative;
  right: 0;
  /* left: -28px; */
  /* top: 0; */
  z-index: 200;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.main-navigation {
  width: 27%;
  height: 0;
  position: fixed;
  right: 0;
  padding: 0;
  top: 0;
  margin: 0;
  z-index: 1010;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
  background-color: #517e35;
  overflow-y: auto;
  overflow-x: hidden; }

.main-navigation .mainmenu > li.current-menu-item > a,
.main-navigation .mainmenu > li.current-menu-ancestor > a {
  background-color: rgba(0, 0, 0, 0.04); }

.overlaybg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer; }

.overlaybg.menuopen {
  display: block; }

.main-navigation .mainmenu > li > a {
  backface-visibility: hidden;
    box-shadow: 0 0 1px transparent;
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 1.2;
    overflow: hidden;
    padding: 10px 14px;
    position: relative;
    text-decoration: none;
    transform: translateZ(0px);
    vertical-align: middle;
    font-weight: 300;
    
}

.animated-arrow.menuopen span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0; }

.mainmenu.top-menu > li:first-of-type > a {
  border-top: 0 none; }

.mainmenu.top-menu > li:last-of-type > .sub-menu > li:first-of-type > a {
  border-top: 0 none; }

#mobile-main-nav .mainmenu .sub-menu a {
  line-height: 24px; }

#mobile-main-nav .mainmenu .sub-menu li a,
#mobile-main-nav .mainmenu .sub-menu .sub-menu li a {
  border-bottom: 1px solid #ebebeb; }

#mobile-main-nav .mainmenu .sub-menu > li:last-of-type > a {
  border-bottom: 1px solid #ebebeb; }

li.menu-item > ul.sub-menu,
li.menu-item:not(.sh_mega) ul.sub-menu {
  display: none; }

/*--------------------------------------------------------------
## Navigation Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .site-navigation {
    display: none; }

  .main-navigation .mainmenu {
    margin: 0; }

  .menu-area {
    margin-top: 0; }

  .menu-area:before {
    border: 0 none; }

  .navigation.menuopen {
    display: block; }

  .mainmenu li a span:not(.my-cart) {
    display: none; }

  #mobile-menu {
    display: block; }

  .mainmenu > li:hover > a {
    background-color: rgba(0, 0, 0, 0.04);
    text-decoration: none; }

  /* Default Color */
  .mainmenu li:hover .sub-menu {
    display: none; }

  .mainmenu li:hover .sub-menu .sub-menu {
    display: none; }

  .mainmenu li:hover .megamenu {
    display: none; }

  #main-mobile-container .mainmenu > li::after {
    content: ""; }

  .mainmenu .sub-menu .sub-menu li:hover .sub-menu {
    display: none;
    list-style: none;
    padding: 2px;
    background-color: white; }

  .mainmenu li:first-child a {
    -webkit-border-radius: 0;
    border-radius: 0; }

  .mainmenu li:last-child a {
    border-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  .innerpnd {
    padding: 0; }

  .menu-container {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  .menuexpander {
    display: inline-block;
    height: 53px;
    margin-bottom: -6px;
    position: relative;
    width: 56px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  /* Mobile click to drop arrow */
  .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 120; }

  .menu-click i {
    display: block;
    background-size: 25px;
    font-size: 14px;
    color: #ffffff;
    float: right;
    padding: 15px;
    width: 43px;
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease; }

  .menu-extend.fa-plus::before {
    content: "\f068";
    font-family: FontAwesome; }
    
       

  /*2nd UL Style*/
  /* .mainmenu .sub-menu a {
    display: block;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: normal;
  } */
  .main-navigation .menu-wrapper ul > li ul {
    border-top: 0 none;
    border-bottom: 0 none;
    border-right: 0 none; }

  .mainmenu .sub-menu .sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0;
    padding: 0;
    border: solid 0;
    transform: none;
    opacity: 1;
    visibility: visible; }

  .mainmenu .sub-menu .sub-menu li {
    margin: 0;
    padding: 0;
    position: relative; }

  .sub-menu sub li:hover > a {
    color: white; }

  .mainmenu > li > a .fa {
    margin-right: 6px; }

  .sub-menu .sub-menu .sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0;
    padding: 0;
    border: solid 0;
    transform: none;
    opacity: 1;
    visibility: visible; }

  .sub-menu .sub-menu .sub-menu li {
    margin: 0; }

  .sub-menu .sub-menu .sub-menu a {
    display: block;
    padding: 11px 25px;
    font-weight: normal; }

  .sub-menu .sub-menu .sub-menu li:hover > a {
    color: #fff; }

  .main-navigation .menu-wrapper .container {
    padding: 0; }

  /* .main-navigation .menu-wrapper .row {
    margin: 0;
  } 

  .main-navigation .mainmenu {
    height: 100%;
    display: block;
  }

  .main-navigation .mainmenu > li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    text-align: left;
    white-space: inherit;
  }
*/
  .main-navigation .mainmenu > li > a::before {
    opacity: 0; }

  .main-navigation .mainmenu > li > a::after {
    position: relative;
    content: ""; }

  /* .main-navigation .mainmenu > li > a {
    padding: 9px 32px 9px 17px;
    font-size: 15px;
    letter-spacing: 0;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    border-bottom: 1px solid #ebebeb;
    position: static;
    color: black;
    font-family: inherit;
  } */
  .sub-menu {
    transform: none;
    opacity: 1;
    display: none;
    position: relative;
    top: 0px;
    background-color: white;
    border: 0 none;
    padding: 0;
    margin: 0;
    visibility: visible;
    color: #505050;
    font-family: inherit;
    font-weight: normal; }

  .sub-menu li {
    position: relative; }

  .sub-menu .sub-menu li a {
    color: #505050; }

  .sub-menu .sub-menu li a {
    line-height: 20px;
    font-size: 13px; }

  .sub-menu li .sub-menu li a {
    padding-left: 28px; }

  .sub-menu .fa {
    margin-right: 0; }

  .mrginleft {
    margin-left: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  #menu-marker {
    display: none; } }
@media only screen and (max-width: 600px) {
  .menuexpander .menuopen {
    left: 240px;
    margin-top: 4px; } }
/* @media only screen and (max-width: 359px) {
  .mobile-menu-main #navtoggole-main.animated-arrow.menuopen {
    left: 12.5em;
  }
} */
/*--------------------------------------------------------------
# Pagination Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  .paginations.col-md-12 {
    padding: 0; }

  .paginations.col-md-12 .nav-links li a {
    padding: 0;
    letter-spacing: 1px; }

  .paginations.col-md-12 .nav-links li a span {
    margin: 0; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP tool-bar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.8em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.8em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Author Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0px 0 15px;
  overflow: hidden;
  position: relative; }

.widget:last-child {
  border-bottom: none; }

.widget select {
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 0.4em 0.8em;
  outline: none;
  position: relative; }

.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget ul li {
  border-bottom: 1px solid #e2e2e2; }

.widget ul li:last-child {
  border-bottom: 0px solid; }

.widget .widget-title-area {
  margin-bottom: 30px; }

.widget .widget-title {
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0; }

.widget .widget-content {
  position: relative;
  overflow: hidden;
  margin-left: 80px;
  display: inline-block; }

.widget .widget-content:nth-child(3) {
  margin-left: 40px; }

.widget pre {
  padding: 0.5em; }

.widget label {
  margin-bottom: 0;
  display: inline; }

.widget option {
  padding: 0.2em 1em; }

.widget input[type="text"], .widget .menu_feed textarea[type="text"], .menu_feed .widget textarea[type="text"], .widget .menu_feed select[type="text"], .menu_feed .widget select[type="text"],
.widget input[type="email"],
.widget .menu_feed textarea[type="email"],
.menu_feed .widget textarea[type="email"],
.widget .menu_feed select[type="email"],
.menu_feed .widget select[type="email"],
.widget input[type="url"],
.widget .menu_feed textarea[type="url"],
.menu_feed .widget textarea[type="url"],
.widget .menu_feed select[type="url"],
.menu_feed .widget select[type="url"],
.widget input[type="password"],
.widget .menu_feed textarea[type="password"],
.menu_feed .widget textarea[type="password"],
.widget .menu_feed select[type="password"],
.menu_feed .widget select[type="password"],
.widget input[type="search"],
.widget .menu_feed textarea[type="search"],
.menu_feed .widget textarea[type="search"],
.widget .menu_feed select[type="search"],
.menu_feed .widget select[type="search"],
.widget textarea {
  padding: 0.5em 1em; }

.widget input[type="text"]:focus, .widget .menu_feed textarea[type="text"]:focus, .menu_feed .widget textarea[type="text"]:focus, .widget .menu_feed select[type="text"]:focus, .menu_feed .widget select[type="text"]:focus,
.widget input[type="email"]:focus,
.widget .menu_feed textarea[type="email"]:focus,
.menu_feed .widget textarea[type="email"]:focus,
.widget .menu_feed select[type="email"]:focus,
.menu_feed .widget select[type="email"]:focus,
.widget input[type="url"]:focus,
.widget .menu_feed textarea[type="url"]:focus,
.menu_feed .widget textarea[type="url"]:focus,
.widget .menu_feed select[type="url"]:focus,
.menu_feed .widget select[type="url"]:focus,
.widget input[type="password"]:focus,
.widget .menu_feed textarea[type="password"]:focus,
.menu_feed .widget textarea[type="password"]:focus,
.widget .menu_feed select[type="password"]:focus,
.menu_feed .widget select[type="password"]:focus,
.widget input[type="search"]:focus,
.widget .menu_feed textarea[type="search"]:focus,
.menu_feed .widget textarea[type="search"]:focus,
.widget .menu_feed select[type="search"]:focus,
.menu_feed .widget select[type="search"]:focus,
.widget textarea:focus {
  box-shadow: none; }

#footer-bottom-section .widget-title {
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  color: #2c2c2c; }

.left-sidebar .widget {
  margin: 0px;
  margin-bottom: 50px; }

#secondary.right-sidebar {
  margin-top: -10px; }

#secondary.right-sidebar .widget {
  margin: 0 0 50px; }

@media only screen and (max-width: 991px) {
  #secondary.right-sidebar {
    margin: 70px 0 0px; } }
@media only screen and (max-width: 600px) {
  #secondary.right-sidebar {
    margin: 40px 0 0px; }

  #secondary.right-sidebar .widget {
    margin: 0 0 25px; } }
#secondary.top-sidebar {
  margin-top: -13px;
  margin-bottom: 70px; }

@media only screen and (max-width: 767px) {
  #secondary.top-sidebar {
    margin-bottom: 0px; }
    #hotel-form .input > i.fa {
      left: 23%;
      top: 5px;
      font-size: 16px;
    } 
  }
#secondary2 {
  margin-top: -30px; }

.search-form .ramble-advance-search {
  display: none;
  background: white;
  padding: 10px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-top: 0 none; }

.search-form .search-type-column {
  display: inline-block;
  margin-right: 22px; }

.search-form .search-type-column label {
  margin-left: 5px; }

.widget-title-area {
  position: relative;
  display: block; }

.widget .expand-margin.widget-title:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0; }

.widget .expand-margin.expand.widget-title:after {
  content: "\f106"; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pre-Loader
--------------------------------------------------------------*/
.preloader {
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  z-index: 999999; }

.preloader .loader {
  top: 40%;
  position: relative; }

.preloader .loader i {
  font-size: 3em; }

.preloader-logo {
  position: relative;
  top: 20%; }

.preloader-logo img {
  margin: auto; }

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Top
--------------------------------------------------------------*/
.header-top {
  padding: 15px 0;
  background-color: #131313; }

#masthead-home {
  position: absolute;
  z-index: 999;
  width: 100%;
  /*background:#660c0d;*/ }

#masthead-home .header-top {
  padding: 15px 0;
  background-color: rgba(19, 19, 19, 0.4); }

@media only screen and (max-width: 992px) {
  .header-top .addresses {
    text-align: center;
    margin-bottom: 15px; } }
.addresses, .social-links {
  float: right;
  margin-top: 25px; }

.social-links {
  margin-left: 25px;
  color: #fff; }

.addresses > div {
  display: inline-block;
  margin-right: 30px;
  color: #fafafa; }

.addresses > div:last-child {
  margin-right: 0; }

.addresses > div > i {
  float: left;
  vertical-align: middle;
  position: relative;
  top: 3px; }

.addresses > div p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 25px;
  text-transform: none; }

.header-top .col-md-4 {
  text-align: right; }

@media only screen and (max-width: 992px) {
  .header-top .col-md-4 {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .header-top .col-md-4 {
    padding: 0; } }
.header-top .col-md-4 > div {
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .header-top .col-md-4 > div {
    vertical-align: middle; } }
.header-top .col-md-4 .social-links > a {
  color: #fafafa;
  margin: 0 8px; }

@media only screen and (max-width: 767px) {
  .header-top .col-md-4 .social-links > a {
    margin: 0;
    padding: 8px; } }
.header-top .col-md-4 .search-area > i.fa-search {
  color: #bababa;
  cursor: pointer; }

.header-top .col-md-4 .search-area {
  position: relative; }

.header-top .col-md-4 .search-area .header-search {
  display: none;
  position: absolute;
  background: #fff;
  width: 270px;
  right: -15px;
  margin-top: 10px;
  padding: 10px;
  z-index: 99;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

.header-top .col-md-4 .search-area .header-search .form-controller {
  border: 1px solid;
  height: 42px; }

.header-top .col-md-4 .search-area .btn.btn-default {
  padding: 7px 15px;
  border-radius: 0;
  height: 42px; }

.header-top .col-md-4 .mobile-search-area {
  max-width: 205px; }

@media only screen and (max-width: 767px) {
  .header-top .col-md-4 .mobile-search-area {
    max-width: 160px; } }
.header-top .col-md-4 .mobile-search-area .btn-default {
  padding: 8px 10px;
  background: transparent; }

/*--------------------------------------------------------------
# Header Bottom
--------------------------------------------------------------*/
.header-bottom {
  /*background-color: rgba(255, 255, 255, .4);*/ }

.header-bottom .logo-block {
      padding: 0 15px;
    position: relative;
    z-index: 9999;
    width: 200px;
}

.welcome-section:after {
  content: '';
  display: block;
  width: 100%;
  height: 42px;
  /*background: url(../img/yellow_bg.gif);*/
  bottom: -42px;
  position: absolute; }

/* .logo-block a img{ position: absolute;top: -48px;z-index: 2;} */
/* @media only screen and (max-width: 992px) {
  .header-bottom .logo-block {
    padding: 20px 0;
  }
} */
/* @media only screen and (max-width: 992px) {
  .header-bottom > .container > .row {
    overflow: hidden;
  }
} */
.section-title-one {
  position: relative;
  margin-bottom: 60px;
  padding: 0px; }

.section-title-one .title-box {
  position: relative;
  z-index: 9;
  background-color: #FCB315;
  border-bottom: 15px solid #f1f1f1;
  border-left: 15px solid #f1f1f1;
  border-radius: 0 0 105px 105px;
  border-right: 15px solid #f1f1f1;
  margin: 0 auto 15px;
  padding-top: 25px;
  width: 210px; }

@media only screen and (max-width: 767px) {
  .section-title-one .title-box {
    width: 200px;
    padding-top: 15px; } }
.section-title-one .title-box .title-box-inner {
  background-color: white;
  border-radius: 50%;
  min-height: 145px;
  margin: 0 auto 18px;
  min-width: 145px; }

.section-title-one .title-box .title-box-inner h3.section-name {
  text-transform: capitalize;
  color: #999999;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0;
  line-height: 24px;
  font-family: inherit; }

.section-title-one .title-box .title-box-inner h3.section-name span {
  color: black;
  display: block; }

.section-title-one .title-box .title-box-inner .fa {
  color: #747474;
  font-size: 30px; }

.section-title-one h2.section-title {
  color: #3d3d3d;
  font-size: 36px;
  font-weight: 900;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 0; }

@media only screen and (max-width: 767px) {
  .section-title-one h2.section-title {
    position: relative;
    top: 0;
    margin-bottom: 10px;
    margin-top: 0; } }
.section-title-one h2.section-title > span {
  margin: 0 130px; }

@media only screen and (max-width: 767px) {
  .section-title-one h2.section-title > span {
    margin: 0; } }
.section-title-one h2.section-title > span:first-child {
  margin-left: 0; }

.section-title-one h2.section-title > span:last-child {
  margin-right: 0; }

/*--------------------------------------------------------------
# Welcome Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Welcome Section Basic
--------------------------------------------------------------*/
.welcome-text {
  color: white; }

.welcome-text .title {
  color: inherit;
  font-size: 25px;
  font-family: inherit;
  margin-bottom: 0;
  font-weight: 500; }

@media only screen and (max-width: 767px) {
  .welcome-text .title {
    font-size: 18px; } }
.welcome-text .headline {
  color: inherit;
  font-size: 75px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .welcome-text .headline {
    font-size: 40px; } }
.welcome-text > p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.75em;
  word-spacing: 0.010em; }

/*--------------------------------------------------------------
# Welcome Section Style One
--------------------------------------------------------------*/
.welcome-section.style-one {
  padding: 55px 0;
  position: relative; }

@media only screen and (max-width: 992px) {
  .welcome-section.style-one {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media only screen and (max-width: 992px) {
  .welcome-section.style-one > .container > .row {
    margin: 0; } }
.welcome-section.style-one:before {
  background-color: rgba(0, 0, 0, 0.61);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: ""; }

.welcome-section.style-one .container {
  padding: 0; }

@media only screen and (max-width: 992px) {
  .welcome-section.style-one .container + div iframe {
    width: 100% !important;
    margin-left: 0 !important; } }
@media only screen and (min-width: 992px) {
  .welcome-section.style-one .col-md-2 {
    padding-right: 0; } }
@media only screen and (max-width: 1199px) {
  .welcome-section.style-one .btn-offer {
    margin-bottom: 5px; } }
.welcome-section.style-one #aravira-facility {
  background-color: white;
  padding: 40px 50px; }

@media only screen and (max-width: 1199px) {
  .welcome-section.style-one #aravira-facility {
    padding: 30px; } }
.welcome-section.style-one #aravira-facility a.single-facility {
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  text-align: center;
  letter-spacing: 0.015em; }

.welcome-section.style-one #aravira-facility a.single-facility > span {
  display: block;
  margin: 5px 0 10px; }

.welcome-section.style-one #aravira-facility a.single-facility > .fa {
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 24px;
  height: 55px;
  line-height: 55px;
  margin: auto;
  width: 65px; }

@media only screen and (max-width: 992px) {
  .welcome-section.style-one #aravira-facility a.single-facility {
    display: inline-block;
    padding: 0 15px; } }
@media only screen and (max-width: 992px) {
  .welcome-section.style-one #aravira-facility .facility-col {
    text-align: center; } }
.welcome-section.style-one .owl-controls > .owl-nav > div {
  background-color: #f1f1f1;
  border-radius: 3px;
  color: black;
  display: inline-block;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  margin: 0 4px;
  width: 28px; }

.welcome-section.style-one .col-md-7 {
  padding-right: 0;
  min-height: 400px; }

@-moz-document url-prefix() {
  .welcome-section.style-one .col-md-7 {
    height: 400px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .welcome-section.style-one .col-md-7 {
    height: 400px; } }
@supports (-ms-ime-align: auto) {
  .welcome-section.style-one .col-md-7 {
    height: 400px; } }
@media only screen and (max-width: 992px) {
  .welcome-section.style-one .col-md-7 {
    padding-right: 0;
    height: auto;
    margin-bottom: 15px; } }
/*--------------------------------------------------------------
# Welcome Section Style Two
--------------------------------------------------------------*/
.welcome-section.style-two .tb {
  margin: auto;
  text-align: center;
  float: none;
  left:50%;
  transform: translateX(-50%);
  bottom: 123px;
  font-size: 32px;
  color: #fff;
  position: absolute;
  /* text-shadow: 0 3px 6px rgba(0, 0, 0, 0.76); */
  font-weight: 500;
}

.welcome-section.style-two .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
.welcome-section.style-two .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev,
.welcome-section.style-two .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
  left: 5%; }

@media only screen and (max-width: 400px) {
  .welcome-section.style-two .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
  .welcome-section.style-two .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev,
  .welcome-section.style-two .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
    left: 1%; } }
.welcome-section.style-two .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
.welcome-section.style-two .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next,
.welcome-section.style-two .pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
  right: 5%; }

@media only screen and (max-width: 400px) {
  .welcome-section.style-two .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
  .welcome-section.style-two .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next,
  .welcome-section.style-two .pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
    right: 1%; } }
.welcome-section.style-two .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
.welcome-section.style-two .pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev,
.welcome-section.style-two .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev,
.welcome-section.style-two .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev,
.welcome-section.style-two .pogoSlider--dirTopRight .pogoSlider-dir-btn--prev {
  border-width: 0 0 5px 5px; }

.welcome-section.style-two .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next,
.welcome-section.style-two .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
.welcome-section.style-two .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next,
.welcome-section.style-two .pogoSlider--dirTopLeft .pogoSlider-dir-btn--next,
.welcome-section.style-two .pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
  border-width: 5px 5px 0 0; }

.welcome-section.style-two .pogoSlider--navBottom .pogoSlider-nav {
  bottom: 30px; }

@media only screen and (max-width: 767px) {
  .welcome-section.style-two .pogoSlider--navBottom .pogoSlider-nav {
    bottom: 10px; }
    .welcome-section.style-two .tb {
      font-size: 26px;
      line-height: 1.3;
      font-size: 18px;
    }
  }
.welcome-section.style-two .welcome-text > p {
  margin-bottom: 0; }

.welcome-section.style-two .welcome-text .title {
  margin-bottom: 0; }

.welcome-section.style-two .welcome-text .headline {
  margin-bottom: 30px; }

@media only screen and (max-width: 500px) {
  .welcome-section.style-two .welcome-text .headline {
    margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  .welcome-section.style-two .welcome-btn {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .welcome-section.style-two .welcome-btn .btn-offer {
    display: table;
    margin: 0 auto 10px; } }
/*@media only screen and (max-width: 992px) and (min-width: 768px) {
  
} */
/* @media only screen and (max-width: 767px) {
  .welcome-section.style-two .pogoSlider {
    padding-bottom: 90% !important;
  }
}
@media only screen and (max-width: 400px) {
  .welcome-section.style-two .pogoSlider {
    padding-bottom: 105% !important;
  }
} */
@media only screen and (max-width: 400px) {
  .welcome-section.style-two .pogoSlider-nav {
    display: none; } }
/*--------------------------------------------------------------
# Welcome Section Modal
--------------------------------------------------------------*/
#login-modal .modal-header,
#registrar-modal .modal-header,
#booking-modal .modal-header {
  border-bottom: 0 none; }

#login-modal .modal-body,
#registrar-modal .modal-body,
#booking-modal .modal-body {
  padding: 0 45px 20px; }

@media only screen and (max-width: 500px) {
  #login-modal .modal-body,
  #registrar-modal .modal-body,
  #booking-modal .modal-body {
    padding: 0 30px 20px; } }
#login-modal .modal-title,
#registrar-modal .modal-title,
#booking-modal .modal-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600; }

#login-modal .btn-submit,
#registrar-modal .btn-submit,
#booking-modal .btn-submit {
  padding: 15px 0; }

#login-modal .form-controller,
#registrar-modal .form-controller,
#booking-modal .form-controller {
  border: 0 none; }

#login-modal label,
#registrar-modal label,
#booking-modal label {
  font-weight: 600;
  font-size: 13px; }

#login-modal .btn-submit,
#registrar-modal .btn-submit,
#booking-modal .btn-submit {
  margin-top: 10px; }

#login-modal .login-help {
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px; }

#login-modal .login-help a {
  margin-right: 5px; }

#login-modal .login-help a:last-child {
  margin-left: 5px;
  margin-right: 0; }

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# On-line Book One
--------------------------------------------------------------*/
.online-book-form {
  padding: 30px 0 13px;
  }

.online-book-form .row:first-child {
  margin-bottom: 45px; }

  .online-book-form label {
    color: #3d3d3d;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-left: 25px; }

@media only screen and (max-width: 767px) {
  .online-book-form .row:first-child {
    margin-bottom: 15px; }
    .online-book-form label {
    margin-left: 0;
    }
.online-book-section.style-two .input {
      margin-top: 0 !important;
    }
    }


.online-book-form input.form-controller, .online-book-form .menu_feed textarea.form-controller, .menu_feed .online-book-form textarea.form-controller, .online-book-form .menu_feed select.form-controller, .menu_feed .online-book-form select.form-controller {
  /*   letter-spacing: 0.015em; */
  font-size: 12px; }

.online-book-form select {
  background: transparent; }

.res-btn {
  background: #659d42;
  border: none;
  padding: 11px 56px;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}

/* @media only screen and (max-width: 992px) {
  .online-book-form .input {
    margin-bottom: 15px;
  }
} */
/*--------------------------------------------------------------
# On-line Book Two
--------------------------------------------------------------*/
.welcome-section {
  position: relative;
  /*height: calc(100vh - 6rem);*/
    height:100vh;
}

.online-book-section.style-two {
  background-color: #fff;
  padding-top: 8px;
  position: absolute;
  width: 100%;
  bottom: -41px;
  left: 0; }

.online-book-section.style-two .section-title-area {
  padding: 0; }

.online-book-section.style-two .section-title-area .title-box-text {
  float: left;
  max-width: 220px; }

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .online-book-section.style-two .section-title-area .title-box-text {
    max-width: 200px; } }
.online-book-section.style-two .section-title-area .tb-cell {
  width: auto;
  height: auto; }

.online-book-section.style-two .section-title-area .title-box {
  background-color: #821618;
  color: white;
  border-bottom: 15px solid #f1f1f1;
  border-top: 15px solid #f1f1f1;
  border-left: 0 none;
  border-radius: 0 105px 105px 0;
  border-right: 15px solid #f1f1f1;
  margin: 0;
  padding-top: 25px;
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 175px; }

@-moz-document url-prefix() {
  .online-book-section.style-two .section-title-area .title-box {
    height: 175px; } }
.online-book-section.style-two .section-title-area .section-title {
  position: static;
  top: auto;
  margin: 5px 0 0 30px;
  font-size: 32px;
  color: inherit; }

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  .online-book-section.style-two .section-title-area .section-title {
    margin: 12px 0 0 10px;
    font-size: 25px; } }
@media only screen and (min-width: 1600px) {
  .online-book-section.style-two .section-title-area .section-title {
    margin: 10px 0 0 15px;
    font-size: 28px; }
    .unmatched_quality h2{
      font-size: 36px;
      line-height: 49.15px;
    }
    .online-book-section.style-two .form-content {
      width: 936px;
  }
    .unmatched_quality p{
      font-size: 16px;
      line-height: 30.72px;}
      .swiper.my__Swiper .text_title h5{
        font-size: 24px;
        margin:2rem 0 0.7rem;

      }
      .swiper.my__Swiper .text_title p{
        font-family: 24px;
      }
      .testimonials_wrper{
        min-height: 46rem ;
        place-items: flex-start;
      }
      .testimnls{
        margin-top: 9rem;

      }
  }
  @media only screen and (min-width: 1700px) {
    .unmatched_quality h2{
      margin-top:6.75rem;
    }
  }

@media only screen and (max-width: 767px) {
  .online-book-section.style-two .section-title-area .section-title {
    margin: 10px 0 0 30px;
    font-size: 24px; } }
.online-book-section.style-two .section-title-area .tb-cell.box-inner {
  max-width: 130px; }

.online-book-section.style-two .section-title-area .title-box-inner {
  border-radius: 50%;
  bottom: 0;
  color: inherit;
  display: inline-block;
  left: auto;
  max-height: 130px;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 7px;
  vertical-align: middle;
  width: 130px; }

@media only screen and (min-width: 1200px) {
  .online-book-section.style-two .section-title-area .title-box-inner {
    right: 10px; } }
@-moz-document url-prefix() {
  .online-book-section.style-two .section-title-area .title-box-inner {
    right: -5px;
    top: 2px;
    margin-right: 30px;
    margin-top: 20px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .online-book-section.style-two .section-title-area .title-box-inner {
    right: -5px;
    top: 2px;
    margin-right: 30px;
    margin-top: 20px; } }
@supports (-ms-ime-align: auto) {
  .online-book-section.style-two .section-title-area .title-box-inner {
    right: -5px;
    top: 2px;
    margin-right: 30px;
    margin-top: 20px; } }
.online-book-section.style-two .section-title-area .title-box-inner .section-name {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.2em;
  color: inherit;
  margin: 26px 0;
  position: relative;
  left: -8px; }

.online-book-section.style-two .section-title-area .title-box-inner .section-name span {
  display: block;
  font-weight: bold;
  font-size: 25px;
  color: inherit; }

.online-book-section.style-two .section-title-area .title-box-inner .fa {
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

@media only screen and (min-width: 1500px) {
  .online-book-section.style-two .col-md-3 {
    width: 22%; } }
@media only screen and (max-width: 767px) {
  .online-book-section.style-two .col-md-3 {
    padding: 0;
    margin-top: 15px; } }
.online-book-section.style-two .row:first-child {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .online-book-section.style-two .row:first-child {
    margin-bottom: 5px; }
    .online-book-section.style-two .form-content {
      border-radius: 5px;
    width: 100%;}}


/* @media only screen and (min-width: 1500px) {
  .online-book-section.style-two .form-content {
    width: 50%; }
    .first_half {
        
        margin-top: 15%;
    }} */
/* @media only screen and (min-width: 992px) and (max-width: 1499px) {
  .online-book-section.style-two .form-content {
    width: 74%; } } */
/* @media only screen and (max-width: 992px) {
  .online-book-section.style-two .form-content {
    margin-left: 15px;
    margin-right: 15px;
  }
} */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .online-book-section.style-two .col-md-3.col-lg-3 {
    width: 21.309% !important; } }
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .online-book-section.style-two .col-md-3.button-booking {
    width: 24% !important; } }
.online-book-section.style-two .input {
  border: 0 none;
  margin-top: -11px;
  /* border-bottom: 1px solid #660c0d;  */
}
@media only screen and (min-width: 1600px) {
  .container-large-screen {
    margin: auto;
    max-width: calc(100% - 462px);
  }
  .about_page_size{
    font-size:18px;
    line-height: 35px;
  }
  .section-align-title-area .section-align-title {
    font-size: 38px;
    line-height: 1.32em;
    margin: 12px 0 30px;
  }
  .btn-default.abt_btn_mrgn{
    margin-top: 1.5rem !important;
      }
}
@media only screen and (max-width: 767px) {
  .online-book-section.style-two .padding-left {
    padding-right: 15px; } }

/* @media only screen and (max-width: 992px) {
  .online-book-section.style-two {
    padding-bottom: 0px;
  }
} */
/*--------------------------------------------------------------
# Best Place Section
--------------------------------------------------------------*/
.single-best-place {
  position: relative;
  overflow: hidden;
  margin-bottom: 11px;
  cursor: pointer; }

.single-best-place .best-place-thumb img {
object-fit: cover;
  transform: scale(1) rotate(0deg);
  transition: all 0.65s ease-in 0s; }

.place-overlay {
  height: 100%;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  transform: scale(1.5);
  opacity: 0;
  padding: 10px; }

.place-overlay .place-overlay-outer {
  border-radius: 5px;
  display: table;
  height: 100%;
  width: 100%; }

@media only screen and (max-width: 992px) {
  .place-overlay .place-overlay-outer {
    padding: 8px; } }
.place-overlay .place-overlay-outer a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 32px;
  display: table-cell;
  vertical-align: middle; }

@media only screen and (max-width: 992px) {
  .place-overlay .place-overlay-outer a {
    font-size: 18px;
    line-height: 24px; } }
.single-best-place:hover .best-place-thumb img {
  transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg); }

.single-best-place:hover .place-overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .best-place-section.best-place-style-two .gallery {
    margin-top: 15px; } }
.best-place-section.best-place-style-two .gallery .col-md-6 {
  padding: 0 5px; }

@media only screen and (max-width: 767px) {
  .best-place-section.best-place-style-two .gallery .col-md-6 {
    padding: 0 15px; } }
/* @media only screen and (max-width: 500px) {
  .best-place-section.best-place-style-two .gallery .col-md-6.col-sm-6.col-xs-6 {
    width: 100%;
  }
} */
@media only screen and (max-width: 767px) {
  .best-place-section.best-place-style-two .ug-gallery-wrapper {
    padding: 0 !important; } }
.best-place-section.best-place-style-two .section-name {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-blue);
  letter-spacing: 0.025em;
  margin-bottom: 0; }

.best-place-section.best-place-style-two .btn.btn-default {
    margin-top: 0;
    padding: 10px;
    /* padding-left: 1.4rem; */
    width: 163px;
    text-align: center;
    font-size: 16px; }

/*--------------------------------------------------------------
# Our Hospitality Section
--------------------------------------------------------------*/
.our-hospitality-section {
  color: #454545;
  position: relative;
  padding-bottom: 75px; }

.our-hospitality-section:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.our-hospitality-section .section-title-dec {
  color: #a6a6a6;
  margin-top: 30px; }

.our-hospitality-section .icon .fa {
  font-size: 60px;
  color: white; }

.btn-more {
  margin-top: 70px; }

.single-hospitality {
  background-color: rgba(57, 207, 218, 0.1);
  border: 1px solid #5a5a5a;
  padding: 30px 15px 30px;
  text-align: center;
  min-height: 255px; }

.single-hospitality .icon {
  display: block;
  min-height: 52px; }

.single-hospitality h3 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
  margin: 15px 0;
  letter-spacing: 0.015em; }

.single-hospitality p {
  margin-bottom: 0;
  color: #a4a4a4;
  font-size: 14px; }

.single-hospitality .tenis,
.single-hospitality .money,
.single-hospitality .offer,
.single-hospitality .setting-view {
  fill: #fff;
  fill-rule: evenodd; }

.aravira-hospitality .item div {
  display: block; }

.hotel-room-section,
.blog-post-section,
.online-book-section,
.our-gallery-section {
  background-color: #f3f3f3; }

/*--------------------------------------------------------------
# Our Gallery Section
--------------------------------------------------------------*/
.our-gallery-section {
  position: relative;
  padding: 75px 0; }

.our-gallery-section p {
  font-size: 14px;
  line-height: 1.95em; }

@media only screen and (max-width: 992px) {
  .our-gallery-section .our-gallery-content {
    margin-top: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.our-gallery-section .our-gallery-content img {
  display: none; }

.our-gallery-section .section-align-title-dec {
  font-size: 25px;
  line-height: 1.45em; }

/* @media only screen and (max-width: 500px) {
  .single-room .room-info .room-services > li {
    width: 100%;
  }
} */
.single-room .room-info .room-services > li:nth-child(3n+1) {
  margin-right: 7px; }

/* @media only screen and (max-width: 500px) {
  .single-room .room-info .room-services > li:nth-child(3n+1) {
    margin-right: 0;
  }
} */
.single-room .room-info .room-services > li:nth-child(3n) {
  margin-left: 7px; }

@media only screen and (max-width: 500px) {
  .single-room .room-info .room-services > li:nth-child(3n) {
    margin-left: 0; } }
.single-room .room-info .room-services > li i.fa {
  font-size: 18px;
  margin: -3px 20px 0; }

.room-grid-area {
  /*  padding: 30px 0 45px; */
  position: relative; }

@media only screen and (max-width: 600px) {
  .room-grid-area .col-md-4.col-sm-6.col-xs-6 {
    width: 100%; } }
.single-room.list h3.room-title {
  font-size: 30px; }

.room-list-area {
  padding-bottom: 55px; }

.room-list-area .paginations {
  margin-top: -45px; }

/*--------------------------------------------------------------
# Hotel Room Section
--------------------------------------------------------------*/
.hotel-room-section {
  background: #fff;
  padding-bottom: 80px;
  position:relative;
  padding-top: 80px;
  }

.single-room {
  margin-bottom: 30px; }

.single-room .room-thumb {
  overflow: hidden; }

.single-room .room-thumb a img{
    width:100%;
}
/* .single-room img {
  width: 100%;
  display: block;
  margin: auto;
} */
.single-room .room-services img {
     width: 64px; 
  display: inline-block;
  padding: 0px 1px;
  margin: 0px 5px; }

.box-radius .room-services img {
  width: 34px;
  display: inline-block;
  padding: 0px 1px;
  margin: 0px 5px; }

.single-room .room-info {
    
    margin-top: 18px;
}

.single-room .room-info h5 {
  font-family: inherit;
  color: #444040;
  font-size: 12px;
  margin: 10px 0px;
  border-bottom: 1px solid #659d42;
  padding-bottom: 10px;
  font-weight: 600; }

.single-room .room-info .room-structure {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 300;
  margin: 0px 0 20px;
  font-family: "Poppins", sans-serif; }

.single-room .room-info .room-services {
  color: #848484;
  margin-bottom: 20px; }

.single-room .room-info .room-services i {
  margin: 0 8px;
  vertical-align: middle; }

.single-room .room-info .room-services > li {
  background-color: #ffffff;
    border-radius: 5px;
    color: #222222;
    float: left;
    font-size: 16px;
    margin: 0 0 7px;
    padding: 18px 15px;
    text-align: left;
    -webkit-width: calc(33.33% - 7px);
    width: calc(33.33% - 7px);
    border: 1px solid #8BC34A;
  } 
  
  .package-btn{
      background-color: #283f18;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
        margin: auto;
  }

@media only screen and (max-width: 992px) {
  .room-list-area .paginations {
    margin-top: 0;
    margin-bottom: 0; } }
.single-room.list {
  margin-bottom: 30px; }

@media only screen and (max-width: 992px) {
  .single-room.list {
    margin-bottom: 30px; } }
.single-room.list .room-thumb {
  margin-bottom: 10px; }

.single-room.list .btn.btn-details {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px; }

.single-room.list .btn.btn-details i.fa {
  margin-left: 40px; }

@media only screen and (max-width: 992px) {
  .single-room.list .btn.btn-details i.fa {
    margin-left: 10px; } }
.single-room.list .btn.btn-details:hover {
  color: white; }

@media only screen and (min-width: 992px) {
  .single-room.list .col-md-5 {
    width: 43.33%; } }
@media only screen and (min-width: 992px) {
  .single-room.list .col-md-7 {
    width: 56.67%;
    padding-left: 30px; } }
.single-room.list .room-info {
  border: 0px solid;
  text-align: left;
  margin-top: 90px;
  text-align:center;}

.single-room.list .room-info .room-title h3 {
  font-size: 30px;
  margin: -3px 0 8px; }

.single-room.list .room-info h5 {
  margin-bottom: 40px; }

.single-room.list .room-info .room-structure {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #4d4d4d;
  margin-bottom: 20px; }

.room-single-thumb .item {
  overflow: hidden; }

.room-single-thumb .item img {
  border-radius: 7px; }

.room-thumb-list {
  width: 29%;
  margin: auto; }

.room-thumb-list .item {
  overflow: hidden; }

.room-thumb-list .item img {
  border-radius: 7px;
  border: 1px solid #fff; }

.room-thumb-list .owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.room-thumb-list .owl-controls .owl-nav .owl-prev {
  left: -30px; }

.room-thumb-list .owl-controls .owl-nav .owl-next {
  right: -30px; }

.room-comments-area {
  border: 1px solid #f1f1f1; }

.room-comments-area .comment-respond {
  padding: 25px 30px; }

@media only screen and (max-width: 767px) {
  .room-comments-area .comment-respond {
    padding: 30px; } }
.room-single-area .room-title-area {
  margin-top: 30px; }

.room-single-area .room-title-area h5 {
  margin-bottom: 0;
  margin-top: 30px; }

@media only screen and (max-width: 800px) {
  .room-single-area .room-title-area h5 {
    margin-top: 0; } }
@media only screen and (max-width: 800px) {
  .room-single-area .room-title-area .pull-left,
  .room-single-area .room-title-area .pull-right {
    float: none !important; } }
.room-single-area .room-description h1, .room-single-area .room-description h2, .room-single-area .room-description h3, .room-single-area .room-description h4, .room-single-area .room-description h5, .room-single-area .room-description h6 {
  font-family: inherit;
  font-weight: bold; }

.room-single-area .room-service-area {
  margin-bottom: 30px; }

@media only screen and (max-width: 992px) {
  .room-single-area .single-room.list.mobile-extend {
    max-height: 1475px; } }
@media only screen and (max-width: 992px) {
  .room-single-area .extend-btn {
    margin-top: -160px; } }
@media only screen and (max-width: 992px) {
  .room-single-area .extend-icon {
    padding: 20px; } }
.room-single-area .review-comment-form .btn-submit {
  margin-top: 10px; }

.room-single-sidebar .single-input input, .room-single-sidebar .single-input .menu_feed textarea, .menu_feed .room-single-sidebar .single-input textarea, .room-single-sidebar .single-input .menu_feed select, .menu_feed .room-single-sidebar .single-input select {
  border: 0 none; }

.room-related-area {
  background-color: #f8f8f8;
  padding-bottom: 45px; }

.room-related-area .section-title-area {
  padding-bottom: 0; }

@media only screen and (max-width: 540px) {
  .room-related-area .col-md-3.col-sm-6.col-xs-6 {
    width: 100%; } }
/*--------------------------------------------------------------
# Service Section
--------------------------------------------------------------*/
.services-section {
  padding: 60px 0; }

.services-section .section-title-area {
  padding-bottom: 45px; }

.services-section .section-title-area .section-title {
  margin-bottom: 5px;
  margin-top: 0; }

.services-section .section-title-area .section-title-dec {
  margin-bottom: 0; }

.single-service-item {
  padding: 25px 0 10px; }

.single-service-item .icon {
  float: left;
  font-size: 32px;
  width: 65px;
  text-align: center;
  margin-top: -5px; }

.single-service-item .service-info {
  padding-left: 70px; }

.single-service-item .service-info > h4 {
  font-size: 16px;
  margin: 0 0 15px;
  color: #3d3d3d;
  display: inline-block;
  text-transform: capitalize;
  /* font-weight: bold; */
  font-family: "Montserrat", sans-serif; }

.single-service-item .service-info > p {
  font-size: 14px;
  line-height: 2em; }

.single-service-item i.fa.fa-free-code-camp {
  color: #f95428; }

.single-service-item i.fa.fa-laptop {
  color: #9972b5; }

.single-service-item i.fa.fa-wifi {
  color: #2394bc; }

.single-service-item i.fa.fa-coffee {
  color: #ffd05b; }

.single-service-item i.fa.fa-home {
  color: #e26e51; }

.single-service-item i.fa.fa-tripadvisor {
  color: #FCB315; }

.services-section .row .col-md-4 {
  padding-right: 0px; }

@media only screen and (min-width: 992px) {
  .services-section .row .col-md-4 {
    border-top: 1px solid gainsboro;
    border-left: 1px solid gainsboro; }

  .services-section .row .col-md-4:nth-child(4), .services-section .row .col-md-4:nth-child(7) {
    border-left: none; }

  .services-section .row .col-md-4:nth-child(1), .services-section .row .col-md-4:nth-child(2), .services-section .row .col-md-4:nth-child(3) {
    border-top: none; } }
.services-section .row .col-md-4 .single-service-item {
  padding-right: 15px; }

@media only screen and (min-width: 992px) {
  .services-section .row .col-md-4:nth-child(1) .single-service-item, .services-section .row .col-md-4:nth-child(2) .single-service-item, .services-section .row .col-md-4:nth-child(3) .single-service-item {
    padding-top: 15px; } }
@media only screen and (max-width: 992px) and (min-width: 500px) {
  .services-section .row .col-md-4:nth-child(1), .services-section .row .col-md-4:nth-child(2) {
    border-top: 0 none; } }
@media only screen and (min-width: 992px) {
  .services-section .row .col-md-4:nth-child(1) {
    border-left: 0 none; } }
.services-section .clearfix + .col-md-4 {
  border-left: 0 none; }

@media only screen and (max-width: 580px) {
  .services-section .single-service-item {
    border-bottom: 1px solid #f1f1f1; } }
@media only screen and (max-width: 580px) {
  .services-section .col-md-4:last-of-type .single-service-item {
    border-bottom: 0 none; } }
@media only screen and (max-width: 992px) {
  .services-section .row .col-md-4:nth-last-of-type(-n+2) {
    border-bottom: 0 none; } }
@media only screen and (max-width: 580px) {
  .hotel-room-section .col-md-3.col-sm-6.col-xs-6,
  .best-place-section.best-place-style-one .col-md-3.col-sm-6.col-xs-6,
  #footer-top-section .col-md-3.col-sm-6.col-xs-6 {
    width: 100%; } }
@media only screen and (max-width: 580px) {
  .blog-post-section .col-md-4.col-sm-6.col-xs-6,
  .services-section .col-md-4.col-sm-6.col-xs-6,
  #footer-bottom-section .col-md-4.col-sm-6.col-xs-6 {
    width: 100%; } }
.hotel-room-section .extend-btn {
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0.6) 0%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, #fafafa 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0.7)), color-stop(20%, rgba(250, 250, 250, 0.7)), color-stop(40%, rgba(250, 250, 250, 0.7)), color-stop(40%, rgba(250, 250, 250, 0.9)), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%);
  background: -o-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%);
  background: -ms-linear-gradient(top, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, white 100%);
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0.012) 0, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.7) 20%, rgba(250, 250, 250, 0.9) 40%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f8f8f8',GradientType=0 ); }

/*--------------------------------------------------------------
# Blog Post area
--------------------------------------------------------------*/
.blog-post-section {
  padding-bottom: 75px; }

@media only screen and (max-width: 992px) {
  .blog-post-section .section-align-title-area .section-align-title,
  .blog-post-section .section-align-title-area .section-align-title-dec {
    display: none; } }
@media only screen and (max-width: 992px) {
  .blog-post-section .section-align-title-area {
    text-align: center; } }
.blog-post-section .section-title-area {
  padding-top: 60px; }

.blog-post-section .section-title-area .section-title {
  margin-top: 0; }

.blog-post-section .section-title-area .section-title-dec {
  margin-bottom: 17px; }

@media only screen and (min-width: 992px) {
  .blog-post-section .post.hentry {
    margin-bottom: 0; } }
.post {
  background-color: white;
  padding: 20px; }

.post .post-thumb {
  border-radius: 5px;
  overflow: hidden;
  clear: both; }

.post .post-thumb > img {
  display: block;
  margin: auto; }

.post .fa-eye {
  color: #7c7c7c; }

.post .fa-heart-o {
  color: #FCB315; }

.post .fa-comments-o {
  color: #7cc144; }

.post .entry-meta > span {
  font-weight: 600;
  padding: 0 10px;
  position: relative;
  text-transform: capitalize; }

.post .entry-header .entry-meta {
  margin: 15px 0 5px; }

.post .entry-header .entry-meta > span:after {
  content: "|";
  position: absolute;
  right: -2px;
  top: 0; }

.post .entry-header .entry-meta > span:last-child:after {
  content: ""; }

.post .entry-author,
.post .entry-title,
.post .entry-footer {
  font-weight: bold; }

.post .entry-title {
  border-bottom: 1px solid #e1e1e1;
  font-family: inherit;
  color: #181818;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 0; }

.post .entry-footer-meta > span {
  color: #474747; }

.post .entry-footer-meta > span:first-child {
  padding-left: 3px; }

.post .entry-footer-meta i.fa {
  font-size: 16px; }

.blog-page-area {
  background-color: #f7f7f7;
  padding-bottom: 50px; }

.blog-page-area .paginations .paging-navigation ul li a {
  background-color: white; }

.blog-tab-menu {
  padding: 35px 0 20px; }

.blog-tab-menu > .nav-tabs {
  border-bottom: 0 solid; }

.blog-tab-menu > .nav-tabs > li > a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 40px;
  background-color: white;
  color: #3d3d3d;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin-right: 10px;
  margin-bottom: 10px; }

.blog-tab-menu > .nav-tabs > li > a:hover {
  background-color: #484848;
  color: white; }

.blog-tab-menu > .nav-tabs > li.active > a {
  background-color: #484848;
  color: white; }

.blog-single-page-area {
  background-color: #f7f7f7;
  padding: 35px 0 30px; }

.blog-single-page-area .container > .row > .col-md-12 > .box-radius {
  background-color: white;
  margin-bottom: 25px; }

.single-post {
  padding: 30px 60px; }

@media only screen and (max-width: 992px) {
  .single-post {
    padding: 30px; } }
@media only screen and (max-width: 480px) {
  .single-post {
    padding: 20px; } }
.single-post .entry-header .entry-title {
  border-color: transparent;
  font-size: 36px;
  line-height: 1.4em;
  margin: 30px 0 30px;
  padding-bottom: 0;
  font-weight: bold; }

@media only screen and (max-width: 992px) {
  .single-post .entry-header .entry-title {
    margin-top: 0; } }
.single-post .entry-header .entry-meta {
  margin: 0; }

.single-post .entry-header .entry-meta strong {
  color: #181818;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: capitalize; }

.single-post .entry-header .entry-meta > div {
  display: inline-block;
  margin-right: 70px;
  margin-bottom: 15px; }

@media only screen and (max-width: 992px) {
  .single-post .entry-header .entry-meta > div {
    margin-right: 30px; } }
.single-post .entry-header .entry-meta > div > span {
  color: #828282;
  font-weight: 600; }

.single-post .entry-header .entry-meta .entry-tag .tag > a {
  margin-right: 5px; }

.single-post .entry-header .entry-meta .entry-author {
  margin-right: 0; }

.single-post .entry-header .entry-meta .entry-author .author-name {
  display: inline-block; }

.single-post .entry-header .entry-meta .entry-author .author-image {
  float: right;
  margin-left: 15px;
  width: 57px;
  height: 53px;
  border-radius: 5px;
  overflow: hidden; }

@media only screen and (max-width: 992px) {
  .single-post .entry-header .entry-meta .entry-author.pull-right {
    float: none !important;
    margin-bottom: 0;
    position: relative;
    top: 5px; } }
@media only screen and (max-width: 767px) {
  .single-post .entry-header .entry-meta .entry-author.pull-right {
    display: none; } }
@media only screen and (max-width: 992px) {
  .single-post .entry-header .entry-meta .entry-author.pull-right .author-name.pull-left {
    float: right !important;
    text-align: left; } }
@media only screen and (max-width: 992px) {
  .single-post .entry-header .entry-meta .entry-author.pull-right .author-image.pull-right {
    float: left !important;
    margin-left: 0;
    margin-right: 15px; } }
.single-post .entry-content {
  margin-top: 30px;
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .single-post .entry-content {
    margin-top: 15px; } }
.single-post .entry-footer {
  margin: 0; }

.single-post .entry-footer .share {
  padding: 15px 0 20px; }

@media only screen and (max-width: 767px) {
  .single-post .entry-footer .share {
    padding: 0; } }
.single-post .entry-footer .share span {
  color: #181818;
  font-size: 18px;
  text-transform: capitalize;
  margin-right: 10px; }

.single-post .entry-footer .share > a {
  margin: 0 5px;
  color: #969696;
  font-size: 14px; }

@media only screen and (max-width: 560px) {
  .blog-page-area .tab-content .tab-pane .row > .col-md-4 {
    width: 100%; } }
@media only screen and (max-width: 992px) and (min-width: 540px) {
  .related-post-content .col-md-4.col-sm-6.col-xs-6:last-of-type {
    display: none; } }
@media only screen and (max-width: 540px) {
  .related-post-content .col-md-4.col-sm-6.col-xs-6 {
    width: 100%; } }
/*--------------------------------------------------------------
# Fun facts Content
--------------------------------------------------------------*/
.facts-content {
  height: 235px;
  margin-bottom: 0;
  width: 100%; }

.facts-content .single-count {
  display: table-cell;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle; }

.facts-content .single-count .count-number,
.facts-content .single-count .text {
  color: white;
  font-family: "Playfair Display", serif;
  margin: 0; }

.facts-content .single-count .count-number {
  font-size: 72px;
  line-height: 1em; }

.facts-content .single-count .text {
  font-size: 48px; }

@media only screen and (max-width: 480px) {
  .facts-content .single-count {
    width: 100%; }

  .single-achievement .achievement-title {
    font-size: 48px; } }
/*--------------------------------------------------------------
# Event Content
--------------------------------------------------------------*/
.events-page-area,
.event-list-area {
  padding: 20px 0 60px; }

.events-page-area .monthly-events-scdeule h2,
.events-page-area .monthly-events-scdeule h3,
.events-page-area .monthly-events-scdeule h4,
.events-page-area .single-event h2,
.events-page-area .single-event h3,
.events-page-area .single-event h4,
.event-list-area .monthly-events-scdeule h2,
.event-list-area .monthly-events-scdeule h3,
.event-list-area .monthly-events-scdeule h4,
.event-list-area .single-event h2,
.event-list-area .single-event h3,
.event-list-area .single-event h4 {
  font-family: inherit; }

.event-month-name {
  border-bottom: 3px solid #ebebeb;
  font-size: 24px;
  font-weight: bold;
  margin-right: 130px; }

@media only screen and (max-width: 992px) {
  .event-month-name {
    margin-right: 0; } }
.event-month-name > span {
  display: block;
  padding-bottom: 15px;
  position: relative; }

.event-month-name > span:after {
  background-color: #FCB315;
  bottom: -4px;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px; }

.events-list {
  position: relative;
  padding: 30px 0 0; }

.events-list:before {
  background-color: #c7c7c7;
  content: "";
  -webkit-height: calc(100% - 100px);
  height: calc(100% - 100px);
  left: 38.2%;
  position: absolute;
  top: 65px;
  width: 1px; }

@media only screen and (max-width: 499px) {
  .events-list:before {
    background-color: transparent;
    position: static; } }
.single-event {
  margin-bottom: 105px; }

@media only screen and (min-width: 992px) {
  .single-event .col-md-5 {
    padding-right: 0; } }
@media only screen and (max-width: 499px) {
  .single-event .col-md-5 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .single-event .col-md-7 {
    padding-left: 30px;
    padding-right: 0; } }
@media only screen and (max-width: 499px) {
  .single-event .col-md-7 {
    width: 100%; } }
.single-event .event-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize; }

.single-event .event-title:before {
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -54px;
  position: absolute;
  top: 6px;
  width: 15px; }

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .single-event .event-title:before {
    left: -44px; } }
@media only screen and (max-width: 767px) and (min-width: 660px) {
  .single-event .event-title:before {
    left: -40px; } }
@media only screen and (max-width: 659px) and (min-width: 500px) {
  .single-event .event-title:before {
    left: -38px; } }
@media only screen and (max-width: 499px) {
  .single-event .event-title:before {
    left: 0; } }
@media only screen and (max-width: 499px) {
  .single-event .event-title {
    padding-left: 30px; } }
.single-event:nth-child(2n-1) .event-title::before {
  background-color: #FCB315; }

.single-event:nth-child(2n) .event-title::before {
  background-color: #E14D43; }

.single-event .btn.btn-details {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #7a7a7a;
  font-size: 12px;
  padding: 12px 30px;
  text-transform: uppercase; }

.single-event .time-from {
  padding-left: 30px; }

@media only screen and (max-width: 499px) {
  .single-event .time-from {
    padding-left: 0; } }
.single-event .time-from .date {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0; }

.single-event .time-from .date span {
  font-size: 36px; }

.single-event .time-from .day {
  color: #a7a6a6;
  font-size: 24px;
  font-weight: lighter;
  line-height: 1.2em;
  margin-top: 0;
  text-transform: capitalize; }

@media only screen and (max-width: 499px) {
  .monthly-events-scdeule .single-event {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px; } }
@media only screen and (max-width: 499px) {
  .monthly-events-scdeule .events-list {
    padding-bottom: 30px; } }
@media only screen and (max-width: 499px) {
  .monthly-events-scdeule .event-title {
    margin-bottom: 15px; } }
.single-event.list {
  margin-bottom: 85px; }

.single-event.list:nth-child(n) .event-title::before {
  background-color: transparent; }

.single-event.list .event-thumb {
  clear: both;
  overflow: hidden;
  border-radius: 7px; }

.single-event.list .event-thumb > img {
  width: 100%; }

@media only screen and (min-width: 992px) {
  .single-event.list .event-header {
    margin-top: -15px; } }
.single-event.list .event-header .time-from {
  padding-left: 0; }

.single-event.list .event-header > div {
  display: inline-block; }

.single-event.list .event-header .time-start {
  float: right;
  text-align: center; }

.single-event.list .event-header .time-start > h3 {
  color: #454545;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: capitalize; }

.single-event.list .event-header .time-start .time {
  color: #a7a6a6;
  font-size: 18px;
  font-weight: lighter;
  margin-top: -5px; }

.single-event.list .event-title {
  font-size: 30px;
  margin-bottom: 15px;
  text-transform: capitalize; }

.single-event.list .event-cost > h3 {
  color: #454545;
  font-size: 30px;
  font-weight: bold;
  margin: 0; }

.single-event.list .event-cost .price {
  color: #838181;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px; }

/*--------------------------------------------------------------
# Dining Menu Item
--------------------------------------------------------------*/
.item .item-thumb, .item div {
  display: table-cell;
  vertical-align: middle; }

@media only screen and (max-width: 767px) {
  .item .item-thumb, .item div {
    display: block; } }
.menu-item-meta {
  list-style: outside none none;
  padding-left: 0; }

.menu-item-list {
  max-height: 580px;
  margin-bottom: 45px; }

@media only screen and (max-width: 767px) {
  .menu-item-list {
    margin-bottom: 30px;
    border: 5px solid #ebebeb;
    padding: 10px 5px 10px 15px; } }
.menu-item-list .item-thumb {
  padding-right: 20px;
  width: 12%; }

@media only screen and (max-width: 767px) {
  .menu-item-list .item-thumb {
    display: inline-block;
    width: 20%; } }
@media only screen and (max-width: 490px) {
  .menu-item-list .item-thumb {
    width: 30%; } }
@media only screen and (max-width: 767px) {
  .menu-item-list .item-title-area {
    display: inline-block; } }
@media only screen and (max-width: 490px) {
  .menu-item-list .item-title-area {
    margin-top: 15px; } }
.menu-item-list .item-thumb > img {
  border-radius: 5px;
  width: 100%; }

.menu-item-list .item {
  display: table;
  width: 100%;
  margin-bottom: 45px;
  position: relative; }

.menu-items-group:last-of-type {
  margin-bottom: 60px; }

.menu-item-meta > li {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 0 7px;
  text-transform: capitalize; }

.dining-menu-page .price > .price-inner {
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  min-height: 75px;
  text-align: center;
  min-width: 75px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 70px; }

@media only screen and (max-width: 767px) {
  .dining-menu-page .price > .price-inner {
    min-width: 60px;
    min-height: 60px;
    line-height: 55px; } }
.dining-menu-page .price {
  min-width: 60px; }

@media only screen and (max-width: 767px) {
  .dining-menu-page .price {
    position: absolute;
    right: 0;
    top: 0; } }
.peo-number {
  position: relative; }

@media only screen and (min-width: 767px) {
  .peo-number:before, .peo-number:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 1px;
    top: 15px;
    background-color: #c5c5c5;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }
.peo-number:before {
  left: 25px; }

.peo-number:after {
  right: 30px; }

.peo-number {
  padding: 0 30px 0 70px;
  max-width: 180px; }

@media only screen and (max-width: 767px) {
  .peo-number {
    padding-left: 90px;
    padding-right: 30px;
    display: block;
    min-width: 100%; } }
@media only screen and (max-width: 490px) {
  .peo-number {
    padding-left: 5px; } }
.peo-number span {
  padding: 0 15px;
  position: relative;
  color: #757575;
  font-size: 14px;
  font-weight: bold;
  display: block; }

.peo-number span::before {
  background-color: #FCB315;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: -3px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px; }

.item-title {
  border-bottom: 3px dotted #a2a1a1;
  color: #0e0e0e;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0 0 10px; }

.menu-item-meta > li {
  font-size: 12px;
  font-weight: 600;
  padding: 0 7px;
  text-transform: capitalize;
  position: relative; }

.menu-item-meta > li:after {
  position: absolute;
  content: "/";
  right: -5px;
  top: 1px; }

.menu-item-meta > li:last-child:after {
  content: ""; }

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
.coming-soon-page {
  position: relative; }

.coming-soon-page:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.coming-soon-page {
  padding: 30px 0 90px; }

.coming-soon-page .section-title-area {
  padding-bottom: 0; }

.coming-soon-page .section-title-area .section-title {
  color: white;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.15em;
  margin-top: 25px; }

@media only screen and (max-width: 767px) {
  .coming-soon-page .section-title-area .section-title {
    font-size: 45px;
    margin-bottom: 15px; } }
.coming-soon-page .section-title-area .section-title-dec {
  color: #d8d8d8;
  font-size: 20px; }

@media only screen and (max-width: 767px) {
  .coming-soon-page .section-title-area .section-title-dec {
    font-size: 15px; } }
#countdown {
  margin: 15px 0 70px;
  text-align: center; }

@media only screen and (max-width: 767px) {
  #countdown {
    margin: 15px 0 30px; } }
#countdown .timer-body-block {
  display: table;
  width: 100%;
  padding: 0 30px; }

@media only screen and (max-width: 767px) {
  #countdown .timer-body-block {
    padding: 0; } }
#countdown .timer-body-block > div {
  display: table-cell; }

#countdown .timer-body-block > div .tab-val {
  color: white;
  font-size: 60px;
  font-weight: bold;
  line-height: 1em; }

@media only screen and (max-width: 767px) {
  #countdown .timer-body-block > div .tab-val {
    font-size: 45px; } }
@media only screen and (max-width: 600px) {
  #countdown .timer-body-block > div .tab-val {
    font-size: 25px; } }
#countdown .timer-body-block > div .tab-unit {
  color: #d4d4d4;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize; }

@media only screen and (max-width: 767px) {
  #countdown .timer-body-block > div .tab-unit {
    font-size: 15px; } }
.timer-content-area .social-share > a {
  background-color: #8d8d8d;
  border-radius: 50%;
  color: #2c2c2d;
  display: inline-block;
  height: 35px;
  line-height: 38px;
  margin: 0 5px;
  width: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.timer-content-area .social-share > a:hover {
  color: white; }

/*--------------------------------------------------------------
# Spa and Wedding Page
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .spa-page-area .row > .col-md-5,
  .wedding-page-area .row > .col-md-5 {
    width: 44.25%; } }
@media only screen and (min-width: 992px) {
  .spa-page-area .row > .col-md-7,
  .wedding-page-area .row > .col-md-7 {
    width: 55.75%; } }
.spa-page-area .section-title {
  margin-bottom: 0; }

.spa-page-area .section-title-dec {
  font-size: 16px;
  line-height: 1.95em; }

.spa-page-area .section-align-title {
  font-weight: bold;
  font-size: 36px; }

.spa-page-area .section-title-dec {
  color: inherit; }

.spa-page-area .section-align-title-dec {
  font-size: inherit; }

@media only screen and (max-width: 767px) {
  .spa-page-area > .container > .row:last-of-type {
    overflow: hidden; } }
@media only screen and (max-width: 992px) {
  .section-align-title-area.text-right {
    text-align: left; } }
.spa-pricing-area {
  margin-bottom: 45px; }

@media only screen and (max-width: 767px) {
  .spa-pricing-area {
    margin-bottom: 0; } }
@media only screen and (max-width: 600px) {
  .spa-pricing-area .col-md-4.col-sm-6.col-xs-6 {
    width: 100%; } }
.section-gallery-group {
  margin: 0 -5px; }

.section-gallery-group > .item {
  display: inline;
  margin: 0 4px; }

.single-spa-pricing {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  min-height: 330px;
  padding: 15px 40px;
  text-align: center; }

.single-spa-pricing .title {
  font-family: inherit;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px; }

.single-spa-pricing p {
  color: #5f5f5f;
  font-size: 14px;
  line-height: 2.2em; }

.single-spa-pricing .price {
  font-size: 45px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 30px;
  width: 100%; }

.wedding-plan-area {
  padding-bottom: 50px; }

.single-wedding-place {
  margin-bottom: 40px; }

.single-wedding-place .single-wedding-info .title {
  color: #656565;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 5px; }

.single-wedding-place .single-wedding-info p {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0; }

/*--------------------------------------------------------------
# Widget Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# widget-social
--------------------------------------------------------------*/
.widget-social {
  padding-top: 0px; }

.widget-social > a {
  border-radius: 10%;
  display: inline-block;
  height: 35px;
  margin-right: 10px;
  line-height: 39px;
  /*text-align: center;*/
  width: 35px; }
  
.widget-social > a i{
    font-size:20px;
}

#footer-top-section .widget-social > a.facebook {
  background: #485992;
  color: white; }

#footer-top-section .widget-social > a.twitter {
  background: #479951;
  color: white; }

.widget-social > a {
  /*background-color: rgba(81, 81, 81, 0.65);*/
  }

/*--------------------------------------------------------------
# About Us widget
--------------------------------------------------------------*/
.widget_about-us .footer-logo {
  margin-top: -4px; }

.widget_about-us .btn.btn-default {
  border-radius: 6px;
  font-size: 15px;
  padding: 10px 40px; }

.widget_about-us .widget-content {
  margin-top: -8px; }

/*--------------------------------------------------------------
# Email Subscribe Widget
--------------------------------------------------------------*/
.widget_newsletter .newsletter-area {
  border: 10px solid #cccccc;
  padding: 30px; }

.widget_newsletter .newsletter-area > p {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #828282; }

.widget_newsletter .newsletter-area #form-newsletter {
  overflow: hidden; }

.widget_newsletter .newsletter-area #form-newsletter .form-controller {
  background: transparent;
  font-style: italic;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  border: 4px solid #cccccc; }

.widget_newsletter .newsletter-area #form-newsletter .btn {
  border: none; }

.widget_newsletter .newsletter-area #form-newsletter #mc-embedded-subscribe {
  position: relative;
  text-transform: uppercase;
  border: 0 none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 3px;
  width: 100%;
  padding: 14px 0;
  color: white;
  overflow: hidden;
  height: 45px; }

.widget_newsletter .newsletter-area #form-newsletter .mce_inline_error {
  margin-bottom: 8px;
  color: #aa1515;
  font-size: 13px; }

.widget_newsletter .newsletter-area #form-newsletter .mce_inline_error.form-controller {
  margin-bottom: 0; }

.widget_newsletter .newsletter-area #mce-success-response {
  margin-top: 10px;
  color: green;
  font-size: 13px; }

.widget_newsletter .newsletter-area .mc-response {
  margin-top: 10px;
  font-size: 13px; }

/*--------------------------------------------------------------
# text widget
--------------------------------------------------------------*/
.widget_text1 {
  background-color: #aaebde;
  padding: 17px; }

.widget_text1 .textwidget {
  margin-bottom: 10px;
  text-align: center; }

.widget_text1 .textwidget h3 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin: -5px 0 20px; }

.widget_text1 .textwidget p .more-link {
  background-color: #4c4c4c;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 5px;
  padding: 3px 17px;
  position: relative;
  text-transform: capitalize; }

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories,
.widget_archive,
.widget_layered_nav {
  font-family: "Poppins", sans-serif; }

.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  font-size: 15px;
  text-transform: capitalize;
  color: #c0c0c0;
  display: block;
  line-height: 1em;
  padding-top: 25px;
  margin-top: 15px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 0 none;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative; }

@media only screen and (max-width: 767px) {
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_layered_nav ul li {
    padding-top: 20px; } }
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px; }

.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  position: absolute;
  right: 0; }

.widget_categories > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_layered_nav > ul > li:first-child {
  border: 0 none;
  padding-top: 0;
  margin-top: 0; }

/*--------------------------------------------------------------
# TagCloud Widget
--------------------------------------------------------------*/
.widget .tagcloud {
  position: relative;
  margin-bottom: -2px; }

.widget .tagcloud a {
  border: 1px solid #5a5a5a;
  display: block;
  color: #6d6d6d;
  float: left;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 6px 17px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.widget .tagcloud a:hover {
  color: white; }

/*--------------------------------------------------------------
# Follow Us Widget
--------------------------------------------------------------*/
.follow-us-area {
  position: relative;
  margin: 0 auto -7px;
  text-align: center; }

.follow-us-area .follow-link .fa {
  border: 1px solid #5a5a5a;
  color: #454545;
  height: 35px;
  line-height: 2.5em;
  margin: 0 3px 9px;
  font-size: 0.8em;
  display: inline-block;
  text-align: center;
  width: 35px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

.follow-us-area .follow-link .fa:hover {
  color: white; }

.widget .follow-us-area a {
  margin-right: 5px;
  display: inline-block;
  line-height: 2.8em; }

.widget .follow-us-area a span {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-left: 5px;
  font-size: 13px;
  display: none;
  letter-spacing: 0.025em; }

.widget .follow-us-area .follow-link .fa {
  width: 30px;
  height: 30px;
  font-size: 0.75em; }

.col-md-3 .follow-us-area .follow-link .fa,
.col-md-4 .follow-us-area .follow-link .fa,
.col-md-6 .follow-us-area .follow-link .fa {
  line-height: 2.8em; }

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group .form-controller {
  display: table-cell;
  font-family: "Poppins", sans-serif; }

.widget_search .form-controller {
  height: 43px; }

.widget_search button {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.75em 1em; }

.widget_search .btn-search i {
  position: relative;
  top: -1px;
  vertical-align: middle; }

/*--------------------------------------------------------------
# Calender Widget
--------------------------------------------------------------*/
.widget_calendar {
  position: relative; }

.widget_calendar #calendar_wrap {
  position: relative; }

.widget_calendar table {
  margin: 0; }

.widget_calendar td,
.widget_calendar th,
.widget_calendar td {
  font-size: 0.8em;
  line-height: 2.555em;
  text-align: center;
  padding: 0; }

.widget_calendar caption {
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5em 1em; }

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  color: white;
  display: block;
  font-weight: bold; }

.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  color: white; }

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0; }

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
  font-size: 14px; }

.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none; }

.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0; }

.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #5a5a5a;
  border-bottom: 0 none; }

.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
  position: relative; }

.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_nav_menu > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_product_categories > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0 none; }

.widget .menu {
  position: relative; }

.widget .menu > li:first-child {
  border-top: 0 none;
  padding-top: 0; }

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em; }

.widget_recent_entries .post-date {
  display: block; }

.widget_nav_menu .menu > li:first-child {
  padding-top: 0;
  margin-top: 0; }

.widget_nav_menu .menu > li:last-child {
  padding-bottom: 0; }

.widget_nav_menu .menu li {
  border-bottom: 0 none;
  border-top: 0 none;
  margin-top: 10px;
  padding-top: 10px;
  position: relative; }

.widget_nav_menu .menu li .sub-menu {
  display: none; }

.widget_nav_menu .menu .menu-click {
  display: block; }

.widget_nav_menu .menu .menu-click {
  position: absolute;
  top: -4px;
  right: -15px;
  display: block;
  cursor: pointer;
  z-index: 120; }

.widget_nav_menu .menu .menu-click i {
  display: block;
  background-size: 25px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  float: right;
  padding: 15px;
  width: 43px;
  -webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease; }

.widget_nav_menu .menu > li:first-child > .menu-click {
  top: -11px; }

.widget_nav_menu .menu .menu-extend.fa-plus:before {
  content: "\f068";
  font-family: FontAwesome; }

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.widget_rss ul {
  list-style: none;
  margin: 0; }

.widget_rss ul:last-child {
  margin-bottom: 0; }

.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px; }

.widget_rss li:last-child {
  margin-bottom: 0; }

.widget_rss li .rssSummary {
  font-family: "Poppins", sans-serif;
  margin: 5px 0; }

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700; }

.widget_rss .rsswidget img {
  margin-top: -4px; }

.widget_rss .rss-date, .widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.widget_rss > p {
  position: relative; }

/*--------------------------------------------------------------
# Text Widget
--------------------------------------------------------------*/
.widget_text img {
  margin: auto;
  display: block; }

.textwidget > :last-child {
  margin-bottom: 0; }

.widget-about {
  text-align: center; }

.widget-about p {
  margin-bottom: 20px; }

.widget-about p > img {
  margin: auto; }

.textwidget {
  position: relative; }

/*--------------------------------------------------------------
# Instagram widget 
--------------------------------------------------------------*/
.widget_instafeed .list {
  width: 115px;
  height: 115px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px; }

.site-footer .col-md-4 .jr-insta-thumb,
.site-footer .col-md-3 .jr-insta-thumb {
  background: transparent !important; }

/*--------------------------------------------------------------
# Extra widget 
--------------------------------------------------------------*/
.widget_address .widget-title:before {
  content: "\f2b9";
  font-family: FontAwesome;
  font-size: 30px;
  margin-right: 15px; }

/* .widget_call_us .widget-title:before {
  content: "\f232";
  font-family: FontAwesome;
  font-size: 30px;
  margin-right: 15px;
} */
.widget_call_us .widget-title:before {
  content: "";
  background: url(../img/viber_whatsapp.png);
  margin-right: 15px;
  display: block;
  width: 66px;
  height: 31px; }

.widget_mail_us .widget-title:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 30px;
  margin-right: 15px; }

.widget_social_media .widget-title:before {
  content: "\f1e1";
  font-family: FontAwesome;
  font-size: 28px;
  margin-right: 15px; }

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
footer {
  /*background-image: url(../img/maroon_bg.gif);*/
  overflow: hidden;
  position: relative;
  background: #3d5e28;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#colophon::after{
    background: #000000a1;
}

.site-footer {
  padding: 90px 0;
  /*background: #000000c7;*/
  }

.copyright_info {
  padding-bottom: 90px;
  /*background: #000000c7;*/
    
}

.site-footer:before, .site-footer:after {
  position: absolute;
  content: "";
  bottom: 0;
  z-index: -1;
  height: 250px;
  width: 360px; }

.site-footer:before {
  background: transparent url("images/footer-left.png") no-repeat scroll left bottom;
  left: -75px; }

.site-footer:after {
  background: transparent url("images/footer-right.png") no-repeat scroll right bottom;
  right: 0; }

.site-footer p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 16px; }

.site-footer a, .copyright > a {
  color: #ffffff !important;
}

.site-footer .footer-menu {
  margin-top: 15px;
  list-style: none; 
    padding-left:0px;
}

.site-footer .footer-menu li {
  font-size: 16px;
  margin-bottom: 10px; }

.payment-method {
  margin-bottom: 20px; }

.payment-method > a {
  padding: 0 5px; }

.copyright > p, .copyright > p a {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0; }

#footer-top-section {
  background-image: url(../img/black_bg.gif);
  /* min-height: 400px; */
  background-attachment: fixed;
  background-position: center;
  /*background-repeat: no-repeat;
  background-size: cover;
   padding-bottom: 30px; */ }

/* @media only screen and (max-width: 992px) {
  #footer-top-section {
    background-image: none !important;
  }
} */
#footer-top-section .widget-title-area {
  margin-bottom: 15px; }

#footer-top-section .section-title-area .section-title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 25px 0 0px;
  font-family: "Poppins", sans-serif; }

#footer-top-section .section-title-area .section-title-dec {
  color: #c27676;
  margin-bottom: 22px;
  font-size: 12px; }

#footer-top-section p {
  margin-bottom: 0px;
  color: #12d38f;
  /* font-weight: bold; */
  line-height: 18px;
  font-size: 11px; }

#footer-top-section a {
  color: #12d38f; }

#footer-top-section p span:nth-child(1) {
  display: none; }

.widget .widget-title-area {
  color: #12d38f;
  position: absolute; }

#footer-top-section .widget-title-area .widget-title {
  font-family: inherit;
  color: inherit; }

#footer-bottom-section > .container > .row:first-child {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px; }

/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
.topbutton {
  position: fixed;
  right: 22px;
    bottom: 26px;
  background: white;
  display: block;
  height: 45px;
  line-height: 47px;
  text-align: center;
  width: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.4);
  z-index: 99;
  opacity: 0;
  color: #3d4348; }

@media only screen and (max-width: 600px) {
  .topbutton {
    right: 10px; } }
.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px); }

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 30px; }

.page-content, .entry-content, .entry-summary {
  margin: 1em 0; }

/*--------------------------------------------------------------
# Post Meta
--------------------------------------------------------------*/
.entry-meta {
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.015em; }

.entry-meta a {
  color: inherit; }

.entry-meta span {
  display: inline-block; }

.entry-meta span i {
  margin-right: 7px; }

.rating i {
  color: #F7B614;
  margin-right: 3px; }

.col-full-width {
  float: none;
  margin: auto; }

.water-wrap {
  color: #f1f1f1;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  z-index: -1; }

.water-wrap.rotated {
  color: #f1f1f1;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  z-index: 0;
  transform: rotate(90deg) translateX(-50%);
  top: 45%;
  left: 25px;
  line-height: normal;
  margin: 0;
  font-size: 60px;
  transform-origin: left center;
  z-index: 0; }

.water-wrap.rotated + .container {
  z-index: 1; }

@media only screen and (max-width: 767px) {
  .water-wrap.rotated {
    display: none; } }
.format-video {
  position: relative; }

.format-video a:before {
  content: "\f144";
  font-family: FontAwesome;
  position: absolute;
  color: #e62117;
  font-size: 47px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.25s ease-in opacity;
  transition: 0.25s ease-in opacity; }

.format-video a:hover:before {
  opacity: 1; }

.blog-tab-menu > .nav-tabs > li > a {
  -webkit-transition: all ease-in 0.25s;
  transition: all ease-in 0.25s; }

@media only screen and (max-width: 767px) {
  .masonry-layout .grid {
    width: 100%;
    right: 0; } }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comments-title,
.comment-reply-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  color: #3d3d3d; }

#reply-title small, #reply-title .font_small {
  display: block;
  text-align: center;
  margin-top: 5px; }

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative; }

.logged-in-as {
  margin-bottom: 15px !important;
  margin-top: -16px; }

.comments-area {
  padding: 30px 60px 0; }

@media only screen and (max-width: 992px) {
  .comments-area {
    padding: 30px; } }
@media only screen and (max-width: 767px) {
  .comments-area {
    padding: 15px; } }
.comments-area .comment-list, .comments-area .children {
  list-style: none;
  padding: 0; }

.comments-area .comment-list {
  margin-bottom: 50px;
  padding: 55px 0 45px; }

.comments-area .comment-list .comment-respond {
  margin-top: 40px; }

.comments-area .comment-body {
  overflow: hidden;
  padding-top: 60px;
  background: white; }

.comments-area .comment-list > li.comment:first-child > .comment-body {
  padding-top: 0; }

.comments-area .comment-author {
  float: left;
  margin-right: 25px;
  width: 90px; }

.comments-area .author-img {
  padding-top: 100%;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.comments-area .author-img .avatar.photo {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.comments-area .date {
  display: block;
  font-size: 12px;
  color: #b7b7b7;
  margin-top: 5px;
  font-weight: 600; }

.comments-area .reply {
  margin-top: 25px; }

.comments-area .reply .comment-reply-link {
  background-color: #3d3d3d;
  color: #fff;
  display: inline-block;
  padding: 4px 25px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px; }

.comments-area .comment-details {
  display: table-cell;
  vertical-align: top; }

.comments-area .comment-details {
  width: 1070px;
  overflow: hidden; }

.comments-area .comment-content > p {
  font-size: 14px;
  line-height: 22px; }

.comments-area .comment-content > p:last-of-type {
  margin-bottom: 0; }

.comments-area .comment-content blockquote p {
  font-size: 20px;
  line-height: 35px; }

.comments-area .comment-content > ol,
.comments-area .comment-content > ul {
  margin-left: 1px; }

.comments-area .comment-content ol li,
.comments-area .comment-content ul li {
  padding-top: 10px;
  line-height: 1.5em; }

.comments-area .comment-content > ol > li:first-child,
.comments-area .comment-content > ul > li:first-child {
  padding-top: 0; }

.comments-area .comment-metadata {
  margin-bottom: 1em;
  padding-top: 10px; }

.comments-area .comment-metadata .author {
  font-size: 17px;
  color: #3d4348; }

.comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
  color: #777; }

.comments-area .children {
  margin-left: 115px; }

@media only screen and (max-width: 767px) {
  .comments-area .children {
    margin-left: 45px; } }
@media only screen and (max-width: 500px) {
  .comments-area .children {
    margin-left: 30px; } }
.comments-area .comment-navigation {
  margin-bottom: 3.5em; }

.comments-area .comment-navigation .nav-links .nav-previous {
  float: left; }

.comments-area .comment-navigation .nav-links .nav-next {
  float: right; }

.comments-area .comment-navigation .nav-links span {
  font-size: 18px; }

.comments-area .comment-respond {
  position: relative; }

#comment_form {
  padding-top: 30px; }

.comment-respond {
  padding: 60px 100px 55px; }

@media only screen and (max-width: 992px) {
  .comment-respond {
    padding: 30px; } }
@media only screen and (max-width: 767px) {
  .comment-respond {
    padding: 15px; } }
.comment-respond p {
  margin-bottom: 1em; }

.comment-respond .form-submit {
  margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  .comment-respond .padding-left {
    padding-left: 5px; } }
@media only screen and (min-width: 992px) {
  .comment-respond .padding-right {
    padding-right: 5px; } }
.comment-respond .comment-subscription-form {
  display: none; }

/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.best-place-area {
  padding-bottom: 55px; }

.best-place-area .section-align-title-area .section-align-title {
  padding-right: 70px; }

.best-place-area .section-align-title-area > p {
  font-size: 15px;
  line-height: 1.8em; }

.about-us-area {
  padding: 85px 0 50px; }

.single-achievement {
  margin-bottom: 65px; }

.single-achievement.achievement-right {
  text-align: right; }

.single-achievement.achievement-right > h4 > span {
  float: right; }

.single-achievement .achievement-title {
  color: #3d4348;
  font-size: 72px;
  font-weight: bold;
  margin: 0 0 40px; }

.single-achievement p {
  color: #4d4d4d;
  font-size: 15px;
  margin-bottom: 40px; }

.single-achievement p:last-child {
  margin-bottom: 15px; }

.single-achievement p > i {
  color: #343434;
  font-family: "Playfair Display", serif;
  font-weight: bold; }

.single-achievement li {
  margin-bottom: 50px; }

.single-achievement li:last-child {
  margin-bottom: 0px; }

.single-achievement li > h4 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 20px; }

.single-achievement li > h4 span {
  float: right;
  font-size: 36px;
  margin-left: 5px;
  margin-top: -5px; }

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-us-area .page-sub-heading {
  margin: 10px 0 -5px; }

.contact-us-content .section-align-title-area {
  margin-bottom: 55px;
  margin-top: 25px; }

.contact-us-content .section-align-title-area .section-align-title {
  text-transform: capitalize; }

.single-contact-info {
  margin-bottom: 35px; }

.single-contact-info > .title {
  color: #3d4348;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px; }
  
 .single-contact-info .content > p i{
     font-size:24px;
     margin-right:10px;
 }

.single-contact-info .content > p , .single-contact-info .content > p a {
      color: #404040;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 9px;
    font-size: 15px; }

#contact-form-wrap {
  background-color: #fafafa;
    /* border: 1px solid #E3E3E3; */
    border-radius: 10px;
    padding-bottom: 50px;
    padding: 16px 22px 50px; }

@media only screen and (max-width: 767px) {
  #contact-form-wrap {
    padding: 30px; } }
#contact-form-wrap .sand-message-title-area {
  position: relative; }

#contact-form-wrap .sand-message-title-area > img {
  left: 50%;
  margin-left: -35px;
  position: absolute;
  top: -85px; }

@media only screen and (max-width: 767px) {
  #contact-form-wrap .sand-message-title-area > img {
    top: -65px; } }
#contact-form-wrap .sand-message-title-area .sand-message-heading {
  margin: 10px 0 55px;
  color:var(--color-orange);
  font-size: 24px;
  font-weight: bold;
  /*text-transform: capitalize;*/
  font-family: "Poppins", sans-serif; }

#contact-form-wrap .btn.btn-submit {
  padding: 12px 50px;
    width: 50%;
    background-color:#283f18;
    margin: 25px 0 -5px;
    border-radius: 15px;
    line-height: normal;
    color: #fff; }

#contact-form-wrap span.wpcf7-not-valid-tip {
  color: #df2626;
  display: block;
  font-size: 0.8em;
  margin-bottom: -10px;
  margin-left: 4px;
  margin-top: 3px; }

#contact-form-wrap div.wpcf7-validation-errors {
  border: 1px solid #efdf35;
  color: #df2626; }

#contact-form-wrap div.wpcf7-mail-sent-ng {
  border: 1px solid #df2626; }

#contact-form-wrap div.wpcf7-response-output {
  padding: 0.4em 1em;
  margin: 0; }

#contact-form-wrap .wpcf7-mail-sent-ok {
  border-width: 1px; }

.contact-google-map-area {
  padding: 30px 0 75px; }

.contact-google-map-area .section-title-area.section-title-area-four .section-title-dec {
  margin-bottom: 0; }

.validate-has-error{
    color:red;
}
#gmaps {
  height: 590px;
  background: #E5E3DF; }

@media only screen and (max-width: 991px) {
  #gmaps {
    height: 450px; } }
@media only screen and (max-width: 600px) {
  #gmaps {
    height: 400px; } }
@media only screen and (max-width: 400px) {
  #gmaps {
    height: 330px; } }
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page-area {
  padding: 75px 0 90px;
  position: relative; }

.error-page-area:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.error-page-content {
  color: white; }

.error-page-content .error-title,
.error-page-content .error-404 {
  color: inherit; }

.error-page-content .error-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: capitalize;
  margin-top: 20px; }

.error-page-content .error-404 span {
  display: block;
  font-size: 180px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 10px; }

.error-page-content .error-404 {
  margin: -30px 0 30px;
  font-size: 30px;
  font-weight: bold; }

.error-page-content .link-home {
  background-color: transparent;
  border: 2px solid #9d9d9d;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  padding: 20px 85px;
  text-transform: uppercase; }

/*--------------------------------------------------------------
# 404 page Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .error-page-area {
    padding: 60px 0 80px; } }
@media only screen and (max-width: 500px) {
  .error-page-area {
    padding: 50px 0 70px; }

  .error-page-content .error-title {
    font-size: 26px;
    margin-bottom: 0px; }

  .error-page-content .error-404 {
    font-size: 24px;
    margin-bottom: 25px; }

  .error-page-content .error-404 span {
    font-size: 130px; }

  .error-page-content .link-home {
    padding: 13px 40px;
    font-size: 16px; } }
/*--------------------------------------------------------------
## Site Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#About US
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .best-place-area .section-align-title-area .section-align-title {
    padding-right: 0px; } }
@media only screen and (max-width: 992px) {
  .best-place-area .section-align-title-area {
    margin-bottom: 45px;
    text-align: center; }

  .facts-content {
    height: 200px; }

  .facts-content .single-count .count-number {
    font-size: 50px; }

  .facts-content .single-count .text {
    font-size: 32px; }

  .single-achievement.achievement-right {
    text-align: left; }

  .single-achievement.achievement-right li > h4 span {
    float: none !important;
    margin-right: 10px; } }
@media only screen and (max-width: 767px) {
  .best-place-area .heading {
    padding: 10px 0 20px; } }
@media only screen and (max-width: 600px) {
  .about-us-area {
    padding: 60px 0 25px; }

  .facts-content {
    padding: 25px 0px; }

  .facts-content .single-count {
    margin: 20px 0;
    width: 49%;
    display: inline-block !important; }

  .single-achievement {
    margin-bottom: 45px; }

  .single-achievement .achievement-title {
    font-size: 60px;
    margin: 0 0 30px; }

  .single-achievement > p {
    margin-bottom: 25px; }

  .single-achievement li {
    margin-bottom: 35px; } }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .entry-summary .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none; }

.format-audio iframe {
  width: 100%;
  overflow: hidden; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.4em 0;
  font-size: 0.9em;
  font-style: italic; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WordPress Default Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-top: 2.2em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }
  

/*--------------------------------------------------------------
# Gallery Pop Up
--------------------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1); }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.our-customer-section {
  background: #fafafa; }

.services-section {
  background: #fff;
  box-shadow: 0 0 11px 2px rgba(51, 51, 51, 0.15);
  position: relative; }

.roomtypes select.form-control, .roomtypes td span {
  font-size: 12px !important; }

.navbar-nav > li {
  float: none; }

.single-room.grid, .single-room-related {
      overflow: hidden;
    /* border-radius: 7px; */
    height: 428px;
    /* background: #fff; */
    /* border: 1px solid #659d42; */
 }
  
.single-room.grid.outlets1{
    height:auto;
    background:#fff;
}

.single-room.grid.outlets1 .room-info{
    margin-top:0px;
    padding:15px;
}
.single-room.grid.outlets1 .room-info h3.room-title{
    margin:0px;
}
  .single-room.grid .room-info, .single-room-related .room-info {
    padding: 10px; }
    .single-room.grid .room-info h3.room-title, .single-room-related .room-info h3.room-title {
      font-size: 20px;
    font-family: inherit;
    font-weight: 300;
    color: #000;
    margin: 10px 0 10px;}

.single-room-related {
    width: 100%;
    /* height: 300px; */
    text-align: center; }
  .single-room-related .room-thumb {
    /*height: 200px;*/
    overflow: hidden; }
    
@media (max-width:767px){
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    background: #fff;
  }
  
   .stick .animated-arrow span, .stick .animated-arrow span:before, .stick .animated-arrow span:after {
        background: #6ca14a;
    }   
  .shade1 {
    padding: 10px;
    margin-bottom: 25px;
}
.mobile-menu-main .menuexpandermain {
  top: 14px;
}
.online-book-section.style-two {
background: unset;
}
.section-align-title-area .section-align-title, .hotel-room-section-title .section-title{
  font-size: 23px;
}
.centered.news_home .itm h4{
  font-size: 20px;
}
.inner_page_margin{
  margin-top: 40px;
}
.stick .title h1 {
  font-size: 16px;
}
.stick .bdcom +h1, .stick .title .bdcom {
display:none;
}
.room-single-sidebar {
  padding-top: 0;
}
.gall .gallery-filter-menu {
  text-align: left;
  display:flex;
  overflow-x: scroll;
}
.gall .gallery-filter-menu > li > a {
  padding: 10px 15px;
}
.gall .gallery-filter-menu li{
  flex: 1 0 auto;
}
.centered.text-center.ota {
    text-align: left;
}
.messenger {
  bottom: 74px;
  right: 8px;
  z-index:11;
}
}
@media (min-width:1400px){
  .copyright_info {
    padding-bottom: 123px;
  }
  .testim_context p{
    font-size: 18px;
  }
  .testimnls h2{
    margin-bottom: 5.8rem;
  }
}
@media (max-width:1450px){
  .hotel-room-section-title {
    /*margin: 5rem 0 0;*/
 
}
  .best-place-section {
    /*padding-bottom: 5.625rem;*/
  }
  .hotel-room-section{
    /*padding-bottom: 80px;*/
  }
  .hotel-room-section::before{
   right:1%;
    top: -4%;
    width: 216px;
  }
  .hotel-room-section::after{
    top: 95%;
    left: 2%;
    width: 240px;
  }
}  
@media (max-width:1600px) and (min-width: 1450px){
.hotel-room-section::before {
    right: 2%;
}
}
@media (max-width:1699px) and (min-width:1600px){
  .hotel-room-section::before {
      right: 8%;
  } 
}


@media (min-width:1700px){
  .hotel-room-section::after {
    left: 2%}
    .hotel-room-section::before {
      left: 81%;
      width: 283px;
    }
}

textarea#message {
    height: 73px;
}

.room-thumb-full.owl-carousel{
  position:relative;  
}

.room-thumb-full.owl-carousel i{
    color: #fff;
    font-size: 30px;
}
.room-thumb-full.owl-carousel .owl-nav{
  position:absolute;
  top:50%;
  display:flex;
  justify-content:space-between;
  width:95%;
  left:50%;
  transform: translateX(-50%);
}

/* css for responisve*/
@media only screen and (max-width: 1200px) and (min-width: 912px){
    .main-navigation{
        width:50%;
    }
}

@media(max-width:820px){
    .welcome-section.style-two .tb{
        font-size:30px;
    }
    .main-navigation{
        width:50%;
    }
}

@media(max-width:540px){
    .welcome-section.style-two .tb{
        font-size:19px;
        bottom:70px
    }
    .site-header .header-bottom .logo-block{
                width: 94px;
    }
    
    .pogoSlider-slide{
        height: 520px;
        background-size: cover;
    }
    .home .welcome-section .online-book-section.style-two {
                margin-bottom: 25px;
        padding-bottom: 0px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 324px;
        top: 162%;
        width: 90%;
        z-index: 2;
        bottom: 0px;
    }
    .book_now_contact{
        display:none;
    }
    .home .best-place-section.best-place-style-two{
        padding-top:0%;
    }
    .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
        top: 50%;
        margin-top: -115px;
    }
}

@media(max-width:414px){
    .main-navigation {
        width: 100%;
    }
    .site-footer .col-md-8 a{
        margin-bottom:20px;
    }
    .welcome-section.style-two .tb{
        display:none;
    }
    .home .welcome-section .online-book-section.style-two {
        margin-bottom: 25px;
        padding-bottom: 0px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 383px;
    }
    
}

@media (max-width:375px) {
    .site-header .header-bottom .logo-block {
        width: 51px;
    }
    .site-header .header-bottom .logo-block .shade1{
        width: 120px;
    }
    .home .welcome-section .online-book-section.style-two {
        margin-bottom: 25px;
        padding-bottom: 0px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 397px;
    }
}
.homeh1{
    display:none;
}
.h4footer{
    color:#fff;
}
.footerquick{
    color:#fff; 
    visibility: hidden;
}
.mmt{
    width: 91px; 
    background: #fff; 
    height: 32px;
    padding: 3px;
}
.homearticle{
    text-align: justify;
}