/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote 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.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.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 .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../themes/minditheme/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../themes/minditheme/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../themes/minditheme/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../themes/minditheme/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../themes/minditheme/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn: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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /*background-color: #eee;*/
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  /*border: 1px solid transparent;*/
}
@media (min-width: 1025px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1025px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1025px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    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 {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a: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-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.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: #080808;
}
.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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .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: #080808;
  }
  .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: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .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;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


.slider-box{
	width:100%;
	height:100%;
	overflow:hidden;
}


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
	src:url('../themes/minditheme/assets/css/fonts/flexslider-icon.eot');
	src:url('../themes/minditheme/assets/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../themes/minditheme/assets/css/fonts/flexslider-icon.woff') format('woff'),
		url('../themes/minditheme/assets/css/fonts/flexslider-icon.ttf') format('truetype'),
		url('../themes/minditheme/assets/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
    height:auto;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 30px;
}

/* Direction Nav */
.flex-direction-nav {
	width: 100%;
	display: table;
	position: absolute;
	z-index: 5;
	bottom: 0;
	margin-top: -10px;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-align:center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav a { background:   rgba(255,255,255,1); bottom: 0 !important; width: 80px; height: 80px; position: absolute; margin-top: -61px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav a:hover {background:#fff; color:#000;}
.flex-direction-nav a:hover:before {color:#000;}
.flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before{font-family:'Linearicons-Free'; color:#999; line-height:80px; font-size:20px;}
.flex-direction-nav .flex-prev { left:calc(50% - 80px); background-position: 0 0; }


.flex-direction-nav .flex-next { left: 50%; background-position: -80px 0;}
.flex-direction-nav .flex-prev:before{content:"\e879";}
.flex-direction-nav .flex-next:before{content:"\e87a";}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    content: '';
}


/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '';
}

/* Control Nav */
.flex-control-nav {	width: 100%; position:absolute; bottom: 20px; text-align:center; z-index:999; }
.flex-control-nav li { margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li:first-child { margin: 0; }
.flex-control-nav li a { width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -999em;  background: none repeat scroll 0 0 transparent; border: 1px solid #fff; border-radius:50%; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); opacity:0.5; filter:alpha(opacity=50); }
.flex-control-nav li a:hover { background: transparent; border: 1px solid #fff; opacity:1; filter:alpha(opacity=100); }



.flex-control-nav li a.flex-active { background: #fff; border: 1px solid #fff; cursor: default; opacity:1; filter:alpha(opacity=100); }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/*---------------960 Screen size---------------*/
@media only screen and (min-width: 959px) and (max-width: 1170px) {
.flex-caption div { width: 900px; }
}

/*---------------iPad portrait---------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.flex-caption div { width: 650px; }
.flex-caption h2 span { line-height: 42px !important; }
.flex-caption .uppercase { font-size:22px; }
.flex-caption .lowercase { font-size: 13px;line-height: 17px; }
.flex-control-nav { display: none; }
}

/*---------------iPhone landscape---------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*.flex-caption div, .flex-control-nav { display:none; }*/
}

/*---------------iPhone portrait---------------*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
.fullwidth .flexslider { max-height: 400px; }
.flex-caption div, .flex-control-nav { display:none; }
}
/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:         top, left, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* CUSTOM */
.grid {
  max-width: 100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item{
  margin-left:-1px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
      /**
       * Fade-zoom animation for first dialog
       */
      
      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 



        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }



      /**
       * Fade-move animation for second dialog
       */
      
      /* at start */
      .my-mfp-slide-bottom .zoom-anim-dialog {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;

        -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

      }
      
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
        opacity: 1;
        -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      }

      /* animate out */
      .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
        opacity: 0;

        -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      }

      /* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
        opacity: 0;

        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
        opacity: 0;
      }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  padding:12px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,.05);
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #73ba37 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:1px;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
  background:#333;
  color:#fff;
  font-size: 17px;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../themes/minditheme/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.mobile-logo-container {
    width: 110px !important;
    padding: 10px !important;
}
.content-pusher {
    height: 100px !important;
}
.mobile-header-right {
	text-align: right;
	width: 100%;
	padding-right: 5px
}
.mobile-header-right .btn-default {
	margin-bottom: 0px !important;
	font-size: 10px !important;
	display: inline-block;
	padding: 10px 12px !important;
}
.mobile-header-left {
	width: auto !important;
}
.alpha-font {
	/*font-family: 'Trajan';*/
	text-transform: capitalize;
    /*font-variant: small-caps;*/
    letter-spacing: 0px;
}
.alpha-size {
	font-size: 25px !important;
}
.beta-size {
	font-size: 21px !important;
}
.charlie-size {
	font-size: 15px !important;
}
.delta-size {
	font-size: 18px !important;
}
.pad-bot-10 {
	padding-bottom: 10px;
}
.pad-bot-15 {
	padding-bottom: 15px;
}
.bottom-10 {
	margin-bottom: 10px !important;
}
.bottom-15 {
	margin-bottom: 15px !important;
}
.bottom-20 {
	margin-bottom: 20px !important;
}
.top-10 {
	margin-top: 10px !important;
}
.top-15 {
	margin-top: 15px !important;
}
.border-bottom {
	border-bottom: 2px solid;
}
.section-1-container {
    padding: 25px;
}
.section-2-container {
	padding: 25px;
}
.so-detail-inclusions ul {
	margin-left: 25px;
}
.mobile-fixed-booking-btn {
	bottom: 0;
}
.mobile-fixed-booking-btn .btn-default {
	margin-bottom: 0px;
	font-size: 20px;
	padding: 15px 0px;
}
.accomodation-desc-container {
	text-align: left;
}
.modal-header {
	padding-top: 15px;
}
.slick-dots li {
	width: 10% !important;
}
.slick-next {
	right: 2px;
}
.slick-prev {
	left: 2px;
	z-index: 9;
}
.modal-body .slick-dots {
	margin:0px !important;
}
.modal-body ul {
	margin: 20px !important;
}
.no-list {
	list-style: none;
}
.page-header {
    height: 30% !important;
    min-height: 200px !important;
}
#map {
	height: 300px !important;
}
.ui-state-active {
	background: #8c5d3c !important;
}
.dark-green {
    color:#5a6145;
}
.dark-brown {
    color:#55463F;
}
.red {
    color:red;
}
.botom-15 li i {
    color:#00D609;
    /*top: 5px;*/
}
.botom-15 li span {
	font-size: 15px;
}
a {
    cursor: pointer;
}
a:focus {
    outline:inherit;
}
.bck-container {
    padding: 40px 0;
    width: 100%;
    background: #f8f8f8;
}
.button-group {
    margin-bottom:0px;
}
.ui-state-active {
    background: #f8f8f8 !important;
}
.ui-state-active a {
    color: black !important;
}
.filter-button {
    background-color: #5a6145;
    border: 1px solid #f8f8f8;
}
.filter-button a {
    color: white;
}
.filter-button:first-child {
    border: 0px;
}
.special-offers-desc-container h2 {
	font-size: 20px;
}
.special-offers-desc-container a {
	display: block;
	margin: 10px auto;
}
#fixed-position {
	position: fixed;
	z-index: 9999;
	box-shadow: 1px 1px 2px rgba(49, 49, 49, 0.3);
	width: 100%;
}
#main-navigation {
	background: #333;
}
#ui-datepicker-div { 
	display: none; 
	/*top: 220px !important;*/
	/*left: 858px !important;*/
}
#booking-widget input[type="text"] {
	width: 160px;
}
.navigation-left {
	display: inline-block;
}
.navigation-left img {
	width: 85px;
    /* display: inline-block; */
    vertical-align: middle;
    margin: 7px auto;
}
.navigation-right {
	display: inline-block;
	float: right;
	width: 90%;
}
.navigation-right span {
	color: white;
	/*font-family: Montserrat, Helvetica, Arial, sans-serif;*/
	text-transform: uppercase;
	font-size: 18px !important;
}
.navigation-right span b {
	letter-spacing: 3px;
	font-weight: lighter;
	margin-bottom: 1px solid white;
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
	.navigation-right ul li {
		display: block !important;
		padding: 15px 10px 15px 10px !important;
		position: relative;
	}
	.navigation-right ul li span {
		display: block;
	    text-align: center;
	    font-size: 24px;
	}
	.navigation-right ul li .text {
		position: absolute;
	    /* top: 0; */
	    bottom: -10px;
	    left: 18%;
	    /* right: 0; */
	    font-size: 12px !important;
			/*right: 0;*/

	}
	.page-header {
	    height: 30% !important;
	    min-height: 300px !important;
	}
	.md-inline-block {
		display: inline-block !important;
	}
	.book-direct-widget-container {
	    margin: 30px;
	    padding: 40px;
	    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	    background: #fff;
	    z-index: 5;
	}
	.book-direct-widget-left {
		padding-right: 40px;
		border-right: 1px solid rgba(0,0,0,0.2);
		padding-bottom: 20px;
	}
	#map {
		height: 400px !important;
	}
	.overview-gallery-container {
		margin: auto !important;
		width: 800px;
	}
	.so-detail-inclusions ul li {
	    padding-right: 30px !important;
	}
	.book-direct-widget-right {
		padding-left: 40px;
	}
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
		color: #8c5d3c;
	}
	.target-orati {
		text-decoration: underline;
		color: #d354d3 !important;
	}
}
.btn-book-special {
    padding: 3px 10px;
    border: 1px solid #5a6145;
    background: #5a6145;
    color: white;
    line-height: 25px;
    font-size: 15px;
}
.special-offer-box h1 {
    font-size: 25px;
    /*font-family: Quando, Georgia, serif;*/
    /*text-transform: uppercase;*/
    margin: 20px auto;
}
.special-offers-img {
    background-position: center !important;
    background-size: cover !important;
    height: 400px;
}
@media (min-width: 992px){
	.section-md-3 {
		margin-top: -150px
	}
	.modal-dialog.review-dialog {
		width: 800px;
	}
	.modal-body.review-body {
		padding: 20px 60px;
	}
	.offer-modal .offer-dialog {
		width: 800px;
	}
	.offer-header {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.offer-header h1{
		font-size: 22px;
		margin-top: 40px;
	}
	.offer-header h2{
		font-size: 20px;
		margin-bottom: 0;
	}
	.offer-content {
		padding: 20px 25px;
	}
	.offer-body {
		padding-top: 0;
	}
	.offer-modal ul.fa-ul {
		font-size: 15px;
		margin-top: 10px !important;
	}
	.offer-modal h4 {
		margin-bottom: 0;
	}
}
.offer-modal .modal-header h1 {
    font-size: 25px;
}
.special-offers-desc-container ul.fa-ul {
	font-size: 14px;
}
.tripadvisor-logo-container img {
	width: 150px;
    display: block;
    margin: auto;
}
.guest-review-container h2 {
	font-size: 18px;
}
.guest-review-container h3 {
	font-size: 16px;
	text-align: center;
}
.guest-review-container p {
	text-align: justify;
}
.review-box h3 img {
	width: 65px;
	padding-bottom: 5px;
}
@media (max-width: 768px){
	.special-offers-img {
	    background-position: center !important;
	    background-size: cover !important;
	    height: 30vh;
	    margin-bottom: 20px;
	}
	.section-1-container {
		padding: 25px 0;
	}
	.special-offer-box h1 {
		font-size: 25px;
		text-align: center;
	}
	.special-offers-desc-container ul.fa-ul {
		margin-left: 27px;
	}
	.special-offers-desc-container a {
		/*display: table !important;*/
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px){
	#bpg-modal .modal-dialog {
		width: 800px;
	}
	.btn-book-special-top {
		padding: 11px 21px;
	}
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.mobile-logo-container {
    width: 110px !important;
    padding: 10px !important;
}
.content-pusher {
    height: 100px !important;
}
.mobile-header-right {
	text-align: right;
	width: 100%;
	padding-right: 5px
}
.mobile-header-right .btn-default {
	margin-bottom: 0px !important;
	font-size: 10px !important;
	display: inline-block;
	padding: 10px 12px !important;
}
.mobile-header-left {
	width: auto !important;
}
.alpha-font {
	/*font-family: 'Trajan';*/
	text-transform: capitalize;
    /*font-variant: small-caps;*/
    letter-spacing: 0px;
}
.alpha-size {
	font-size: 25px !important;
}
.beta-size {
	font-size: 21px !important;
}
.charlie-size {
	font-size: 15px !important;
}
.delta-size {
	font-size: 18px !important;
}
.pad-bot-10 {
	padding-bottom: 10px;
}
.pad-bot-15 {
	padding-bottom: 15px;
}
.bottom-10 {
	margin-bottom: 10px !important;
}
.bottom-15 {
	margin-bottom: 15px !important;
}
.bottom-20 {
	margin-bottom: 20px !important;
}
.top-10 {
	margin-top: 10px !important;
}
.top-15 {
	margin-top: 15px !important;
}
.border-bottom {
	border-bottom: 2px solid;
}
.section-1-container {
    padding: 25px;
}
.section-2-container {
	padding: 25px;
}
.so-detail-inclusions ul {
	margin-left: 25px;
}
.mobile-fixed-booking-btn {
	bottom: 0;
}
.mobile-fixed-booking-btn .btn-default {
	margin-bottom: 0px;
	font-size: 20px;
	padding: 15px 0px;
}
.accomodation-desc-container {
	text-align: left;
}
.modal-header {
	padding-top: 15px;
}
.slick-dots li {
	width: 10% !important;
}
.slick-next {
	right: 2px;
}
.slick-prev {
	left: 2px;
	z-index: 9;
}
.modal-body .slick-dots {
	margin:0px !important;
}
.modal-body ul {
	margin: 20px !important;
}
.no-list {
	list-style: none;
}
.page-header {
    height: 30% !important;
    min-height: 200px !important;
}
#map {
	height: 300px !important;
}
.ui-state-active {
	background: #8c5d3c !important;
}
.dark-green {
    color:#5a6145;
}
.dark-brown {
    color:#55463F;
}
.red {
    color:red;
}
.botom-15 li i {
    color:#00D609;
    /*top: 5px;*/
}
.botom-15 li span {
	font-size: 15px;
}
a {
    cursor: pointer;
}
a:focus {
    outline:inherit;
}
.bck-container {
    padding: 40px 0;
    width: 100%;
    background: #f8f8f8;
}
.button-group {
    margin-bottom:0px;
}
.ui-state-active {
    background: #f8f8f8 !important;
}
.ui-state-active a {
    color: black !important;
}
.filter-button {
    background-color: #5a6145;
    border: 1px solid #f8f8f8;
}
.filter-button a {
    color: white;
}
.filter-button:first-child {
    border: 0px;
}
.special-offers-desc-container h2 {
	font-size: 20px;
}
.special-offers-desc-container a {
	display: block;
	margin: 10px auto;
}
#fixed-position {
	position: fixed;
	z-index: 9999;
	box-shadow: 1px 1px 2px rgba(49, 49, 49, 0.3);
	width: 100%;
}
#main-navigation {
	background: #333;
}
#ui-datepicker-div { 
	display: none; 
	/*top: 220px !important;*/
	/*left: 858px !important;*/
}
#booking-widget input[type="text"] {
	width: 160px;
}
.navigation-left {
	display: inline-block;
}
.navigation-left img {
	width: 85px;
    /* display: inline-block; */
    vertical-align: middle;
    margin: 7px auto;
}
.navigation-right {
	display: inline-block;
	float: right;
	width: 90%;
}
.navigation-right span {
	color: white;
	/*font-family: Montserrat, Helvetica, Arial, sans-serif;*/
	text-transform: uppercase;
	font-size: 18px !important;
}
.navigation-right span b {
	letter-spacing: 3px;
	font-weight: lighter;
	margin-bottom: 1px solid white;
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
	.navigation-right ul li {
		display: block !important;
		padding: 15px 10px 15px 10px !important;
		position: relative;
	}
	.navigation-right ul li span {
		display: block;
	    text-align: center;
	    font-size: 24px;
	}
	.navigation-right ul li .text {
		position: absolute;
	    /* top: 0; */
	    bottom: -10px;
	    left: 18%;
	    /* right: 0; */
	    font-size: 12px !important;
			/*right: 0;*/

	}
	.page-header {
	    height: 30% !important;
	    min-height: 300px !important;
	}
	.md-inline-block {
		display: inline-block !important;
	}
	.book-direct-widget-container {
	    margin: 30px;
	    padding: 40px;
	    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	    background: #fff;
	    z-index: 5;
	}
	.book-direct-widget-left {
		padding-right: 40px;
		border-right: 1px solid rgba(0,0,0,0.2);
		padding-bottom: 20px;
	}
	#map {
		height: 400px !important;
	}
	.overview-gallery-container {
		margin: auto !important;
		width: 800px;
	}
	.so-detail-inclusions ul li {
	    padding-right: 30px !important;
	}
	.book-direct-widget-right {
		padding-left: 40px;
	}
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
		color: #8c5d3c;
	}
	.target-orati {
		text-decoration: underline;
		color: #d354d3 !important;
	}
}
.btn-book-special {
    padding: 3px 10px;
    border: 1px solid #5a6145;
    background: #5a6145;
    color: white;
    line-height: 25px;
    font-size: 15px;
}
.special-offer-box h1 {
    font-size: 25px;
    /*font-family: Quando, Georgia, serif;*/
    /*text-transform: uppercase;*/
    margin: 20px auto;
}
.special-offers-img {
    background-position: center !important;
    background-size: cover !important;
    height: 400px;
}
@media (min-width: 992px){
	.section-md-3 {
		margin-top: -150px
	}
	.modal-dialog.review-dialog {
		width: 800px;
	}
	.modal-body.review-body {
		padding: 20px 60px;
	}
	.offer-modal .offer-dialog {
		width: 800px;
	}
	.offer-header {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.offer-header h1{
		font-size: 22px;
		margin-top: 40px;
	}
	.offer-header h2{
		font-size: 20px;
		margin-bottom: 0;
	}
	.offer-content {
		padding: 20px 25px;
	}
	.offer-body {
		padding-top: 0;
	}
	.offer-modal ul.fa-ul {
		font-size: 15px;
		margin-top: 10px !important;
	}
	.offer-modal h4 {
		margin-bottom: 0;
	}
}
.offer-modal .modal-header h1 {
    font-size: 25px;
}
.special-offers-desc-container ul.fa-ul {
	font-size: 14px;
}
.tripadvisor-logo-container img {
	width: 150px;
    display: block;
    margin: auto;
}
.guest-review-container h2 {
	font-size: 18px;
}
.guest-review-container h3 {
	font-size: 16px;
	text-align: center;
}
.guest-review-container p {
	text-align: justify;
}
.review-box h3 img {
	width: 65px;
	padding-bottom: 5px;
}
@media (max-width: 768px){
	.special-offers-img {
	    background-position: center !important;
	    background-size: cover !important;
	    height: 30vh;
	    margin-bottom: 20px;
	}
	.section-1-container {
		padding: 25px 0;
	}
	.special-offer-box h1 {
		font-size: 25px;
		text-align: center;
	}
	.special-offers-desc-container ul.fa-ul {
		margin-left: 27px;
	}
	.special-offers-desc-container a {
		/*display: table !important;*/
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px){
	#bpg-modal .modal-dialog {
		width: 800px;
	}
	.btn-book-special-top {
		padding: 11px 21px;
	}
}



@font-face {
  font-family: 'Avenir';
  src: url('../themes/minditheme/assets/fonts/AvenirNextLTPro-Regular.otf');
}

html {
    min-height: 100%;
    position: relative;
}
body {
    background:#fff;
    background-attachment: fixed;
    color:#555;
    font-family: 'ghotic';
    font-weight: 300;
    font-style: normal;
    font-size: calc(15px + (46 - 45) * ((80vw - 480px) / (1600 - 480)));
    overflow-x:hidden;
    padding:0;
}

/* -------------------------------------
   COMMON
----------------------------------------*/

h1,h2,h3,h4, .h1, .h2, .h3, .h4{
    color:#000;
    /*font-family: 'Adobe Caslon Pro';*/
    font-family: 'ghotic';;
    font-weight: normal;
    font-style: normal;
    margin:0 0 20px 0;
  line-height:1.2em;
  /*text-transform:uppercase;*/
}
h1, .h1{font-size:calc(32px + (55 - 45) * ((100vw - 480px) / (1600 - 480)));}
h2, .h2{font-size:calc(27px + (55 - 45) * ((100vw - 480px) / (1600 - 480)));}
h3, .h3{font-size:calc(22px + (50 - 45) * ((100vw - 480px) / (1600 - 480)));/*font-size:calc(18px + (55 - 45) * ((100vw - 480px) / (1600 - 480)));*/}
h4, .h4{
    font-size:calc(19px + (45 - 45) * ((100vw - 480px) / (1600 - 480)));
  margin-bottom:10px;
  line-height: 1.5em;
}
h1.underline, h2.underline, h3.underline, h4.underline, .h1.underline, .h2.underline, .h3.underline, .h4.underline{line-height:normal;}
h1.underline.light, h2.underline.light, h3.underline.light, h4.underline.light, .h1.underline.light, .h2.underline.light, .h3.underline.light, .h4.underline.light{color:#fff;}
h1.underline:after, h2.underline:after, h3.underline:after, h4.underline:after, .h1.underline:after, .h2.underline:after, .h3.underline:after, .h4.underline:after{content:" "; display:table; margin:20px auto 10px auto; width:54px; border-bottom:3px solid #febf10;}
h1.underline.light:after, h2.underline.light:after, h3.underline.light:after, h4.underline.light:after, .h1.underline.light:after, .h2.underline.light:after, .h3.underline.light:after, .h4.underline.light:after{border-bottom:3px solid #fff;}
h1.underline.left:after, h2.underline.left:after, h3.underline.left:after, h4.underline.left:after, .h1.underline.left:after, .h2.underline.left:after, .h3.underline.left:after, .h4.underline.left:after{margin:20px auto 10px 0;}
h1.underline.right:after, h2.underline.right:after, h3.underline.right:after, h4.underline.right:after, .h1.underline.right:after, .h2.underline.right:after, .h3.underline.right:after, .h4.underline.right:after{margin:20px 0 10px auto;}
h4.underline:after, .h4.underline:after{border-width:0 0 1px 0 !important; margin:10px auto 10px auto; width:36px;}


p{ line-height: 1.5em; margin-bottom:20px;}
.font-2x, .font-2x p{font-size:16px !important; line-height:27px; font-weight:300;}
.font-3x, .font-3x p{font-size:18px !important; line-height:30px; font-weight:300;}
.font-4x, .font-4x p{font-size:20px !important; line-height: 33px; font-weight:300;}
blockquote {
    border: none;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0px; 
}
a, a i{
    color: #000;
    outline:none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
a:hover, a:focus{
    color: #febf10;
    text-decoration:none;
}
img{
    height: auto;
    max-width: 100%;
  /*(image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;*/
}
.img-normal{display:inline-block !important; width:initial !important; height:auto !important;}
hr {border-color: rgba(0,0,0,.1);}
hr.light {border-color: rgba(255,255,255,.25);}
ul, ol {
    margin-top: 0;
    margin-bottom: 20px;
}
strong{font-weight:600;}
section {padding:90px 0; position:relative;}
label{font-weight:400;}
.wline:after{content: '';
    width: 90px;
    height: 12px;
    background: #febf10;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    top: -6px;
    left: 50%;
    display: block;
    left: 0;
    right: 0;
    margin: auto;z-index:100}
button{outline:none;}
.clearfix{clear:both;}
textarea {resize: vertical;}
.container{width:96%; max-width:1280px;}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 5%;
    margin-left: 5%;
}
.global-wrapper{padding:0;}
.smaller-gap .container{padding-left:5px; padding-right:5px;}
.small-gap .row{margin-left:-10px; margin-right:-10px;}
.small-gap [class*="col-"]{padding-left: 10px; padding-right: 10px;}
.smaller-gap .row{margin-left:-5px; margin-right:-5px;}
.smaller-gap [class*="col-"]{padding-left: 5px; padding-right: 5px;}
.no-gap .row{margin-left:0px; margin-right:0px;}
.no-gap [class*="col-"]{padding-left: 0px; padding-right: 0px;}


/* -------------------------------------
   HEADER
----------------------------------------*/
header{
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
}
header .container{
    position: relative;
    width: calc(100% - 100px);
    padding: 0px;
}
header nav{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-property: opacity,background-color,-webkit-transform;
    transition-property: opacity,background-color,-webkit-transform;
    transition-property: opacity,background-color,transform;
    transition-property: opacity,background-color,transform,-webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position:fixed;
    top:0;
    width:100%;
    background:transparent;
}
.nav-active header nav, .nav-inactive header nav{
    background:#fff;
}
.nav-active header nav{ 
    -webkit-transform: translate3d(0,0,0); 
    transform: translate3d(0,0,0); 
    opacity:1; 
    -webkit-transition-duration: .3s; 
    transition-duration: .3s; 
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.075); 
    transform: translate3d(0,0,0);
}
.nav-inactive header nav{ 
    -webkit-transform: translate3d(0,-27px,0); 
    transform: translate3d(0,-27px,0); 
    -webkit-transition-duration: .5s; 
    transition-duration: .5s;
}

/* -------------------------------------
   LOGO
----------------------------------------*/
#logo{
    color:#fff;
    font-weight:600;
    display:none;
    line-height:45px;
    position:absolute;
    top:-5px;
    text-align:left;
}
#main-logo{
    display: block;
    text-align: left;
    color: #fff;
    font-size: 27px;
    line-height: 50px;
    font-weight: 600;
    overflow: hidden;
    padding:0 20px 0 0;
    margin: 0 20px 0 2%;
    float: left;
    position: relative;
}
.shotel #main-logo{
    margin: 0 0px 0 2%;
  /*padding:0 20px;
  margin: 0 10px 0 75px;
  border-left:1px solid rgba(0,0,0,.085);*/
}
/* #main-logo:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #febf10;
    width: 1px;
    height: 32px;
    display: block;
}
#main-logo:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    background-color: #febf10;
    width: 1px;
    height: 32px;
    display: block;
} */
#main-logo a{display:block; font-size:0; line-height:0;}
#main-logo, #logo{margin-top:0; line-height:57px;}
#main-logo img, #logo img{  transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; max-width:230px;max-height: 50px; margin: 10px 0;}

