﻿@charset "UTF-8";
 
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.875;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #8E7037;
    text-decoration: none;
    outline: 0; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 30px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.875;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #aaaaaa; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #333333; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #898989; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 13px;
  margin-bottom: 13px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 80%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 26px; }

h2, .h2 {
  font-size: 21px; }

h3, .h3 {
  font-size: 19px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 13px; }

p {
  margin: 0 0 13px; }

.lead {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 64%; }

mark,
.mark {
  background-color: transparent;
  padding: 0 0.2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #898989; }

.text-primary {
  color: #8e7037; }

a.text-primary:hover,
a.text-primary:focus {
  color: #695329; }

.text-success {
  color: #8bc43f; }

a.text-success:hover,
a.text-success:focus {
  color: #709f31; }

.text-info {
  color: #2b74ab; }

a.text-info:hover,
a.text-info:focus {
  color: #215882; }

.text-warning {
  color: #8e7037; }

a.text-warning:hover,
a.text-warning:focus {
  color: #695329; }

.text-danger {
  color: #e0545f; }

a.text-danger:hover,
a.text-danger:focus {
  color: #d82937; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #8e7037; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #695329; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #aaaaaa; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 26px; }

dt,
dd {
  line-height: 1.875; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #898989; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 17.5px;
  border: 2px solid #232323; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.875;
    color: #898989; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2016 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #232323;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2016'; }

address {
  margin-bottom: 26px;
  line-height: 1.875;
  font-style: italic; }

code,
kbd,
pre,
samp {
  font-family: monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px; }

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: bold;
    -webkit-box-shadow: none;
    box-shadow: none; }

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 1.875;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 992px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .room_ctlog .room_info {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .room_ctlog .room_info:before, .row:after, .room_ctlog .room_info:after {
    content: " ";
    display: table; }
  .row:after, .room_ctlog .room_info:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small, .col-lg-2, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .room_ctlog .room_info_item, .col-sm-6, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .room_ctlog .room_info_item, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6, .room_ctlog .room_info_item {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2, .awebooking-wrapper .apb-single-check-avb-form .apb-field.small {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #898989;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.875;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 19.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.875;
  color: #333333; }

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 8px 23px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.875;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #8e7037;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 112, 55, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 112, 55, 0.6); }
  .form-control::-moz-placeholder {
    color: #808080;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #808080; }
  .form-control::-webkit-input-placeholder {
    color: #808080; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #aaaaaa;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: 163px; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 21px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 41px; } }

.form-group {
  margin-bottom: 0; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 26px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 40px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 21px;
  padding: 3px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 21px;
  line-height: 21px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 21px;
  padding: 3px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 21px;
  line-height: 21px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 21px;
  min-height: 35px;
  padding: 4px 10px;
  font-size: 9px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 41px;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 30px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 41px;
  line-height: 41px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 41px;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 30px; }

.form-group-lg select.form-control {
  height: 41px;
  line-height: 41px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 41px;
  min-height: 40px;
  padding: 11px 30px;
  font-size: 14px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 55px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 21px;
  height: 21px;
  line-height: 21px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #8bc43f; }

.has-success .form-control {
  border-color: #8bc43f;
  -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: #709f31;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #badc8d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #badc8d; }

.has-success .input-group-addon {
  color: #8bc43f;
  border-color: #8bc43f;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #8bc43f; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8e7037; }

.has-warning .form-control {
  border-color: #8e7037;
  -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: #695329;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c4a467;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c4a467; }

.has-warning .input-group-addon {
  color: #8e7037;
  border-color: #8e7037;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8e7037; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e0545f; }

.has-error .form-control {
  border-color: #e0545f;
  -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: #d82937;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0aab0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0aab0; }

.has-error .input-group-addon {
  color: #e0545f;
  border-color: #e0545f;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #e0545f; }

.has-feedback label ~ .form-control-feedback {
  top: 31px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 14px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    font-size: 9px; } }

.btn {
  background-image: none;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  padding: 8px 23px;
  font-size: 10px;
  line-height: 1.875;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    outline: 0 !important;
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background-color: #000;
  border-color: black; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-default:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #000;
    border-color: black; }
  .btn-default .badge {
    color: #000;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #8e7037;
  border-color: #8e7037; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #695329;
    border-color: #322813; }
  .btn-primary:hover {
    color: #fff;
    background-color: #695329;
    border-color: #624d26; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #695329;
    border-color: #624d26; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #503f1f;
      border-color: #322813; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #8e7037;
    border-color: #8e7037; }
  .btn-primary .badge {
    color: #8e7037;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #8bc43f;
  border-color: #8bc43f; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #709f31;
    border-color: #47651f; }
  .btn-success:hover {
    color: #fff;
    background-color: #709f31;
    border-color: #6a972e; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #709f31;
    border-color: #6a972e; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #5d8429;
      border-color: #47651f; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #8bc43f;
    border-color: #8bc43f; }
  .btn-success .badge {
    color: #8bc43f;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #2b74ab;
  border-color: #2b74ab; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #215882;
    border-color: #112f45; }
  .btn-info:hover {
    color: #fff;
    background-color: #215882;
    border-color: #1f537a; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #215882;
    border-color: #1f537a; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #1a4566;
      border-color: #112f45; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #2b74ab;
    border-color: #2b74ab; }
  .btn-info .badge {
    color: #2b74ab;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #8e7037;
  border-color: #8e7037; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #695329;
    border-color: #322813; }
  .btn-warning:hover {
    color: #fff;
    background-color: #695329;
    border-color: #624d26; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #695329;
    border-color: #624d26; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #503f1f;
      border-color: #322813; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #8e7037;
    border-color: #8e7037; }
  .btn-warning .badge {
    color: #8e7037;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e0545f;
  border-color: #e0545f; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d82937;
    border-color: #991c26; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d82937;
    border-color: #d12633; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d82937;
    border-color: #d12633; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #bb222e;
      border-color: #991c26; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #e0545f;
    border-color: #e0545f; }
  .btn-danger .badge {
    color: #e0545f;
    background-color: #fff; }

.btn-link {
  border-radius: 0;
  color: #000;
  font-weight: normal; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #8E7037;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #898989;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.875;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #8e7037; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #898989; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 9px;
  line-height: 1.875;
  color: #898989;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 8px 23px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  font-family: monospace; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 3px 10px;
    font-size: 9px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 30px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #898989; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #898989;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #000; }
  .nav .nav-divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  margin-bottom: 20px !important; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.875;
      border: 1px solid transparent;
      border-radius: 0; }
      .nav-tabs > li > a:hover {
        color: #000; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #000;
      background-color: transparent;
      border-bottom: 2px solid #8e7037;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #8e7037; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 26px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -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);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -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-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 26px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .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: 6px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px; }
  @media (max-width: 767px) {
    .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 > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 26px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 12px;
          padding-bottom: 12px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 14.5px;
    margin-bottom: 14.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #afafaf; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #afafaf; }
  .navbar-inverse .navbar-nav > li > a {
    color: #afafaf; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #afafaf; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #afafaf; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #afafaf; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  /* border-radius: $border-radius-base; */ }
  .breadcrumb span {
    padding: 0 5px; }
  .breadcrumb > li {
    display: inline-block; }
  .breadcrumb > .active {
    color: #898989; }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 5px 30px;
    border-radius: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
}
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 8px 23px;
      line-height: 1.875;
      text-decoration: none;
      color: #000;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #8E7037;
    background-color: #aaaaaa;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #8e7037;
    border-color: #8e7037;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #898989;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 10px;
  font-size: 9px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #666;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #898989; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #707070; }

.label-primary {
  background-color: #8e7037; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #695329; }

.label-success {
  background-color: #8bc43f; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #709f31; }

.label-info {
  background-color: #2b74ab; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #215882; }

.label-warning {
  background-color: #8e7037; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #695329; }

.label-danger {
  background-color: #e0545f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d82937; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #898989;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #000;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #8bc43f; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #709f31; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #2b74ab; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #215882; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8e7037; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #695329; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #e0545f; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #d82937; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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: 9px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #8e7037;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #8bc43f; }
  .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: #2b74ab; }
  .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: #8e7037; }
  .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: #e0545f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

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:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #aaaaaa;
  color: #898989;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #898989; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #8e7037;
  border-color: #8e7037; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e1d0b0; }

.list-group-item-success {
  color: #8bc43f;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #8bc43f; }
  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:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #8bc43f;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #8bc43f;
    border-color: #8bc43f; }

.list-group-item-info {
  color: #2b74ab;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #2b74ab; }
  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:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #2b74ab;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #2b74ab;
    border-color: #2b74ab; }

.list-group-item-warning {
  color: #8e7037;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8e7037; }
  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:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8e7037;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8e7037;
    border-color: #8e7037; }

.list-group-item-danger {
  color: #e0545f;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e0545f; }
  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:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #e0545f;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #e0545f;
    border-color: #e0545f; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .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: -1px;
    border-bottom-left-radius: -1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 26px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    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: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #8e7037; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #8e7037;
    border-color: #8e7037; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #8e7037; }
    .panel-primary > .panel-heading .badge {
      color: #8e7037;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #8e7037; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #8bc43f;
    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: #8bc43f; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #2b74ab;
    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: #2b74ab; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8e7037;
    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: #8e7037; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #e0545f;
    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: #e0545f; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.875px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.875; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -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;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } } 
.detail-over {
    border: solid 1px #8e7037;
    color: #8e7037; 
    border-radius: 15px; 
    padding: 3px 10px;
}
.room-extra:hover .detail-over {
    color: #fff !important;
    background: #8e7037
}
    .clearfix:after {
        clear: both;
    }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.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; }
  th.visible-lg,
  td.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; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/**
 *
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/**
 * Import component variables
 */
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body {
    overflow-x:hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

img {
  max-width: 100%;
  height: auto; }

.sticky {
  border: 1px solid #e9e9e9;
  padding: 10px; }

.sticky {
  position: relative;
  background-color: #fafafa;
  padding: 20px; }
  .sticky::before {
    content: "";
    display: inline-block;
    height: 45px;
    left: -20px;
    position: absolute;
    top: 10px;
    width: 58px;
    z-index: 7; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 30px; }

.alignleft {
  float: left;
  margin: 5px 30px 15px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 15px 30px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 30px 15px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

/**
 * WordPress Elements
 */
.more__post--grid2, .awe-btn-outline {
  font: 400 14px "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase; }

.more.awe-btn-outline {
  border-color: #FFF;
  color: #FFF; }

.awe-btn, input[type="submit"], button, .activiti_item .text .view-more, .awe-btn.awe-btn-default, .awebooking .apb-btn, .awebooking .apb-btn:visited, .awebooking-informations .button, .awebooking-checkout-form .button {
  background: #8e7037;
  font-family: "Poppins", sans-serif;
  max-width: 100%;
  height: 42px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #FFF; }

.awebooking-btn {
  margin-top: 15px; }

.awebooking-shortcode table td b {
  font-size: 25px; }

.awebooking-shortcode table td.awebooking-total-price {
  font-size: 25px; }

.awebooking-shortcode ul {
  list-style-type: none; }

.room_info .btn-default {
  margin-top: 5px; }

.awebooking-booking-item__reservation {
  border-top: none !important; }

.awebooking-booking-item {
  border-bottom: none !important; }
  .awebooking-booking-item td {
    border-top: none !important; }

.room-extra-item {
  margin-bottom: 2px; }
  .room-extra-item:last-child {
    margin-bottom: 5px; }

.room-grid__icon img {
  max-width: 20px;
  margin-right: 5px; }

.awe-btn {
  font-weight: 600;
  letter-spacing: 0px; }

.section-blog .hentry {
  list-style: none; }

.section-blog .container {
  padding-bottom: 0; }

.btn-outline, .single .room-item-release .room_content .btn {
  background: transparent;
  border: 2px solid #333333;
  color: #333333; }
  .btn-outline.btn-outline-light, .single .room-item-release .room_content .btn-outline-light.btn {
    border-color: #FFF;
    color: #FFF; }
  .btn-outline:hover, .single .room-item-release .room_content .btn:hover {
    background: #8e7037;
    border-color: #8e7037; }

.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
  border-color: #808080;
  color: #808080;
  opacity: 1 !important; }

.ui-datepicker.awebooking-datepicker td a:hover, .ui-datepicker.awebooking-datepicker td a:focus, .ui-datepicker.awebooking-datepicker td.awebooking-highlight a, .ui-datepicker.awebooking-datepicker .ui-state-active {
  border-color: #8e7037;
  color: #8E7037; }

.vertical .gallery-isotope .full-width {
  width: 50%; }

.f-18 p {
  font-size: 18px !important;
  font-weight: 300;
  color: #333; }

.gallery-cat {
  margin-bottom: 35px; }

.gallery-content {
  margin: 0; }

.guestbook-item .text p {
  font: 300 16px "Poppins", sans-serif;
  line-height: 1.8; }

.footer {
  background: #232323;
  background-position: 50% 50%;
  background-size: cover; }
  .footer a {
    color: #898989;
    font: 400 17px "Poppins", sans-serif; }
    .footer a:hover {
      color: #FFF; }
  .footer .footer_center {
    padding: 30px 0 35px 0; }
    .footer .footer_center .widget_media_image {
      text-align: center; }
      @media (min-width: 992px) {
        .footer .footer_center .widget_media_image {
          margin-left: 30px;
          text-align: left; } }
    .footer .footer_center .footer-top h2 {
      font-weight: 700;
      color: #FFF;
      font-size: 40px;
      letter-spacing: 2px;
      margin-bottom: 0;
      position: relative; }
      @media (max-width: 767px) {
        .footer .footer_center .footer-top h2 {
          font-size: 33px; } }
      .footer .footer_center .footer-top h2:before {
        content: url(../assets/images/footer-top-icon-l.png);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -130%);
        -ms-transform: translate(-50%, -130%);
        transform: translate(-50%, -130%); }
    .footer .footer_center .footer-top p {
      font-size: 16px;
      font-weight: 300;
      color: #FFF; }
      @media (max-width: 767px) {
        .footer .footer_center .footer-top p {
          font-size: 15px; } }
    .footer .footer_center .textbox {
      margin-top: 45px; }
      .footer .footer_center .textbox .input-group {
        margin: 0 auto; }
        .footer .footer_center .textbox .input-group .wpcf7-text {
          font-size: 14px;
          font-weight: 300;
          color: #ffffff;
          font-family: 'Poppins', sans-serif;
          border: 2px solid #fff;
          -webkit-border-radius: 0px;
          border-radius: 0px;
          padding: 6px 25px;
          height: 60px; }
        .footer .footer_center .textbox .input-group .btn-footer:after {
          content: url(../assets/images/button-submit-form.png);
          right: 25px;
          position: absolute;
          top: 20px; }
        .footer .footer_center .textbox .input-group .btn-footer:before {
          background: #fff;
          content: "";
          right: 75px;
          position: absolute;
          top: 9px;
          width: 2px;
          height: 42px;
          z-index: 1; }
        .footer .footer_center .textbox .input-group .btn-footer .wpcf7-submit {
          position: absolute;
          right: 0;
          top: 9px;
          font-size: 0;
          background: transparent;
          z-index: 9; }
    .footer .footer_center .wpcf7-form {
      margin-top: 90px; }
  .footer .footer_bottom {
    background: transparent;
    color: #808080;
    font: 300 12px "Poppins", sans-serif;
    padding: 0; }
    @media (max-width: 768px) {
      .footer .footer_bottom .text-right, .footer .footer_bottom .text-left {
        text-align: center !important; } }
    .footer .footer_bottom .footer_bottom--column {
      text-align: center; }
    .footer .footer_bottom .inner {
      overflow: hidden;
      padding: 35px 0 35px 0; }
      @media (max-width: 767px) {
        .footer .footer_bottom .inner {
          padding: 15px 0 15px 0; } }

.footer .footer_center .widget ul ul, .footer .footer_center .widget ul ol {
  margin-left: 20px; }
.room-grid1__thumbnail a{display:block}
.footer .footer_center .widget ul a:hover {
    color: #8e7037;
}

@media (max-width: 1199px) {
  .footer .footer_center .widget ul {
    margin-left: 50px; } }

@media (max-width: 991px) {
  .footer .footer_center .widget ul {
    margin-left: 10px; } }

.ocean-icon2 {
  margin-right: 25px;
  text-align: right;
  margin-top: 25px; }
  @media (max-width: 991px) {
    .ocean-icon2 {
      text-align: center;
      margin-top: -55px; } }
  .ocean-icon2 li {
    display: inline-block;
    margin: 0 20px; }
    .ocean-icon2 li i {
      font-size: 20px; }
    .ocean-icon2 li:hover i {
      color: #8e7037 !important; }

.form-footer-3 {
  margin-left: 165px;
  position: relative;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .form-footer-3 {
      margin: 0;
      padding-top: 50px; }
      .form-footer-3:after {
        left: 50% !important;
        top: 0;
        -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%); } }
  .form-footer-3:after {
    content: url(../assets/images/footer-top-icon-l1.png);
    position: absolute;
    left: -100px;
    top: 0; }
  .form-footer-3 .input-group {
    width: 450px; }
    @media (max-width: 767px) {
      .form-footer-3 .input-group {
        margin: 0 auto;
        width: auto; } }
    .form-footer-3 .input-group .wpcf7-text {
      font-size: 14px;
      font-weight: 300;
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
      border: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      padding: 6px 25px;
      height: 60px;
      background: rgba(212, 206, 206, 0.31); }
    .form-footer-3 .input-group .btn-footer:after {
      content: url(../assets/images/button-submit-form.png);
      right: 25px;
      position: absolute;
      top: 20px; }
    .form-footer-3 .input-group .btn-footer:before {
      background: #fff;
      content: "";
      right: 75px;
      position: absolute;
      top: 9px;
      width: 2px;
      height: 42px; }
    .form-footer-3 .input-group .btn-footer .wpcf7-submit {
      position: absolute;
      right: 0;
      top: 9px;
      font-size: 0;
      background: transparent; }

.widget.awebooking-check-availability-widget .awebooking-btn {
  color: #FFF;
  font: 700 12px "Poppins", sans-serif;
  letter-spacing: 1px; }
  .widget.awebooking-check-availability-widget .awebooking-btn:hover {
    background: #b38d45; }

.widget.ocean-event-widget ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .widget.ocean-event-widget ul li .event-date {
    border: 2px solid #232323;
    display: block;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 70px;
    height: 70px; }
    .widget.ocean-event-widget ul li .event-date a {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .widget.ocean-event-widget ul li .event-date a strong {
        display: block;
        font: 400 34px "Poppins", sans-serif;
        margin-bottom: -10px; }
  .widget.ocean-event-widget ul li .text a {
    display: block;
    font: 700 14px "Poppins", sans-serif;
    margin: 0 0 5px;
    text-transform: uppercase; }

.widget.widget_tag_cloud .tag-cloud-link {
  font: 500 12px "Poppins", sans-serif !important;
  text-transform: capitalize; }

.widget select, .widget input[type="search"] {
  border: 1px solid #e4e4e4;
  height: 40px;
  line-height: 1.42857; }

@media (max-width: 600px) {
  html {
    position: relative;
    top: -46px; } }
@media (max-width: 600px) {
  #header {
    top: 45px !important; }
    #header .header_menu {
      top: 45px !important; } }

.admin-bar #header {
  top: 0 !important; }
  .admin-bar #header #header_content.header-sticky {
    top: 32px !important; }
  @media (max-width: 768px) {
    .admin-bar #header {
      position: relative; }
      .admin-bar #header #header_content {
        background-color: #00070F; }
      .admin-bar #header #header_content.header-sticky {
        top: 45px !important; }
      .admin-bar #header .header_top {
        background-color: #606060; } }
  @media (max-width: 600px) {
    .admin-bar #header {
      top: 45px !important; }
      .admin-bar #header #header_content.header-sticky {
        top: 0 !important; } }

.search-none .input-text {
  margin-bottom: 10px; }

/* CHECK-AVAILABLE-FORM */
.awebooking-wrapper {
  background: transparent;
  margin-bottom: 30px;
  margin-top: 20px; }

.awebooking-wrapper .apb-single-check-avb-form .apb-field {
  margin-bottom: 15px; }
  .awebooking-wrapper .apb-single-check-avb-form .apb-field label {
    color: #8e7037;
    display: block;
    font: 400 14px "Poppins", sans-serif;
    letter-spacing: 2px;
    text-align: left; }
  .awebooking-wrapper .apb-single-check-avb-form .apb-field.small {
    padding: 0 5px; }
    .awebooking-wrapper .apb-single-check-avb-form .apb-field.small .apb-inner {
      display: block;
      text-align: center; }

.awebooking-wrapper .apb-single-check-avb-form .awe-btn {
  background: #8e7037;
  font: 600 14px "Poppins", sans-serif;
  height: inherit;
  letter-spacing: 2px;
  padding: 30px 35px;
  white-space: inherit;
  width: 100%; }
  .awebooking-wrapper .apb-single-check-avb-form .awe-btn:hover {
    background: #695329; }

@media (min-width: 992px) {
  .awebooking-wrapper.special {
    margin-top: -200px; }
  .awebooking-wrapper .apb-single-check-avb-form {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .awebooking-wrapper .apb-single-check-avb-form .apb-field {
      background: #FFF;
      border: 1px solid #e9e9e9;
      margin: 0 15px 0 0;
      padding: 25px 35px; }
      .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(1), .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(2) {
        position: relative;
        width: 28%; }
        .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(1):after, .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(2):after {
          content: url(images/icon-date.png);
          position: absolute;
          right: 25px;
          top: 50%;
          -webkit-transform: translateY(-40%);
          -ms-transform: translateY(-40%);
          -o-transform: translateY(-40%);
          transform: translateY(-40%); }
      .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(3), .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(4) {
        width: 12%;
        text-align: center; }
        .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(3) .apb-field-group, .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(4) .apb-field-group {
          display: inline-block; }
          .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(3) .apb-field-group select, .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(4) .apb-field-group select {
            padding: 0 ; }
        .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(3) label, .awebooking-wrapper .apb-single-check-avb-form .apb-field:nth-child(4) label {
          letter-spacing: 1px;
          text-align: center; }
      .awebooking-wrapper .apb-single-check-avb-form .apb-field input, .awebooking-wrapper .apb-single-check-avb-form .apb-field select {
        border: none;
        font: 300 24px 'Playfair', serif;
        height: 50px;
        padding-left: 0;
        padding-right: 0;
        text-transform: uppercase; }
      .awebooking-wrapper .apb-single-check-avb-form .apb-field input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #b3b3b3;
        font-size: 18px; }
      .awebooking-wrapper .apb-single-check-avb-form .apb-field input::-moz-placeholder {
        /* Firefox 19+ */
        color: #b3b3b3;
        font-size: 18px; }
      .awebooking-wrapper .apb-single-check-avb-form .apb-field input:-ms-input-placeholder {
        /* IE 10+ */
        color: #b3b3b3;
        font-size: 18px; }
      .awebooking-wrapper .apb-single-check-avb-form .apb-field input:-moz-placeholder {
        /* Firefox 18- */
        color: #b3b3b3;
        font-size: 18px; }
      .awebooking-wrapper .apb-single-check-avb-form .apb-field select {
        text-align: center; }
        .awebooking-wrapper .apb-single-check-avb-form .apb-field select .apb-field {
          border: none; }
        .awebooking-wrapper .apb-single-check-avb-form .apb-field select option {
          border-color: #e9e9e9;
          color: #808080;
          font-size: 18px;
          padding: 5px 0; }
    .awebooking-wrapper .apb-single-check-avb-form .awe-btn {
      width: 20%; } }

.wpb_revslider_element {
  margin: 0; }

/* CHECK-AVAILABLE-FORM */
/*===================== WIDGET ================*/
.widget_nav_menu .sub-menu {
  margin-left: 10px; }

#header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  #header .menu-bars, #header .menu-bars.active {
    background: transparent; }
    #header .menu-bars span, #header .menu-bars.active span {
      background: #FFF; }
      #header .menu-bars span:after, #header .menu-bars span:before, #header .menu-bars.active span:after, #header .menu-bars.active span:before {
        background: #FFF;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
  #header .header_menu .menu-header {
    display: none; }
  #header .header_menu .menu > li.current-menu-item > a {
    background: transparent;
    color: #dd9a1c; }
  #header .header_menu .menu > li > a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px; }
    #header .header_menu .menu > li > a:hover {
      background: transparent;
      color: red; }
    @media (min-width: 992px) {
        #header .header_menu .menu > li > a .fa {
          font-size: 10px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
  #header .header_menu .menu > li:hover > a {
    background: transparent;
    color: #dd9a1c; }
  #header .header_menu .menu > li .sub-menu li a {
    font-weight: 600; }
    #header .header_menu .menu > li .sub-menu li a:hover {
      background: transparent;
      color: #8E7037; }
  #header .header_menu .menu > li .sub-menu li.current-menu-item > a {
    background: transparent;
    color: #8E7037; }
  @media (max-width: 1199px) {
    #header .header_menu {
      top: 0 !important; }
      #header .header_menu .menu-header {
        display: block; } }
  @media (max-width: 600px) {
    #header .header_menu {
      top: 45px !important; } } 
    #header .header_mobile .header_menu {
      background: #FFF;
      opacity: 0;
      right: 0;
      width: 250px;
      height: 100%;
      -webkit-transform: translate3d(150%, 0, 0);
      transform: translate3d(150%, 0, 0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #header .header_mobile .header_menu.active {
        opacity: 1;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
      #header .header_mobile .header_menu .menu-header {
        background: #8e7037;
        padding-left: 20px;
        position: relative; }
        #header .header_mobile .header_menu .menu-header h3 {
          color: #FFF;
          font: 500 12px "Poppins", sans-serif;
          letter-spacing: 2px;
          line-height: 50px;
          margin: 0; }
        #header .header_mobile .header_menu .menu-header .close {
          background: #7c6230;
          color: #FFF;
          font: 300 18px 'Rubik', sans-serif;
          min-width: 50px;
          opacity: 1;
          right: 0;
          position: absolute;
          text-align: center;
          text-shadow: 0 1px 0 #ffffff;
          top: 0;
          width: 50px;
          height: 50px; }
      #header .header_mobile .header_menu .menu {
        padding: 20px 0; }
        #header .header_mobile .header_menu .menu > li {
          padding: 0; }
          #header .header_mobile .header_menu .menu > li > a {
            color: #333333;
            font: 500 12px "Poppins", sans-serif;
            padding: 15px 40px 15px 20px; }
          #header .header_mobile .header_menu .menu > li .sub-menu > li {
            padding: 0; }
            #header .header_mobile .header_menu .menu > li .sub-menu > li > a {
              color: #333333;
              font: 500 12px "Poppins", sans-serif;
              padding: 8px 30px;
              text-transform: capitalize; }
          #header .header_mobile .header_menu .menu > li.current-menu-item > a {
            color: #8E7037; }
  #header .header_top {
    color: #FFF;
    line-height: 40px; }
    #header .header_top .inner {
      overflow: hidden; }
    #header .header_top .header_left span {
        color: #FFF;
        line-height: 40px;
        font: 400 12px "Poppins", sans-serif;
        border-radius: 20px;
        background: red;
        padding: 5px 10px;
        font-weight: bold;
        margin: 5px 0;
        display: inline-block;
    }
    #header .header_top .header_right {
      display: none; }
      @media (min-width: 768px) {
        #header .header_top .header_right {
          display: block; } }
    #header .header_top .top-nav > li > a {
      color: #FFF;
      font: 400 12px "Poppins", sans-serif;
      padding-top: 9px; }
      #header .header_top .top-nav > li > a:hover {
        background: transparent;
        color: #8E7037; }
#header .header_content.header-sticky {
    background: #0064c4 !important;
    opacity: 0.9;
}
  #header .header_content.class_default_bgr {
    background: rgba(0, 0, 0, 0.9); }
  #header.header-logo-left #header_content {
    background: transparent; }
  #header.header-menu-center .inner {
    border: none;
    overflow: inherit; }
  #header.header-menu-center .header_logo {
    line-height: 84px; }
    @media (max-width: 1200px) {
      #header.header-menu-center .header_logo {
        line-height: 1; } }
  #header.header-menu-center .header_content {
    background: rgba(6, 6, 6, 0.33); }
    #header.header-menu-center .header_content .header_menu {
      padding: 0; }
      #header.header-menu-center .header_content .header_menu .menu > li.current-menu-parent > a {
        color: #8E7037; }
      #header.header-menu-center .header_content .header_menu .menu > li > a {
        border: none;
        margin: 0 25px; }
  #header.header-menu-center .header_mobile.class_default_bgr {
    background: rgba(0, 0, 0, 0.9); }
  #header.header-menu-center .header_mobile .header_menu {
    padding: 0; }
    #header.header-menu-center .header_mobile .header_menu .menu > li > a {
      border: none;
      margin: 0; }

.adminbar .heder-sticky {
  top: 32px !important; }

.admin-bar .header-menu-center {
  top: 0 !important; }

.page-id-109 #header .header_content, .page-id-4013 #header .header_content {
  background: transparent; }

.menu-offcanvas-open {
  overflow: hidden;
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .menu-offcanvas-open:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1070;
    width: 100%;
    height: 100%; }
  .menu-offcanvas-open.admin-bar {
    top: -32px; }
    @media (max-width: 782px) {
      .menu-offcanvas-open.admin-bar {
        top: -47px; } }

/* Footer */
.footer .footer_top {
  background: #2e2e2e; }
  .footer .footer_top .mailchimp h4 {
    display: none; }
  .footer .footer_top .mailchimp-form {
    margin: 0;
    padding-left: 100px;
    position: relative; }
    @media (max-width: 767px) {
      .footer .footer_top .mailchimp-form {
        padding-left: 60px; } }
    .footer .footer_top .mailchimp-form:before {
      border: 2px solid #8e7037;
      color: #8e7037;
      content: "\f003";
      font: 400 18px 'FontAwesome';
      left: 0;
      padding: 15px;
      position: absolute;
      top: 50%;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .footer .footer_top .mailchimp .wpcf7-form-control {
    height: 60px; }
  .footer .footer_top .mailchimp .form-group:last-child, .footer .footer_top .mailchimp .form-group .ajax-loader {
    position: absolute;
    right: 0;
    top: 0; }
  .footer .footer_top .mailchimp .form-group .wpcf7-submit {
    background: transparent;
    letter-spacing: 1px;
    margin: 0;
    min-width: 80px;
    padding: 0;
    width: 80px;
    border: none !important;
    position: relative;
    z-index: 20; }
    .footer .footer_top .mailchimp .form-group .wpcf7-submit:hover {
      background: transparent;
      color: #8e7037; }
  .footer .footer_top .mailchimp .form-group:last-child input {
    font-size: 0; }
  .footer .footer_top .mailchimp .form-group:last-child:before {
    background: rgba(255, 255, 252, 0.1);
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 1px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
  .footer .footer_top .mailchimp .form-group:last-child:after {
    content: url(../assets/images/button-submit-form.png);
    left: 50%;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .footer .footer_top .mailchimp .form-group .wpcf7-text {
    background: #3e3e3e;
    border: none;
    color: #FFF;
    font: 300 14px "Poppins", sans-serif; }
  @media (min-width: 992px) {
    .footer .footer_top .mailchimp .form-group .wpcf7-text {
      min-width: 450px;
      padding: 0 20px; }
      .footer .footer_top .mailchimp .form-group .wpcf7-text::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #FFF; }
      .footer .footer_top .mailchimp .form-group .wpcf7-text::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFF; }
      .footer .footer_top .mailchimp .form-group .wpcf7-text:-ms-input-placeholder {
        /* IE 10+ */
        color: #FFF; }
      .footer .footer_top .mailchimp .form-group .wpcf7-text:-moz-placeholder {
        /* Firefox 18- */
        color: #FFF; } }
  @media (min-width: 768px) {
    .footer .footer_top .social .social-content {
      text-align: right; } }
  .footer .footer_top .social .social-content a {
    border: none;
    font-size: 20px; }
    .footer .footer_top .social .social-content a:hover {
      color: #8E7037; }
  @media (min-width: 992px) {
    .footer .footer_top .social .social-content a {
      margin-top: 15px; } }

.footer #text-2 .wpcf7-mail-sent-ng {
  position: relative !important;
  text-align: center !important; }

/* Footer */
.awe-special-heading .title {
  color: inherit !important; }

/* 404 */
.section-404 h1 {
  font-family: "Poppins", sans-serif; }

.section-404 h6 {
  font: 400 27px "Poppins", sans-serif; }

.section-404 p {
  color: #cccccc;
  font: 300 18px "Poppins", sans-serif; }

.section-404 .awe-btn {
  height: 40px; }

/* 404 */
/* COMING SOON */
.section-comingsoon .comingsoon > a {
  display: none; }

.section-comingsoon .comingsoon h1 {
  font-size: 70px; }

.section-comingsoon .comingsoon h6 {
  font: 400 34px "Poppins", sans-serif; }

.section-comingsoon .comingsoon .widget_social .widget-title {
  font: 400 20px "Poppins", sans-serif;
  text-transform: capitalize; }

/* COMING SOON */
/* BANNER */
.section-sub-banner {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .section-sub-banner {
      padding-top: 150px; } }
  .section-sub-banner.awe-parallax {
    background-position: center center !important;
    background-size: cover; }
  .section-sub-banner.no-bgr .awe-overlay {
    background-color: #FFF; }
  .section-sub-banner.no-bgr .sub-banner h2 {
    color: #222; }
  .section-sub-banner.no-bgr .sub-banner p {
    color: #333333; }
  .section-sub-banner.no-bgr .section-sub-banner {
    margin-bottom: 0px;
    padding-top: 120px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-sub-banner.no-bgr {
      padding-top: 100px; } }
  @media (max-width: 600px) {
    .section-sub-banner.no-bgr {
      padding-top: 80px;
      padding-bottom: 0; } }
  @media (max-width: 480px) {
    .section-sub-banner.no-bgr .sub-banner h2 {
      margin-top: 0;
      font-size: 22px; } }
.section-sub-banner {
    background-image: url(/images/bg-header-blog.jpg);
}
.bgblue {
    background: #38f
}
.news_content{text-align:left}
    .news_content h2{font-size:15px}
    /* BANNER */
    /*=========================== RESET =========================*/
    .section-sub-banner.no-bgr {
        padding: 0;
        margin-top: 120px;
    }
  @media (max-width: 1200px) {
    .section-sub-banner.no-bgr {
      margin-top: 50px; } }
  @media (max-width: 600px) {
    .section-sub-banner.no-bgr {
      margin-top: 70px; } }

.section-sub-banner.class_reset {
  margin-top: 40px; }
  @media (max-width: 600px) {
    .section-sub-banner.class_reset {
      margin-top: 70px; } }

/* HEADING TITLE */
.awe-special-heading .title {
  color: #232323;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 45px;
  position: relative;
  text-transform: capitalize; }
  .awe-special-heading .title:after {
    bottom: 0;
    content: url("../assets/images/icon-title.png");
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media (min-width: 992px) {
    .awe-special-heading .title {
      font-size: 48px; } }

.awe-special-heading.text-left .title {
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .awe-special-heading.text-left .title:after {
    background: #8e7037;
    content: "";
    left: 0;
    width: 120%;
    height: 1px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.awe-special-heading.text-left h2.title {
  margin-bottom: 5px;
  padding: 0; }
  .awe-special-heading.text-left h2.title:after {
    content: none; }

.awe-special-heading h2.title {
  display: block;
  font: 700 36px/36px "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 0;
  text-transform: uppercase;
  line-height: 50px; }
  @media (max-width: 480px) {
    .awe-special-heading h2.title {
      font-size: 28px;
      line-height: 35px; } }
  .awe-special-heading h2.title:after {
    content: none; }

/* HEADING TITLE */
/* BUTTON */
.awe-btn {
  color: #232323;
  font: 500 12px "Poppins", sans-serif;
  letter-spacing: 1px;
  padding: 8px 27px;
  vertical-align: middle; }
  .awe-btn.awe-btn-default {
    font-weight: 600; }

/* BUTTON */
div.wpcf7-response-output {
  margin: 0;
  position: absolute;
  text-align: left !important;
  font-size: 13px !important;
  padding: 0; }

div.wpcf7-validation-errors {
  border: none; }

/* BUTTON */
/* CATALOG-ROOM */
.accomd-modations-content .owl-controls {
  margin-top: 10px;
  text-align: center; }
  @media (max-width: 480px) {
    .accomd-modations-content .owl-controls {
      margin: 0; } }
  .accomd-modations-content .owl-controls .owl-page {
    border-color: #232323; }
    .accomd-modations-content .owl-controls .owl-page.active {
      background: #232323; }

.accomd-modations-content.owl-carousel-play .owl-item {
  padding: 0 15px; }
  .accomd-modations-content.owl-carousel-play .owl-item .accomd-modations-room {
    padding: 0; }

@media (min-width: 992px) {
  .accomd-modations-content .accomd-modations-room {
    margin: 0 0 30px 0;
    padding: 0 15px; } }

@media (min-width: 996px) {
    .room_ctlog {
        height: 450px;
    }
}
.room-item {
  margin-bottom: 30px; } 
    .room_ctlog {
        position: relative;
        text-align: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden;
        background:#fff;
    }
  .room_ctlog .img {
    margin: 0;
    position: relative;
    overflow: hidden; }
    .room_ctlog .img img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .room_ctlog .img_content {
      bottom: 0;
      left: 0;
      padding: 20px;
      position: absolute;
      width: 100%;
      z-index: 1; }
      .room_ctlog .img_content .room_price {
        margin: 0; }
  .room_ctlog .room_title {
    margin: 0 0 5px; }
     
    .room_ctlog .room_title a {
      display: inline-block;
      color: #232323;
      font: 500 24px "Poppins", sans-serif;
      line-height: 24px; }
      .room_ctlog .room_title a:hover {
        color: #8E7037; }
  .room_ctlog .room_price {
    display: inline-block;
    font: 500 16px "Poppins", sans-serif;
    text-transform: uppercase;
    color: #8e7037; } 
  .room_ctlog .room_content {
    background: #FFF;
    padding: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .room_ctlog .room_content .desc {
      font-weight: 300;  }
      .room_ctlog .room_content .desc p {
        font: 300 14px "Poppins", sans-serif; }
    .room_ctlog .room_content .awe-btn.awe-btn-outline {
      color: #FFF;
      background: transparent;
      border: 1px solid #FFF;
      font: 300 14px "Poppins", sans-serif;
      letter-spacing: 1px;
      padding: 10px 35px; }
      .room_ctlog .room_content .awe-btn.awe-btn-outline:hover {
        color: #8E7037;
        border-color: #8e7037; }
  .room_ctlog .room_info {
    margin: 0 -10px; }
    .room_ctlog .room_info_item {
      padding: 15px 20px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .room_ctlog .room_info_item > p {
        display: inline-block;
        margin: 0; }
        .room_ctlog .room_info_item > p.room-grid__atts {
          margin-right: 10px; }
        .room_ctlog .room_info_item > p.room-grid__desc {
          color: #333333;
          font: 400 14px "Poppins", sans-serif;
          padding-top: 3px; }
      .room_ctlog .room_info_item:nth-child(1), .room_ctlog .room_info_item:nth-child(3) {
        border-right: 1px solid #ddd; }
      .room_ctlog .room_info_item:nth-child(1), .room_ctlog .room_info_item:nth-child(2) {
        border-bottom: 1px solid #ddd; }
  .room_ctlog:hover {
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15); }
    .room_ctlog:hover .img img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .room_ctlog:hover .room_title a {
      color: #8e7037; }
    .room_ctlog:hover .room_title.title_light a {
        color: #8e7037;
    }

/* FOOTER */
.footer .footer_top, .footer .footer_top h4, .footer .footer_top a {
    color: #fff
}

/* ROOM-1 */
.room-wrap-1 {
  margin: 0; }
  .room-wrap-1 .room_item-1 {
    margin: 0 0 30px; }
    .room-wrap-1 .room_item-1 .room_content {
      padding: 30px;
      text-align: center; }
      .room-wrap-1 .room_item-1 .room_content .bot {
        border: none;
        margin: 0;
        padding: 0; }
      .room-wrap-1 .room_item-1 .room_content .desc {
        display: none; }

/* ROOM-1 */
/* ROOM-1 */
.room-grid1 .room-grid1__hover {
  display: none;
  opacity: 0;
  visibility: hidden; }

.room-grid1.room-grid1--relative::after {
  content: none; }

.room-grid1 .room_content {
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .room-grid1 .room_content .room_price {
    margin: 5px 0 10px 0; }

.room-grid1:hover .room_content {
  background: rgba(0, 0, 0, 0.7);
  bottom: inherit;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.room-grid1:hover .room-grid1__hover {
  display: block;
  opacity: 1;
  visibility: visible; }

.room-grid1:hover .room_title a {
  color: #FFF; }

.room-grid1:hover .desc {
  color: #FFF; }

/* ROOM-1 */
/* ROOM-2 */
.room-wrap-2 {
  margin: 0 -15px;
  overflow: hidden; }
  .room-wrap-2 .room_ctlog .img:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

/* BODY-ROOM-2 */
.first .body-room-2 .wrap-room2 .room-grid1__thumbnail {
  position: relative; }
  .first .body-room-2 .wrap-room2 .room-grid1__thumbnail:before {
    right: 0px; }

.list_zigzag {
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .list_zigzag {
      margin-bottom: 60px; } }
  .list_zigzag:last-child {
    margin-bottom: 20px; }

.body-room-2 .wrap-room2:hover .room-grid1__thumbnail:after {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: visible; }

.body-room-2 .wrap-room2 .room-grid1__thumbnail {
  position: relative; }
  @media (min-width: 1200px) {
    .body-room-2 .wrap-room2 .room-grid1__thumbnail:before {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      top: 37px;
      bottom: 43px;
      background-color: #fff;
      z-index: 2;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  .body-room-2 .wrap-room2 .room-grid1__thumbnail img {
    width: 100%; }
  .body-room-2 .wrap-room2 .room-grid1__thumbnail:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1e1818));
    background: -webkit-linear-gradient(top, transparent, #1e1818);
    background: -moz-linear-gradient(top, transparent, #1e1818);
    background: -ms-linear-gradient(top, transparent, #1e1818);
    background: -o-linear-gradient(top, transparent, #1e1818);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    width: 100%;
    height: 50%; }

@media (min-width: 1200px) {
  .body-room-2 .wrap-room2 .text {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%); } }

@media (max-width: 767px) {
  .body-room-2 .wrap-room2 .text {
    margin-top: 20px; } }

.body-room-2 .wrap-room2 .text .room_title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Poppins', Arial, sans-serif;
  color: #333;
  font-size: 36px;
  margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .body-room-2 .wrap-room2 .text .room_title {
      margin: 0; } }

.body-room-2 .wrap-room2 .text .room_price {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .body-room-2 .wrap-room2 .text .room_price {
      margin-bottom: 10px; } }
  @media (max-width: 1200px) {
    .body-room-2 .wrap-room2 .text .room_price {
      margin-bottom: 10px; } }

.body-room-2 .wrap-room2 .text .desc {
  color: #898989;
  font-size: 15px;
  line-height: 23px; }

.body-room-2 .wrap-room2 .text .awe-btn-6 {
  margin-top: 30px !important;
  width: 118px;
  padding: 10px;
  border: 2px solid transparent;
  height: 38px;
  line-height: 15px; }
  .body-room-2 .wrap-room2 .text .awe-btn-6:hover {
    border: 2px solid #8e7037;
    color: #8e7037;
    background: transparent; }

/* ROOM-3*/
@media (min-width: 768px) and (max-width: 991px) {
  .first .item-list-zoom1 .wrap-item .text-room-3 {
    margin-left: 40px;
    margin-right: 40px; }
    .first .item-list-zoom1 .wrap-item .text-room-3 .img1,
    .first .item-list-zoom1 .wrap-item .text-room-3 .img2 {
      display: none; }
    .first .item-list-zoom1 .wrap-item .text-room-3 .text {
      width: auto; }
      .first .item-list-zoom1 .wrap-item .text-room-3 .text .line {
        display: none; } }

.first .item-list-zoom1 .wrap-item .text-room-3 .text {
  float: right; }

.first .item-list-zoom1 .wrap-item .text-room-3 .room-zoom1__thumbnail {
  float: left;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 70px; }

.list_zoom1 {
  margin-bottom: 15px; }

.item-list-zoom1 .room-detail_img {
  margin-top: 0; }

.item-list-zoom1 .wrap-item:hover .room-zoom1__thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.item-list-zoom1 .wrap-item .img-gallery .item img {
  width: 100%;
  height: auto; }

.item-list-zoom1 .wrap-item:hover .img1,
.item-list-zoom1 .wrap-item:hover .img2 {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.item-list-zoom1 .wrap-item:hover .img:before {
  opacity: 0.7;
  overflow: visible; }

.item-list-zoom1 .wrap-item .text-room-3 {
  margin-left: 70px;
  margin-right: 70px;
  position: relative; }
  @media (max-width: 991px) {
    .item-list-zoom1 .wrap-item .text-room-3 {
      margin-left: 40px;
      margin-right: 40px; }
      .item-list-zoom1 .wrap-item .text-room-3 .text {
        width: auto !important; } }
  @media (max-width: 480px) {
    .item-list-zoom1 .wrap-item .text-room-3 {
      margin-left: 0;
      margin-right: 0; } }
  .item-list-zoom1 .wrap-item .text-room-3 .text {
    overflow: hidden;
    padding: 8px 20px 0 27px;
    background-color: #fff;
    position: relative;
    -webkit-transform: translateY(-93px);
    -moz-transform: translateY(-93px);
    -ms-transform: translateY(-93px);
    -o-transform: translateY(-93px);
    width: 530px;
    float: left; }
    @media (max-width: 480px) {
      .item-list-zoom1 .wrap-item .text-room-3 .text {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        padding: 0;
        margin-bottom: 25px; } }
    .item-list-zoom1 .wrap-item .text-room-3 .text .line {
      width: 70px;
      margin-top: 80px;
      height: 2px;
      background: #333; }
      @media (max-width: 991px) {
        .item-list-zoom1 .wrap-item .text-room-3 .text .line {
          display: none; } }
    .item-list-zoom1 .wrap-item .text-room-3 .text .view-dateails {
      margin-top: 25px;
      width: 119px;
      position: relative; }
    .item-list-zoom1 .wrap-item .text-room-3 .text .room_title {
      font-size: 36px;
      text-transform: uppercase;
      font-weight: bold;
      color: #333;
      margin-bottom: -10px; }
    .item-list-zoom1 .wrap-item .text-room-3 .text .room_price {
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 22px;
      font-weight: 600;
      color: #333;
      text-transform: uppercase; }
    .item-list-zoom1 .wrap-item .text-room-3 .text .desc {
      color: #898989;
      font-size: 15px;
      font-weight: 400; }
      .item-list-zoom1 .wrap-item .text-room-3 .text .desc b {
        font-weight: 600;
        color: #333; }
    .item-list-zoom1 .wrap-item .text-room-3 .text .awe-btn-6 {
      margin-top: 30px;
      width: 119px;
      position: relative;
      padding: 10px;
      line-height: 15px;
      border: 2px solid transparent;
      height: 38px; }
      .item-list-zoom1 .wrap-item .text-room-3 .text .awe-btn-6:hover {
        border: 2px solid #8E7037;
        background: transparent;
        color: #8E7037; }
  .item-list-zoom1 .wrap-item .text-room-3 .room-zoom1__thumbnail {
    float: right;
    margin-top: 30px;
    margin-left: 70px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 200px;
    height: auto; }
    @media (max-width: 991px) {
      .item-list-zoom1 .wrap-item .text-room-3 .room-zoom1__thumbnail {
        display: none; } }
    .item-list-zoom1 .wrap-item .text-room-3 .room-zoom1__thumbnail img {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

/* END/ROOM-3 */
/* ROOM-4*/
.room-item.list_zoom2.col-xs-12.col-sm-12.last {
  margin-bottom: -15px; }

.wrap-room-4 {
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .wrap-room-4 .wrap-item .text-room-4 {
      margin-left: auto; }
      .wrap-room-4 .wrap-item .text-room-4.room-right {
        margin-right: auto; }
      .wrap-room-4 .wrap-item .text-room-4 .text {
        padding: 0; }
        .wrap-room-4 .wrap-item .text-room-4 .text .room_title {
          line-height: 0;
          margin: 0; }
          .wrap-room-4 .wrap-item .text-room-4 .text .room_title a {
            font-size: 20px; }
        .wrap-room-4 .wrap-item .text-room-4 .text .room_price {
          font-size: 12px !important;
          margin-top: 18px;
          margin-bottom: 10px; }
        .wrap-room-4 .wrap-item .text-room-4 .text .desc {
          font-size: 12px !important; }
        .wrap-room-4 .wrap-item .text-room-4 .text .awe-btn-6 {
          margin-top: 10px !important; } }
  @media (max-width: 991px) {
    .wrap-room-4 {
      margin-bottom: 30px; } }
  .wrap-room-4 .room-zoom1__thumbnail {
    overflow: hidden; }
    @media (max-width: 991px) {
      .wrap-room-4 .room-zoom1__thumbnail {
        display: none; } }
    .wrap-room-4 .room-zoom1__thumbnail img {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  @media (max-width: 480px) {
    .wrap-room-4 .wrap-item .col-xs-push-6 {
      left: 0; }
    .wrap-room-4 .wrap-item .col-xs-pull-6 {
      right: 0; } }
  .wrap-room-4 .wrap-item .room-detail_img {
    margin: 0; }
  .wrap-room-4 .wrap-item:hover .room-zoom1__thumbnail img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .wrap-room-4 .wrap-item .no_first .text-room-4 {
    margin-right: -30px;
    margin-left: 0; }
    @media (max-width: 991px) {
      .wrap-room-4 .wrap-item .no_first .text-room-4 {
        margin: 0; } }
  .wrap-room-4 .wrap-item .text-room-4 {
    margin-left: -30px; }
    @media (max-width: 991px) {
      .wrap-room-4 .wrap-item .text-room-4 {
        margin: 0; }
        .wrap-room-4 .wrap-item .text-room-4 .text {
          padding: 0 !important; } }
    .wrap-room-4 .wrap-item .text-room-4 .room-detail_img {
      margin-top: 0; }
    .wrap-room-4 .wrap-item .text-room-4 .text {
      padding: 25px 60px 85px 100px; }
      .wrap-room-4 .wrap-item .text-room-4 .text .room_title {
        text-transform: uppercase;
        font-weight: bold;
        color: #333;
        font-size: 36px;
        margin-bottom: 10px; }
      .wrap-room-4 .wrap-item .text-room-4 .text .room_price {
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        font-size: 14px; }
      .wrap-room-4 .wrap-item .text-room-4 .text .desc {
        color: #898989;
        font-size: 15px;
        font-weight: 400; }
      .wrap-room-4 .wrap-item .text-room-4 .text .awe-btn-6 {
        margin-top: 30px;
        width: 119px;
        position: relative;
        padding: 0px;
        border: 2px solid transparent;
        height: 38px;
        line-height: 35px; }
        .wrap-room-4 .wrap-item .text-room-4 .text .awe-btn-6:hover {
          border: 2px solid #8e7037;
          background: transparent;
          color: #8e7037; }

/* ROOM-5*/
@media (min-width: 992px) and (max-width: 1200px) {
  .wrap-room-5 .wrap-item .text-room-5 {
    bottom: 20px !important;
    left: 30px !important; }
    .wrap-room-5 .wrap-item .text-room-5 .room_title a {
      font-size: 20px; }
    .wrap-room-5 .wrap-item .text-room-5 .room_price {
      font-size: 13px !important; }
  .wrap-room-5 .wrap-item .text-hover .text .room_title {
    margin: 0;
    line-height: 35px; }
    .wrap-room-5 .wrap-item .text-hover .text .room_title a {
      font-size: 20px; }
  .wrap-room-5 .wrap-item .text-hover .text .room_price {
    font-size: 13px !important;
    margin-bottom: -20px; }
  .wrap-room-5 .wrap-item .text-hover .text .desc {
    font-size: 13px !important; }
  .wrap-room-5 .wrap-item .text-hover .text .awe-btn-6 {
    margin-top: 15px !important; } }

@media (max-width: 600px) {
  .wrap-room-5 .wrap-item:hover .img:before {
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: visible; }
  .wrap-room-5 .wrap-item .img {
    position: relative; }
    .wrap-room-5 .wrap-item .img:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: '';
      opacity: 0;
      pointer-events: none;
      background-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1e1818));
      background: -webkit-linear-gradient(top, transparent, #1e1818);
      background: -moz-linear-gradient(top, transparent, #1e1818);
      background: -ms-linear-gradient(top, transparent, #1e1818);
      background: -o-linear-gradient(top, transparent, #1e1818);
      width: 100%;
      overflow: hidden;
      height: 50%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .wrap-room-5 .wrap-item .text-room-5 {
    bottom: 10px;
    left: 10px; }
    .wrap-room-5 .wrap-item .text-room-5 .h2-rooms {
      font-size: 15px;
      margin: 0 0 3px 0; }
    .wrap-room-5 .wrap-item .text-room-5 .h5-room {
      font-size: 10px;
      margin: 0; }
  .wrap-room-5 .wrap-item .text-hover {
    display: none; } }

.wrap-room-5 .wrap-item {
  position: relative;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .wrap-room-5 .wrap-item:before {
    position: absolute;
    pointer-events: none;
    content: '';
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(21, 21, 21, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(rgba(21, 21, 21, 0.7)));
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
    background: -moz-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
    background: -ms-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
    background: -o-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
    width: 100%;
    height: 50%; }
  .wrap-room-5 .wrap-item:hover .text-hover {
    position: absolute;
    top: 0px;
    background: rgba(255, 255, 255, 0.94);
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 2px solid #3d3b38;
    display: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
    left: 0;
    bottom: 0; }
  .wrap-room-5 .wrap-item .text-room-5 {
    position: absolute;
    bottom: 35px;
    left: 50px; }
    @media (max-width: 480px) {
      .wrap-room-5 .wrap-item .text-room-5 {
        bottom: 20px;
        left: 20px; }
        .wrap-room-5 .wrap-item .text-room-5 h2 a {
          font-size: 23px !important; } }
    .wrap-room-5 .wrap-item .text-room-5 h2 {
      margin-bottom: 0; }
      .wrap-room-5 .wrap-item .text-room-5 h2 a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 30px;
        color: #fff; }
    .wrap-room-5 .wrap-item .text-room-5 .room_price {
      margin: 0;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
  .wrap-room-5 .wrap-item .text-hover {
    display: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    border: 2px solid #3d3b38;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    bottom: 0;
    right: 0; }
    .wrap-room-5 .wrap-item .text-hover .text {
      padding: 16px 47px; }
      .wrap-room-5 .wrap-item .text-hover .text .awe-btn-6 {
        margin-top: 25px;
        width: 119px;
        padding: 10px;
        height: 38px;
        line-height: 16px;
        border: 2px solid transparent; }
        .wrap-room-5 .wrap-item .text-hover .text .awe-btn-6:hover {
          background: #FFF;
          border: 2px solid #8E7037;
          color: #8E7037; }
      .wrap-room-5 .wrap-item .text-hover .text h2 {
        font-size: 30px;
        margin-bottom: 0px; }
        .wrap-room-5 .wrap-item .text-hover .text h2 a {
          text-transform: uppercase;
          font-weight: bold;
          color: #333; }
          .wrap-room-5 .wrap-item .text-hover .text h2 a:hover {
            color: #8e7037; }
      .wrap-room-5 .wrap-item .text-hover .text .room_price {
        font-size: 14px;
        font-family: 'Poppins', Arial, sans-serif;
        font-weight: 600;
        color: #333;
        text-transform: uppercase; }
      .wrap-room-5 .wrap-item .text-hover .text .desc {
        color: #898989;
        font-size: 15px;
        font-weight: 400;
        margin-top: 25px; }
        .wrap-room-5 .wrap-item .text-hover .text .desc b {
          font-weight: 600;
          color: #333; }
  .wrap-room-5 .wrap-item .room-zoom1__thumbnail img {
    width: 100%; }

/* ROOM-6*/
.list_zoom4 {
  margin: 0; }

.first .wrap-room-6 .text {
  left: 0; }

.wrap-room-6 {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 480px) {
    .wrap-room-6 .text h2 {
      margin-top: 0px; }
      .wrap-room-6 .text h2 a {
        font-size: 28px; }
    .wrap-room-6 .text .desc {
      font-size: 12px !important;
      line-height: 20px !important; }
    .wrap-room-6 .text .room_price {
      font-size: 12px !important;
      margin-bottom: 0 !important; }
    .wrap-room-6 .text ul li {
      font-size: 12px !important; } }
  .wrap-room-6 .room-grid1__thumbnail img {
    max-width: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .wrap-room-6 .img:before {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(rgba(21, 21, 21, 0.7)));
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
    background: -moz-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
    background: -ms-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
    background: -o-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
    height: 50%;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    overflow: hidden;
    bottom: 0; }
  .wrap-room-6:hover .img {
    position: relative; }
    .wrap-room-6:hover .img img {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      background-color: rgba(21, 21, 21, 0);
      opacity: 0.9; }
    .wrap-room-6:hover .img:before {
      opacity: 1;
      overflow: visible; }
  .wrap-room-6 .text {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.9;
    right: 0px;
    max-width: 470px;
    padding: 12px 30px 30px 30px;
    z-index: 2; }
    .wrap-room-6 .text .awe-btn-6 {
      margin-top: 10px;
      width: 119px;
      height: 38px;
      border: 2px solid transparent;
      padding: 0;
      line-height: 36px; }
      .wrap-room-6 .text .awe-btn-6:hover {
        background: #FFF;
        border: 2px solid #8e7037;
        color: #8e7037; }
    .wrap-room-6 .text h2 {
      font-size: 32px; }
      .wrap-room-6 .text h2 a {
        text-transform: uppercase;
        font-weight: bold;
        color: #FFF; }
    .wrap-room-6 .text .room_price {
      font-size: 14px;
      margin-top: -13px;
      color: #8E7037;
      text-transform: uppercase;
      margin-bottom: 13px;
      font-weight: 600; }
    .wrap-room-6 .text .desc {
      color: #FFF;
      font-size: 15px;
      line-height: 27px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .wrap-room-6 .text .desc {
          font-size: 14px; } }
      .wrap-room-6 .text .desc b {
        font-weight: 600; }
    .wrap-room-6 .text ul {
      margin-top: 10px; }
      .wrap-room-6 .text ul li {
        font-size: 14px;
        color: #FFF;
        font-weight: 500;
        list-style: inside;
        line-height: 1.9;
        padding: 0; }
  .wrap-room-6 .text-1 {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.9;
    right: 0px;
    max-width: 470px;
    padding: 12px 30px 30px 30px;
    z-index: 2; }
    .wrap-room-6 .text-1 .view-dateails {
      margin-top: 15px;
      width: 119px; }
      .wrap-room-6 .text-1 .view-dateails:hover {
        background: #FFF;
        color: #8E7037; }
    .wrap-room-6 .text-1 h2 {
      font-size: 32px; }
    .wrap-room-6 .text-1 h5 {
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 22px;
      color: #8E7037; }
    .wrap-room-6 .text-1 p {
      font-size: 15px;
      font-weight: 400; }
      .wrap-room-6 .text-1 p b {
        font-weight: 600; }
    .wrap-room-6 .text-1 ul {
      padding-left: 14px;
      margin-top: 17px; }
      .wrap-room-6 .text-1 ul li {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.9;
        padding-left: 10px; }

/* ROOM-EXTRA */
.room-extra:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }



.room-extra .room_content .room_info_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .room-extra .room_content .room_info_wrap .room-extra__extra-item {
    padding: 15px 0 15px 20px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .room-extra .room_content .room_info_wrap .room-extra__extra-item {
        padding-left: 15px; } }
    .room-extra .room_content .room_info_wrap .room-extra__extra-item p {
      color: #959595;
      margin: 0 2px 0 0; }
      @media (max-width: 1199px) {
        .room-extra .room_content .room_info_wrap .room-extra__extra-item p {
          font-size: 13px; } }
      @media (max-width: 480px) {
        .room-extra .room_content .room_info_wrap .room-extra__extra-item p img {
          width: 15px; } }
    .room-extra .room_content .room_info_wrap .room-extra__extra-item:first-child {
      border-right: 1px solid #e9e9e9; }
    .room-extra .room_content .room_info_wrap .room-extra__extra-item .room-grid__icon {
      margin-right: 10px; }
      @media (max-width: 767px) {
        .room-extra .room_content .room_info_wrap .room-extra__extra-item .room-grid__icon img {
          width: 13px; } }
  .room-extra .room_content .room_info_wrap:first-child {
    border-bottom: 1px solid #e9e9e9; }

/* ROOM-EXTRA */
/* ROOM-LIST-STANDAR */
.room-list-standar {
  margin-bottom: 10px; }
  .room-list-standar:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .room-list-standar .room_title {
    text-align: left;
    margin-bottom: 20px; }
    .room-list-standar .room_title a {
      font-size: 26px !important;
      font-weight: bold;
      color: #333333 !important; }
  .room-list-standar .room_content {
    text-align: initial;
    padding: 10px 0 0 0; }
    .room-list-standar .room_content .room_info_wrap ul {
      margin: 0; }
      .room-list-standar .room_content .room_info_wrap ul li {
        padding-left: 10px;
        font-size: 14px;
        width: calc(50% - 1%);
        float: left;
        vertical-align: top;
        font-weight: 400;
        color: #232323; }
    .room-list-standar .room_content .room_details {
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      padding: 10px 0px;
      overflow: hidden; }
      .room-list-standar .room_content .room_details .awe-btn-6 {
        width: 127px;
        height: 38px;
        padding: 10px;
        line-height: 15px;
        float: right;
        border: 2px solid transparent; }
        @media (max-width: 480px) {
          .room-list-standar .room_content .room_details .awe-btn-6 {
            width: auto; } }
        .room-list-standar .room_content .room_details .awe-btn-6:hover {
          border: 2px solid #8e7037;
          color: #8e7037;
          background: transparent; }
      .room-list-standar .room_content .room_details .room_price {
        color: #898989;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        text-transform: initial;
        margin: 0; }
        .room-list-standar .room_content .room_details .room_price .amount {
          color: #333333;
          font-weight: bold;
          font-size: 26px; }
    .room-list-standar .room_content .desc {
      line-height: 23px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400; }
    .room-list-standar .room_content .room_info {
      margin-top: 10px;
      margin-bottom: 20px; }

/* ROOM-OVERLAY */
.room-overlay .img .img_content {
  background: transparent; }
  .room-overlay .img .img_content .room_title a {
    color: #FFF;
    font: 500 24px "Poppins", sans-serif; }
    .room-overlay .img .img_content .room_title a:hover {
      color: #8E7037; }
  .room-overlay .img .img_content .room_price {
    color: #8e7037; }

.room-overlay .room_content .head {
  display: none; }

@media (min-width: 320px) {
  .room-overlay .img {
    height: 370px; }
    .room-overlay .img img {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: inherit; }
    .room-overlay .img .img_content {
      background: #FFF;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .room-overlay .img .img_content .room_title a {
        color: #232323; }
  .room-overlay .room_content {
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 9;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .room-overlay .room_content .head {
      display: block; }
    .room-overlay .room_content .room_title a {
      font: 500 24px "Poppins", sans-serif; }
    .room-overlay .room_content .room_price {
      color: #8e7037;
      margin-bottom: 5px; }
    .room-overlay .room_content .room_info {
      padding: 0 20px; }
      .room-overlay .room_content .room_info_wrap .room-extra__extra-item {
        padding: 10px 15px; }
        .room-overlay .room_content .room_info_wrap .room-extra__extra-item p {
          color: #FFF;
          font-size: 11px; }
    .room-overlay .room_content .desc {
      color: #FFF;
      font-size: 14px; }
    .room-overlay .room_content .btn {
      border-color: #FFF;
      border-width: 1px;
      color: #FFF;
      margin-top: 20px; }
      .room-overlay .room_content .btn:hover {
        border-color: #8e7037;
        font-weight: 400; }
  .room-overlay:hover .img_content {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  .room-overlay:hover .room_content {
    opacity: 1;
    visibility: visible; } }

/* ROOM-OVERLAY */
/* CATALOG-ROOM */
.accomd-modations-content_1 .owl-controls {
  margin: 25px 0; }

.accomd-modations-content_1 .owl-pagination {
  position: inherit;
  text-align: center; }

/* CATALOG-ROOM */
/* ROOM-DETAIL */
.awebooking-room-type .owl-item .attachment-awebooking_thumbnail {
  width: 100%; }

.awebooking-room-type .awebooking-room-type__check-form {
  background: transparent;
  padding: 0 15px; }
  .awebooking-room-type .awebooking-room-type__check-form .inner {
    background: #f1f1f1; }
  .awebooking-room-type .awebooking-room-type__check-form .awebooking-room-type__title {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 30px 30px 10px 30px; }
  .awebooking-room-type .awebooking-room-type__check-form .awebooking-room-type__price {
    margin: 0;
    padding: 0 30px 30px 30px; }
    .awebooking-room-type .awebooking-room-type__check-form .awebooking-room-type__price span {
      font: 700 40px "Poppins", sans-serif;
      margin-right: 5px; }

.awebooking-room-type .awebooking-check-form {
  background: transparent; }
  .awebooking-room-type .awebooking-check-form .awebooking-check-form__wrapper .awebooking-heading {
    display: none; }
  .awebooking-room-type .awebooking-check-form .awebooking-check-form__wrapper .awebooking-check-form__content {
    padding: 30px; }
  .awebooking-room-type .awebooking-check-form .awebooking-btn {
    color: #FFF;
    font: 700 14px "Poppins", sans-serif;
    text-transform: uppercase;
    line-height: 0; }
    .awebooking-room-type .awebooking-check-form .awebooking-btn:hover {
      background: #b38d45; }

.awebooking-room-type .awebooking-room-type__tabs {
  border-color: #e9e9e9;overflow-x:hidden;
  border-style: solid;
  border-width: 1px 0;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls {
    border: none; }
    .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls > li {
      margin-bottom: 15px;
      padding: 0; }
      .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls > li a {
        color: #232323;
        font: 700 12px "Poppins", sans-serif;
        line-height: 14px;
        padding: 15px; }
        .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls > li a:after {
          bottom: 0; }
      .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls > li.active a {
        color: #8e7037; }
  .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__content .awebooking-amenities__title {
    color: #333333;
    margin: 0 0 15px; }
  @media (min-width: 992px) {
    .awebooking-room-type .awebooking-room-type__tabs {
      padding-top: 20px; }
      .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__wrapper {
          border-color: #e9e9e9;
          border-style: solid;
          border-width: 0 0 0 1px;
          padding: 30px;
          width: 100%; }
        .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls {
          min-width: 270px;
          padding: 20px 30px 0 0;
          text-align: left; }
          .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls > li {
            border-bottom: 2px solid #e9e9e9;
            display: block; }
            .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls > li a {
              display: inline-block;
              font-size: 14px;
              padding: 15px 0;
              position: relative; }
              .awebooking-room-type .awebooking-room-type__tabs .awebooking-tab__controls > li a:after {
                bottom: -2px; } }

.title_release_room h2 {
  font-weight: 700;
  margin-bottom: 25px; }

.single .room-item-release .room_title a {
  font: 700 20px "Poppins", sans-serif; }

.single .room-item-release .room_content {
  font-size: 14px;
  text-align: left; }
  .single .room-item-release .room_content .room-extra-item {
    margin-bottom: 5px; }
  .single .room-item-release .room_content .btn {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    max-width: 120px;
    padding: 7px 0;
    text-align: center;
    margin-top: 20px; }
    .single .room-item-release .room_content .btn:hover {
      color: #FFF; }

/* ROOM-DETAIL */
.awebooking-loop-room-type-availability .awebooking-loop-room-type__title {
  margin-right: 0;
  margin-bottom: 2.5rem; }
  .awebooking-loop-room-type-availability .awebooking-loop-room-type__title a {
    font: 700 26px "Poppins", sans-serif; }

.awebooking-loop-room-type-availability .awebooking-loop-room-type__desc {
  margin-bottom: 25px; }

.awebooking-loop-room-type-availability .awebooking-loop-room-type__button {
  display: block;
  font-weight: 300;
  margin-bottom: 20px; }

.awebooking-loop-room-type-availability .awebooking-loop-room-type__price {
  color: #898989;
  font: 300 14px "Poppins", sans-serif;
  margin: 0 40px 0 0; }
  .awebooking-loop-room-type-availability .awebooking-loop-room-type__price span {
    color: #333;
    font: 700 30px "Poppins", sans-serif; }

.awebooking-loop-room-type-availability .block-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .awebooking-loop-room-type-availability .block-bottom .apb-btn {
    background: transparent;
    border: 2px solid #333;
    color: #333;
    font: 700 12px "Poppins", sans-serif;
    margin: 0;
    padding: 8px 25px;
    line-height: 24px; }
    .awebooking-loop-room-type-availability .block-bottom .apb-btn:hover {
      border-color: #8e7037;
      color: #8e7037; }

@media (max-width: 992px) {
  .awebooking-loop-room-type-availability {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .awebooking-loop-room-type-availability .awebooking-loop-room-type__media, .awebooking-loop-room-type-availability .awebooking-loop-room-type__info {
      width: 100%; }
    .awebooking-loop-room-type-availability .awebooking-loop-room-type__media {
      margin-bottom: 20px; } }

.apb-room_package .apb-room_package-more {
  background: #f1f1f1;
  border: none;
  color: #333;
  padding: 15px 30px; }
  .apb-room_package .apb-room_package-more .icons {
    font-size: 12px;
    margin-top: 8px; }

.section-blog {
  padding-bottom: 50px; }
  .section-blog .article {
    margin-bottom: 15px; }
    .section-blog .article.article-cat, .section-blog .article .article-event {
      margin-bottom: 40px; }
  .section-blog .post .content, .section-blog .event .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .section-blog .post .content_left, .section-blog .event .content_left {
      margin-right: 15px;
      margin-bottom: 20px; }
      .section-blog .post .content_left .entry-date, .section-blog .event .content_left .entry-date {
        border: 2px solid #232323;
        display: inline-block;
        text-align: center;
        position: relative;
        min-width: 70px;
        min-height: 70px;
        padding: 5px; }
        .section-blog .post .content_left .entry-date a strong, .section-blog .event .content_left .entry-date a strong {
          display: block;
          font: 600 34px "Poppins", sans-serif;
          line-height: 1; }
        .section-blog .post .content_left .entry-date a span, .section-blog .event .content_left .entry-date a span {
          display: inline-block;
          font: 300 16px "Poppins", sans-serif; }
    .section-blog .post .content_right, .section-blog .event .content_right {
      word-wrap: break-word;
      max-width: 100%; }
      .section-blog .post .content_right .entry-header, .section-blog .event .content_right .entry-header {
        margin: 0 0 10px;
        padding: 0; }
        .section-blog .post .content_right .entry-header .entry-title a, .section-blog .event .content_right .entry-header .entry-title a {
          color: #232323;
          font: 700 18px "Poppins", sans-serif; }
          .section-blog .post .content_right .entry-header .entry-title a:hover, .section-blog .event .content_right .entry-header .entry-title a:hover {
            color: #8E7037; }
      .section-blog .post .content_right .entry-meta span, .section-blog .event .content_right .entry-meta span {
        font-weight: 300; }
      .section-blog .post .content_right .entry-meta .entry-author-name, .section-blog .event .content_right .entry-meta .entry-author-name {
        font-weight: 700; }
      .section-blog .post .content_right .entry-meta b, .section-blog .event .content_right .entry-meta b {
        color: #333333; }
      .section-blog .post .content_right .entry-meta .more-title, .section-blog .event .content_right .entry-meta .more-title {
        display: block;
        margin-top: 10px;
        font-weight: 600; }
  @media (max-width: 767px) {
    .section-blog .post .content, .section-blog .event .content {
      display: block !important;
      word-wrap: break-word; } }
  @media (min-width: 992px) {
    .section-blog .post .entry-media {
      margin-bottom: 20px; }
    .section-blog .post .content_left {
      margin-right: 20px; } }

.sonora-post--style2 .text {
  border-left: 1px solid #e9e9e9;
  padding: 15px 0 15px 30px; }
  .sonora-post--style2 .text .sonora-post__date {
    color: #898989;
    font: 500 14px "Poppins", sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .sonora-post--style2 .text .sonora-post__date p {
      margin: 0; }
    .sonora-post--style2 .text .sonora-post__date > .date {
      border-right: 1px solid #e9e9e9;
      margin-right: 15px;
      padding-right: 15px; }
      .sonora-post--style2 .text .sonora-post__date > .date p {
        font-size: 40px;
        line-height: 1;
        font-family: 'Playfair ', serif;
        font-weight: 400; }
    .sonora-post--style2 .text .sonora-post__date .year > span {
      display: block; }
  .sonora-post--style2 .text .sonora-post__title {
    text-transform: inherit; }
    .sonora-post--style2 .text .sonora-post__title a {
      font: 400 26px "Poppins", sans-serif; }
      .sonora-post--style2 .text .sonora-post__title a:hover {
        color: #8e7037; }
  .sonora-post--style2 .text .read-more {
    color: #8e7037;
    font: 300 12px "Poppins", sans-serif; }

.awe-btn {
  color: #FFF; }

.event .entry-media .count-date {
  background: rgba(142, 112, 55, 0.84);
  bottom: 20px;
  left: 0;
  right: inherit; }
  .event .entry-media .count-date span {
    font: 600 30px "Poppins", sans-serif; }
    .event .entry-media .count-date span > span {
      font: 300 12px "Poppins", sans-serif; }

.single-post .post .entry-header {
  margin-bottom: 20px; }
  .single-post .post .entry-header .entry-title {
    font-size: 22px;
    letter-spacing: 1px; }

.single-post .form-actions .awe-btn {
  font-weight: 600;
  padding: 0;
  height: 40px;
  width: 170px; }

#comments {
  max-width: 100%; }
  #comments ul {
    list-style-type: none; }

.commentlist .comment .comment-body ul {
  list-style-type: square; }

.commentlist .comment .comment-body p {
  margin-bottom: 5px; }

.date-reset {
  font-size: 14px;
  color: #898989;
  margin-bottom: 10px; }
  .date-reset .fa {
    margin-right: 7px;
    font-size: 13px;
    color: #232323; }

.page-wrapper-vc {
  margin-bottom: 50px; }

/* CUSTOM-ARROW-SLIDER */
.no-padding {
  padding: 0 !important; }

.pt0 {
  padding-top: 0; }

.mw-100 {
  max-width: 100%; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.mt60 {
  margin-top: 60px; }

.custom-span {
  display: block;
  margin: 0.5em 0.5em 0 0;
  clear: both; }

.rev_slider .tparrows.custom {
  width: 37px;
  height: 37px; }
  .rev_slider .tparrows.custom:before {
    content: none; }
  .rev_slider .tparrows.custom.tp-leftarrow {
    background: url("../assets/images/pre-arrow.png") no-repeat center top; }
  .rev_slider .tparrows.custom.tp-rightarrow {
    background: url("../assets/images/next-arrow.png") no-repeat center top; }

/* CUSTOM-ARROW-SLIDER */
.owl-wrapper-outer .owl-item .item .size-large {
  width: 100%;
  max-height: 560px; }

/* CONTACT */
.wpb_wrapper .contact ul li {
  list-style: none; }

.wpb_wrapper .contact-form .awe-btn-default {
  margin-top: 15px;
  width: 200px;
  font-size: 16px;
  height: 42px;
  border: 2px solid transparent;
  width: 200px;
  padding: 0; }
  .wpb_wrapper .contact-form .awe-btn-default:hover {
    border: 2px solid #8E7037;
    background: transparent;
    color: #8E7037; }

.event-speacial .right-event .event_item {
  margin-bottom: 30px !important; }

/* TESTIMONIAL */
.guestbook-content .icon_testimonial {
  font: 400 20px 'Montserrat'; }

.guestbook-content .owl-controls .owl-pagination {
  margin: 45px 0 0 0;
  text-align: center; }

.guestbook-content .testimonial__info {
  margin-bottom: 20px; }
  .guestbook-content .testimonial__info > div {
    margin-bottom: 30px; }
  .guestbook-content .testimonial__info .testimonial__name {
    color: #FFF;
    font: 500 20px/20px "Poppins", sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .guestbook-content .testimonial__info .testimonial_location {
    font: 400 14px/14px "Poppins", sans-serif; }

.guestbook-content .testimonial__content--white {
  font: 300 16px "Poppins", sans-serif; }
  .guestbook-content .testimonial__content--white:before {
    content: "“";
    font-size: 40px;
    line-height: 0px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle; }
  .guestbook-content .testimonial__content--white:after {
    content: "​‌​‌”";
    font-size: 40px;
    line-height: 0px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle; }

.guestbook-content .testimonial__name {
  color: #FFF;
  font: 500 20px/20px "Poppins", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase; }

.guestbook-content .inner_content_top .img {
  margin-bottom: 15px; }

.guestbook-content .inner_content_top > span {
  color: #FFF; }
  .guestbook-content .inner_content_top > span strong {
    font: 500 20px/20px "Poppins", sans-serif;
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
    text-transform: capitalize; }
    .guestbook-content .inner_content_top > span strong:after {
      background: rgba(255, 255, 255, 0.5);
      content: "";
      height: 20px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

/* TESTIMONIAL */
/* GRID-ICON */
.sonora-icon2--grid {
  margin: 0 -15px; }
  .sonora-icon2--grid > li {
    display: block;
    padding: 0 15px; }
  .sonora-icon2--grid .inner {
    margin: 15px 0;
    padding: 30px 0;
    text-align: center;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1); }

/* GRID-ICON */
.vc_slide .vc_left .icon-prev {
  width: 30px !important;
  height: 30px !important; }
  .vc_slide .vc_left .icon-prev:before {
    font-size: 35px; }

.vc_slide .vc_right .icon-next {
  width: 30px !important;
  height: 30px !important; }
  .vc_slide .vc_right .icon-next:before {
    font-size: 35px; }

.vc_slide .vc_carousel-inner .vc_inner img {
  width: 100%; }

/* ELEMENT-EVENT */
.event-restaurant_content > li {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0; }
  @media (min-width: 992px) {
    .event-restaurant_content > li {
      margin: 0; } }

.event-restaurant_content .event_item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .event-restaurant_content .event_item_thumbnail .entry-media {
    margin: 0;
    overflow: hidden; }
  .event-restaurant_content .event_item_thumbnail img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .event-restaurant_content .event_item_thumbnail:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .event-restaurant_content .event_item_content {
    bottom: 0;
    left: 50%;
    padding-bottom: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .event-restaurant_content .event_item_tag {
    color: #FFF;
    font: 600 14px "Poppins", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .event-restaurant_content .event_item_title {
    margin: 0;
    text-transform: capitalize; }
    .event-restaurant_content .event_item_title a {
      color: #FFF;
      font: 700 36px "Playfair Display", serif; }
  @media (min-width: 992px) {
    .event-restaurant_content .event_item {
      margin: 0; }
      .event-restaurant_content .event_item:hover .event_item_thumbnail .entry-media img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }

.event-restaurant_content .single-event {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .event-restaurant_content .single-event .time-event {
    border: 2px solid #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px; }
    .event-restaurant_content .single-event .time-event span {
      color: #FFF;
      display: block; }
      .event-restaurant_content .single-event .time-event span.date {
        font-size: 34px;
        font-weight: 600;
        line-height: 1;
        margin-top: 5px; }
      .event-restaurant_content .single-event .time-event span.month {
        font-size: 16px;
        font-weight: 300;
        margin-top: -5px;
        text-transform: uppercase; }
  .event-restaurant_content .single-event .event_item .event_title a {
    color: #FFF;
    font: 600 18px "Poppins", sans-serif;
    text-transform: uppercase; }
  .event-restaurant_content .single-event .event_item > a {
    color: #FFF;
    font-size: 13px; }
  .event-restaurant_content .single-event .event_item a:hover {
    color: #8E7037; }

/* ELEMENT-EVENT */
/* POST-GRID */
.awe-post--style2 .gallery_item_inner {
  border-left: 1px solid #e9e9e9;
  padding: 20px 0 20px 30px; }

.awe-post--style2 .gallery_item_content .awe-post__date {
  color: #898989;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  font: 400 20px "Playfair Display", serif;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.awe-post--style2 .gallery_item_content .awe-post__title {
  text-transform: inherit; }
  .awe-post--style2 .gallery_item_content .awe-post__title a {
    color: #232323;
    font: 400 26px "Poppins", sans-serif; }
    .awe-post--style2 .gallery_item_content .awe-post__title a:hover {
      color: #8e7037; }

.awe-post--style2 .gallery_item_content .read-more {
  color: #8e7037;
  font: 300 13px "Poppins", sans-serif; }

.gallery-content .gallery_item .text {
  font: 400 16px "Poppins", sans-serif;
  left: 50%;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .gallery-content .gallery_item .text span {
    font-family: "Poppins", sans-serif; }

.gallery-content .gallery_item .gallery-popup:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.gallery-content .gallery_item:hover .gallery-popup:after {
  visibility: visible; }

.gallery-content .gallery_item:hover .text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* POST-GRID */
.gallery-cat ul li a {
  color: #232323;
  font: 600 16px "Poppins", sans-serif;
  border: 1px solid transparent;
  letter-spacing: 1px; }
  .gallery-cat ul li a:hover {
    background: #8e7037;
    color: #FFF; }

.gallery-cat ul li.active a {
  background: #8e7037;
  border: 1px solid #8e7037;
  color: #FFF; }

.grid-v1 .gallery-cat ul li:hover a {
  background: none; }

.grid-v1 .gallery-cat ul li.active a {
  background: transparent;
  border: 1px solid #8e7037;
  color: #8e7037; }

.grid-v1 .gallery-cat ul li a {
  font-weight: 500;
  color: #ababab; }
  .grid-v1 .gallery-cat ul li a:hover {
    background: transparent;
    color: #8e7037; }

.grid-v1 .gallery-content .awe-btn-6 {
  line-height: 27px; }

.gallery-content .awe-btn-6 {
  line-height: 24px;
  border: 2px solid transparent; }
  .gallery-content .awe-btn-6:hover {
    background: transparent;
    border: 2px solid #8e7037;
    color: #8e7037; }

/* ABOUT-US-COUNT-NUMBER */
.count-number-wrapper .vc_column-inner {
  position: relative; }
  .count-number-wrapper .vc_column-inner:after {
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 98px; }
    @media (max-width: 991px) {
      .count-number-wrapper .vc_column-inner:after {
        content: none; } }

.count-number-wrapper .wpb_column:last-child .vc_column-inner:after {
  content: none; }

.statistics_item .count {
  font-weight: 500; }

/* ABOUT-US-COUNT-NUMBER */
.activiti_item .text .view-more {
  font-size: 14px;
  border: 2px solid transparent;
  line-height: 15px; }
  .activiti_item .text .view-more:hover {
    background: transparent;
    border: 2px solid #8e7037;
    color: #8e7037; }

/* ELEMENT-TEAM */
.team_item .text h2 {
  color: #444; }

.team_item .text p {
  margin-top: 15px; }

.team_item .text .team-share {
  margin-top: 30px; }
  .team_item .text .team-share a {
    border: none;
    font-size: 18px;
    margin: 0 10px; }
    .team_item .text .team-share a:hover {
      color: #8e7037 !important; }

.team_item:before {
  content: none; }

/* ELEMENT-TEAM */
/* ELEMENT-ICONS */
.wrapper_icon .vc_column-inner > .wpb_wrapper {
  margin: 0 0 30px 0;
  padding: 25px 0;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); }
  .wrapper_icon .vc_column-inner > .wpb_wrapper > .wpb_content_element {
    margin: 0; }
    .wrapper_icon .vc_column-inner > .wpb_wrapper > .wpb_content_element.wpb_single_image {
      margin-bottom: 10px; }
    .wrapper_icon .vc_column-inner > .wpb_wrapper > .wpb_content_element.wpb_text_column p {
      font: 600 14px "Poppins", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        .wrapper_icon .vc_column-inner > .wpb_wrapper > .wpb_content_element.wpb_text_column p {
          font-size: 12px; } }

/* ELEMENT-ICONS */
.wpb_wrapper .event-restaurant_content .owl-wrapper-outer .owl-item {
  padding: 0 15px; }

.wpb_wrapper .owl-carousel-play {
  margin-left: -15px;
  margin-right: -15px; }
  .wpb_wrapper .owl-carousel-play .owl-buttons {
    top: -88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0; }
  .wpb_wrapper .owl-carousel-play .owl-prev {
    font-size: 0;
    border: none;
    margin-left: -95px; }
    .wpb_wrapper .owl-carousel-play .owl-prev:hover:before {
      content: url("../assets/images/even-l-icon-color.png"); }
    .wpb_wrapper .owl-carousel-play .owl-prev:before {
      content: url("../assets/images/even-l-icon.png"); }
  .wpb_wrapper .owl-carousel-play .owl-next {
    font-size: 0;
    border: none; }
    .wpb_wrapper .owl-carousel-play .owl-next:hover:before {
      content: url("../assets/images/even-l-icon-color1.png"); }
    .wpb_wrapper .owl-carousel-play .owl-next:before {
      content: url("../assets/images/even-r-icon.png"); }

/* ELEMENT- TESTIMONIAL */
.guest-book_item h2 {
  letter-spacing: 2px;
  font-weight: 600; }

.guest-book_item .testimonial__name {
  color: #232323;
  text-transform: uppercase; }

.guest-book_item .testimonial_location {
  font-weight: 300;
  display: inline-block; }

.guest-book_item:hover .avatar:before {
  content: none; }

/* ELEMENT- TESTIMONIAL */
/* ELEMENT - RESTAURANT */
.restaurant_item .text {
  padding: 0; }
  .restaurant_item .text h2 {
    color: #333333;
    font: 600 18px "Poppins", sans-serif; }
    .restaurant_item .text h2:hover {
      color: #8e7037; }
  .restaurant_item .text .desc {
    font: 400 15px "Poppins", sans-serif; }
  .restaurant_item .text .price {
    color: #8e7037;
    font: 600 30px "Poppins", sans-serif; }
    .restaurant_item .text .price del {
      font-size: 20px; }

.restaurant_item.large-thumbs .img {
  width: 100%; }
  @media (max-width: 991px) {
    .restaurant_item.large-thumbs .img {
      margin-bottom: 10px; } }

.restaurant_item.large-thumbs .text {
  width: 100%; }
  .restaurant_item.large-thumbs .text .price {
    position: inherit;
    text-align: left; }
    .restaurant_item.large-thumbs .text .price ins, .restaurant_item.large-thumbs .text .price del {
      display: inline-block; }

@media (min-width: 992px) {
  .restaurant_item.large-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .restaurant_item.large-thumbs .img {
      margin-right: 30px; } }

.restaurant_item.small-thumbs .text .desc {
  font-size: 14px; }

.restaurant_item.small-thumbs .text .price {
  font-size: 18px; }
  .restaurant_item.small-thumbs .text .price del {
    font-size: 14px; }

.tabs-restaurant .vc_tta-tabs-list li a .vc_tta-title-text {
  color: #333333;
  font: 700 23px "Poppins", sans-serif; }

.tabs-restaurant .vc_tta-tabs-list li a .subtitle {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif; }

.tabs-restaurant .vc_tta-tabs-list li:before {
  border-color: #8e7037; }

.tabs-restaurant .vc_tta-tabs-list li.vc_active .vc_tta-title-text {
  color: #8e7037 !important; }

.tabs-restaurant .vc_tta-tabs-list li:hover .vc_tta-title-text {
  color: #8e7037 !important; }

.reservation {
  background: rgba(0, 0, 0, 0.8); }
  .reservation .reservation_form button {
    padding: 10px 20px; }
  .reservation .reservation_form .col-sm-4 {
    margin-top: 20px; }
  .reservation .reservation_form select option {
    color: #FFF;
    font: 400 12px "Poppins", sans-serif; }
  .reservation .reservation_form .awe-teaxtarea {
    margin-top: 20px; }

@media (max-width: 992px) {
  .vc_tta-panel-body {
    background: transparent !important;
    border: none !important; }
  .vc_tta-panels .vc_tta-panel-title a span {
    color: #232323;
    font: 500 18px "Poppins", sans-serif; }
  .vc_tta-panels .restaurant_item .img {
    margin: 0 0 15px 0;
    width: 100%; } }

@media (max-width: 480px) {
  .vc_row .vc_col-xs-6 {
    width: 100%; } }

/* ELEMENT - RESTAURANT */
/* DATE-PICKER */
.awe-datepicker.ui-datepicker .ui-datepicker-header, .apb-datepicker.ui-datepicker .ui-datepicker-header {
  background: #8e7037; }

.awe-datepicker.ui-datepicker .ui-state-hover, .apb-datepicker.ui-datepicker .ui-state-hover {
  background: transparent; }

.awe-datepicker.ui-datepicker .ui-datepicker-calendar thead th, .apb-datepicker.ui-datepicker .ui-datepicker-calendar thead th {
  background: #b38d45; }

.awe-datepicker.ui-datepicker .ui-datepicker-calendar td a.ui-state-active, .awe-datepicker.ui-datepicker .ui-datepicker-calendar td a:hover, .apb-datepicker.ui-datepicker .ui-datepicker-calendar td a.ui-state-active, .apb-datepicker.ui-datepicker .ui-datepicker-calendar td a:hover {
  background: #8e7037; }

/* DATE-PICKER */
#sonora-backtop .sonora {
  background: #8e7037; }

.content_right .content-clearfix .entry-tags {
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  display: block;
  font-size: 12px; }
  .content_right .content-clearfix .entry-tags span {
    font-size: 12px; }
  .content_right .content-clearfix .entry-tags a {
    color: #333333;
    font-weight: 500;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .content_right .content-clearfix .entry-tags a:hover {
      color: #8e7037; }

#comments {
  margin-left: 90px; }
  #comments.no-margin {
    margin-left: 0; }
  #comments #comments-title {
    font-size: 18px;
    font-weight: bold; }
  @media (max-width: 767px) {
    #comments {
      margin-left: 0; } }
  #comments #cancel-comment-reply-link {
    text-transform: capitalize;
    letter-spacing: 0;
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px; }

.comment .comment-respond {
  border-top: 0;
  padding-top: 0; }
.room-grid__icon span{display:inline-block;width:25px;height:25px;}
.room-guest{background:url(/images/room-guest.png) center center no-repeat;}
.room-size {
    background: url(/images/room-size.png) center center no-repeat;
}
.room-bed {
    background: url(/images/room-bed.png) center center no-repeat;
}
.room-view {
    background: url(/images/room-view.png) center center no-repeat;
}
.pool{color:#f00;}
#zalobutton {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 60px;
    height: 60px;
    background: url(/images/zalo-icon.png) center;
    background-size: contain;
}
@media screen and (max-width: 650px){
    #zalobutton{
        right:auto;
        left:20px;
        bottom:100px
    }
    .sonora-backtop{bottom:25px}
}
.menu-hotline span {
    background: red;
    padding: 10px;
    border-radius: 17px;
}
.main-pad {
    padding-top: 800px !important
}
.main-wrapper{background-size:1900px !important}
@media screen and (max-width: 1600px) {
    .main-pad {
        padding-top: 755px !important
    }
    .main-wrapper {
        background-size: 1800px !important
    }
}
@media screen and (max-width: 1200px) {
    .main-pad {
        padding-top: 595px !important
    }

    .main-wrapper {
        background-size: 1400px !important
    }
}
@media screen and (max-width: 900px) {
    .main-pad {
        padding-top: 440px !important
    }
    .main-wrapper {
        background-size: 1000px !important
    }
}
@media screen and (max-width: 768px) {
    .main-pad {
        padding-top: 360px !important
    }
    .main-wrapper {
        background-size: 800px !important
    }
}
@media screen and (max-width: 600px) {
    .main-pad {
        padding-top: 315px !important
    }
    .main-wrapper {
        background-size: 700px !important
    }
}
.sonora-icon-phone{margin-right:5px}


@media screen and (max-width: 1199px) {
    .menu-hotline span {
        background: transparent;
        color: red;
        padding: 0;
    }
}
.num{
    text-align:center
}
.about-flc {
    margin: 30px 0;
    text-align: justify;
}
.desc{text-align:justify}
.view-all a {
    display: inline-block;
    padding: 7px 30px 7px 25px;
    margin: 0 4px 4px 0;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #096eb8;
    background-color: #096eb8;
    text-transform: uppercase; 
}
    .view-all a:hover {
        background-color: #f7941d;
        color: #fff;
        border-color: #f7941d;
    }
.view-all{text-align:center;margin-bottom:30px}