.on #logo, .no-slider #logo{display:block; }
#mobile-menu-trigger #main-logo {
    text-align: left;
}
/* .shotel #main-logo img{margin-right: 20px;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.on .shotel #main-logo img{display:block;} */

/* -------------------------------------
   MAIN NAV
----------------------------------------*/
.top-bar{background:#333;}
.top-bar .parent-menu ul, .top-bar .parent-menu li{list-style:none; margin:0; padding:0;}
.top-bar .parent-menu li{display:inline-block}
.parent-menu li a{
    font-size: 11px;
    color: rgba(255,255,255,.75);
    padding: 6px 10px;
    text-transform: uppercase;
    display: inline-block;
}
.parent-menu li:first-child a{padding-left:0}
.parent-menu li:last-child a{padding-right:0}
.on #nav-menu.navbar-default, .no-slider #nav-menu.navbar-default {
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    background-color:#620a0c !important;
}
.on .navbar-collapse, .no-slider .navbar-collapse {
    max-height: inherit;
}
.on .navbar-nav > li > a, .no-slider .navbar-nav > li > a{
    color:#000;
}
.on .navbar-nav > li > a:hover, .no-slider .navbar-nav > li > a:hover{
    color:#cba55c;
}
.navbar-nav{font-weight:400; text-transform:uppercase;}
#nav-menu{transition:all 0.2s;}
#nav-menu.navbar-default{
    clear:both;
    margin-bottom:0;
    border-color: rgba(0,0,0,.065);
    border-width: 0;
    background:transparent;
    border-radius:0;
    width:100%;
    z-index:99;
}
/* .shotel #nav-menu.navbar-default{
    clear:both;
    margin-bottom:0;
    border-color: rgba(0,0,0,.05);
    border-width: 0;
    background:#413838;
    border-radius:0;
    width:100%;
    z-index:99;
}
.shotel #menu-toggle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: transparent;
}
.shotel #menu-toggle span {
    display: block;
    background: #fff;
    border-radius: 2px;
}
.shotel .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.shotel .navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.current-menu-item>a:hover, .navbar-default .navbar-nav>.current-menu-item>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color:#febf10;
}
.shotel .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color:#febf10;
}
.shotel .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color:#febf10;
}
.shotel .navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus{
    background-color: transparent;
    color:#febf10;
}
.shotel .search i.ti {
    padding: 10px;
    color:#fff;
} */

nav{width:100%;}
nav .top{font-size:14px;}
.navbar-default{
    border-color: transparent;
    border-width: 0;
    border-radius:0;
    clear:both;
    margin-bottom:0;
    padding:0;
    width:100vw;
}
.navbar{min-height:60px;}
.navbar-collapse{
    max-height:inherit;
    text-align:center;
}
/*.navbar-nav{
    margin-right:-15px;
}*/
.on .navbar-nav {
    display: inline-block;
  /*float: inherit;*/
  letter-spacing: -0.025em;
}
.navbar-nav {
    display: inline-block;
  float: left;
  letter-spacing: -0.025em;
}
.navbar-nav > li{float:none; display:inline-block;}
.navbar-nav > li > a {
    font-size:15px;
    color:#000;
    font-weight:400;
    padding:25px 12px;
}
.on .navbar-nav > li > a, .no-slider .navbar-nav > li > a {color:#333;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: transparent;
    border-color: transparent !important;
}
.navbar-default .navbar-nav > li > a{color:white;}
.on .navbar-default .navbar-nav > li > a, .no-slider .navbar-default .navbar-nav > li > a, .nav-active .on .navbar-default .navbar-nav > li > a, .nav-active.no-slider .navbar-default .navbar-nav > li > a, .nav-inactive .on .navbar-default .navbar-nav > li > a, .nav-inactive.no-slider .navbar-default .navbar-nav > li > a{color:white;}
.navbar-toggle .icon-bar{height:3px;}
.navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.current-menu-item>a:hover, .navbar-default .navbar-nav>.current-menu-item>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color:#cba55c;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color:#cba55c;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color:#cba55c;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus{
    background-color: transparent;
    color:#febf10;
}

.on .navbar-default .navbar-nav > .active > a, .no-slider .navbar-default .navbar-nav > .active > a, .on .navbar-default .navbar-nav > .active > a:hover, .no-slider .navbar-default .navbar-nav > .active > a:hover, .on .navbar-default .navbar-nav > .active > a:focus, .no-slider .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color:#febf10;
}
.on .navbar-default .navbar-nav>li>a:hover, .on .navbar-default .navbar-nav>li>a:focus, .no-slider .navbar-default .navbar-nav>li>a:hover, .no-slider .navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color:#febf10;
}
.on .navbar-default .navbar-nav > .current-menu-item > a, .on .navbar-default .navbar-nav > .current-menu-item > a:hover, .on .navbar-default .navbar-nav > .current-menu-item > a:focus, .no-slider .navbar-default .navbar-nav > .current-menu-item > a, .no-slider .navbar-default .navbar-nav > .current-menu-item > a:hover, .no-slider .navbar-default .navbar-nav > .current-menu-item > a:focus{
    background-color: transparent;
    color:#febf10;
}
/* .menu-item-has-children > a{padding-right:20px !important;} */
.menu-item-has-children > a:before{
    content: "";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    height: 10px;
    position: absolute;
    right: 5px;
    width: 10px;
}
.navbar-toggle, #mobile-menu-trigger {
    border-radius: 0px;
    background: transparent;
    border-width:0 0 0 1px;
    float: right;
    margin: 15px 0;
    padding: 10px 20px 10px 20px;
    position: relative;
}
#mobile-menu-trigger{cursor:pointer;}
#mobile-menu-trigger .icon-bar {
    border-radius: 1px;
    background-color: #000;
    display: block;
    height: 2px;
    margin-top: 4px;
    width: 22px;
}
#mobile-menu-trigger .icon-bar:first-child{margin-top:0;}
.on .menu-item-has-children > a:before, .no-slider .menu-item-has-children > a:before{color:#000;}
.dropdown-menu {background:rgba(255,255,255,.95); border-radius: inherit;}
.dropdown-menu > li > a{padding: 10px 20px;}
.caret{margin-left:5px;}
.sub-menu{
    box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
    background-color: #fff;
    background-clip: padding-box;
    display: none;
    float: left;
    left: 0;
    font-size:15px;
    list-style: none;
    min-width: 200px;
    margin: 0;
    top: 100%;
    text-align:left;
    position: absolute;
    padding: 10px;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
}
.sub-menu > li > a {
    border-bottom:1px solid rgba(255,255,255, .1);
    clear: both;
    color: #000;
    display: block;
    font-weight: normal;
    padding: 8px 10px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.sub-menu > li > a:hover{
    color:#888;
    background:rgba(131, 131, 131, 0.2);
}
.sub-menu > li:last-child > a{
    border-bottom:none;
}
.sub-menu .sub-menu{
    left: 100%;
    top:0;
}
.expand-trigger:after{
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content:"";
    display: inline-block;
    height: 0;
    margin-right: 10px;
    margin-left: 2px;
    position: absolute;
    right: 0;
    top: 23px;
    vertical-align: middle;
    width: 0;
}
.sub-menu .expand-trigger:after{
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    top: 21px;
}

.navbar-nav > li > a.btn{padding: 20px 30px !important; margin-right:-15px; border-radius:0;}
.btn.btn-yellow {
    background: #ffe000;
    border: 2px solid #ffe000;
    color: #3a3a4e;
}


#menu-toggle *{
    transition: .2s ease-in-out;
    box-sizing: border-box;
}
#menu-toggle {
    width: 61px;
    height: 61px;
    margin: 0;
    position: relative;
    position: relative;
    cursor: pointer;
}
#menu-toggle span{
    display: block;
    background: white;
    border-radius: 2px;
}
#menu-toggle.open #cross span{
    background: #fff;
}
#menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}
#menu-toggle #hamburger span {
    width: 30px;
    height: 1px;
    position: relative;
    top: 21px;
    left: 20px;
    margin: 6px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .3s;
}
#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .4s;
}
#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .5s;
}
#menu-toggle #cross {
    position: absolute;
    height: 50px;
    width: 50px;
    transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 1px;
    position: absolute;
    top: 24%;
    left: 32px;
    transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 40%;
    top: 24px;
    transition-delay: .1s;
}

#menu-toggle.open #hamburger span {
    width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
    height: 52%;
    transition-delay: .35s;
}
#menu-toggle.open #cross span:nth-child(2) {
    width: 52%;
    transition-delay: .2s;
}
.nav-main{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 105;
}
.nav-container{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 98;
}
.nav-container .background{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.6);
    z-index: 1;
}
#sidebar-wrapper {
    position: fixed;
    width: 40rem;
    padding:30px 30px 60px 30px;
    background: #620a0c;
    text-align:center;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 98;
    -webkit-transform: translate3d(-40rem, 0, 0);
    -moz-transform: translate3d(-40rem, 0, 0);
    -ms-transform: translate3d(-40rem, 0, 0);
    -o-transform: translate3d(-40rem, 0, 0);
    transform: translate3d(-40rem, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-duration: 750ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
   
}
#sidebar-wrapper.active {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    overflow-x: auto;
}
@media only screen and (max-width:480px){
    #sidebar-wrapper {
        width: 100vw;
        -webkit-transform: translate3d(-100rem,0,0);
        -moz-transform: translate3d(-100rem,0,0);
        -ms-transform: translate3d(-100rem,0,0);
        -o-transform: translate3d(-100rem,0,0);
        transform: translate3d(-100rem,0,0);
    }
}

#sidebar-wrapper .logo{
    padding-top: 20px;
    padding-bottom: 15px;
    width: 200px;
    display: block;
    margin: 0 auto;
}
#sidebar-wrapper .logo img {
    margin-right: 20px;
    /*-webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
}
#sidebar-wrapper hr{background:rgba(255,255,255,.1);}
#sidebar-wrapper .navbar-nav{
    margin-right: 15px;
    margin-left: 15px;
    display: block;
}
.sidebar-nav li a:hover{background:transparent;}
#menu-toggle {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background:transparent;
    display:none;
}
.shotel #menu-toggle {display:block}
.nav-main.active #menu-toggle {background:transparent;}
.burger-menu.navbar-nav{margin:0; float:none !important;}
.burger-menu.navbar-nav > li{
    display:block;
    float:none;
    overflow:hidden;
    text-align:left;
    border-bottom: 1px solid rgba(255,255,255,.15)
}
.burger-menu.navbar-nav > li > a, .burger-menu.navbar-nav > li > a.btn{
    border:none !important;
    border-radius:0;
    color:#e4e4cc;
    line-height:18px;
    text-align:right;
    padding: 15px 0 !important;
    background:transparent !important;
    display: inline-block;
    font-size: 16px;
    vertical-align:top;
    z-index:9
}
    .burger-menu.navbar-nav > li:last-child > a {margin-right: 0px;}
    .burger-menu.navbar-nav > li > a > i{
        background-size:20px;
        display: inline-block;
        float:left;
        height:20px;
        margin-right:15px;
        width:20px;
    }
    .burger-menu.navbar-nav > li > a:hover,
    .burger-menu.navbar-nav > li.current-menu-item > a:hover,
    .burger-menu.navbar-nav > li.current-menu-item > a,
    .burger-menu.navbar-nav > li > a:focus,
    .burger-menu.navbar-nav > li > a.btn:hover{color: #fff !important; border-radius:0;}

    .btn-header > li > ul > li > a:hover,
    .btn-header > li > ul > li > a:focus{background: rgba(84, 84, 84, 0.3); color:#fff;}

    .btn-header li a{color:#fff;}
    li.btn-header li.btn{
        border-radius: 0px;
        margin: 0px;
        padding: 15px 18px;
    }
    li.btn-header li.btn:hover{
        background: rgba(84, 84, 84, 0.3) !important;
        border-radius: 0px;
        margin: 0px;
        padding: 15px 18px;
    }

    .navbar-default .burger-menu.navbar-nav > .active > a,
    .navbar-default .burger-menu.navbar-nav > .active > a:hover,
    .navbar-default .burger-menu.navbar-nav > .active > a:focus{background: rgba(0,0,0,0.3); color:#fff;}

    .burger-menu.navbar-nav > li > a:after,
    .burger-menu.navbar-nav > li > a:hover:after,
    .burger-menu.navbar-nav > .current-menu-item > a:after,
    .burger-menu.navbar-nav > .active > a:after,
    .burger-menu.navbar-nav > .active > a:hover:after,
    .burger-menu.navbar-nav > .active > a:focus:after{display:none;}

    .burger-menu .navbar-collapse{
        padding:0;
        clear:both;
        position:relative;
        z-index:9999;
    }
    .navbar-default .burger-menu.navbar-nav > li > a:after{display:none;}

    .navbar-default .burger-menu.navbar-nav>.current-menu-item>a,
    .navbar-default .burger-menu.navbar-nav>.current-menu-item>a:hover,
    .navbar-default .burger-menu.navbar-nav>.current-menu-item>a:focus,
    .navbar-default .burger-menu.navbar-nav > .open > a,
    .navbar-default .burger-menu.navbar-nav > .open > a:hover,
    .navbar-default .burger-menu.navbar-nav >   .open > a:focus{color: #3a3a4e !important;}
    .burger-menu .sub-menu{
        background: transparent;
        box-shadow: none;
        position: relative;
        padding: 0;
        top: 0;
        width: 100%;
        -webkit-box-shadow: none;
        margin-bottom:20px;
    }
    .burger-menu .sub-menu > li > a{font-size:14px; padding:5px 15px; text-indent:5px; display:inline-block; color:#e4e4cc; border:none;}
    .burger-menu .sub-menu a:hover{color:#fff; background:transparent}
    .burger-menu .sub-menu .sub-menu {
        border-top:none;
        border-bottom:1px solid rgba(0,0,0,.07);
        left: 0;
        top: 0;
    }
    .burger-menu .sub-menu li li a{padding-left:20px;}
    .burger-menu li .sf-sub-indicator {
        cursor:pointer;
        height: 40px;
        text-align: right;
        display:inline-block;
        cursor: pointer;
        height: 50px;
        left: auto!important;
        position: absolute;
        right: 0 !important;
        top: 0 !important;
        text-align: right;
        width: 100%;
        z-index: 999;
    }
    .burger-menu li .sf-sub-indicator:after,
    .burger-menu li.open li .sf-sub-indicator:after,
    .burger-menu li.open li.open li .sf-sub-indicator:after,
    .burger-menu li.open .sf-sub-indicator:after,
    .burger-menu li.open li.open .sf-sub-indicator:after,
    .burger-menu li.open li.open li.open .sf-sub-indicator:after { 
        color:#e4e4cc;
        line-height: 40px;
        width:20px;
        height: 40px;
        margin: 0 7px 0 0;
        display: inline-block;
        text-align: center;
    }
    .burger-menu li .sf-sub-indicator:after,
    .burger-menu li.open li .sf-sub-indicator:after,
    .burger-menu li.open li.open li .sf-sub-indicator:after {
        content: "+";        
        font-size: 20px;
    }
    .burger-menu li.open .sf-sub-indicator:after,
    .burger-menu li.open li.open .sf-sub-indicator:after,
    .burger-menu li.open li.open li.open .sf-sub-indicator:after {
        content: "-";
        font-size: 25px;
    }
    .burger-menu .sf-menu li:hover ul, .sf-menu li.sfHover ul {
        height: 0px;
        overflow: hidden;
        position: absolute;
        visibility: hidden!important;
    }
    .burger-menu .sf-menu li ul.mobile-open {
        display: block!important;
        height: auto!important;
        position: relative;
        visibility: visible!important;
    }
    .burger-menu.navbar-nav .btn, .nav-btn .btn {
        border-radius: 20px;
        padding: 10px 0px;
        margin: 0;
        text-align: left;
    }
    #hotel-menu{display:none; padding-bottom: 30px; margin-bottom: 40px;} 

/* BOOKING */
.booking{
    float: right;
  list-style: none;
  margin: 0;
  display: inline-table;
  position: absolute;
  right: 15px;
  top: 10px;
}
.booking .btn{
  font-family:'Century Font';
  background: transparent;
  border-radius: 1px;
  color: #000;
  font-weight:400;
  font-size: 13px;
  line-height: 19px;
  padding: 15px 20px;
}
.booking .btn-gold{background:#febf10; color:#fff;}
.booking .btn-dark-green{background:#574f24; color:#fff;}
.booking .btn-green{background:#febf10; color:#fff;}
.booking .btn-white{background:#fff; color:#000;}
.booking i.ti{    
    padding-right: 10px;
    color: #fff;
}





/* -------------------------------------
   RESERVATION
----------------------------------------*/

.box-book.no-border{border:none;}
.box-book i{font-size:18px;}
#reservation{background:#fff; padding:0;  position:relative; z-index:95; }
#reservation > .row{display:flex;}
/* #home #reservation{transform:translateY(-50%); box-shadow:0 1px 2px rgba(0,0,0,.05)} */
#reservation .btn{
    font-weight:700;
    /*font-family: 'Lato', sans-serif;*/
    text-transform:uppercase;
    width:100%;
    padding: 15px;
}
#reservation .btn{
  padding: 12px 25px !important;
}
/* #reservation .form-item, #reservations .form-item {width:19.99%; float:left} */
#reservation .form-control, #reservations .form-control {
    padding:0;
    border: none !important;
    box-shadow: none !important;
    font-size:18px;
    color:#926b1f;
    background:#fff;
}
#reservation .form-control{height:30px;}
#reservations .form-control{padding:15px 20px; background:#fff; height:50px;}
#reservation .form-item{padding:0;margin:0; padding: 20px; background: #ffffff; border: 1px solid #febf10; border-width: 1px 1px 1px 1px;}
#reservation .datepicker{padding:0;}
#reservation label, #reservations label{
font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom:0;
    text-transform: uppercase;
}
#reservation label i{font-size:12px;}
#reservations label{margin-bottom:10px;}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{color:#e3e3e3}
.datepicker td, .datepicker th{color:#000; padding:10px !important}
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th{background:#}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover{    background-color: #febf10 !important;}
.datepicker .datepicker-days{background:#fff;}
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th{background:#574f24;   transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover{background:#febf10 !important}
.datepicker-dropdown{background:transparent;}
.datepicker.datepicker-dropdown.dropdown-menu{transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;}
#reservation select.form-control, #reservations select.form-control{
  appearance:none;
  -moz-appearance:none; 
  -webkit-appearance:none; 
  background-image: url('../themes/minditheme/assets/images/select-arrow-black.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
#reservation select.form-control{background-position: 98% 50%;}
#reservation  [class*="label-"]{color:#000;}
#reservation .label-day{font-family: 'DIN Alternate'; font-size: 54px; height: 45px; line-height: 45px; padding:0 10px;}
#reservation input.text{font-size:35px;}
#reservation .label-year{font-size:11px; padding: 0 0 3px 0; letter-spacing:3px;}
#reservation .label-month{text-transform:uppercase; padding: 3px 0 0 0;}
#reservation .floating-cover-input{position:absolute; width:100% !important; height:100% !important; opacity:0; top:0; left:0; cursor:pointer}
#reservation .btn{position:absolute !important; width:100%; height:100%; left:0; bottom:0; font-family: 'DIN Alternate'; font-size: 25px; white-space: normal; line-height:27px;}



/* -------------------------------------
   SCROLL DOWN
----------------------------------------*/
.scroll-down {
    opacity: 1;
    transition: all .5s ease-in 3s;
    -webkit-transition: all .5s ease-in 3s;
}
.scroll-down {
    animation: bounce 2s infinite 2s;
    bottom: 30px;
    background-size: 14px auto;
    display: block;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
    transition: all .2s ease-in;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
}
.scroll-down:before {
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
    content: "";
    display: block;
    height: 20px;
    left: calc(50% - 6px);
    position: absolute;
    top: calc(50% - 8px);
    transform: rotate(-45deg);
    width: 20px;
}


/* -------------------------------------
   SLIDER
----------------------------------------*/
#home .slides{padding:0; height:calc(100vh);}
#home .slider{padding:0; height:calc(100vh);}
.slider{padding:0;height:100vh;}
.slides .container{width:86%; max-width:initial;}
.slides .tagline-wrapper, .carousel .tagline-wrapper {
    background:none;
    bottom: 0;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 5;
}
.slides .tagline-wrapper:before , .carousel .tagline-wrapper:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#home .slides .tagline-content, .carousel .tagline-content {
    color: #fff;
    display: inline-block;
    margin:auto;
  margin-left:-5px;
    width:99.8%;
    vertical-align:bottom;
  margin-bottom:9%;
}
.slides .tagline-content, .carousel .tagline-content {
    color: #fff;
    display: inline-block;
    margin:auto;
    margin-left:-5px;
    width:calc(100%);
    vertical-align: bottom;
  margin-bottom:8%;
}
.carousel .tagline-content{vertical-align:middle}
.slides h1, .slides h2{
    color:#fff;
  font-size: calc(36px + (70 - 45) * ((80vw - 480px) / (1600 - 480)));
  margin-bottom: 20px;
  text-transform:uppercase;
}
#hotel-header .slides h2 {
    color: #fff;
    font-size: calc(36px + (70 - 45) * ((80vw - 480px) / (1600 - 480)));
    line-height: 85px;
    margin-bottom: 20px;
    text-transform: capitalize;
    float: left;
}
.slides p{color:#fff; font-size:calc(18px + (50 - 45) * ((80vw - 480px) / (1600 - 480))); margin-bottom:calc(10px + (50 - 45) * ((80vw - 480px) / (1600 - 480)))}
.slides .btn{
    background: transparent;
    color: #fff;
}
.flex-control-nav li:first-child{margin:15px 5px}
.flexslider .slides > li {
    background:#000;
    background-size: cover; 
    background-position: 50% 50%;
    display: none;
    height:100%;
    width:100%;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: auto;
    display: inline-block;
    height: auto;
    /* margin: 0 auto; */
}
#hotel-header .flexslider .slides img {
    width: 30%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.flexslider .slides .logos img{max-height:100px; width:auto; opacity:.5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.flexslider .slides .logos img:hover{opacity:1;}
.flexslider-container, .flexslider .slides, .flex-viewport {height: 100%;}
.flexslider {
    border: 0px solid;
    height: 100%;
    margin: 0; 
    overflow: hidden;
    padding: 0; 
    width: 100%;    
}
.flexslider .slides > li > img {display: block; height: 100%; width: auto;}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider-overlay{position:relative;}
.flexslider-overlay > ul > li:before{
    /*background-color:#000 !important;*/
    content:'';
  height: 100%;
    left: 0;
  opacity: 0.8;
    position:absolute;
    top: 0;
    width:100%;
    z-index: 5;
    background: #000;
    background: -moz-linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8603816526610644) 96%);
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8603816526610644) 96%);
    background: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8603816526610644) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
/* Control Nav */
.flex-control-nav { width: 100%; position:absolute; left: calc(100% - 40px); bottom: 50%; text-align:center; z-index:98; -webkit-transform: translate(0, 50%); -moz-transform: translate(0, 50%); -ms-transform: translate(0, 50%); -o-transform: translate(0, 50%); transform: translate(0, 50%);} 
.flex-control-nav li { margin: 15px 5px; display: block; zoom: 1;}
/* .flex-control-nav li:first-child { margin: 0; } */
.flex-control-nav li a { width: 5px; height: 5px; display: block; cursor: pointer; text-indent: -999em;  background: none repeat scroll 0 0 #fff; border: 1px solid #fff; border-radius:50%; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); opacity:0.5; filter:alpha(opacity=50); }
.flex-control-nav li a:hover { background: #fff; border: 1px solid #fff; opacity:1; filter:alpha(opacity=100); }

.flex-control-nav li a.flex-active { width: 10px; height: 10px; margin-left:-2px; background: transparent; border: 2px solid #fff; cursor: default; opacity:1; filter:alpha(opacity=100); }

.slide-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*-webkit-transform: scale(1.15) rotate(0.01deg);-ms-transform: scale(1.15) rotate(0.01deg);transform: scale(1.15) rotate(0.01deg);-webkit-transition: -webkit-transform 7s ease-in;transition: -webkit-transform 15s ease-in;transition: transform 7s ease-in;transition: transform 7s ease-in, -webkit-transform 7s ease-in;*/
}
/*.flex-active-slide .slide-image{-webkit-transform: scale(1) rotate(0deg);-ms-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);}*/
.flexslider .slides > li{z-index:0; display:block !important; visibility:hidden; opacity:0; transition: all 0.7s  ease-in; -webkit-transition: all 0.7s  ease-in; -moz-transition: all 0.7s  ease-in;}
.flexslider .slides > li.flex-active-slide{z-index:3; visibility:visible; opacity:1}


.scroll-down {width: 40px;height: 32px; position: absolute; bottom: 7%;left: 50%; margin-left: -20px; font-size: 0; z-index: 9; -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;}
#home .scroll-down {bottom: calc(0% + 30px);}
.scroll-down:after {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-family: 'Linearicons-Free'; content:     content: "\e874";font-size: 20px;line-height: 32px;font-weight: normal;text-align: center;color: #000;}


@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    50% {
        opacity: .7;
        -webkit-transform: translateY(6px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes scroll {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    50% {
        opacity: .7;
        -moz-transform: translateY(6px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        opacity: .7;
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/* -------------------------------------
   FORM BOOK
----------------------------------------*/
.form-book{
    position: relative;
    background-color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 5vw;
    padding: 1vw;
}
.form-item{padding:5px;}
#reservation label{
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
#reserv .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#reserv .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 4px;
}
#reservation .btn{        
    background: #febf10;
    padding: 15px;
    color: #fff;
    border: none;
    position: relative;
    top: 0px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
#reservation .btn:hover{
    background:#000;
}
#reservation .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-hotel{
    float:right;
    background:rgba(36,32,33,.90);
    padding:20px;
}
.hotel-form{padding-top:2vw;}

/* BOX */
.box-wrap {
    height: 100%;
    margin: 5% 9% 0 5%;
    position: relative;
}
.box-wrap .container-fluid {
    padding:30px 0;
}
.box-bg {
    position: absolute;
    height: 100%;
    bottom: 15%;
    width: 100%;
    border: 1px solid #ded5d5;
}
.book{float:right;}


/* -------------------------------------
   CAPTION
----------------------------------------*/
.caption-offer{
    position: absolute;
    bottom: 0;
    right: 0;
    left:0;
}
.caption-desc{padding: 30px;}
.caption-desc h3{
    color: #fff;
    margin-bottom: 0;
}
.caption-desc p{font-weight:500; font-style: italic; color:#fff;}
.caption-desc a{    
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 500;
}
.caption-desc .btn{
    text-transform:uppercase; 
    color:#7A0030; 
    font-weight:600;    
    padding: 10px 15px;
}
.caption-btn{float: right;}


/* -------------------------------------
   HOTEL
----------------------------------------*/
.hotel-caption{
  position: absolute;
  bottom: 0;
  right:10%;
  top: 0;
  height: 100%;
  width: 33.33333333%;
  background: rgba(0,0,0,.75);
  z-index:3;
}
.hotel-content{
    top: 5%;
  position: absolute;
    left: 5%;
  padding: 3vw;
  text-align: left;
  margin: 0;
  border: 1px solid rgba(255,255,255,.15);
    width: 90%;
  height:90%;
}

.owl-carousel .hotel-desc img{width:20%; margin-bottom:30px;}

#hotel.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#hotel.owl-theme .owl-nav .owl-prev{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    text-align: center;
    top: 80%;
    text-align: center;
    position: absolute;
    right: 10%;
    vertical-align: middle;
    width: calc(50px + (60 - 45) * ((80vw - 480px) / (1600 - 480)));
    height: calc(50px + (60 - 45) * ((80vw - 480px) / (1600 - 480)));
}
#hotel.owl-theme .owl-nav .owl-prev:hover{
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #8e6919;
}
#hotel.owl-theme .owl-nav .owl-next{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    left: 90%;
    top: 80%;
    text-align: center;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: calc(50px + (60 - 45) * ((80vw - 480px) / (1600 - 480)));
    height: calc(50px + (60 - 45) * ((80vw - 480px) / (1600 - 480)));
    margin-right: 50%;
}
#hotel.owl-theme .owl-nav .owl-next:hover{
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #8e6919;
}

#hotel-intro.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#hotel-intro.owl-theme .owl-nav .owl-prev{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    text-align: center;
    top: 55%;
    text-align: center;
    height: calc(3vw);
    position: absolute;
    right: 0%;
    vertical-align: middle;
    width: calc(3vw);
}
#hotel-intro.owl-theme .owl-nav .owl-prev:hover{
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #8e6919;
}
#hotel-intro.owl-theme .owl-nav .owl-next{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    height: calc(3vw);
    margin: 0px;
    left: 100%;
    top: 55%;
    text-align: center;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: calc(3vw);
    margin-right: 50%;
}
#hotel-intro.owl-theme .owl-nav .owl-next:hover{
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #8e6919;
}
.hotel-item{padding-left:4vw;}

.owl-carousel .anim-bg{
  background-position:50% 50%;
  -webkit-transform: scale(1.1) translateX(0);
  -ms-transform: scale(1.1) translateX(0);
  transform: scale(1.1) translateX(0);
  -webkit-transition: -webkit-transform 7s ease-in-out;
  transition: -webkit-transform 15s ease-in;
  transition: transform 10s ease-in;
  transition: transform 10s ease-in, -webkit-transform 10s ease-in;
}
.owl-carousel .owl-item.active  .anim-bg{
  -webkit-transform: scale(1.1) translateX(-7%);
  -ms-transform: scale(1.1) translateX(-7%);
  transform: scale(1.1) translateX(-7%);
}
.owl-carousel .owl-item{overflow:hidden}
/* #hotel .owl-item{z-index:0; display:block !important; visibility:hidden; opacity:0; transition: all 0.7s  ease-in; -webkit-transition: all 0.7s  ease-in; -moz-transition: all 0.7s  ease-in;}
#hotel .owl-item.active{z-index:3; visibility:visible; opacity:1} */


#related-room .owl-dots{margin-top:30px;}

.room-amenities ul > li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}
.room-amenities ul > li {
    padding-right: 10px;
    line-height: normal;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.room-amenities ul{
  margin: 10px 0 30px 0;
  padding: 0;
  list-style: none;
  overflow:hidden;
}

.room-features ul, .pack-features ul{
    margin:10px 0;
    padding:0;
    overflow:auto;
}
.room-features ul li, .pack-features ul li{
    border-bottom:1px solid rgba(0,0,0,.1);
    padding-bottom:15px;
    margin: 5px 20px 5px 30px;
    /* width:calc(33% - 60px); */
    float:left;
    vertical-align:top;
    position:relative;
    list-style:none;
}
.room-features ul li:before, .pack-features ul li:before{
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: -20px;
    top: -2px;
}
.list-inline{margin:0;}
.list-inline ul{list-style:none; padding:0; margin: 0 0 20px 0;}
.list-inline ul li{list-style:none; display:inline-block; margin:0; padding:0;}
.list-inline ul li:after{content:', ';}
.list-inline ul li:last-child:after{content:'';}
.text-white .room-features ul li, .text-white .pack-features ul li{border-color:rgba(255,255,255,.15)}
.room-features ul li{border:none;}
/*.pack-features ul li{width:calc(50% - 40px);}
 @media screen and (max-width: 1024px) {
  .room-features ul li, .pack-features ul li{width:calc(50% - 60px);}
}
@media screen and (max-width: 640px) {
  .room-features ul li, .pack-features ul li{width:calc(100% - 60px);}
} */




/* TABLE */
.table tr{
    font-weight: 600;
    text-transform: uppercase;
}
.table i{   
    width: 30px;
    padding: 5px 10px;
    text-align: left;
}
.table i.fa{    
    font-size: 18px;
    margin-right: 20px;
}
.table span{padding-left: 10px;}


/* -------------------------------------
   ROOM
----------------------------------------*/
.room-item{
    top: 5vw;
    position: relative;
}
.room-content{
    left: -60px;
    padding: 2vw 4vw;
    text-align: left;
    margin: 0;
    border: 1px solid #c1b8b8;
    width: 90%;
    position: absolute;
}
#room.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#room.owl-theme .owl-nav .owl-prev{
    width:70px;
    height:70px;
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% #413838 no-repeat;
    position: absolute;
    top: 40%;
    left: 8%;
    margin:0;
}
#room.owl-theme .owl-nav .owl-next{
    width:70px;
    height:70px;
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% #413838 no-repeat;
    position: absolute;
    top: 40%;
    right: 8%;
    margin:0;
}

#room .item {
    opacity: 0.4;
    transition: .4s ease all;
    transform: scale(.9);
}
@media(max-width:1000px) {
    #room .item {
        margin: 0;
        transform: scale(.9)
    }
}
#room .active .item {
    opacity: 1;
    transform: scale(1);
}
#room .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
#room .inner {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
#room .inner a {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-decoration: none;
    transition: .3s ease border-color
}
#room .inner a:hover {border-color: #fff;}
#room .black .inner a {
    border-color: rgba(0, 0, 0, 0.4);
    color: #000;
}
#room .black .inner a:hover {border-color: #000;}
#room .owl-carousel:after {
    background-size: 100% auto;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -4%;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 8%; 
}
#room .owl-controls {
    margin-top: 300px;
    position: absolute;
}
.room-price{
    position: absolute;
    bottom: 5%;
    right: 0;
}
.room-price-content{
    background: #75252a;
    text-align: left;
    padding: 15px;
    width: calc(10vw);
    height: calc(5vw);
    color: #fff;
}
.room-price-content h2{    
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 3em;
}
.room-price-content span{float:right;}


/* -------------------------------------
   TEMPTATION
----------------------------------------*/
.temptation h2:after {
    left: 30%;
    margin-left: 15px;
}
.temptation h2:after {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
/* CAPTION */
.temptation-caption{
    border-radius: 0;
    background:rgba(0, 0, 0,.8);
    color: #fff;
    display:inline-block; 
    height: 100%;
    left: 0;
    opacity: 0;
    padding:25%;
    position:absolute; 
    text-align:center;
    top: 0;
    transition: opacity 500ms;
    vertical-align: middle;
    width: 100%;
    z-index:55; 
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
}
.temptation-caption:hover{
    cursor:pointer;
    opacity:1;
}
.temptation-caption h3{color:#fff; margin-bottom: 0px;}
.temptation-btn{
    position: relative;
    top: -1vw;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index:55;
}

.temptation-overlay{position:relative;}
.temptation-overlay:before{
    background-color:#fff !important;
    content:'';
    height: 100%;
    left: 0;
    opacity: 0.9;
    position:absolute;
    top: 0;
    width:100%;
    z-index: 1;
}
.temptation .caption-content{z-index:55;}
.temptation .caption-content h3{color: #000; margin-bottom: 10px;}
.temptation .caption-content h4{    
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.temptation .caption-content p{font-size: 20px; color: #000;}
.temptation-item:nth-last-child(odd){
    margin-top: 10%;
}
video {
    width: 100%;
    height: auto;
}

.fans-caption{
    margin-top:1vw;
    background:#ded5d5;
    padding:2vw;
    text-align:center;
}
.fans-caption p{font-weight:500;}
.fans-caption p:after{
    content: close-quote;
    font-size: 2vw;
    float: right;
    color: #000;
}
.fans-caption p:before{
    content: open-quote;
    font-size: 2vw;
    float: left;
    color: #000;
}
.fans-caption i.fa{color:#A4343A; font-size: 30px;}

.fans-video{z-index:9;}
.fans-item{padding:0 3vw;} 
.fans-item h2:before {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 35%;
    width: 20%;
}
.fans-item h2:before {
    right: 100%;
    margin-right: -30px;
}
.fans-item a{color:#A4343A; font-weight: 600;}
.fans-item a:hover{color:#ded5d5;}

.btn-fans a{margin-top: 1vw;}
    
.city-title h2:before {
    right: 100%;
    margin-right: -5px;
}
.city-title h2:before {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 45%;
    width: 20%;
}
.city-title a{color:#A4343A; font-weight:600;}
.city-title a:hover{color:#ded5d5;}

.city-content {
    top: 6vw;
    position: absolute;
}
.city-content{
    right: -80px;
    padding: 4vw 6vw;
    text-align: left;
    margin: 0;
    border: 1px solid #c1b8b8;
    width: 100%;
    z-index: 11;
}
.city-content-2{
    top: 6vw;
    position: absolute;
}
.city-content-2{
    left: -80px;
    padding: 4vw 6vw;
    text-align: left;
    margin: 0;
    border: 1px solid #c1b8b8;
    width: 100%;
    z-index: 11;
}
.city-content h4{font-size:14px; font-weight:600;}
.city-content h4:after{
    border-top: 2px solid #ded5d5;
    content: "";
    height: 5px;
    position: absolute;
    top: 25%;
    width: 10%;
}
.city-content h4:after{
    left: 85%;
    margin-left: 25px;
}
.city-content-2 h4{font-size:14px; font-weight:600;}
.city-content-2 h4:after{
    border-top: 2px solid #ded5d5;
    content: "";
    height: 5px;
    position: absolute;
    top: 25%;
    width: 10%;
}
.city-content-2 h4:after{
    right: 88%;
    margin-left: 25px;
}
.city-content a,
.city-content-2 a{color:#A4343A; text-transform:uppercase; font-weight:600;}
.city-content a:hover,
.city-content-2 a:hover{color:#ded5d5;};


/* -------------------------------------
   ROOM
----------------------------------------*/
.room-menu ul{margin:0; padding:0;}
.room-menu li{
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.room-menu a:hover, 
.room-menu a.selected{color:#A4343A;}
.show-me {
    color: #312A29;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
    float: left;
    font-weight: 600;
}
.hotel-room-caption{
    padding: 3vw;
  position: relative;
  background: #fff;
  right: 0;
}
.hotel-room-caption h3 span, .room-title h3 span{font-size:calc(15px + (50 - 45) * ((100vw - 480px) / (1600 - 480))); display:block; color:#777}
.room-list ul{margin:0; padding:0;}
.room-list li{list-style:none; display:inline-block; padding:0;}
.room-list li:after{   
    content: '|';
    display: inline-block;
    padding: 10px;
}
.room-list li:last-child:after {
  content: '';
}

.form-room .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f1ee;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.room-rate h3{float:left;margin-right: 2vw;}
.room-rate span{font-size: 16px; font-style: italic;}
.floorplan-link i{padding-right:10px; color: #A4343A;}
.floorplan-link a{    
    color: #A4343A;
    font-weight: 600;
    text-transform: uppercase;
}
.floorplan-link a:hover{color:#ded5d5;}

/* SHARED */
.hotel-room .shared{float:left; padding-bottom:30px;}
.hotel-room .shared ul{margin:0; padding:0;}
.hotel-room .shared li{list-style:none; display:inline-block; padding: 0 15px;}
.hotel-room .shared li:first-child{padding-left:0;}
.hotel-room .shared li a{color:#A4343A; font-weight:600; font-size: 15px;}
.hotel-room .shared li i.fa{color:#A4343A; padding-right:10px;}
.hotel-room .shared li:hover > a > i{color:#ded5d5;}

/* -------------------------------------
   DINING
----------------------------------------*/
.dining-address ul{margin:0; padding:0;}
.dining-address li{
    list-style:none; 
    display:block; 
    padding:10px 0; 
    font-weight: 600;
    border-bottom:1px solid #ded5d5;
}
.dining-address li span{padding:0 30px;}
.dining-address li i{width:30px;}


#hotel-dining-1.owl-theme .owl-nav,
#hotel-dining-2.owl-theme .owl-nav,
#hotel-dining-3.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#hotel-dining-1.owl-theme .owl-nav .owl-prev,
#hotel-dining-2.owl-theme .owl-nav .owl-prev,
#hotel-dining-3.owl-theme .owl-nav .owl-prev{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    text-align: center;
    top: 0;
    text-align: center;
    height: calc(3vw);
    position: absolute;
    right: 95%;
    vertical-align: middle;
    width: calc(3vw);
}
#hotel-dining-1.owl-theme .owl-nav .owl-prev:hover,
#hotel-dining-2.owl-theme .owl-nav .owl-prev:hover,
#hotel-dining-3.owl-theme .owl-nav .owl-prev:hover{
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #8e6919;
}
#hotel-dining-1.owl-theme .owl-nav .owl-next,
#hotel-dining-2.owl-theme .owl-nav .owl-next,
#hotel-dining-3.owl-theme .owl-nav .owl-next{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    height: calc(3vw);
    margin: 0px;
    left: 5%;
    top: 0;
    text-align: center;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: calc(3vw);
    margin-right: 50%;
}
#hotel-dining-1.owl-theme .owl-nav .owl-next:hover,
#hotel-dining-2.owl-theme .owl-nav .owl-next:hover,
#hotel-dining-3.owl-theme .owl-nav .owl-next:hover{
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #8e6919;
}

.dining-list{margin-bottom:1vw;}
.dining-list ul{margin:0; padding:0;}
.dining-list li{list-style:none; display:block; padding:5px 0; font-weight: 400;}
.dining-list span{
    display: inline-block;
    width: 100px;
    font-weight:600;
}

.dining-list-2{margin-bottom:1vw;}
.dining-list-2 ul{margin:0; padding:0;}
.dining-list-2 li{
    list-style:none; 
    display:block; 
    padding:10px 0; 
    font-weight: 400; 
    border-bottom:1px solid #ded5d5;
}
.dining-list-2 li i{width:50px;}
.dining-list-2 span{
    display: inline-block;
    width: 100px;
    font-weight:600;
}

#dining-detail.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#dining-detail.owl-theme .owl-nav .owl-prev{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    text-align: center;
    top: 90%;
    text-align: center;
    height: calc(3vw);
    position: absolute;
    right: 15%;
    vertical-align: middle;
    width: calc(3vw);
}
#dining-detail.owl-theme .owl-nav .owl-prev:hover{
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #8e6919;
}
#dining-detail.owl-theme .owl-nav .owl-next{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    height: calc(3vw);
    margin: 0px;
    left: 85%;
    top: 90%;
    text-align: center;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: calc(3vw);
    margin-right: 50%;
}
#dining-detail.owl-theme .owl-nav .owl-next:hover{
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #8e6919;
}

.menu h2:before {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 45%;
    width: 20%;
}
.menu h2:before {
    right: 100%;
    margin-right: -5px;
}

.menu-list ul{margin: 0 20px; padding:0;}
.menu-list li{padding:10px 0;}

.menu-download ul{margin:0; padding:0;}
.menu-download li{list-style:none; display:block; padding:10px 0;}
.menu-download li a{color:#A4343A; font-weight:600; text-transform:uppercase;}
.menu-download li i{width:30px;}
.menu-download li span{padding: 0 5px; color:#000;}

ul.two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}


/* -------------------------------------
   SPA
----------------------------------------*/
#spa.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#spa.owl-theme .owl-nav .owl-prev{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    text-align: center;
    top: 91%;
    text-align: center;
    height: calc(3vw);
    position: absolute;
    right: 10%;
    vertical-align: middle;
    width: calc(3vw);
}
#spa.owl-theme .owl-nav .owl-prev:hover{
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #8e6919;
}
#spa.owl-theme .owl-nav .owl-next{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    height: calc(3vw);
    margin: 0px;
    left: 90%;
    top: 91%;
    text-align: center;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: calc(3vw);
    margin-right: 50%;
}
#spa.owl-theme .owl-nav .owl-next:hover{
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #8e6919;
}
.spa-list ul{padding: 0 15px; margin:0;}

.spa-list-2{margin-bottom:1vw;}
.spa-list-2 ul{margin:0; padding:0;}
.spa-list-2 li{
    list-style:none; 
    display:block; 
    padding:10px 0; 
    font-weight: 400; 
    border-bottom:1px solid #ded5d5;
}
.spa-list-2 li i{width:50px;}
.spa-list-2 span{
    display: inline-block;
    width: 100px;
    font-weight:600;
}

.treatment h2:before {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 45%;
    width: 20%;
}
.treatment h2:before {
    right: 100%;
    margin-right: -5px;
}

.fitness-content{
    right: -80px;
    padding: 4vw 6vw;
    text-align: left;
    margin: 0;
    background:#fff;
    width: 100%;
    z-index: 11;
}
.fitness-content{
    top: 4vw;
    position: absolute;
}
.fitness-desc{    
    background-color: #fff;
}
.fitness-desc h3{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.fitness-desc h3:before{
    border-top: 2px solid #ded5d5;
    content: "";
    height: 5px;
    position: absolute;
    top: 25%;
    width: 15%;
}
.fitness-desc h3:before{
    left: 90%;
    margin-right: 15px;
}
.treatment-detail-title h2:before {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 45%;
    width: 20%;
}
.treatment-detail-title h2:before {
    right: 100%;
    margin-right: -5px;
}

.price{font-weight: 600;}
.price span{
    display: inline-block;
    width: 100px;
    font-weight: 600;
}

/* -------------------------------------
   MEETING
----------------------------------------*/
.meeting-list{margin-bottom:1vw;}
.meeting-list ul{margin:0; padding:0;}
.meeting-list li{
    list-style:none; 
    display:block; 
    padding:10px 0; 
    font-weight: 400; 
    border-bottom:1px solid #ded5d5;
}
.meeting-list li i{width:50px;}
.meeting-list span{
    display: inline-block;
    width: 100px;
    font-weight:600;
}

.venue h2:before {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 45%;
    width: 20%;
}
.venue h2:before {
    right: 100%;
    margin-right: -5px;
}

.occasion h2:before {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 45%;
    width: 20%;
}
.occasion h2:before {
    right: 100%;
    margin-right: -5px;
}

.occasion-event-content{
    right: -80px;
    padding: 4vw 6vw;
    text-align: left;
    margin: 0;
    background:#fff;
    width: 100%;
    z-index: 11;
}
.occasion-event-content{
    top: 4vw;
    position: absolute;
}
.occasion-event-desc{    
    background-color: #fff;
}
.occasion-event-desc h3{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.occasion-event-desc h3:before{
    border-top: 2px solid #ded5d5;
    content: "";
    height: 5px;
    position: absolute;
    top: 25%;
    width: 15%;
}
.occasion-event-desc h3:before{
    left: 90%;
    margin-right: 15px;
}

/* -------------------------------------
   DESTINATION
----------------------------------------*/
#destination .owl-stage-outer{overflow:initial;}
#destination .item,
#destination-2 .item,
#destination-3 .item{
    transition: .4s ease all;
}
#destination .item:hover,
#destination-2 .item:hover,
#destination-3 .item:hover{
  opacity: 1;
  transform: scale(1.1);
  cursor: pointer;
  z-index: 999;
  position: relative;
}
#destination.owl-theme .owl-nav,
#destination-2.owl-theme .owl-nav,
#destination-3.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#destination.owl-theme .owl-nav .owl-prev,
#destination-2.owl-theme .owl-nav .owl-prev,
#destination-3.owl-theme .owl-nav .owl-prev{
    width: calc(3vw);
    height: calc(3vw);
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% #413838 no-repeat;
    position: absolute;
    top: 40%;
    left: 0;
    margin:0;
}
#destination.owl-theme .owl-nav .owl-next,
#destination-2.owl-theme .owl-nav .owl-next,
#destination-3.owl-theme .owl-nav .owl-next{
    width: calc(3vw);
    height: calc(3vw);
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% #413838 no-repeat;
    position: absolute;
    top: 40%;
    right: 0;
    margin:0;
}
.destination-caption{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 2vw;
    background: #febf10;
}
.destination-title{float:left; display:inline-block;}
.destination-title h3{
    margin-bottom:0px;
    color:#000;
    text-transform:uppercase;
    font-family: 'DIN Alternate', sans-serif;
}
.destination-btn a{
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform:uppercase;
}
.destination-btn{float:right; display:inline-block;}

.destination-detail{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.destination-link{
    background: #413838;
    width: calc(3vw);
    height: calc(3vw);
    text-align: center;
    padding: 20px;
}
.destination-link:hover{background:#febf10;}
.destination-link i.ti{color:#fff;}


/* -------------------------------------
   BENEFIT
----------------------------------------*/
.benefit-caption{
    position: absolute;
    bottom: 0;
    right:10%;
    top: 0;
    height: 100%;
    width: 33.33333333%;
    background: #fff;
}
.benefit-content{
    left: -85px;
    padding: 4vw 4vw;
    text-align: left;
    margin: 0;
}
.benefit-content{
    position: absolute;
    top: 5vw;
}
.benefit-content:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
    background:#fff;
}
.benefit-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #EBD89D;
    box-sizing: border-box;
    z-index: 2;
    
}
.benefit-content:before{
    top: 30px;
    left: -25px;
}
.benefit-content:after {
    top: 0px;
    left: 0px;
}
.benefit-desc{z-index:22; position:relative;}


/* -------------------------------------
   EXPERIENCE
----------------------------------------*/
/* .featured-experience h2:before{
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 45%;
    width: 20%;
}
.featured-experience h2:before {
    right: 100%;
    margin-right: -5px;
} */
.experience-title{float:left; display:inline-block;}
.experience-title h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    font-family: 'DIN Alternate', sans-serif;
    margin-bottom:0px;
}
.experience-btn span{
    color: #737470;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    font-weight: 600;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #fff;
    padding: 15px;
}
.experience-desc{padding:30px 0;}


/* -------------------------------------
   MEDIA
----------------------------------------*/
.media-content{
    left: -80px;
    padding: 4vw 6vw;
    text-align: left;
    margin: 0;
    border: 1px solid #c1b8b8;
    width: 100%;
}
.media-content{
    top: -65px;
    position: absolute;
}
.media-desc{    
    background-color: #fff;
}


/* -------------------------------------
   OFFER
----------------------------------------*/
#dining-1.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#dining-1.owl-theme .owl-nav .owl-prev{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    text-align: center;
    top: 91%;
    text-align: center;
    height: calc(3vw);
    position: absolute;
    right: 10%;
    vertical-align: middle;
    width: calc(3vw);
}
#dining-1.owl-theme .owl-nav .owl-prev:hover{
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #8e6919;
}
#dining-1.owl-theme .owl-nav .owl-next{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    height: calc(3vw);
    margin: 0px;
    left: 90%;
    top: 91%;
    text-align: center;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: calc(3vw);
    margin-right: 50%;
}
#dining-1.owl-theme .owl-nav .owl-next:hover{
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #8e6919;
}


/* -------------------------------------
   DINING
----------------------------------------*/
.dining-header span {
    display: inline-block;
    font-size:18px;
    font-weight:500;
    position: relative;
}
.dining-header h2:after {
    border-top: 2px solid #ded5d5;
    content: "";
    height: 5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.dining-header h2:after {
    left: 50%;
    margin-left: 15px;
}
.dining-content{
    right: -80px;
    padding: 4vw 6vw;
    text-align: left;
    margin: 0;
    border: 1px solid #c1b8b8;
    width: 100%;
    z-index: 11;
}
.dining-content{
    top: 3vw;
    position: absolute;
}
.dining-desc{    
    background-color: #fff;
}
.dining-desc h2{
    font-size: 30px;
    font-style: italic;
}
.dining-desc h3{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.dining-desc h3:after{
    position: relative;
    content: "";
    display: block;
    width: 100%;
    left: 0px;
    top: 0;
    height: 1px;
    opacity: 1;
    background: rgb(193, 184, 184);
}

#dining-2.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#dining-2.owl-theme .owl-nav .owl-prev{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    text-align: center;
    top: 71%;
    text-align: center;
    height: calc(3vw);
    position: absolute;
    right: 85%;
    vertical-align: middle;
    width: calc(3vw);
}
#dining-2.owl-theme .owl-nav .owl-prev:hover{
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #8e6919;
}
#dining-2.owl-theme .owl-nav .owl-next{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    height: calc(3vw);
    margin: 0px;
    left: 15%;
    top: 71%;
    text-align: center;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: calc(3vw);
    margin-right: 50%;
}
#dining-2.owl-theme .owl-nav .owl-next:hover{
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #8e6919;
}
#dining-2 .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 74%;
    left: 40%;
    margin-top: 0px;
    color: #312A29;
    width: 5%;
    background: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}
#dining-2 .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}
#dining-2 .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 10px;
}
#dining-2 .owl-dot span {display: none;}
#dining-2 .owl-dot.active:before {
    content: counter(slides-num) " of ";
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 15px;
}
.coming-content{
    left: -80px;
    padding: 4vw 6vw;
    text-align: left;
    margin: 0;
    background:#fff;
    width: 100%;
    z-index: 11;
}
.coming-content{
    top: 4vw;
    position: absolute;
}
.coming-desc{    
    background-color: #fff;
}
.coming-desc h3{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.coming-desc h3:before{
    border-top: 2px solid #ded5d5;
    content: "";
    height: 5px;
    position: absolute;
    top: 25%;
    width: 15%;
}
.coming-desc h3:before{
    right: 90%;
    margin-right: 15px;
}


/* -------------------------------------
   WELLNESS
----------------------------------------*/
#wellness.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#wellness.owl-theme .owl-nav .owl-prev{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    margin: 0px;
    text-align: center;
    top: 96%;
    text-align: center;
    height: calc(3vw);
    position: absolute;
    right: 10%;
    vertical-align: middle;
    width: calc(3vw);
}
#wellness.owl-theme .owl-nav .owl-prev:hover{
    background: url(../themes/minditheme/assets/images/prev-small.png) 50% 50% no-repeat #8e6919;
}
#wellness.owl-theme .owl-nav .owl-next{
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #413838;
    display: table-cell;
    height: calc(3vw);
    margin: 0px;
    left: 90%;
    top: 96%;
    text-align: center;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: calc(3vw);
    margin-right: 50%;
}
#wellness.owl-theme .owl-nav .owl-next:hover{
    background: url(../themes/minditheme/assets/images/next-small.png) 50% 50% no-repeat #8e6919;
}

.relax h2:before{
    border-top: 2px solid #ded5d5;
    content: "";
    height: 10px;
    position: absolute;
    top: 45%;
    width: 20%;
}
.relax h2:before{
    right: 100%;
    margin-right: -5px;
}


    
/* -------------------------------------
   OFFER
----------------------------------------*/
.offer-caption{padding:2vw 3vw;}
.offer-caption h3{text-transform:uppercase;}
.detail{padding:2vw 0;}
.offer-btn{float:right; padding-bottom:30px;}
    

/* -------------------------------------
   NEWS
----------------------------------------*/
.news-img{
    display: block;
    float: left;
    margin-right: 20px;
    width: 50%;
    height: auto;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.news-desc{
    padding-left: 6vw;
  margin-bottom: 20px;
  margin-top: 20px;
}
.news-desc h4{
    margin-bottom: 10px;
    letter-spacing: 0px;
    line-height: 20px;
}

/* -------------------------------------
   CELEBRITY
----------------------------------------*/
#celebrity.owl-theme .owl-nav{
    border-radius: 0px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    opacity:90;
}
#celebrity.owl-theme .owl-nav .owl-prev{
    width: 60px;
    height: 60px;
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/prev-gold.png) 50% 50% no-repeat;
    position: absolute;
    top: 35%;
    left: -4%;
    margin: 0;
}
#celebrity.owl-theme .owl-nav .owl-next{
    width:60px;
    height:60px;
    border-radius: 0px;
    background: url(../themes/minditheme/assets/images/next-gold.png) 50% 50% no-repeat;
    position: absolute;
    top: 35%;
    right: -4%;
    margin:0;
}
#celebrity.owl-theme .owl-dots{
    position: relative;
    z-index: 99;
    bottom: 50px;
}
#celebrity.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 2px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 50%;
    border: 2px solid #888;
}
#celebrity.owl-theme .owl-dots .owl-dot.active span, 
#celebrity.owl-theme .owl-dots .owl-dot:hover span {
    background: #888;
}

/* PHOTO GALLERY */
.item {
    flex: 0 1 auto;
    align-self: auto;
    position: relative;
    cursor: pointer;
}
.item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}
.item:hover .overlay{
  background: rgba(0, 0, 0, 0.6);
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay-text h2 {
    color:#fff;
    margin: 0;
}

#gallery-filter.gallery-menu a{padding:10px 15px; margin:0 5px; color:#888; text-transform:uppercase; border-bottom:1px solid #ccc; letter-spacing:2px;font-size: 12px;}
#gallery-filter.gallery-menu a:after{content:''; margin-left:20px; position:absolute; height:100%;}
#gallery-filter.gallery-menu a:hover, #gallery-filter a.selected{color:#fff; background: #febf10 !important; border-color:#febf10}
#gallery-filter.gallery-menu a:last-child:after{display:none;}
.effect-item-4 .overlay-text {
    transform: translate(-50%, 10px);
    opacity: 0;
    transition: all .5s;
}
.effect-item-4:hover .effect-15{opacity: 1;}
.effect-item-4:hover .overlay-text {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.effect-item-4 a{color:#fff;}
.effect-item-4 .caption{position:absolute; width:100%; bottom:0; left:0; padding: 8px 15px; background: rgba(0,0,0,.45); color: #fff;}
.effect-item-4 .caption h4, .effect-item-4 .caption p{color:#fff;}
.effect-item-4 .caption p{font-size:85%;}
.effect-item-4 .caption:after{content:'+'; position:absolute; right:10px; bottom:9px; font-size:30px;}



/* -------------------------------------
   NEWSLETTER
----------------------------------------*/
.newsletter{margin-top:0; background:#fff; border-top:1px solid #e3e3e3/* box-shadow:0 -2px 7px rgba(0,0,0,.03) */}
.newsletter h2{
    margin-bottom: 10px;
}
.newsletter p{
  letter-spacing: 2px;
}
.checkbox label{
    color: #000;
    font-size: 15px;
}
.newsletter .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.newsletter .btn {
    background: transparent;
    border-radius: 0px;
    color: #000;
    height:50px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.form-control {
    /*font-family:'Lato';*/
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f2f2f2;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* -------------------------------------
    FOOTER
----------------------------------------*/
footer{
  font-size: calc(16px + (46 - 45) * ((80vw - 480px) / (1600 - 480)));
  color:white;
    background:#620a0c;
    padding-top:calc(30px + (55 - 45) * ((100vw - 480px) / (1600 - 480)));
}
footer a{color:#454545;}
footer h4{    
    font-size: 15px;
  color: white;
  font-weight: 400;
  /* letter-spacing: 1px;
  padding-left:40px;
  position:relative; */
}
/* footer h4:before{content:''; width:27px; height:3px; background:#000; display:block; position:absolute; left:0; top:5px;} */

.footer-list ul{padding:0; margin:0; list-style:none;}
.footer-list li{padding:5px 0;  list-style:none;}
.footer-list li a:hover{color:#fff !important;}

.footer-nav ul{padding:0; margin:0;}
.footer-nav li{list-style:none; padding:5px 0; display:inline-block}
.footer-nav li:after{content:' / '; padding:0 10px;}
.footer-nav li:last-child:after{content:''; padding:0;}
.footer-nav a{color:#454545;}
.footer-nav a:hover{color:#4fbbbd;}

@media only screen and (max-width: 767px){
  .footer-nav ul{margin:0 0 20px 0;}
  .footer-nav li{ display:block}
  .footer-nav li:after{display:none;}
}

.footer-menu ul{padding:0; margin:0;}
.footer-menu li{list-style:none; padding:0 0 40px 0;}
.footer-menu a{color:#fff;}
.footer-menu a:hover{color:#4fbbbd;}
footer hr{border-color:rgba(0,0,0,.2)}

/* BRANDS */
.brands{position:relative; max-width:1280px; margin:auto;}
.brands .heading{position:absolute; left:50%; top:0; transform:translate(-50%, -50%); padding:10px 20px; background:#f8f8f8; display:inline-block;}
.brand-item{display:inline-block; padding:0 0 20px 0; width: calc(12.333334% - 20px); overflow:hidden; vertical-align:middle}
.logo-invert{-webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.brand-item img{max-height:65px; width:auto;}
@media only screen and (max-width: 1024px){
  .brand-item{width: calc(33.33333333% - 40px);}
}

/* SOCIAL MEDIA */  
.follow-us{    
    border-left: 2px solid #4fbbbd;
    height: 300px;
    margin-left: 30px;
}
.social-media{margin-bottom: 3vw;}
.social-media ul{margin:0; padding:0;}
.social-media li{
    list-style: none;
    display: inline-block;
    padding: 0 9px;
}
.social-media li:first-child{padding-left:0;}
.social-media li i.fa{color:#febf10; font-size: 16px;}
.social-media li i.fa:hover{color:#000;}

/* SHARED */
.shared{padding-bottom:30px;}
.shared ul{margin:0; padding:0;}
.shared li{list-style:none; display:inline-block; padding: 0 15px;}
.shared li:first-child{padding-left:0;}
.shared li a{color:#000; font-weight:600; font-size: 15px;}
.shared li i.fa{color:#000; padding-right:10px;}
.shared li:hover > a > i{color:#999;}


.footer-logo{padding-bottom:30px; overflow:hidden}
.footer-logo span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer-logo img{max-width:160px;}
.footer-logo span:before,
.footer-logo span:after {
    border-top: 1px solid rgba(251,251,251,.2);
    content: "";
    height: 5px;
    position: absolute;
    top: 66%;
    width: 50vw;
}
.footer-logo span:before {
    right: 100%;
    margin-right: 2vw;
}
.footer-logo span:after {
    left: 100%;
    margin-left: 2vw;
}
.line-devider-logo{
    position: absolute;
    display: block;
    top: 36px;
    left: 0;
    z-index: 999;
    width: 60px;
    margin: auto;
    right: 0;
    text-align: center;
}

#leftmenu {
    float: left;
    text-align: left;
}
#rightmenu {
    float: right;
    text-align: right;
}
#leftmenu, #rightmenu {
    margin-top: 0;
    margin-bottom: 0;
}
.line-devider-list ul{margin:0; padding:0;}
.line-devider-list li{display:inline-block; list-style:none; padding: 0 15px;}
.line-devider-list li a{color:#fff;}
.line-devider-list li a:hover{color:#4fbbbd;}


/*.copyright{padding:30px 0 10px 0; border-top:1px solid rgba(0,0,0,.2);}*/
.copyright{padding:10px 0 10px 0; border-top: 1px solid rgba(251,251,251,.2);}
.copyright p{ color: #fff; font-size: 12px; letter-spacing: 1px; word-spacing: 2px; text-align: center;}
.copyright a{color:#fff;}
.copyright a:hover{color:#febf10;}


/* OVERLAY */
.w-overlay{position:relative;}
.w-overlay:before{content:''; position:absolute; left:0; top:0; width:100%; height:100%; background: #4f0002; opacity: .4; z-index:-1}
.w-overlay.green:before{background:#febf10}
.w-overlay.darker:before{opacity: .9;}
.w-overlay.darkest:before{opacity: .85;}
.overlay h2, .overlay h3, .overlay h4{line-height:normal; margin-bottom:3px;}
/* .overlay p{line-height:normal;} */
.overlay .big-num-back{position:absolute; font-size:26em; font-weight:700; line-height:0.7em; color:#fff; right:30px; bottom:0;} */
.loading .overlay-caption{opacity:0;}
.overlay-caption{ position:absolute;width:100%; height:100%; top:0;left:0; display:table-cell; vertical-align:middle; }
.overlay-caption:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.overlay-caption:after{content: ''; position:absolute;width:100%; height:100%; top:0; left:0; z-index:2; background:rgba(0,0,0,.15); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.overlay-caption.transparent:after{background:none !important}
.overlay-caption.to-light:after{content: ''; position:absolute;width:100%; height:100%; top:0; left:0; z-index:9; background:rgba(0,0,0,.35)}
.overlay:hover .overlay-caption.to-light:after{background:rgba(0,0,0,0)}
.overlay-caption.to-dark:after{content: ''; position:absolute;width:100%; height:100%; top:0; left:0; z-index:9; background:rgba(0,0,0,.15)}
.overlay:hover .overlay-caption.to-dark:after{background:rgba(0,0,0,.45)}
.overlay:hover a img{
    opacity: .5;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.overlay-caption.darker:after{background:rgba(0,0,0,.65)}
.overlay-caption.gradient:after{
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,.45) 100%); 
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,.45) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.overlay figure a img{opacity:1 !important;}
.caption-content{width:99.999%; display:inline-block; vertical-align:middle; position:absolute; z-index:90; padding:25px 30px;}
.caption-content.bottom-left, .caption-content.top-left{position:absolute; text-align:left;}
.caption-content.bottom-right, .caption-content.top-right{position:absolute; text-align:right;}
.caption-content.top-center, .caption-content.bottom-center, .caption-content.middle-center{position:absolute; text-align:center;}
.caption-content.bottom-center{left:0; right:0; bottom:0; text-align:center;}
.caption-content.bottom-left{left:0; bottom:0; width:99.99%; z-index:98;}
.caption-content.bottom-right{right:0; bottom:0; width:99.99%; z-index:98;}
.caption-content.middle-center{top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
.caption-content.top-left{left:0; top:0; width:99%; z-index:98;}
.caption-content.top-center{left:0; right:0; top:0; width:99%; z-index:98;}
.caption-content.top-right{right:0; top:0; width:99%; z-index:98;}
.caption-content.from-invisible, .caption-content.from-visible{opacity:0; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease; font-size: 1.05em;}
.caption-content.from-visible{opacity:1;}
.overlay-caption:hover .caption-content.from-invisible{opacity:1;}
.overlay-caption:hover .caption-content.from-visible{opacity:0;}
.caption-content.gradient{
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,-0.5) 0%,rgba(0,0,0,0.5) 100%);
}
.overlaybg{position:relative; z-index:0;}
.overlaybg:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%; background:rgba(0,0,0,.4);z-index:-1;}
.overlaybg.dark:after{background:rgba(0,0,0,.75)}
.overlaybg.darker:after{background:rgba(0,0,0,.85)}





/* PANEL */ 
.panel {
    background-color: transparent;
    border:none;
    box-shadow:none;
    margin-bottom: 20px; 
}
.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}
.nav-tabs {border-bottom: none; margin:0 5%;}
.tab-desc{margin:0 5%;}
.tab-center{
    text-align: center;
    margin-top: 4vw;
}
.tab-content{padding-top:1vw;}
.nav-tabs > li{float:none; display:inline-block; text-align:center;}
.nav-tabs > li > a {
    border: none;
  border-radius: none;
  margin-right: 2px;
  padding: 10px 25px;
  color: #837272;
  text-transform: uppercase;
  border-bottom:2px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom:2px solid #febf10;
  background:transparent;
  color: #000;
  cursor: default;
    position:relative;
}
.nav-tabs > li > a:hover{
    background:transparent;
    color:#888;
}
.panel-title > a {color: #000; font-weight: 400;}

/* IMAGE HOVER */
figure{
  
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  position:relative;
  overflow: hidden;
}
figure p{font-family:'DIN Alternate'; font-weight:300; text-transform:initial; font-size:15px;}
figure a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background: rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
figure a img{
  transition: all .35s ease;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  -ms-transition: all .35s ease;
}
figure:hover{background:rgba(0,0,0,1);) }
figure a:hover img, figure a:hover .bg-cover{
  opacity:.5;
  -webkit-transform: scale(1.05);
  /* Webkit: Scale up image to 1.2x original size; */
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
figure a{display:block;-webkit-backface-visibility: hidden;}
figure img{width:100%; height:auto; display:block;}
figure.overlay{position:relative; z-index:2;}
figure.overlay:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%; background:rgba(0,0,0,.5)}


/* TEXT COLOR */
.text-black, .text-black p, .text-black h2, .text-black .h2, .text-black h3, .text-black .h3, .text-black h4, .text-black .h4, .text-black i, .text-black ul li, .text-black ol li, .text-black a, .text-black label, .text-black .sub-title{color:#000 !important}
.text-white, .text-white p, .text-white h2, .text-white .h2, .text-white h3, .text-white .h3, .text-white h4, .text-white .h4, .text-white i, .text-white ul li, .text-white ol li, .text-white a, .text-white label, .text-white .sub-title{color:#fff !important}
.text-gold{color:#febf10 !important;}
.text-red{color:#A4343A !important;}

/* TEXT */
.sub-title{font-size:12px; letter-spacing:2px; text-transform:uppercase; margin-bottom:10px;}
.text-uppercase{text-transform:uppercase;}
.text-center, .text-center input{text-align:center !important}
.text-left, .text-left input{text-align:left !important}
.text-right, .text-right input{text-align:right !important}
@media only screen and (min-width: 768px){
  .text-sm-center{text-align:center !important}
  .text-sm-left{text-align:left !important}
  .text-sm-right{text-align:right !important}
}
@media only screen and (min-width: 992px){
  .text-md-center{text-align:center !important}
  .text-md-left{text-align:left !important}
  .text-md-right{text-align:right !important}
}

/* BACKGROUND */
.bg-white{background-color:#fff !important;}
.bg-dark{background-color:#272727 !important;}
.bg-white-transparent{background-color:rgba(255,255,255,.9) !important;}
.bg-light-grey{background-color:#f2f2f2 !important;}
.bg-grey{background-color:#eaeaea !important;}
.bg-dark-grey{background-color:#454545 !important;}
.bg-light-green{background-color:#f3f3ed !important;}
.bg-green{background:#febf10 !important}
.bg-dark-green{background:#574f24 !important}
.bg-darker-green{background:#35352d !important}

.bg-fixed{background-attachment:fixed !important}
.bg-cover{background-size:cover !important;}
figure .bg-cover{   transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;}

.overlap-bg-wrapper{position:relative;}
.overlap-bg{position:absolute; width:150%; height:100%;}
.overlap-bg.left{right: 0;}
.overlap-bg.right{left: 0;}
@media only screen and (max-width: 1480px){
  .overlap-bg{position:absolute; width:120%; height:100%;}
}
@media only screen and (max-width: 480px){
  .overlap-bg{position:absolute; width:100%; height:100%;}
}
/* ACCORDION */
.panel-heading .accordion-toggle:after {
  font-family: 'Linearicons-Free';
    content: "\e873";
    float: right;
    color: grey;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e874";
  font-family: 'Linearicons-Free';
}
.panel-default {border-color: #fff;}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    padding: 10px 5px;
}
.panel-title, .panel-heading .accordion-toggle:after, .panel-title a.collapsed{color:#000}
.panel-title:hover a, .panel-title:focus a:focus, .panel-heading:hover .accordion-toggle:after, .panel-title a{color:#febf10;}


.p-relative{position:relative;}
.d-table-cell{display:table-cell; vertical-align:middle}
.d-inline-block{display:inline-block; float:none; margin:0 -2px 0 -3px; vertical-align:top;}
.d-inline-block.v-bottom{vertical-align:bottom}
.overflow-hidden{overflow: hidden}
/* BUTTON */
.btn{
    background:transparent;
    border-radius: 1px;
    color:#000;
    font-size: 14px;
    line-height: 19px;
    padding: 14px 30px;
    text-decoration: none;
    text-transform:uppercase;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out; 
}
.see-all{
    color:#febf10;
    text-transform:uppercase;
    font-weight:600;
}
.btn-red{background:#75252a; color:#fff !important;}
.btn.btn-green{background:#febf10 !important; color:#fff !important;}
.btn.btn-white{background:#fff; color:#000;}
.btn:hover, .btn.border:hover{background:#333 !important; border-color:#333 !important; color:#fff;}
.btn[class*="border-"]{border-width:2px}

/* BORDER */
.border-box{border: 1px solid rgba(0,0,0,.1);}
.floating-border-box, .floating-border-box > div{position:relative; z-index:1}
.floating-border-box > div{z-index:1}
.floating-border-box:after{border: 1px solid rgba(0,0,0,.15); position: absolute; width: 100%; height: 100%; content:'';z-index:-1; top:0; left:0; }
.mfp-content .floating-border-box:after{z-index:0;}
.floating-border-box.top-right:after{top: -50px; right:-50px; left:initial; bottom:initial; }
.floating-border-box.top-left:after{top: -50px; left:-50px; right:initial; bottom:initial; }
.floating-border-box.bottom-right:after{bottom: -50px; right:-50px; top:initial; left:initial; }
.floating-border-box.bottom-left:after{bottom: -50px; left:-50px; top:initial; right:initial; }
.floating-border-box.inside:after{position: absolute; width: calc(100% - 3em); height: calc(100% - 3em); top: 1.5em; bottom:1.5em; right:1.5em; left:1.5em;}
.border-box.light, .floating-border-box.light:after{border-color:rgba(255,255,255,.2)}
.ornament{position:relative; z-index:2}
.ornament:before, .ornament:after{content: "•"; display:inline-block; position:absolute; height:20px; width:20px; text-align:center; line-height:20px; font-family: 'Linearicons-Free'; color:#febf10; font-size:18px; }
.ornament:before{top:20px; left:20px;}
.ornament:after{top:20px; right:20px;}


.no-border{border:none !important}
.no-border-right{border-right:none !important}
.border-white{border:1px solid #fff;}
.border-light{border:1px solid rgba(255,255,255,.2);}
.border-black{border:1px solid #000;}
.border-green{border:1px solid #febf10;}
.border-grey{border:1px solid rgba(0,0,0,.15);}
.border-left{border-width:0 0 0 1px}
.border-right{border-width:0 1px 0 0}
.border-top{border-width:1px 0 0 0}
.border-bottom{border-width:0 0 1px 0}


.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: none;
}

/* -------------------------------------
  Magnific Popup
----------------------------------------*/
.mfp-fade.mfp-bg {
    background:#000;
    opacity: 0;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out; 
    -moz-transition: all 0.35s ease-out;    
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9;
    z-index:999999;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box;
}
.mfp-fade.mfp-wrap .mfp-content, .mfp-fade.mfp-wrap .mfp-content iframe {
    opacity: 0;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out; 
    -moz-transition: all 0.35s ease-out;    
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content, .mfp-fade.mfp-wrap.mfp-ready .mfp-content iframe {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content, .mfp-fade.mfp-wrap.mfp-removing .mfp-content iframe {
    opacity: 0;
}
.mfp-wrap {
    z-index:999999;
}
.mfp-img{
    opacity:1 !important;
    transform: translate3d(0,0,0);
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{
    max-width:100%;
}
/* .mfp-inline-holder .mfp-close {
    color: #000 !important;
    padding-right:0px;
    right: 5% !important;
    top: 5%  !important;
    text-align: right;
    width: 100%;
} */
#book .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: fixed;
    right: 5px;
    top: 5px;
    text-decoration: none;
    text-align: center;
    opacity: 0.85;
    padding: 0;
    font-style: normal;
    font-family: Arial, Baskerville, monospace;
}
.white-popup-block {
    background: #FFF;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    text-align: left;
}
#book.white-popup-block {
    background: #FFF;
    max-width: 90%;
    height:100%;
    min-height:90vh;
    margin: auto;
    position: relative;
    text-align: left;
}
.white-popup-block.fullscreen{
    max-width: 100%;
    height:100%;
    min-height:100vh;
    margin:auto;
}
.mfp-arrow{
    background-color: rgba(0,0,0,.9) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 30px !important;
    height: 60px !important;
    margin-top: -30px !important;
    transition: all 0.3s ease !important;
    width: 60px !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
}
.mfp-arrow-left{
    background-image:url(../themes/minditheme/assets/images/prev-small.png) !important;
}
.mfp-arrow-right{
    background-image:url(../themes/minditheme/assets/images/next-small.png) !important;
}
.mfp-arrow:before, .mfp-arrow:after{display:none;}
img.mfp-img{
    box-sizing: border-box;
    display: block;
    height: auto !important;
    line-height: 0;
    margin: 0 auto;
    max-width: 100% !important;
    padding: 0;
    transition: all 0.3s ease;
    width: auto !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.mfp-content figure, .mfp-content figure:hover{overflow:initial !important; background:#fff;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{top:-40px;}
button.mfp-close, button.mfp-arrow{font-size:36px; color:#000;top:10px; right:10px;}
.mfp-bottom-bar{margin-top:10px;}


.promo-box, .promo-bar{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 360px;
    background: #feffee;
    border-radius: 0;
    margin: 0 15px 15px;
    box-shadow: 3px 4px 7px rgba(0,0,0,.1);
    z-index: 98;
    overflow: hidden;
    display: none;
}
.promo-box, .promo-bar{
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86,0,0.07,1);
    display:block;
    pointer-events: none;
}
.promo-box{
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}
.promo-bar{display: block; padding:12px 25px;cursor: pointer; /*animation: colorchange 10s infinite; -webkit-animation: colorchange 10s infinite;*/}
.promo-box.visible{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    pointer-events: initial;
}
.promo-bar.visible{opacity:1; pointer-events: initial;  -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation: fadeInUp .75s ;}
.promo-box > .promo-content{padding:10%;}
.promo-box > .promo-content h3{line-height:27px; font-size:calc(20px + (50 - 45) * ((100vw - 480px) / (1600 - 480)));}
.promo-box > .promo-content p{font-size:13px; letter-spacing:.05em; line-height:20px;}
.promo-box button, .promo-bar button{
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    width: 44px;
    height: 44px;
    line-height: 44px;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    position:absolute;
    top:2px;
    right:2px;
    touch-action: manipulation;
}
@media screen and (max-width: 480px) {
  .promo-bar{padding:12px 15px}
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes colorchange
{
    0%   {background: #fff; color:#333;}
    25%  {background: #926b1f; color:#fff}
    50%  {background: #fff; color:#333}
    75%  {background: #926b1f; color:#fff}
    100%   {background: #fff; color:#333;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
    0%   {background: #fff; color:#333;}
    25%  {background: #926b1f; color:#fff}
    50%  {background: #fff; color:#333}
    75%  {background: #926b1f; color:#fff}
    100%   {background: #fff; color:#333;}
}


/* MARGIN */
.no-margin{margin:0 !important;}
.no-margin-top{  margin-top:0 !important;}
.margin-top-5{  margin-top:5px !important;}
.margin-top-10{  margin-top:10px !important;}
.margin-top-20{  margin-top:20px !important;}
.margin-top-30{  margin-top:30px !important;}
.margin-top-40{  margin-top:40px !important;}
.margin-top-50{  margin-top:50px !important;}
.margin-top-60{  margin-top:60px !important;}
.margin-top-reverse-5{  margin-top:-5px !important;}
.margin-top-reverse-10{  margin-top:-10px !important;}
.margin-top-reverse-20{  margin-top:-20px !important;}
.margin-top-reverse-30{  margin-top:-30px !important;}
.margin-top-reverse-40{  margin-top:-40px !important;}
.margin-top-reverse-50{  margin-top:-50px !important;}
.margin-top-reverse-60{  margin-top:-60px !important;}

.no-margin-right{  margin-right:0 !important;}
.margin-right-5{  margin-right:5px !important;}
.margin-right-10{  margin-right:10px !important;}
.margin-right-20{  margin-right:20px !important;}
.margin-right-30{  margin-right:30px !important;}
.margin-right-40{  margin-right:40px !important;}
.margin-right-50{  margin-right:50px !important;}
.margin-right-60{  margin-right:60px !important;}
.margin-right-reverse-5{  margin-right:-5px !important;}
.margin-right-reverse-10{  margin-right:-10px !important;}
.margin-right-reverse-20{  margin-right:-20px !important;}
.margin-right-reverse-30{  margin-right:-30px !important;}
.margin-right-reverse-40{  margin-right:-40px !important;}
.margin-right-reverse-50{  margin-right:-50px !important;}
.margin-right-reverse-60{  margin-right:-60px !important;}

.no-margin-bottom{  margin-bottom:0 !important;}
.margin-bottom-5{  margin-bottom:5px !important;}
.margin-bottom-10{  margin-bottom:10px !important;}
.margin-bottom-20{  margin-bottom:20px !important;}
.margin-bottom-30{  margin-bottom:30px !important;}
.margin-bottom-40{  margin-bottom:40px !important;}
.margin-bottom-50{  margin-bottom:50px !important;}
.margin-bottom-60{  margin-bottom:60px !important;}
.margin-bottom-reverse-5{  margin-bottom:-5px !important;}
.margin-bottom-reverse-10{  margin-bottom:-10px !important;}
.margin-bottom-reverse-20{  margin-bottom:-20px !important;}
.margin-bottom-reverse-30{  margin-bottom:-30px !important;}
.margin-bottom-reverse-40{  margin-bottom:-40px !important;}
.margin-bottom-reverse-50{  margin-bottom:-50px !important;}
.margin-bottom-reverse-60{  margin-bottom:-60px !important;}

.no-margin-left{  margin-left:0 !important;}
.margin-left-5{  margin-left:5px !important;}
.margin-left-10{  margin-left:10px !important;}
.margin-left-20{  margin-left:20px !important;}
.margin-left-30{  margin-left:30px !important;}
.margin-left-40{  margin-left:40px !important;}
.margin-left-50{  margin-left:50px !important;}
.margin-left-60{  margin-left:60px !important;}
.margin-left-reverse-5{  margin-left:-5px !important;}
.margin-left-reverse-10{  margin-left:-10px !important;}
.margin-left-reverse-20{  margin-left:-20px !important;}
.margin-left-reverse-30{  margin-left:-30px !important;}
.margin-left-reverse-40{  margin-left:-40px !important;}
.margin-left-reverse-50{  margin-left:-50px !important;}
.margin-left-reverse-60{  margin-left:-60px !important;}

.margin-5{ margin:5px !important;}
.margin-8{ margin:8px !important;}
.margin-10{  margin:10px !important;}
.margin-15{  margin:15px !important;}
.margin-20{  margin:20px !important;}
.margin-30{  margin:30px !important;}
.margin-40{  margin:40px !important;}
.margin-50{  margin:50px !important;}
.margin-60{  margin:60px !important;}

.margin-fluid-1{margin:1vw !important;}
.margin-fluid-2{margin:2vw !important;}
.margin-fluid-3{margin:3vw !important;}
.margin-fluid-4{margin:4vw !important;}
.margin-fluid-5{margin:5vw !important;}
.margin-fluid-6{margin:6vw !important;}
.margin-fluid-7{margin:7vwv;}
.margin-fluid-8{margin:8vw !important;}
.margin-fluid-9{margin:9vw !important;}
.margin-fluid-10{margin:10vw !important;}

.margin-fluid-top-1{margin-top:1vw !important;}
.margin-fluid-top-2{margin-top:2vw !important;}
.margin-fluid-top-3{margin-top:3vw !important;}
.margin-fluid-top-4{margin-top:4vw !important;}
.margin-fluid-top-5{margin-top:5vw !important;}
.margin-fluid-top-6{margin-top:6vw !important;}
.margin-fluid-top-7{margin-top:7vw !important;}
.margin-fluid-top-8{margin-top:8vw !important;}
.margin-fluid-top-9{margin-top:9vw !important;}
.margin-fluid-top-10{margin-top:10vw !important;}
.margin-fluid-top-11{margin-top:11vw !important;}
.margin-fluid-top-12{margin-top:12vw !important;}
.margin-fluid-top-reverse-1{margin-top:-1vw !important;}
.margin-fluid-top-reverse-2{margin-top:-2vw !important;}
.margin-fluid-top-reverse-3{margin-top:-3vw !important;}
.margin-fluid-top-reverse-4{margin-top:-4vw !important;}
.margin-fluid-top-reverse-5{margin-top:-5vw !important;}
.margin-fluid-top-reverse-6{margin-top:-6vw !important;}
.margin-fluid-top-reverse-7{margin-top:-7vw !important;}
.margin-fluid-top-reverse-8{margin-top:-8vw !important;}
.margin-fluid-top-reverse-9{margin-top:-9vw !important;}
.margin-fluid-top-reverse-10{margin-top:-10vw !important;}
.margin-fluid-top-reverse-11{margin-top:-11vw !important;}
.margin-fluid-top-reverse-12{margin-top:-12vw !important;}

.margin-fluid-right-1{margin-right:1vw !important;}
.margin-fluid-right-2{margin-right:2vw !important;}
.margin-fluid-right-3{margin-right:3vw !important;}
.margin-fluid-right-4{margin-right:4vw !important;}
.margin-fluid-right-5{margin-right:5vw !important;}
.margin-fluid-right-6{margin-right:6vw !important;}
.margin-fluid-right-7{margin-right:7vw !important;}
.margin-fluid-right-8{margin-right:8vw !important;}
.margin-fluid-right-9{margin-right:9vw !important;}
.margin-fluid-right-10{margin-right:10vw !important;}
.margin-fluid-right-11{margin-right:11vw !important;}
.margin-fluid-right-12{margin-right:12vw !important;}
.margin-fluid-right-reverse-1{margin-right:-1vw !important;}
.margin-fluid-right-reverse-2{margin-right:-2vw !important;}
.margin-fluid-right-reverse-3{margin-right:-3vw !important;}
.margin-fluid-right-reverse-4{margin-right:-4vw !important;}
.margin-fluid-right-reverse-5{margin-right:-5vw !important;}
.margin-fluid-right-reverse-6{margin-right:-6vw !important;}
.margin-fluid-right-reverse-7{margin-right:-7vw !important;}
.margin-fluid-right-reverse-8{margin-right:-8vw !important;}
.margin-fluid-right-reverse-9{margin-right:-9vw !important;}
.margin-fluid-right-reverse-10{margin-right:-10vw !important;}
.margin-fluid-right-reverse-11{margin-right:-11vw !important;}
.margin-fluid-right-reverse-12{margin-right:-12vw !important;}

.margin-fluid-bottom-1{margin-bottom:1vw !important;}
.margin-fluid-bottom-2{margin-bottom:2vw !important;}
.margin-fluid-bottom-3{margin-bottom:3vw !important;}
.margin-fluid-bottom-4{margin-bottom:4vw !important;}
.margin-fluid-bottom-5{margin-bottom:5vw !important;}
.margin-fluid-bottom-6{margin-bottom:6vw !important;}
.margin-fluid-bottom-7{margin-bottom:7vw !important;}
.margin-fluid-bottom-8{margin-bottom:8vw !important;}
.margin-fluid-bottom-9{margin-bottom:9vw !important;}
.margin-fluid-bottom-10{margin-bottom:10vw !important;}
.margin-fluid-bottom-11{margin-bottom:11vw !important;}
.margin-fluid-bottom-12{margin-bottom:12vw !important;}
.margin-fluid-bottom-reverse-1{margin-bottom:-1vw !important;}
.margin-fluid-bottom-reverse-2{margin-bottom:-2vw !important;}
.margin-fluid-bottom-reverse-3{margin-bottom:-3vw !important;}
.margin-fluid-bottom-reverse-4{margin-bottom:-4vw !important;}
.margin-fluid-bottom-reverse-5{margin-bottom:-5vw !important;}
.margin-fluid-bottom-reverse-6{margin-bottom:-6vw !important;}
.margin-fluid-bottom-reverse-7{margin-bottom:-7vw !important;}
.margin-fluid-bottom-reverse-8{margin-bottom:-8vw !important;}
.margin-fluid-bottom-reverse-9{margin-bottom:-9vw !important;}
.margin-fluid-bottom-reverse-10{margin-bottom:-10vw !important;}
.margin-fluid-bottom-reverse-11{margin-bottom:-11vw !important;}
.margin-fluid-bottom-reverse-12{margin-bottom:-12vw !important;}

.margin-fluid-left-1{margin-left:1vw !important;}
.margin-fluid-left-2{margin-left:2vw !important;}
.margin-fluid-left-3{margin-left:3vw !important;}
.margin-fluid-left-4{margin-left:4vw !important;}
.margin-fluid-left-5{margin-left:5vw !important;}
.margin-fluid-left-6{margin-left:6vw !important;}
.margin-fluid-left-7{margin-left:7vw !important;}
.margin-fluid-left-8{margin-left:8vw !important;}
.margin-fluid-left-9{margin-left:9vw !important;}
.margin-fluid-left-10{margin-left:10vw !important;}
.margin-fluid-left-11{margin-left:11vw !important;}
.margin-fluid-left-12{margin-left:12vw !important;}
.margin-fluid-left-reverse-1{margin-left:-1vw !important;}
.margin-fluid-left-reverse-2{margin-left:-2vw !important;}
.margin-fluid-left-reverse-3{margin-left:-3vw !important;}
.margin-fluid-left-reverse-4{margin-left:-4vw !important;}
.margin-fluid-left-reverse-5{margin-left:-5vw !important;}
.margin-fluid-left-reverse-6{margin-left:-6vw !important;}
.margin-fluid-left-reverse-7{margin-left:-7vw !important;}
.margin-fluid-left-reverse-8{margin-left:-8vw !important;}
.margin-fluid-left-reverse-9{margin-left:-9vw !important;}
.margin-fluid-left-reverse-10{margin-left:-10vw !important;}
.margin-fluid-left-reverse-10{margin-left:-11vw !important;}
.margin-fluid-left-reverse-10{margin-left:-12vw !important;}


/*padding*/
.no-padding{padding:0 !important;}
.no-padding-top{  padding-top:0 !important;}
.padding-top-5{  padding-top:5px !important;}
.padding-top-10{  padding-top:10px !important;}
.padding-top-20{  padding-top:20px !important;}
.padding-top-30{  padding-top:30px !important;}
.padding-top-40{  padding-top:40px !important;}
.padding-top-50{  padding-top:50px !important;}
.padding-top-60{  padding-top:60px !important;}
.padding-top-70{  padding-top:70px !important;}
.padding-top-80{  padding-top:80px !important;}
.padding-top-90{  padding-top:90px !important;}
.padding-top-100{ padding-top:100px !important;}
.padding-top-110{ padding-top:110px !important;}
.padding-top-120{ padding-top:120px !important;}

.no-padding-right{  padding-right:0 !important;}
.padding-right-10{  padding-right:10px !important;}
.padding-right-15{  padding-right:15px !important;}
.padding-right-20{  padding-right:20px !important;}
.padding-right-30{  padding-right:30px !important;}
.padding-right-40{  padding-right:40px !important;}
.padding-right-50{  padding-right:50px !important;}
.padding-right-60{  padding-right:60px !important;}

.no-padding-bottom{  padding-bottom:0 !important;}
.padding-bottom-5{  padding-bottom:5px !important;}
.padding-bottom-10{  padding-bottom:10px !important;}
.padding-bottom-20{  padding-bottom:20px !important;}
.padding-bottom-30{  padding-bottom:30px !important;}
.padding-bottom-40{  padding-bottom:40px !important;}
.padding-bottom-50{  padding-bottom:50px !important;}
.padding-bottom-60{  padding-bottom:60px !important;}
.padding-bottom-70{  padding-bottom:70px !important;}
.padding-bottom-80{  padding-bottom:80px !important;}
.padding-bottom-90{  padding-bottom:90px !important;}
.padding-bottom-100{  padding-bottom:100px !important;}
.padding-bottom-110{  padding-bottom:110px !important;}
.padding-bottom-120{  padding-bottom:120px !important;}
.padding-bottom-130{  padding-bottom:130px !important;}
.padding-bottom-140{  padding-bottom:140px !important;}
.padding-bottom-150{  padding-bottom:150px !important;}

.no-padding-left{  padding-left:0 !important;}
.padding-left-10{  padding-left:10px !important;}
.padding-left-15{  padding-left:15px !important;}
.padding-left-20{  padding-left:20px !important;}
.padding-left-30{  padding-left:30px !important;}
.padding-left-40{  padding-left:40px !important;}
.padding-left-50{  padding-left:50px !important;}
.padding-left-60{  padding-left:60px !important;}


.padding-5{ padding:5px !important;}
.padding-8{ padding:8px !important;}
.padding-10{  padding:10px !important;}
.padding-15{  padding:15px !important;}
.padding-20{  padding:20px !important;}
.padding-30{  padding:30px !important;}
.padding-40{  padding:40px !important;}
.padding-50{  padding:50px !important;}
.padding-60{  padding:60px !important;}

.padding-fluid-1{padding:1vw !important;}
.padding-fluid-2{padding:2vw !important;}
.padding-fluid-3{padding:3vw !important;}
.padding-fluid-4{padding:4vw !important;}
.padding-fluid-5{padding:5vw !important;}
.padding-fluid-6{padding:6vw !important;}
.padding-fluid-7{padding:7vw !important;}
.padding-fluid-8{padding:8vw !important;}
.padding-fluid-9{padding:9vw !important;}
.padding-fluid-10{padding:10vw !important;}
.padding-fluid-11{padding:11vw !important;}
.padding-fluid-12{padding:12vw !important;}

.padding-fluid-top-1{padding-top:1vw !important;}
.padding-fluid-top-2{padding-top:2vw !important;}
.padding-fluid-top-3{padding-top:3vw !important;}
.padding-fluid-top-4{padding-top:4vw !important;}
.padding-fluid-top-5{padding-top:5vw !important;}
.padding-fluid-top-6{padding-top:6vw !important;}
.padding-fluid-top-7{padding-top:7vw !important;}
.padding-fluid-top-8{padding-top:8vw !important;}
.padding-fluid-top-9{padding-top:9vw !important;}
.padding-fluid-top-10{padding-top:10vw !important;}
.padding-fluid-top-11{padding-top:11vw !important;}
.padding-fluid-top-12{padding-top:12vw !important;}


.padding-fluid-right-1{padding-right:1vw !important;}
.padding-fluid-right-2{padding-right:2vw !important;}
.padding-fluid-right-3{padding-right:3vw !important;}
.padding-fluid-right-4{padding-right:4vw !important;}
.padding-fluid-right-5{padding-right:5vw !important;}
.padding-fluid-right-6{padding-right:6vw !important;}
.padding-fluid-right-7{padding-right:7vw !important;}
.padding-fluid-right-8{padding-right:8vw !important;}
.padding-fluid-right-9{padding-right:9vw !important;}
.padding-fluid-right-10{padding-right:10vw !important;}
.padding-fluid-right-11{padding-right:11vw !important;}
.padding-fluid-right-12{padding-right:12vw !important;}


.padding-fluid-bottom-1{padding-bottom:1vw !important;}
.padding-fluid-bottom-2{padding-bottom:2vw !important;}
.padding-fluid-bottom-3{padding-bottom:3vw !important;}
.padding-fluid-bottom-4{padding-bottom:4vw !important;}
.padding-fluid-bottom-5{padding-bottom:5vw !important;}
.padding-fluid-bottom-6{padding-bottom:6vw !important;}
.padding-fluid-bottom-7{padding-bottom:7vw !important;}
.padding-fluid-bottom-8{padding-bottom:8vw !important;}
.padding-fluid-bottom-9{padding-bottom:9vw !important;}
.padding-fluid-bottom-10{padding-bottom:10vw !important;}
.padding-fluid-bottom-11{padding-bottom:11vw !important;}
.padding-fluid-bottom-12{padding-bottom:12vw !important;}


.padding-fluid-left-1{padding-left:1vw !important;}
.padding-fluid-left-2{padding-left:2vw !important;}
.padding-fluid-left-3{padding-left:3vw !important;}
.padding-fluid-left-4{padding-left:4vw !important;}
.padding-fluid-left-5{padding-left:5vw !important;}
.padding-fluid-left-6{padding-left:6vw !important;}
.padding-fluid-left-7{padding-left:7vw !important;}
.padding-fluid-left-8{padding-left:8vw !important;}
.padding-fluid-left-9{padding-left:9vw !important;}
.padding-fluid-left-10{padding-left:10vw !important;}
.padding-fluid-left-11{padding-left:11vw !important;}
.padding-fluid-left-12{padding-left:12vw !important;}


.margin-center{float:inherit; margin:0 auto}

.min-h-150{min-height:150px;}
.min-h-200{min-height:200px;}
.min-h-250{min-height:250px;}
.min-h-300{min-height:300px;}
.min-h-350{min-height:350px;}
.min-h-400{min-height:400px;}
.min-h-450{min-height:450px;}

.h-xs-5{height:5vw}
.h-xs-10{height:10vw}
.h-xs-15{height:15vw}
.h-xs-17{height:17vw}
.h-xs-18{height:18vw}
.h-xs-20{height:20vw}
.h-xs-25{height:25vw}
.h-xs-30{height:30vw}
.h-xs-35{height:35vw}
.h-xs-40{height:40vw}
.h-xs-45{height:45vw}
.h-xs-50{height:50vw}
.h-xs-55{height:55vw}
.h-xs-60{height:60vw}
@media only screen and (min-width: 768px){
  .min-h-sm-250{min-height:250px;}
  .min-h-sm-300{min-height:300px;}
  .min-h-sm-350{min-height:350px;}
  .min-h-sm-400{min-height:400px;}
  .min-h-sm-450{min-height:450px;}
  .min-h-sm-500{min-height:500px;}
  .min-h-sm-550{min-height:550px;}
  
  .h-sm-5{height:5vw}
  .h-sm-10{height:10vw}
  .h-sm-15{height:15vw}
  .h-sm-17{height:17vw}
  .h-sm-18{height:18vw}
  .h-sm-20{height:20vw}
  .h-sm-25{height:25vw}
  .h-sm-30{height:30vw}
  .h-sm-35{height:35vw}
  .h-sm-40{height:40vw}
  .h-sm-45{height:45vw}
  .h-sm-50{height:50vw}
  .h-sm-55{height:55vw}
  .h-sm-60{height:60vw}
}
@media only screen and (min-width: 1400px){
  .min-h-md-250{min-height:250px;}
  .min-h-md-300{min-height:300px;}
  .min-h-md-350{min-height:350px;}
  .min-h-md-400{min-height:400px;}
  .min-h-md-450{min-height:450px;}
  .min-h-md-500{min-height:500px;}
  .min-h-md-550{min-height:550px;}
  
  .h-md-5{height:5vw}
  .h-md-10{height:10vw}
  .h-md-15{height:15vw}
  .h-md-17{height:17vw}
  .h-md-18{height:18vw}
  .h-md-20{height:20vw}
  .h-md-25{height:25vw}
  .h-md-30{height:30vw}
  .h-md-35{height:35vw}
  .h-md-40{height:40vw}
  .h-md-45{height:45vw}
  .h-md-50{height:50vw}
  .h-md-55{height:55vw}
  .h-md-60{height:60vw}
}

/* COLUMN */
.col-two{
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count:2;
}
.col-three{
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count:3;
}
.col-two, .col-three{
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -moz-column-fill: balance;
       column-fill: balance;
}
ul.list.two-col{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}
@media only screen and (max-width: 1024px){
  .col-three{
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count:2;
  }
}
@media only screen and (max-width: 767px){
  .col-two, .col-three{
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count:1;
  }
}

/* .aligncenter, .alignnone {
    display: block;
    margin-left:-4vw;
    margin-right:-4vw;
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
    width: auto !important;
}
.aligncenter img, .alignnone img {
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 100%;
} */

.owl-theme .owl-dots{text-align:center;}
.owl-theme .owl-dots .owl-dot{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-dots .owl-dot span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.45;
  transform:scale(.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
  background:transparent;
  border:2px solid #000;
  transform:scale(1);
}

.text-white .owl-theme .owl-dots .owl-dot span{background:#fff;}
.text-white .owl-theme .owl-dots .owl-dot.active span,
 .text-white .owl-theme .owl-controls.clickable .owl-page:hover span{
  border:2px solid #fff;background:transparent;
}
@media (min-width: 992px){
    .so-modal-dialog {
      width: 90%;
    }
}

.so-modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.so-offer-details {
    color: #febf10 !important;
    position: relative;
    text-decoration: underline;
}
.so-offer-details i{
    position: absolute;
    top: 5px;
    margin-left: 5px;
}
.menu-btn {
    margin-top: 10px;
    width: 70%;
}

.enquiry-btn {
    width: 70%;
}

@media (min-width: 992px) {   
    .so-subtitle {
        margin-left: 10px;       
    }
}
.close-btn-aw {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    opacity: 1;
    font-weight: normal;
}
.times-modal {
    font-size: 30px;
}

h3.so-title-modal {
    margin-bottom: 20px;
}
.room-spec-so {
    margin-top: 5px;
    margin-bottom: 10px;
}

.room-spec-so span:nth-child(1) {
    margin-right: 15px;
}
.room-spec-so span:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px;
}
.room-spec-so span:nth-child(3) {
    margin-left: 15px;
}
.room-detail-facilities ul {
    column-count: 2;
    column-gap: 60px;
    margin-left: 0;
}
.room-detail-facilities i.fa-check {
    margin-left: -25px;
}
@media screen and (max-width: 500px)  {
    .room-detail-facilities {
        margin-top: 25px;
    }
}

@media (min-width: 992px){
    .room-detail-facilities h3 {
        margin-left: -25px;
    }
}
.about-property {
    text-align: justify;
    line-height: 30px;
}
@media (min-width: 992px){
    .so-content-detail-wrapper {
        height: 432px;
        overflow: hidden;
    }
    a.so-detail-btn-modal {
        margin-left: 46px;
        margin-top: 25px;
        border: 1px solid rgba(0,0,0,.3);
        display: inline-block;
        padding: 8px;
    }
    .so-detail-modal.fade.in {
        background: rgba(0,0,0,.7);
    }
}

@media (min-width: 1281px) {
    .so-content-detail-wrapper {
        height: 476px;
        overflow: hidden;
    }
}


@media (min-width: 1367px){
    .so-content-detail-wrapper {
        height: 380px;
    }
    .caption-content h3 {
        font-size: 22px;
    }
}
@media (min-width: 1518px){
    .so-content-detail-wrapper {
        height: 439px;
    }
}

.so-content-inner-wrapper {
    height: 100%;
}

.so-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background: rgba(0,0,0,.3);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1399px){    
    .caption-content h3 {
        font-size: 21px;
    }
}

.flex-direction-nav {
    display: none
}

.about-hotel-wrapper p {
    text-align: justify;
}
@media (min-width: 992px) {
    /*.owl-carousel .owl-nav {
        margin-bottom: 25px;
        margin-top: -10px;
    }*/
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        position: absolute;
        text-align: center;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 43%;
        border: 2px solid white;
        border-radius: 50%;
        bottom: 10%;
        padding: 5px 12px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 43%;
        border: 2px solid white;
        border-radius: 50%;
        bottom: 10%;
        padding: 5px 12px;
    }

    .owl-carousel .owl-prev i, .owl-carousel .owl-next i {
        font-size: 20px;
        font-weight: bold;
        color: white;
    }

    .so-content-inner-wrapper .list-inlines ul {
        margin-left: -20px;
    }
}

a.so-view-package {
    border: 1px solid rgba(0,0,0,.3);
    display: inline-block;
    padding: 8px;
}

@media (max-width: 1280px){
    /*.owl-carousel .owl-nav .owl-next {
        right: 500px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 500px;
    }*/
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        position: absolute;
        text-align: center;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 35%;
        border: 2px solid white;
        border-radius: 50%;
        bottom: 10%;
        padding: 5px 12px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 40%;
        border: 2px solid white;
        border-radius: 50%;
        bottom: 10%;
        padding: 5px 12px;
    }

    .owl-carousel .owl-prev i, .owl-carousel .owl-next i {
        font-size: 20px;
        font-weight: bold;
        color: white;
    }
}

@media (min-width: 1367px) {
    /*.owl-carousel .owl-nav .owl-next {
        right: 500px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 500px;
    }   */
}

@media (min-width: 1517px) {
    /*.owl-carousel .owl-nav .owl-next {
        right: 500px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 500px;
    }      */
}


.so-package-btn-modal {
    display: inline-block;
    padding: 8px;
    background-color: #febf10;
    color: #fff;
}
.so-package-btn-modal:hover {
    color: #fff;
}
.so-package-btn-modal:focus {
    color: #fff;
}
@media (min-width: 1366px){       
    .banner-footer {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
.banner-wrapper {
    margin-bottom: 37px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}
.banner-wrapper img {
    border: 1px solid rgba(0,0,0,.25);
    -webkit-box-shadow: 7px 10px 12px -5px rgba(128,126,128,1);;
    -moz-box-shadow: 7px 10px 12px -5px rgba(128,126,128,1);
    box-shadow: 7px 10px 12px -5px rgba(128,126,128,1);
}
.banner-wrapper h2 {
    margin-bottom: 0px;
}

.banner-wrapper h2.underline:after {
    content: " ";
    display: table;
    margin: 10px auto 20px auto;
    width: 54px;
    border-bottom: 3px solid #febf10;
}
section.newsletter {
    padding-bottom: 60px;
}
@media (min-width: 992px){
    .shotel #menu-toggle {display:none}
    .min-height-912 {
        min-height: 768px;
    }
    p.address-room-detail {
        width: 300px;
        text-align: center;
        margin: 20px auto;
    }
    .why-book-section {
        padding: 70px 0;
    }
    #book.white-popup-block {
        min-height:80vh;
        margin-top: -45px;
    }
    section#book {
        padding-top: 45px;
    }
}

.secondary-title {
    color: #febf10;
}

@media (max-width: 768px){
    .caption-content h3 {
        font-size: 16px;
    }
    p.no-margin a.enquiry-btn, a.menu-btn.border-green{
        width: 100%;
    }
    .room-detail-facilities ul {
        column-count: 2;
        column-gap: 50px;
    }
    .exp-slider {
        margin-top: 50px;
    }
}

.destination-panel-wrapper p {
    text-align: justify;
}

.equal-height-row p, .equal-height-row {
    text-align: justify;
}

/*promo modal*/
@media (min-width: 992px){
    #promoModal .modal-dialog {
        width: 1100px;
    }
    #promoModal .bg-promo {
        height: 580px;
    }
    #promoModal .modal-body {
        padding: 35px 0;
        margin-bottom: 35px;
    }
    #promoModal .close {
        position: absolute;
        right: 15px;
        top: 5px;
        font-size: 30px;
    }
    #promoModal .btn-modal-wrapper {
        position: absolute;
        right: 40px;
        bottom: 0;
    }
    #promoModal .enquiry-btn-modal {
        display: inline;
    }
    #promoModal .enquiry-btn-modal.bg-black {
        background: #333;
        color: #fff;
    }
    .about-property.home {
        text-align: center;
        width: 100%;
        margin: auto;
        /* font-size: 19px; */
        letter-spacing: 0.5px;
    }
}
@media (max-width: 768px) {
    #promoModal .bg-promo {
        height: 300px;
    }
}
/*end promo modal*/
.m-0 {
    margin: 0 !important;
}
.m-5 {
    margin: 5px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-15 {
    margin: 15px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-25 {
    margin: 25px !important;
}
.m-30 {
    margin: 30px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-25 {
    margin-top: 25px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-15 {
    margin-right: 15px !important;
}
.m-r-20 {
    margin-right: 20px !important;
}
.m-r-25 {
    margin-right: 25px !important;
}
.m-r-30 {
    margin-right: 30px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-15 {
    margin-left: 15px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-l-25 {
    margin-left: 25px !important;
}
.m-l-30 {
    margin-left: 30px !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-y-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.m-y-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.m-y-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.m-y-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.m-y-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.m-y-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.m-x-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.m-x-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.m-x-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.m-x-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}
.m-x-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}
.m-x-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-25 {
    padding: 25px !important;
}
.p-30 {
    padding: 30px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-t-15 {
    padding-top: 15px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-t-25 {
    padding-top: 25px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}
.p-b-5 {
    padding-bottom: 5px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-25 {
    padding-bottom: 25px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.p-r-15 {
    padding-right: 15px !important;
}
.p-r-20 {
    padding-right: 20px !important;
}
.p-r-25 {
    padding-right: 25px !important;
}
.p-r-30 {
    padding-right: 30px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-l-25 {
    padding-left: 25px !important;
}
.p-l-30 {
    padding-left: 30px !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-y-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.p-y-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.p-y-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.p-y-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.p-x-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.p-x-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.p-x-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.p-x-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.p-x-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.p-x-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

#main-logo img, #logo img {
    max-height: unset;
    max-width: unset;
    height: 75px;
    margin: 5px;
    /*-webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
}
.on #main-logo img, #logo img {
    max-height: unset;
    max-width: unset;
    height: 70px;
    margin: 2px;
    -webkit-filter: inherit;
    -moz-filter: inherit;
    filter: inherit;
}
#home .slider {
    height: 110vh;
}

#home .slides {
    height: 110vh;
}

.shotel #main-logo {
    margin: 0 4% 0 4%;
    padding: 0;
}

.booking {
    top: 12px;
}

.author {
	margin-bottom: 10px;
	display: inline-block;
}

.categories {
	display: inline-block;
}

.year-blog {
    margin-left: -20px;
    margin-top: 15px;
}

.nav-tabs--center {
    display: block;
    text-align: center;
}

.terms-container {
     font-size: 14px;
}

.link-to-property a {
    /*color: #ffd65e !important;*/
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.burger-menu .sub-menu > li > a {
    white-space: normal;
    text-indent: -1px;
}

.show-more {
    text-decoration: underline !important;
}

.show-less {
    text-decoration: underline !important;
}

.lh-30 {
    line-height: 30px;
}

.room-spec h4 {
    margin-bottom: 10px;
}

.room-spec p {
    margin: 0;
}

.p-10 {
    padding: 10px !important;
}

.text-t-normal {
    text-transform: capitalize;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-t-unset {
    text-transform: unset !important;
}

.relative {
    position: relative !important;
}

.room-home--title {
    font-size: 20px;
}

.book-widget-home--shadow {
    box-shadow: 0px 1px 3px 1px #ddd;
}

.quote-text {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
}

.our-collection--img {
    height: 50vh;
    background-size: cover !important
}

.our-collection--box {
    text-align: left;
    padding: 15px;
}

.our-collection--carousel .owl-item {
    opacity: 0.5;
    transition: all 1000ms;
}

.our-collection--carousel .owl-item.active {
    opacity: 1;
    transition: all 1000ms;
}

.container-fluid.full {
    width: 100% !important;
    max-width: unset !important;
    margin-left: auto;
    margin-right: auto;
}

.so-category--box {
    border: 1px solid #ffd65e;
    background: #fff;
}

.so-category--img {
    height: 250px;
    background-size: cover !important;
}

.so-category--description-col {
    height: 250px;
    display: flex;
    align-items: center;
}

.so-category--description {
    padding: 10px;
    text-align: left;
}

.so-category--item {
    margin-bottom: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.experience-detail--img {
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
}

.experience-detail--btn {
    display: table;
    margin: auto;
}

.btn-center {
    display: table;
    margin: auto;
}

.column-count-2 {
    column-count: 2;
    column-gap: 20px;
}

.text-underline {
    text-decoration: underline;
}

.text-underline:hover {
    text-decoration: underline;
}

.facilities--img {
    height: 555px;
    background-size: cover !important;
}

h4.underline.left:after {
    margin: 10px 0;
    display: block;
}

.facilities--col-description {
    padding: 40px 30px 40px 45px;
    height: 555px;
    display: flex;
    align-items: center;
}

.facilities--box {
    background: #fff;
    /*margin-bottom: 40px;*/
}

.facilities--container .facilities--box:nth-child(even) .facilities--col-img {
    float: left;
    padding-right: 0;
}
.facilities--container .facilities--box:nth-child(odd) .facilities--col-img {
    float: right;
    padding-left: 0;
}

.special-offer-box {
    margin-bottom: 30px;
}

.need-assistance {
    margin-top: 5px;
    display: inline-block;
    margin-left: 10px;
}

.rate-start--room {
    line-height: 49px;
    text-transform: uppercase;
    font-size: 20px;
}

.whatsapp-widget--fixed {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 50px;
    z-index: 10;
}

.modal-close--cst {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff !important;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px #ccc;
}

.flexslider-overlay > ul > li:before {
    /*background-color: unset !important;*/
}
/*endpoint*/

@media screen and (min-width: 992px) {
    .book-widget__container {
        margin-top: -150px;
        background-color: #fff;
        position: relative;
        z-index: 3;
        padding: 40px 25px;
        width: 80%;
    }
    .section-center {
        padding-top: 25px;
    }
    #bookWidgetHome label, #bookWidgetHome .box-book {
        text-align: left;
    }
    #bookWidgetHome .btn.btn-gold {
        background-color: #ffd65e;
        color: #fff;
    }
    #bookWidgetHome .input-group-addon, .input-group-btn, .input-group .form-control {
        background-color: #f2f2f2;
    }
    #bookWidgetHome .form-control {
        background-color: #f2f2f2;
        text-align: left !important;
    }
}

@media screen and (min-width: 992px) {
     .terms-container {
         padding: 0 150px;
    }
}

@media screen and (max-width: 768px) {
    .whatsapp-widget--fixed.home {
        bottom: 100px;
    }
    .need-assistance {
        display: block;
    }
    .facilities--col-description {
        height: auto;
    }
    .facilities--container .facilities--box:nth-child(even) .facilities--col-img {
        float: unset;
        padding-right: 15px;
    }
    .facilities--container .facilities--box:nth-child(odd) .facilities--col-img {
        float: unset;
        padding-left: 15px;
    }
    .facilities--img {
        height: 250px;
    }
    .column-count-2 {
        column-count: 1;
    }
    .room-spec h4 {
        margin: 0;
        word-break: break-all;
    }
    .room-spec p {
        margin-bottom: 10px;
    }  
    .our-collection--box .btn-green {
        display: block;
        float: unset !important;
    }  
    .our-collection--box h4{
        text-align: center;
    }  
}

@media screen and (min-width: 768px) {
    .container.normal {
        width: 85%;
    }
    .quote--container {
        padding: 60px 15vw;
    }
    .quote-text:before {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        font-family: FontAwesome;
        content: '\f10d';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 40px;
        color: #d8d8d8;
    }

    .quote-text:after {
        position: absolute;
        bottom: 17px;
        left: 0;
        right: 0;
        font-family: FontAwesome;
        content: '\f10e';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 40px;
        color: #d8d8d8;
    }
    .our-collection--col {
        padding: 0;
    }
    .our-collection--box {
        padding: 0;
        padding-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .facilities--col-description {
        display: block;
    }
    .scrollable-table {
        overflow-x: auto;
    }
    h4.underline.left:after {
        margin: 10px 0 !important;
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .sub-menu {
        font-size: 12px;
    }
}
@media only screen and (max-width:1680px){
}
@media only screen and (max-width:1366px){
  .container-fluid{margin-left:auto; margin-right:auto; width: 96%; max-width: 1280px;}
  .flex-direction-nav a{width:70px; height:70px;}
  .flex-direction-nav .flex-prev { left: calc(50% - 70px); background-position: -70px 0;}
  .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before{line-height:70px;}
  
  .navbar-nav > li > a {font-size:15px; padding:35px 10px 35px 10px;}
}
@media only screen and (max-width:1280px){
  .shotel #main-logo{margin: 0 10px 0 2%;}
  .container-fluid {
      margin-right: 3%;
      margin-left: 3%;
  }
  .navbar-nav > li > a{font-size:15px; padding: 25px 10px;}
  .flex-direction-nav a{width:70px; height:70px;}
  .flex-direction-nav .flex-prev { left: calc(50% - 70px); background-position: -70px 0;}
  .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before{line-height:70px;}
}
@media only screen and (max-width:1199px){
  section{padding:75px 0;}
  #main-logo img, #logo img{max-height:40px;}
  .shotel #main-logo{margin: 0 0 0 33px;}
  .booking{top:5px;}
  #menu-toggle #hamburger span{top:17px; left:16px;}
  .navbar-nav > li > a{font-size:15px; padding: 20px 8px 20px 8px; }
  .flex-direction-nav a{width:60px; height:60px;}
  .flex-direction-nav .flex-prev { left: calc(50% - 60px); background-position: -60px 0;}
  .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before{line-height:60px;}
  .booking .btn{padding:15px 20px}
  .btn{padding:12px 25px;}
  
  .hotel-caption{width:40%; right:4%;}
  .hotel-content{left:5%;}
	 .navbar-nav > li > a {
	    font-size: 15px;
	 }
	 #main-logo img, #logo img {
	    max-height: 55px;
	    margin-right: 15px;
	 }
}
@media only screen and (min-width:1025px){
	#mobile-menu-trigger, #mobile-menu {display: none !important;}  
}
@media only screen and (max-width:1024px){
  section{padding:60px 0;}
  .container-fluid {
      margin-right: 2%;
      margin-left: 2%;
  }
	/* HEADER */
	header{background:#fff !important; padding:0 !important;}
	header .container{width:100%;}
	
	/* LOGO */
  #main-logo{
    padding:0 20px;
    margin: 0 20px 0 63px;
    border-left:1px solid rgba(0,0,0,.085);
  }
	
	/* NAVIGATION */
   #menu-toggle { display: block; }
	nav{ position: relative;}
	#menu.navbar-default, #menu.navbar-default{position:relative !important; padding:0;}
	.navbar-toggle, #mobile-menu-trigger { display:inline-block; margin-top:20px; }
	.navbar-default .container{padding: 0 15px; text-align:center;}
	.navbar-collapse{border:none; float:none !important;}
	.navbar-nav{margin:0; float:none !important;}
	.navbar-nav > li{
		display:block;
		float:none; 
		overflow:hidden;
		text-align:left;
	}
	.navbar-default .navbar-nav > li.active:after{display:none;}
	.navbar-default .navbar-nav > li > a{
		border-bottom:1px solid rgba(255,255,255,.1);
		color:#fff;
		line-height:20px;
		padding: 15px !important; 
		z-index:9
	}
	.navbar-nav > li > a > i{
		background-size:20px;
		display: inline-block; 
		float:left; 
		height:20px;
		margin-right:15px; 
		width:20px; 
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current-menu-item > a:hover, .navbar-default .navbar-nav > li.current-menu-item > a, .navbar-default .navbar-nav > li > a:focus{background: rgba(84, 84, 84, 0.3); color:#fff;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background: rgba(0,0,0,0.3); color:#fff;}
	.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > .current-menu-item > a:after, .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after{display:none;}
	.navbar-collapse{padding:0; clear:both; background: rgba(0,0,0,.65); position:relative; z-index:9999;}
	.navbar-default .navbar-nav > li > a:after{display:none;}
	.navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.current-menu-item>a:hover, .navbar-default .navbar-nav>.current-menu-item>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > 	.open > a:focus{background: rgba(84, 84, 84, 0.3); color:#fff;}
	.sub-menu{
		background: transparent;
		box-shadow: none;
		position: relative;
		padding: 0;
		top: 0;
		width: 100%;
		-webkit-box-shadow: none;
  	}
  	.sub-menu > li > a{padding:15px; text-indent:15px; }
	.sub-menu a:hover{background-color: rgba(0,0,0,0.3);}
	.sub-menu .sub-menu {
		border-top:none;
		border-bottom:1px solid rgba(0,0,0,.07);
		left: 0;
		top: 0;
	}
	.sub-menu li li a{padding-left:20px;}
	li .sf-sub-indicator { 
		cursor:pointer;
		height: 50px;
		left: auto!important;
		position: absolute;
		right: 50px !important;
		top: 0 !important;
		text-align: right;
		width: 50%;
		z-index:999;
	}
	li .sf-sub-indicator:after, li.open li .sf-sub-indicator:after, li.open li.open li .sf-sub-indicator:after {
		content: "+";
		color:#fff; 
		font-size: 16px;
		line-height: 45px;
		margin: 0 5px 0 0;
	}	
	li.open .sf-sub-indicator:after, li.open li.open .sf-sub-indicator:after, li.open li.open li.open .sf-sub-indicator:after { 
		content: "-";
		font-size: 23px;
		line-height: 45px;
		margin: 0 7px 0 0;
	}
	.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    	height: 0px;
		overflow: hidden;
		position: absolute;
		visibility: hidden!important;
	}
	.sf-menu li ul.mobile-open {
		display: block!important;
		height: auto!important;
		position: relative;
		visibility: visible!important;
  	}
  #hotel-menu {
      display: block;
  }
    
    
    
	#reservation .btn {
		background: #ceb781;
		padding: 15px;
		color: #fff;
		border: none;
		position: relative;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.form-book {
		position: relative;
		background-color: #fff;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 -15vw;
		height: 6vw;
		padding: 1vw;
	}
	

	
	#hotel.owl-theme .owl-nav .owl-prev, #hotel.owl-theme .owl-nav .owl-next { top: calc(350px - 25px); width:50px; height:50px; }
  #hotel.owl-theme .owl-nav .owl-prev{left:calc(85% - 51px)}
  #hotel.owl-theme .owl-nav .owl-next{left:85%;}
  
  .hotel-caption{width:45%; right:3%;}
  .hotel-content{left:5%; border-width:0 1px 1px 1px;}
  
	#destination.owl-theme .owl-nav .owl-prev, #destination-2.owl-theme .owl-nav .owl-prev, 			
	#destination-3.owl-theme .owl-nav .owl-prev {
		width: calc(5vw);
		height: calc(5vw);
		border-radius: 0px;
		position: absolute;
		top: 40%;
		left: 17px;
		margin: 0;
	}
	#destination.owl-theme .owl-nav .owl-prev, #destination-2.owl-theme .owl-nav .owl-prev, 			
	#destination-3.owl-theme .owl-nav .owl-prev {
		width: calc(5vw);
		height: calc(5vw);
		border-radius: 0px;
		position: absolute;
		top: 40%;
		left: 17px;
		margin: 0;
	}
	#destination.owl-theme .owl-nav .owl-next, #destination-2.owl-theme .owl-nav .owl-next, 
	#destination-3.owl-theme .owl-nav .owl-next {
		width: calc(5vw);
		height: calc(5vw);
		border-radius: 0px;
		position: absolute;
		top: 40%;
		right: 16px;
		margin: 0;
	}
	.destination-link {
		background: #413838;
		width: calc(5vw);
		height: calc(5vw);
		text-align: center;
		padding: 20px;
	}
	.media-content {
		left: -50px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		border: 1px solid #c1b8b8;
		width: 100%;
	}
	.news-img {
		display: block;
		float: none;
		margin-right: 20px;
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		font-weight: 400;
	}
	.news-desc {
		padding-left: 0;
		margin-bottom: 20px;
		margin-top: 20px;
		font-weight: 400;
	}
	.dining-content {
		top: 0;
		position: absolute;
	}
	.dining-content {
		right: -45px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		border: 1px solid #c1b8b8;
		width: 100%;
		z-index: 11;
	}
	#dining-2.owl-theme .owl-nav {
		border-radius: 0px;
		color: #FFF;
		display: none;
		zoom: 1;
		padding: 3px 10px;
		font-size: 12px;
		opacity: 90;
	}
	#dining-2 .owl-dots {
    	display: none;
	}
	.coming-content {
		top: -5vw;
		position: absolute;
	}
	
	#dining-1.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(5vw);
		margin: 0px;
		left: 85%;
		top: 85%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(5vw);
		margin-right: 50%;
	}
	#dining-1.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 85%;
		text-align: center;
		height: calc(5vw);
		position: absolute;
		right: 15%;
		vertical-align: middle;
		width: calc(5vw);
	}
	
	#wellness.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(5vw);
		margin: 0px;
		left: 85%;
		top: 93%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(5vw);
		margin-right: 50%;
	}
	#wellness.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 93%;
		text-align: center;
		height: calc(5vw);
		position: absolute;
		right: 15%;
		vertical-align: middle;
		width: calc(5vw);
	}
	.city-content {
		top: 2vw;
		position: absolute;
	}
	.city-content {
		right: -30px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		border: 1px solid #c1b8b8;
		width: 100%;
		z-index: 11;
	}
	.city-content-2 {
		top: 2vw;
		position: absolute;
	}
	.city-content-2 {
		left: -30px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		border: 1px solid #c1b8b8;
		width: 100%;
		z-index: 11;
	}
	#dining-detail.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(5vw);
		margin: 0px;
		left: 85%;
		top: 85%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(5vw);
		margin-right: 50%;
	}
	#dining-detail.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 85%;
		text-align: center;
		height: calc(5vw);
		position: absolute;
		right: 15%;
		vertical-align: middle;
		width: calc(5vw);
	}
  
  .flex-direction-nav a{width:50px; height:50px;}
  .flex-direction-nav .flex-prev { left: calc(50% - 50px); background-position: -50px 0;}
  .flex-direction-nav .flex-prev:before, .flex-direction-nav .flex-next:before{line-height:50px;}

}
@media only screen and (min-width:768px){
}
@media only screen and (max-width:768px){
	html {
		overflow-x: hidden;
	}
	.col-two{
	  column-count: 1;
	  -moz-column-count: 1;
	  -webkit-column-count:1;
	}
	.room-detail-facilities ul {
		column-count: 1;
	    column-gap: 50px;
	    padding-left: 30px;
	}
	.map-control {
		font-size: 12px;
	}
	.container-fluid.gallery {
		width: 100% !important;
	}
	.recent-blog--img {
		margin-bottom: 10px;
	}
	h1.underline.left:after, h2.underline.left:after, h3.underline.left:after, h4.underline.left:after, .h1.underline.left:after, .h2.underline.left:after, .h3.underline.left:after, .h4.underline.left:after {
		margin: 20px auto 10px auto;
	}
	.facilities-post--title {
		text-align: center;
	}
	.enquiry-title--facilities {
		text-align: center;
	}
	.enquiry-btn {
		margin-bottom: 10px;
	}
	.slides {
		height: 60vh !important
	}
	#home .slider {
		height: 60vh !important
	}
	.blog--title {
		margin-top: 10px;
	}
	.slider {
		height: 60vh !important;
	}
  section{padding:50px 0;}
  .overlap-bg{position:relative; margin-bottom:20px;}
	.form-book {
		position: relative;
		background-color: #fff;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 -15vw;
		height: 35vw;
		padding: 1vw;
	}
	#destination.owl-theme .owl-nav .owl-prev, #destination-2.owl-theme .owl-nav .owl-prev, 			
	#destination-3.owl-theme .owl-nav .owl-prev {
		width: calc(7vw);
		height: calc(7vw);
		border-radius: 0px;
		position: absolute;
		top: 40%;
		left: 17px;
		margin: 0;
	}
	#destination.owl-theme .owl-nav .owl-next, #destination-2.owl-theme .owl-nav .owl-next, 
	#destination-3.owl-theme .owl-nav .owl-next {
		width: calc(7vw);
		height: calc(7vw);
		border-radius: 0px;
		position: absolute;
		top: 40%;
		right: 16px;
		margin: 0;
	}
	.destination-link {
		background: #413838;
		width: calc(7vw);
		height: calc(7vw);
		text-align: center;
		padding: 20px;
	}

	.coming-content {
		top: -12vw;
		position: absolute;
	}
	.dining-header h2:after {
		left: 75%;
		margin-left: 15px;
	}
	.room-content {
		left: 0;
		padding: 2vw 4vw;
		text-align: left;
		margin: 0;
		border: 1px solid #c1b8b8;
		width: 90%;
		position: absolute;
	}
	#room.owl-theme .owl-nav .owl-next {
		width: 70px;
		height: 70px;
		border-radius: 0px;
		position: absolute;
		top: 40%;
		right: 0;
		margin: 0;
	}
	#room.owl-theme .owl-nav .owl-prev {
		width: 70px;
		height: 70px;
		border-radius: 0px;
		position: absolute;
		top: 40%;
		left: 0;
		margin: 0;
	}
	.room-price-content h2 {
		float: left;
		margin-bottom: 0;
		color: #fff;
		font-size: 1.5em;
	}
	.room-price-content {
		background: #75252a;
		text-align: left;
		padding: 15px;
		width: calc(15vw);
		height: calc(12vw);
		color: #fff;
		font-weight: 500;
	}
	.room-price {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.temptation h2:after {
		left: 50%;
		margin-left: 15px;
	}
	.city-content {
		top: 2vw;
		position: relative !important;
	}
	.city-content-2 {
		top: 2vw;
		position: relative !important;
	}
	#hotel-dining-1.owl-theme .owl-nav .owl-prev, #hotel-dining-2.owl-theme .owl-nav .owl-prev, 
	#hotel-dining-3.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 0;
		text-align: center;
		height: calc(8vw);
		position: absolute;
		right: 99%;
		vertical-align: middle;
		width: calc(8vw);
	}
	#hotel-dining-1.owl-theme .owl-nav .owl-next, #hotel-dining-2.owl-theme .owl-nav .owl-next, 
	#hotel-dining-3.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(8vw);
		margin: 0px;
		left: 1%;
		top: 0;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(8vw);
		margin-right: 50%;
	}
  
  .hotel-caption, .hotel-content{width:100%; position:relative; left:0; right:0;}
  .hotel-content{padding:6vw;}
	
	#dining-detail.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(7vw);
		margin: 0px;
		left: 85%;
		top: 89%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(7vw);
		margin-right: 50%;
	}
	#dining-detail.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 89%;
		text-align: center;
		height: calc(7vw);
		position: absolute;
		right: 15%;
		vertical-align: middle;
		width: calc(7vw);
	}
	#spa.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 85%;
		text-align: center;
		height: calc(7vw);
		position: absolute;
		right: 10%;
		vertical-align: middle;
		width: calc(7vw);
	}
	#spa.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(7vw);
		margin: 0px;
		left: 90%;
		top: 85%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(7vw);
		margin-right: 50%;
	}
	.fitness-content {
		top: 6vw;
		position: relative;
	}
	.fitness-content {
		right: -40px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		background: #fff;
		width: 100%;
		z-index: 11;
	}
	.occasion-event-content {
		top: 6vw;
		position: relative;
	}
	.occasion-event-content {
		right: -40px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		background: #fff;
		width: 100%;
		z-index: 11;
	}
  .btn { padding: 12px 20px; }
}
@media only screen and (max-width:640px){
	.benefit-content {
		position: relative;
		top: 5vw;
	}
	.benefit-content {
		left: 0;
		padding: 8vw 4vw;
		text-align: left;
		margin: 0;
	}
	.media-content {
		top: -65px;
		position: relative;
	}
	#dining-1.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 85%;
		text-align: center;
		height: calc(8vw);
		position: absolute;
		right: 15%;
		vertical-align: middle;
		width: calc(8vw);
	}
	#dining-1.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(8vw);
		margin: 0px;
		left: 85%;
		top: 85%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(8vw);
		margin-right: 50%;
	}
	.dining-content {
		right: 0;
		padding: 4vw 6vw;
		text-align: left;
		margin: 10px 0;
		border: 1px solid #c1b8b8;
		width: 100%;
		z-index: 11;
		position: relative;
	}
	.coming-content {
		top: -12vw;
		position: relative;
	}
	.coming-content {
		left: -16px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		background: #fff;
		width: 100%;
		z-index: 11;
	}
	.dining-header h2:after {
		left: 85%;
		margin-left: 15px;
	}
	#wellness.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(7vw);
		margin: 0px;
		left: 85%;
		top: 93%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(7vw);
		margin-right: 50%;
	}
	#wellness.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 93%;
		text-align: center;
		height: calc(7vw);
		position: absolute;
		right: 15%;
		vertical-align: middle;
		width: calc(7vw);
	}
	#hotel-intro.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 55%;
		text-align: center;
		height: calc(9vw);
		position: absolute;
		right: 5%;
		vertical-align: middle;
		width: calc(9vw);
	}
	#hotel-intro.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(9vw);
		margin: 0px;
		left: 95%;
		top: 55%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(9vw);
		margin-right: 50%;
	} 
	.table i.fa {
		font-size: 18px;
		margin-right: 10px;
	}
	.room-price-content {
		background: #75252a;
		text-align: left;
		padding: 15px;
		width: calc(25vw);
		height: calc(15vw);
		color: #fff;
		font-weight: 500;
	}
	
	.hotel-room-caption {
		padding: 6vw;
		position: relative;
		top: 0;
		background: #fff;
		left: 0;
		right: 0;
		width: 100%;
	}
}
@media only screen and (max-width:580px){
  #reservation > .row{display:block;}
  #reservation .form-item{margin-bottom:-1px; margin-left:-1px;}
  #reservation .form-item{border-width:1px;}
  #reservation .btn{height:119px;}
}
@media only screen and (max-width:480px){
	.container-fluid {
		margin: 0;
		padding: 0;
	}
  #main-logo img, #logo img{ margin: 11px 0 12px 0; max-height: 22px; }
  #main-logo, .shotel #main-logo{ margin: 0 0 0 51px; padding:0 10px;}
  #menu-toggle{width:50px; height:50px;}
  #menu-toggle #hamburger span{top:12px; left:10px;}
  .navbar{min-height:50px;}
  .booking{top:0; right:0;}
  .booking .btn{padding:14px 10px 15px 10px;}
	#home .slides .tagline-content, .carousel .tagline-content {
		margin-bottom: 15%;
	}
	#destination.owl-theme .owl-nav .owl-prev, #destination-2.owl-theme .owl-nav .owl-prev, 			
	#destination-3.owl-theme .owl-nav .owl-prev {
		width: calc(10vw);
		height: calc(10vw);
		border-radius: 0px;
		position: absolute;
		top: 40%;
		left: 17px;
		margin: 0;
	}
	#destination.owl-theme .owl-nav .owl-next, #destination-2.owl-theme .owl-nav .owl-next, 
	#destination-3.owl-theme .owl-nav .owl-next {
		width: calc(10vw);
		height: calc(10vw);
		border-radius: 0px;
		position: absolute;
		top: 40%;
		right: 16px;
		margin: 0;
	}
	.destination-link {
		background: #413838;
		width: calc(10vw);
		height: calc(10vw);
		text-align: center;
		padding: 15px;
	}
	.room-price-content {
		background: #75252a;
		text-align: left;
		padding: 15px;
		width: calc(30vw);
		height: calc(17vw);
		color: #fff;
		font-weight: 500;
	}
	.temptation h2:after {
		left: 75%;
		margin-left: 15px;
	}
	.temptation-btn {
		position: relative;
		top: -5vw;
		text-align: center;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 55;
	}
	#dining-detail.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(10vw);
		margin: 0px;
		left: 85%;
		top: 84%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(10vw);
		margin-right: 50%;
	}
	#dining-detail.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 84%;
		text-align: center;
		height: calc(10vw);
		position: absolute;
		right: 15%;
		vertical-align: middle;
		width: calc(10vw);
	}
  
  .floating-border-box[class*="padding-"]{padding:20px !important; margin-bottom:20px;}
  .promo-box, .promo-bar{margin:5px; width:calc(100% - 10px);}
  .promo-box > .promo-content{padding:6%;}
  .promo-box h4, .promo-box .h4, .promo-bar h4, .promo-bar .h4{letter-spacing:0; font-size:15px;}
  .bg-fixed { background-attachment: initial !important; }
}
@media only screen and (max-width:360px){
  
}
@media only screen and (max-width:338px){
  #reservation .btn{height:117px;}
  .btn-cst-xs{
  	height: 117px !important;
  }
}
@media only screen and (max-width:320px){

	.form-hotel {
		float: right;
		background: rgba(36,32,33,.90);
		padding: 20px;
		display: none;
	}
	.form-book {
		position: relative;
		background-color: #fff;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 -15vw;
		height: 75vw;
		padding: 1vw;
	}
	.slides h1, .slides h2 {line-height: 30px;}
	.media-content {
		left: -20px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		border: 1px solid #c1b8b8;
		width: 100%;
	}
	.experience-btn span {
		color: #737470;
		text-transform: uppercase;
		letter-spacing: 1px;
		position: absolute;
		font-weight: 600;
		bottom: 0;
		right: 0;
		margin: 0;
		background: #fff;
		padding: 4px 5px;
	}
	.benefit-content:before {
		top: 30px;
		left: 0;
	}
	#destination.owl-theme .owl-nav .owl-prev, #destination-2.owl-theme .owl-nav .owl-prev, 			
	#destination-3.owl-theme .owl-nav .owl-prev {
		display:none;
	}
	#destination.owl-theme .owl-nav .owl-next, #destination-2.owl-theme .owl-nav .owl-next, 
	#destination-3.owl-theme .owl-nav .owl-next {
		display:none;
	}
	.destination-link {
		background: #413838;
		width: calc(15vw);
		height: calc(15vw);
		text-align: center;
		padding: 15px;
	}
	#dining-1.owl-theme .owl-nav .owl-prev {
		display: none;
	}
	#dining-1.owl-theme .owl-nav .owl-next {
		display: none;
	}
	#wellness.owl-theme .owl-nav .owl-prev {
		border-radius: 0px;
		display: table-cell;
		margin: 0px;
		text-align: center;
		top: 85%;
		text-align: center;
		height: calc(15vw);
		position: absolute;
		right: 25%;
		vertical-align: middle;
		width: calc(15vw);
	}
	#wellness.owl-theme .owl-nav .owl-next {
		border-radius: 0px;
		display: table-cell;
		height: calc(15vw);
		margin: 0px;
		left: 75%;
		top: 85%;
		text-align: center;
		text-align: center;
		position: absolute;
		vertical-align: middle;
		width: calc(15vw);
		margin-right: 50%;
	}
	#room.owl-theme .owl-nav .owl-prev {display:none;}
	#room.owl-theme .owl-nav .owl-next {display:none;}
	
	.room-price-content {
		background: #75252a;
		text-align: left;
		padding: 15px;
		width: calc(45vw);
		height: calc(33vw);
		color: #fff;
		font-weight: 500;
	}
	.temptation h2:after {
		left: 90%;
		margin-left: 15px;
	}
	.temptation-caption {
		border-radius: 0;
		background: rgba(0, 0, 0,.8);
		color: #fff;
		display: inline-block;
		height: 100%;
		left: 0;
		opacity: 0;
		padding: 15%;
		position: absolute;
		text-align: center;
		top: 0;
		transition: opacity 500ms;
		vertical-align: middle;
		width: 100%;
		z-index: 55;
		-webkit-transition: opacity 500ms;
		-moz-transition: opacity 500ms;
		-o-transition: opacity 500ms;
	}
	#hotel-intro.owl-theme .owl-nav .owl-prev {display: none;}
	#hotel-intro.owl-theme .owl-nav .owl-next {display: none;}
	.fitness-content {
		right: 0px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		background: #fff;
		width: 100%;
		z-index: 11;
	}
	#spa.owl-theme .owl-nav .owl-prev {display: none;}
	#spa.owl-theme .owl-nav .owl-next { display: none;}
	.occasion-event-content {
		right: 0px;
		padding: 4vw 6vw;
		text-align: left;
		margin: 0;
		background: #fff;
		width: 100%;
		z-index: 11;
	}
}

@media (min-width: 1707px) {
	.navbar-nav > li > a {
		font-size: 18px;
	}
}