﻿/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !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;
  }
  @page {
    margin: 2cm .5cm;
  }
  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;
  }
}
*,
*: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: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: black;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #6e6a5b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #444238;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: black;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.4;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.4;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-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: 21px;
}
.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.4;
  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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  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;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.4;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .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, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: hotpink;
}
.form-control:-moz-placeholder {
  color: hotpink;
}
.form-control::-moz-placeholder {
  color: hotpink;
}
.form-control:-ms-input-placeholder {
  color: hotpink;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  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;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg {
  height: auto;
}
.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, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-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, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-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, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: 'vista_sans_otbold';
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 20px 50px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 10px;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn: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 {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #a49e88;
  border-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #928b71;
  border-color: #e0e0e0;
}
.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: #a49e88;
  border-color: #fff;
}
.btn-default .badge {
  color: #a49e88;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #9a947f;
  border-color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #86806a;
  border-color: #e0e0e0;
}
.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: #9a947f;
  border-color: white;
}
.btn-primary .badge {
  color: #9a947f;
  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-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-link {
  color: #6e6a5b;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #444238;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 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 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.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;
  list-style: none;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
  font-size: 18px;
  padding: 30px 60px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  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: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  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: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-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: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #6e6a5b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  display: table;
  margin: 40px auto;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  background-color: #d9d8d8;
  color: black;
  margin-left: 6px;
  margin-right: 6px;
  line-height: 1.4;
  border-radius: 4px;
}
.nav-tabs > li > a:hover {
  background-color: #6e6a5b;
  color: white;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: white;
  background-color: #6e6a5b;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    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: transparent;
  }
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid transparent;
    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: transparent;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 44px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0 0;
  font-size: 19px;
  line-height: 21px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 0 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@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: 21px;
  }
  .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: 0;
    padding-bottom: 0;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-xs {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: #d8d5d5;
}
.navbar-default .navbar-brand {
  color: black;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: black;
}
.navbar-default .navbar-nav > li > a {
  color: black;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.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: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d8d5d5;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: black;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: black;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: black;
    background-color: transparent;
  }
  .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: black;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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 {
  background-color: #080808;
  color: #fff;
}
@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: #999999;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.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;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.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: #999999;
}
.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: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
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: #6e6a5b;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 200;
  line-height: 2.1;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.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-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #6e6a5b;
}
.thumbnail .caption {
  padding: 9px;
  color: black;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 4px;
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody: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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  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-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.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: #b3b1b1;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #b3b1b1;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b3b1b1;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b3b1b1;
}
.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-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;
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  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 {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  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 {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left:hover {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control.right:hover {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control .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;
  right: 20px;
  top: 20px;
  z-index: 15;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  /*  text-align: left;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.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-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.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-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.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;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*-----------------------------------------------*/
/*# Less                                       #*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*# Fonts                                       #*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*# General                                     #*/
/*-----------------------------------------------*/
body,
p {
  font-weight: 300;
}
h1 {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 45px;
  margin-bottom: 15px;
  margin-top: 20px;
}
h2 {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
h3 {
  font-family: 'Open Sans';
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
h4 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  margin-top: 15px;
  margin-bottom: 6px;
}
h4 a {
  color: black;
}
h5,
h6 {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  margin-top: 15px;
  margin-bottom: 0px;
}
p {
  font-weight: 300;
  margin-bottom: 5px;
}
a {
  font-family: 'Open Sans';
  font-weight: 700;
  outline: 0;
}
a:hover {
  color: #fdd804;
  cursor: pointer;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
/*.container table{
    font-size:20px;
    margin-bottom: 22px;
    width:100%;
}*/
ul,
ol {
  list-style-position: inside;
  padding-left: 20px;
  text-indent: -20px;
}
ol {
  margin-top: 10px;
}
li {
  margin-bottom: 10px;
}
.tableHeader {
  background-color: #eeeeee;
}
/*.tableHeader,
table thead th
{
  background-color: @gray-lighter;
}*/
/*table stripe*/
/*table > tbody > tr:nth-child(2n+1) > td, 
table > tbody > tr:nth-child(2n+1) > th {
    background-color: @background-grey;
}*/
td,
th {
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 0px;
}
.container td {
  padding: 8px 4px;
  vertical-align: top;
}
.container td:first-child {
  padding-left: 0;
}
/*.container tr:first-child td{
    padding:0;
}*/
.footnote {
  font-size: 13px;
  margin-bottom: 22px;
  padding: 12px 0px;
}
.nav-tabs {
  text-indent: 0;
}
.nav-tabs > li > a {
  font-family: 'Open Sans';
  font-weight: 700;
}
.centered > .img-responsive {
  display: inline-block;
}
/* ----------------------------- */
/*# Bootstrap Carousel - Addons  */
/* ----------------------------- */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item img {
  margin: 0 auto;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*-----------------------------------------------*/
/*# Sticky footer styles                        #*/
/*---------------------------------------------- */
html,
body,
form#form {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -311px;
  /* Pad bottom by footer height */
  padding: 0 0 311px;
}
#Home #wrap {
  margin: 0 auto;
  padding-bottom: 0;
}
/* Set the fixed height of the footer here */
#footer {
  height: 311px;
}
#stripsonly #wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -117px;
  /* Pad bottom by footer height */
  padding: 0 0 117px;
}
#stripsonly #footer {
  height: 117px;
}
#stripsonly .stripCarousel .captionContainer {
  display: none;
}
/*-----------------------------------------------*/
/*#  Buttons                                     */
/*-----------------------------------------------*/
.bookNow {
  background-image: url('/images/layout/book-now.png');
  display: inline-block;
  height: 59px;
  margin-top: 16px;
  width: 228px;
}
.bookNow:hover {
  background-position: 0 -59px;
}
.btn {
  border: 0;
  font-size: 13px;
  margin: 13px 0 15px;
  padding: 15px 30px;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
}
.btn-default {
  background: #a49e88;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0OWU4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Yzc4NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a49e88 0%, #7c7867 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a49e88), color-stop(100%, #7c7867));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a49e88 0%, #7c7867 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a49e88 0%, #7c7867 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a49e88 0%, #7c7867 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a49e88 0%, #7c7867 100%);
  /* W3C */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a49e88', endColorstr='#7c7867', GradientType=0);
  /* IE6-8 */
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  border: none;
  color: white;
}
.btn-default:hover {
  background: #c6bea3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YmVhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjdhNjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c6bea3 0%, #7f7a69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6bea3), color-stop(100%, #7f7a69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c6bea3 0%, #7f7a69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c6bea3 0%, #7f7a69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c6bea3 0%, #7f7a69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c6bea3 0%, #7f7a69 100%);
  /* W3C */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6bea3', endColorstr='#7f7a69', GradientType=0);
  /* IE6-8 */
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
  border: none;
  color: white;
}
.btn-bookNow {
  border: 1px solid #fafd03;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #feeb04;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZWIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGRkMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feeb04), color-stop(100%, #fddd03));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feeb04 0%, #fddd03 100%);
  /* W3C */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feeb04', endColorstr='#fddd03', GradientType=0);
  /* IE6-8 */
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
  color: black;
  white-space: normal;
}
.btn-bookNow:hover {
  background: #fff805;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjgwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWU2MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff805), color-stop(100%, #fee604));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff805 0%, #fee604 100%);
  /* W3C */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff805', endColorstr='#fee604', GradientType=0);
  /* IE6-8 */
}
.btn-lg {
  font-size: 18px;
  padding: 30px 60px;
}
a.bookButton {
  background: #feeb04;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZWIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGRkMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feeb04), color-stop(100%, #fddd03));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feeb04 0%, #fddd03 100%);
  /* W3C */
  border: 1px solid #fafd03;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  padding: 20px 50px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 10px;
  color: black;
  display: inline-block;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feeb04', endColorstr='#fddd03', GradientType=0);
  /* IE6-8 */
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: -4px 0 0 0;
  padding: 6px 16px;
  text-transform: uppercase;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.bookButton:before,
a.bookButton:after {
  content: " ";
  display: table;
}
a.bookButton:after {
  clear: both;
}
a.bookButton:before,
a.bookButton:after {
  content: " ";
  display: table;
}
a.bookButton:after {
  clear: both;
}
a.bookButton:hover {
  background: #fff805;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjgwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWU2MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff805), color-stop(100%, #fee604));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff805 0%, #fee604 100%);
  /* W3C */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff805', endColorstr='#fee604', GradientType=0);
  /* IE6-8 */
}
/*-----------------------------------------------*/
/*#  Layout                                      */
/*-----------------------------------------------*/
#insideWrap {
  margin: 0 auto;
  max-width: 1400px;
  -webkit-box-shadow: 0 3px 3px rgba(30, 30, 30, 0.35);
  -moz-box-shadow: 0 3px 3px rgba(30, 30, 30, 0.35);
  box-shadow: 0 3px 3px rgba(30, 30, 30, 0.35);
}
#insideWrap:before,
#insideWrap:after {
  content: " ";
  display: table;
}
#insideWrap:after {
  clear: both;
}
#insideWrap:before,
#insideWrap:after {
  content: " ";
  display: table;
}
#insideWrap:after {
  clear: both;
}
#Home #insideWrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/*-----------------------------------------------*/
/*#  Header                                      */
/*-----------------------------------------------*/
#header {
  background-color: #0e2242;
  color: white;
}
#logo {
  margin: 14px 0 22px;
}
.headerTop {
  height: 45px;
  margin-top: 14px;
}
.headerBottom {
  float: right;
}
.headerBottom:before,
.headerBottom:after {
  content: " ";
  display: table;
}
.headerBottom:after {
  clear: both;
}
.headerBottom:before,
.headerBottom:after {
  content: " ";
  display: table;
}
.headerBottom:after {
  clear: both;
}
.searchBox {
  float: right;
  margin-left: 14px;
}
#headerMenu {
  float: right;
  margin-top: 10px;
}
#headerMenu .linkItem {
  border-left: 1px solid #d9d8d8;
  display: inline-block;
  float: left;
  font-size: 10px;
}
#headerMenu .linkItem a {
  color: white;
  font-weight: 400;
  padding: 0 6px;
}
#headerMenu .linkItem:first-child {
  border-left: none;
}
.liveChat,
.phone,
.myAccount {
  float: left;
}
.phone,
.myAccount {
  /*border-left: 1px solid @border-grey;*/
}
.phone {
  font-size: 25px;
  font-weight: 400;
}
.liveChat .lpPoweredBy,
.liveChat .lpEmtStarRating {
  display: none;
}
.liveChat td {
  border: none;
  padding: 0;
}
.lpInviteChatTbl td,
.lpInviteChatTbl td {
  padding: 0;
}
/*-----------------------------------------------*/
/*#  Social Media Menu - Header and Footer       */
/*-----------------------------------------------*/
#footerSocialMedia {
  padding-top: 26px;
  float: right;
}
#footerSocialMedia .smText {
  float: left;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #333333;
}
a.socialMediaItem {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  /* 30px */
  margin-left: 11px;
  width: 30px;
  background-position: 0 -25px;
}
a.socialMediaItem:hover {
  background-position: 0 0;
}
@media (max-width: 992px) {
  a.socialMediaItem {
    margin-left: 6px;
  }
}
/*-----------------------------------------------*/
/*  Footer                                       */
/*-----------------------------------------------*/
#footerTop {
  border-top: 1px solid #d9d8d8;
  background-color: #fbfbfb;
  /*height: 210px;*/
}
#footerTop .footerMenu {
  padding-top: 30px;
}
#footerTop .linkItem {
  padding-bottom: 10px;
}
#footerTop .linkItem a {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
}
#footerTop .linkItem a:hover {
  color: #fdd804;
}
#footerTop .brochureLinkBox {
  float: right;
  margin-top: 11px;
}
#footerBottom {
  background-color: #0e2242;
  color: white;
  font-size: 11px;
  font-family: 'Open Sans';
  font-weight: 300;
  height: 117px;
  line-height: 18px;
  padding-top: 14px;
}
#footerBottom a {
  color: white;
  font-weight: 400;
}
#footerBottom a:hover {
  color: #fdd804;
}
#footerBottom #logo {
  float: left;
  margin: 0px 40px 0 0;
}
#footerBottom #footerPhone {
  font-size: 25px;
  line-height: 100%;
  margin-top: 9px;
}
#footerBottom #footerAddress {
  padding-top: 10px;
}
#footerBottom #footerSocialMedia {
  text-align: right;
}
#footerBottom #footerBottomMenu {
  float: left;
  margin-top: 8px;
}
#footerBottom #footerBottomMenu .linkItem {
  border-left: 1px solid #d9d8d8;
  display: inline-block;
  float: left;
  font-size: 10px;
}
#footerBottom #footerBottomMenu .linkItem a {
  font-weight: 400;
  padding: 0 6px;
}
#footerBottom #footerBottomMenu .linkItem:first-child {
  border-left: none;
}
#footerBottom #footerBottomMenu .linkItem:first-child a {
  padding-left: 0;
}
#footerBottom .newsletterBox {
  padding-top: 16px;
}
#footerBottom .newsletterBox h3 {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0px;
}
#footerBottom .newsletterBox .inputWrapper {
  height: 40px;
  width: 260px;
}
#footerBottom .newsletterBox .inputWrapper:before,
#footerBottom .newsletterBox .inputWrapper:after {
  content: " ";
  display: table;
}
#footerBottom .newsletterBox .inputWrapper:after {
  clear: both;
}
#footerBottom .newsletterBox .inputWrapper:before,
#footerBottom .newsletterBox .inputWrapper:after {
  content: " ";
  display: table;
}
#footerBottom .newsletterBox .inputWrapper:after {
  clear: both;
}
#footerBottom .newsletterBox .inputWrapper .nsEmailInput {
  height: 40px;
  width: 222px;
  padding: 2px 10px;
  border: 1px solid #787878;
  border-right: none;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
  float: left;
  font-size: 14px;
}
#footerBottom .newsletterBox .inputWrapper .nsBtn {
  width: 38px;
  height: 40px;
  background-image: url('/images/layout/newsletterBoxBtn.png');
  background-position: top left;
  background-repeat: no-repeat;
  border: none;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  -webkit-border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  float: left;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #footerBottom .newsletterBox .inputWrapper {
    width: 214px;
  }
  #footerBottom .newsletterBox .inputWrapper .nsEmailInput {
    width: 175px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footerBottom .newsletterBox .inputWrapper {
    width: 160px;
  }
  #footerBottom .newsletterBox .inputWrapper .nsEmailInput {
    width: 120px;
  }
}
@media (max-width: 767px) {
  #footerBottom .newsletterBox .inputWrapper {
    margin: 0 auto;
    width: 200px;
  }
  #footerBottom .newsletterBox .inputWrapper .nsEmailInput {
    width: 150px;
  }
}
/*-----------------------------------------------*/
/*  Main Menu                                    */
/*-----------------------------------------------*/
.desktopNav.navbar {
  border: none;
  text-transform: uppercase;
}
.desktopNav .navbar-nav {
  text-indent: 0;
  width: 100%;
}
.desktopNav .navbar-nav > li {
  margin-bottom: 0;
  border-left: 1px solid #d8d5d5;
  display: table;
  height: 57px;
  text-transform: uppercase;
}
.desktopNav .navbar-nav > li:first-child {
  border-left: none;
}
.desktopNav .navbar-nav > li:hover {
  background-color: white;
}
.desktopNav .navbar-nav > li:hover > a,
.desktopNav .navbar-nav > li:hover > a:hover {
  color: #0e2242;
}
.desktopNav.navbar-default .navbar-nav > li > a:focus {
  color: white;
}
.desktopNav.navbar-default .navbar-nav > li > a:hover,
.desktopNav.navbar-default .navbar-nav > li:hover > a:focus {
  color: #0e2242;
}
.desktopNav .navbar-nav > li > a {
  color: white;
  display: table-cell;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.mobileNav #bs-example-navbar-collapse-mobile {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.mobileNav .navbar-collapse {
  max-height: none;
}
.mobileNav .navbar-header {
  padding: 10px 0;
}
.mobileNav .navbar-nav {
  margin-left: -15px;
  margin-right: -15px;
  text-indent: 0;
}
.mobileNav .navbar-nav > li {
  text-transform: uppercase;
  margin: 0;
}
.mobileNav .navbar-nav > li > a {
  color: white;
}
.mobileNav .navbar-nav > li:hover {
  background-color: #295f64;
  /*@border-dark-grey*/
}
.mobileNav .navbar-nav > li:hover > a {
  color: white;
}
/*               */
/*#  Row Items  #*/
/*               */
.nav > li.mainNavRowTopItem {
  position: static;
}
.mainNavRow {
  background: none repeat scroll 0 0;
  background-image: url('/images/layout/main-nav-row-bg.png');
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 56px;
  z-index: 1000;
}
.mainNavRow li {
  max-height: 0;
  overflow: hidden;
  padding: 0 6px;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
#Home .mainNavRow li {
  max-height: none;
}
.mainNavRowTopItem:hover .mainNavRow li {
  max-height: 57px;
}
.mainNavRowItem a {
  color: white;
  display: block;
  font-size: 12px;
  padding: 14px 0;
  text-align: center;
  text-transform: none;
}
.mainNavRowItem:hover {
  cursor: pointer;
}
.mainNavRowItem:hover a {
  color: #fdd804;
  text-decoration: none;
}
#Home .phMarkerBar {
  bottom: -51px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  margin-left: -1px;
}
#Home .phMarkerBar .markerBar {
  background-color: white;
  height: 4px;
  padding: 0;
}
/*                  */
/*#  Column Items  #*/
/*                  */
.nav > li.mainNavColumnTopItem {
  position: static;
}
.navColumns {
  background-color: white;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  top: 57px;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.mainNavColumnTopItem:hover .navColumns.active {
  max-height: 500px;
}
.navColumnsInside {
  border: 1px solid #fdd804;
}
.navColumnsInside:before,
.navColumnsInside:after {
  content: " ";
  display: table;
}
.navColumnsInside:after {
  clear: both;
}
.navColumnsInside:before,
.navColumnsInside:after {
  content: " ";
  display: table;
}
.navColumnsInside:after {
  clear: both;
}
.navColumn {
  background-position: right bottom;
  background-repeat: no-repeat;
  border-left: 1px solid #d9d8d8;
  color: black;
  font-size: 12px;
  height: 291px;
  padding-bottom: 30px;
  padding-top: 20px;
  /*&.Vacations
    {
        background-image: url("/images/layout/card-icon-sprite.png");
    }

    &.Hotels
    {
        background-image: url("/images/layout/card-icon-sprite.png");
        background-position: right -290px;
    }

    &.Activities
    {
        background-image: url("/images/layout/card-icon-sprite.png");
        background-position: right 0px;
    }

    &.Transportation
    {
        background-image: url("/images/layout/card-icon-sprite.png");
        background-position: right -580px;
    }*/
}
.navColumn .columnSection {
  margin-bottom: 20px;
}
.navColumn .columnHeading {
  font-size: 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  margin-bottom: 12px;
}
.navColumn .columnHeading a {
  color: black;
}
.navColumn .columnHeading a:hover {
  color: #fdd804;
}
.navColumn ul {
  list-style: none;
  list-style-position: outside;
  padding-left: 0;
  text-indent: 0;
}
.navColumn ul li {
  background-image: url('/images/layout/bullet.png');
  background-position: right;
  background-repeat: no-repeat;
  line-height: 115%;
  margin-bottom: 5px;
  padding-right: 20px;
}
.navColumn ul li a {
  font-family: 'Open Sans';
  font-weight: 300;
  color: black;
  font-size: 13px;
  text-transform: none;
}
.navColumn ul li:hover {
  background-image: url('/images/layout/bullet-bold.png');
}
.navColumn ul li:hover a {
  font-weight: 700;
}
.navColumn:first-child {
  border: none;
}
/*                */
/*  Splash Items  */
/*                */
.nav > li.mainNavSplashTopItem {
  position: static;
}
.mainNavSplash {
  background: none repeat scroll 0 0;
  background-color: white;
  border: 0px solid white;
  left: 0;
  list-style: none outside none;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 57px;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.splashLinksColumn {
  border-right: 1px solid #d9d8d8;
  height: 100%;
  padding: 20px 0 0;
  position: static;
}
.mainNavSplashTopItem:hover .mainNavSplash.active {
  border: 1px solid #fdd804;
  max-height: 700px;
}
.mainNavSplashItem.active > .navSplash {
  display: block;
}
.mainNavSplashItem.row {
  margin-left: 0;
  margin-right: 0;
}
.mainNavSplashItem .splashItemLink {
  font-family: 'Open Sans';
  font-weight: 300;
  background-image: url('/images/layout/bullet.png');
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: black;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-right: 15px;
  padding-left: 26px;
  padding-top: 5px;
  padding-bottom: 9px ;
}
.mainNavSplashItem.active .splashItemLink {
  background-image: url('/images/layout/bullet-bold.png');
  color: black;
  font-weight: 700;
}
a.splashItemLink:hover {
  text-decoration: none;
}
.locations {
  margin-top: 3px;
}
.locations ul {
  color: #fdd804;
  list-style: square inside;
  padding-left: 0;
  text-indent: 0;
}
.locations li {
  margin-bottom: 0;
  font-size: 12px;
}
.locations a {
  font-family: 'Open Sans';
  font-weight: 300;
  text-decoration: none;
  color: black;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-right: 15px;
  margin-top: 5px;
}
.locations a:hover {
  color: black;
  font-weight: 700;
}
.navSplash {
  background-color: white;
  background-repeat: no-repeat;
  background-position: right top;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  .navSplash {
    background-image: none !important;
  }
}
.navSplash .splashTitle {
  margin-bottom: 8px;
  margin-top: 20px;
}
.navSplash .splashTitle a {
  color: black;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 35px;
  line-height: 100%;
}
.navSplash .splashTitle a:hover {
  color: #fdd804;
  text-decoration: none;
}
.navSplash h2 {
  color: black;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 4px;
  max-height: 25px;
  overflow: hidden;
}
.splashDescription {
  font-size: 14px;
  line-height: 21px;
  max-height: 65px;
  overflow: hidden;
}
.splashLink {
  background-image: url(/images/layout/bullet-bold.png);
  background-position: right 7px;
  background-repeat: no-repeat;
  color: black;
  display: inline-block;
  font-size: 14px;
  margin: 12px 0 10px;
  padding-right: 15px;
  text-transform: uppercase;
}
.splashLink:hover {
  color: #fdd804;
}
.navSplashFooter {
  background-color: #f8f8f8;
  bottom: 0;
  margin-left: -30px;
  position: absolute;
  width: 100%;
}
.navSplashFooter .navSplashFooterLink {
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 13px;
  margin: 14px 0px 14px 30px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .mainNavSplashItem .splashItemLink,
  .navbar-nav > li > a,
  .mainNavRowItem a,
  .navColumn,
  .navColumn .columnHeading {
    font-size: 14px;
  }
}
.nav > li.mainNavSingleColumnTopItem {
  position: relative;
}
.navSingleColumn {
  right: auto;
  width: 175%;
}
.navSingleColumn .navColumn {
  height: auto;
  padding-bottom: 10px;
}
.navSingleColumn .navColumnsInside {
  padding-left: 15px;
  padding-right: 15px;
}
.navSingleColumn .navColumnsInside li {
  margin-bottom: 18px;
}
.navSingleColumn .navColumnsInside a {
  font-size: 14px;
  line-height: 20px;
}
/*-----------------------------------------------*/
/*  Inside Menu                                  */
/*-----------------------------------------------*/
#insideMenu {
  border: 1px solid #d9d8d8;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #fff;
  margin-top: 20px;
  /* WONT WORK WHEN THERE'S SUB-ELEMENTS UNDER THE LAST MAIN-LEVEL ELEMENT
    #menuElem > li:last-child > a
    {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    */
}
#insideMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-indent: 0;
}
#insideMenu ul li a {
  background-image: url(/images/layout/bullet.png);
  background-repeat: no-repeat;
  background-position: 96% 20px;
  color: black;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
  padding: 10px 20px 10px 20px;
}
#insideMenu ul li li a {
  padding-left: 32px;
}
#insideMenu ul li li li a {
  padding-left: 60px;
}
#insideMenu li {
  border-top: 1px solid #d9d8d8;
  margin-bottom: 0;
}
#insideMenu li.HighLighted > a,
#insideMenu li a:hover {
  background-color: #5d5d5d;
  background-image: url(/images/layout/bullet-white.png);
  color: white;
  margin-right: 0;
}
#insideMenu #menuElem > li:first-child {
  border-top: none;
}
#insideMenu #menuElem > li:first-child > a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/*-----------------------------------------------*/
/*  Hero Carousel                                */
/*-----------------------------------------------*/
#heroCarousel.carousel .carousel-caption {
  background-color: transparent;
  font-size: 1.4em;
  font-weight: bold;
  left: 15%;
  max-width: 550px;
  text-align: left;
  top: 60%;
}
#heroCarousel.carousel .carousel-indicators {
  text-align: right;
  top: 5%;
  width: 70%;
  z-index: 31;
}
#heroCarousel.carousel .carousel-indicators li {
  margin: 1px 4px;
}
#heroCarousel.carousel .carousel-indicators li.active {
  margin: 0 3px;
}
@media (max-width: 768px) {
  #heroCarousel .carousel-caption {
    display: none;
  }
}
#topHeroBorder {
  border-top: 1px solid #d9d8d8;
}
/*-----------------------------------------------*/
/*#  Secondary Nav                              #*/
/*-----------------------------------------------*/
.secondaryNavContainer {
  background-color: #333333;
  border-top: 2px solid #fdd804;
}
.secondaryNavContainer .subnav {
  display: inline-block;
  line-height: 65px;
  position: relative;
}
.secondaryNavContainer .subnav a.secNavLink {
  border-left: 1px solid #6e6a5b;
  color: #FFF;
  display: inline-block;
  line-height: 60px;
  padding: 0 12px;
}
.secondaryNavContainer .subnav a.secNavLink:hover,
.secondaryNavContainer .subnav a.secNavLink.active {
  background-color: #5D5D5D;
}
.secondaryNavContainer .subnav:hover .cityNavBox {
  display: block;
}
.secondaryNavContainer .cityNavBox {
  /*  Switch off destinations descriptions - code commented out in hierarchical transformations
        background-color: #FFF;
        border-right: 1px solid #696969;
        border-bottom: 2px solid #5D5D5D;
        border-left: 1px solid #696969;
        line-height: 20px;
          */
  display: none;
  position: absolute;
  z-index: 10099;
}
.secondaryNavContainer .cityNavBox .cityNavLinks {
  padding-left: 0;
}
.secondaryNavContainer .cityNavBox .cityNavLink a.cityNav {
  background-color: #5D5D5D;
  border-bottom: 1px solid #696969;
  color: #FFF;
  display: block;
  font-family: 'Open Sans';
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 30px;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 40px;
  text-transform: none;
  font-weight: 600;
}
.secondaryNavContainer .cityNavBox .cityNavLink a.cityNav:first-child {
  padding-top: 4px;
}
.secondaryNavContainer .cityNavBox .cityNavLink a:hover {
  /*background-image: url('/images/layout/secondary-nav-city-over.png');
            background-position: right center;
            background-repeat: no-repeat;*/
  background-color: #444444;
}
.secondaryNavContainer .cityNavBox .cityNavColData {
  display: none;
}
.secondaryNavContainer .destinationssubnav:hover {
  background-color: #5D5D5D;
}
/*-----------------------------------------------*/
/*  Main Page Content                            */
/*-----------------------------------------------*/
#pageIntro {
  margin: 40px 0 40px;
}
/*-----------------------------------------------*/
/*  Breadcrumbs                                  */
/*-----------------------------------------------*/
#breadcrumbs {
  text-transform: uppercase;
  color: #333333;
  font-size: 80%;
  /* STOP BREADCRUMB TITLES FROM WRAPPING */
}
#breadcrumbs a {
  color: #333333;
}
#breadcrumbs .CMSBreadCrumbsCurrentItem {
  white-space: nowrap;
}
/*-----------------------------------------------*/
/*  addthis    -social media                     */
/*-----------------------------------------------*/
.shareIntro {
  color: #6e6a5b;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
  text-transform: uppercase;
  vertical-align: middle;
}
.socialMediaLinks {
  float: right;
  padding-top: 7px;
  padding-right: 7px;
}
.socialMediaLinks a {
  padding-right: 2px;
}
/*-----------------------------------------------*/
/*  Main Product Details                         */
/*-----------------------------------------------*/
#mainContent {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #mainContent {
    margin-bottom: 50px;
  }
}
#mainContent.fullWidth {
  font-size: 17px;
  margin-bottom: 0;
  text-align: center;
}
.details-center .pricesFromBox {
  margin-top: 30px;
}
.details-center .pricesFromBox .duration {
  font-family: 'Open Sans';
  font-weight: 300;
  display: block;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  padding: 0 0 4px 0;
}
.details-center .pricesFromBox .pricegroup {
  display: inline-block;
}
.details-center .pricesFromBox .from {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 0 4px 0 0;
}
.details-center .pricesFromBox .price {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 4px 0 0;
}
.details-center .pricesFromBox .disclaimer {
  display: block;
}
@media (max-width: 1200px) {
  .details-center .pricesFromBox .duration {
    font-size: 25px;
    line-height: 25px;
  }
  .details-center .pricesFromBox .price {
    font-size: 25px;
  }
}
.brewsterOwnedButtons {
  margin-top: 30px;
}
.brewsterOwnedButtons .bookNowBox {
  float: left;
  margin-right: 10px;
}
.brewsterOwnedButtons .bookNowBox a {
  padding-left: 70px;
  padding-right: 70px;
}
/*-----------------------------------------------*/
/*  Collpasible Panels                           */
/*-----------------------------------------------*/
.collapsibleContent {
  margin-top: 30px;
}
.panel.panel-default {
  border: 1px solid #d9d8d8;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 5px;
  padding: 0;
}
.panel-heading {
  background-color: #F5F5F5;
  border-bottom: 0;
  padding: 15px 20px;
}
.panel-heading:hover a.panel-toggle {
  color: white;
}
a.panel-toggle {
  color: #6E6A5B;
  display: block;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 400;
}
a.panel-toggle:hover {
  color: #6E6A5B;
}
a.panel-toggle.collapsed {
  color: #000;
}
a.panel-toggle .question {
  float: left;
  width: 90%;
}
a.panel-toggle .toggle {
  float: right;
  text-align: right;
  width: 5%;
}
a.panel-toggle .plus {
  display: none;
}
a.panel-toggle .minus {
  display: block;
}
a.panel-toggle.collapsed .plus {
  display: block;
}
a.panel-toggle.collapsed .minus {
  display: none;
}
.panel-inner {
  background-color: #FFF;
  border-top: 1px solid #EBEBEB;
  padding: 20px;
}
/*-----------------------------------------------*/
/*  Inline Carousel                                */
/*-----------------------------------------------*/
#inlineCarousel.carousel {
  margin-bottom: 20px;
}
#inlineCarousel.carousel .carousel-caption {
  background-color: black;
  bottom: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 15px;
  font-weight: bold;
  left: 0;
  opacity: 0.8;
  padding: 0px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%;
}
#inlineCarousel.carousel .carousel-caption span {
  display: inline-block;
  padding: 20px;
}
#inlineCarousel.carousel .carousel-indicators {
  text-align: right;
  top: 5%;
  width: 70%;
  z-index: 31;
}
#inlineCarousel.carousel .carousel-indicators li {
  margin: 1px 4px;
}
#inlineCarousel.carousel .carousel-indicators li.active {
  margin: 0 3px;
}
/*-----------------------------------------------*/
/*  Right Column Items                           */
/*-----------------------------------------------*/
#rightColumnContainer {
  float: right;
  max-width: 271px;
  /* TOP ELEMENTS OF RIGHT PANEL */
  /* BOTTOM ELEMENTS OF RIGHT PANEL */
}
#rightColumnContainer .topBorder {
  border-top: 1px solid #d9d8d8;
  margin-top: 10px;
}
#rightColumnContainer div.addToFavorites {
  float: left;
  width: 73px;
}
#rightColumnContainer a.addToFavorites {
  background-image: url(/images/layout/Add-To-Favorites.png);
  background-position: 0 0;
  display: block;
  height: 34px;
  margin-left: 7px;
  overflow: hidden;
  text-indent: 100%;
  width: 73px;
  white-space: nowrap;
}
#rightColumnContainer .brewsterOwnedLogo {
  max-width: 271px;
  overflow: hidden;
}
#rightColumnContainer .brewsterOwnedLogo img {
  display: block;
  height: auto;
  margin-top: 20px;
  max-width: 100%;
}
#rightColumnContainer .ratingsBoxes {
  padding: 10px 0;
}
#rightColumnContainer .ratingBox {
  text-align: center;
  width: 48%;
}
#rightColumnContainer .ratingBox.left {
  float: left;
}
#rightColumnContainer .ratingBox.right {
  float: right;
}
#rightColumnContainer .ratingBox h6 {
  font-size: 13px;
  font-weight: bold;
}
#rightColumnContainer .tripAdvisor {
  padding: 10px 0;
  text-align: center;
}
#rightColumnContainer .tripAdvisorCenter {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  #rightColumnContainer {
    width: 271px;
  }
}
/*@media (max-width: @screen-md-max) {
    #rightColumnContainer {
        display: block;
        width: 231px;
    }
}*/
@media (max-width: 991px) {
  #rightColumnContainer {
    float: none;
    max-width: none;
    width: 100%;
  }
  #rightColumnContainer .socialMediaLinks {
    float: none;
  }
  #rightColumnContainer .ratingsContainer {
    text-align: center;
  }
  #rightColumnContainer .ratingBox {
    width: 100%;
  }
  #rightColumnContainer .ratingBox .ratingBox.left {
    float: none;
  }
  #rightColumnContainer .ratingBox .ratingBox.right {
    float: none;
  }
}
#rightRoundedDetailsBox {
  background-color: #FBFBFB;
  border: 1px solid #D9D8D8;
  clear: both;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#rightRoundedDetailsBox .pricesFromBox {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
#rightRoundedDetailsBox .pricesFromBox .duration {
  font-family: 'Open Sans';
  font-weight: 100;
  display: block;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 5px;
  padding: 0;
}
#rightRoundedDetailsBox .pricesFromBox .from {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 0 4px 0 0;
}
#rightRoundedDetailsBox .pricesFromBox .price {
  font-family: 'Open Sans';
  font-weight: 900;
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
}
#rightRoundedDetailsBox .pricesFromBox .perperson {
  display: block;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 0 4px 0 0;
  text-align: center;
}
#rightRoundedDetailsBox .bookNowBox {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
#rightRoundedDetailsBox .bookNowBox .btn-bookNow {
  width: 85%;
}
.rightAccordion {
  border: 1px solid #d9d8d8;
  clear: both;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.rightAccordion .accordion-group {
  border-top: 1px solid #d9d8d8;
}
.rightAccordion .accordion-group:first-child {
  border-top: none;
}
.rightAccordion .accordion-toggle,
.rightAccordion .accordion-toggle-link {
  background-position: 10px -26px;
  background-repeat: no-repeat;
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
}
.rightAccordion .accordion-toggle,
.rightAccordion .accordion-toggle-link {
  background-image: url('/getmedia/51063c8a-e9e8-4d6c-95d6-515362551167/side-icons.aspx');
  background-position: -3px 10px;
  color: #000;
}
.rightAccordion .accordion-toggle:hover,
.rightAccordion .accordion-toggle-link:hover,
.rightAccordion .accordion-toggle.collapsed:hover {
  background-color: #5d5d5d;
  color: white;
}
.rightAccordion .accordion-toggle.contest,
.rightAccordion .accordion-toggle-link.contest {
  background-position: -1px -2013px;
}
.rightAccordion .accordion-toggle.contest:hover,
.rightAccordion .accordion-toggle-link.contest:hover {
  background-position: -1px -2059px;
}
.rightAccordion .accordion-toggle.dining,
.rightAccordion .accordion-toggle-link.dining {
  background-position: -1px -492px;
}
.rightAccordion .accordion-toggle.dining:hover,
.rightAccordion .accordion-toggle-link.dining:hover {
  background-position: -1px -540px;
}
.rightAccordion .accordion-toggle.experience,
.rightAccordion .accordion-toggle-link.experience {
  background-position: -3px -193px;
}
.rightAccordion .accordion-toggle.experience:hover,
.rightAccordion .accordion-toggle-link.experience:hover {
  background-position: -3px -239px;
}
.rightAccordion .accordion-toggle.faqs,
.rightAccordion .accordion-toggle-link.faqs {
  background-position: -3px -393px;
}
.rightAccordion .accordion-toggle.faqs:hover,
.rightAccordion .accordion-toggle-link.faqs:hover {
  background-position: -3px -440px;
}
.rightAccordion .accordion-toggle.gallery,
.rightAccordion .accordion-toggle-link.gallery {
  background-position: -3px -1182px;
}
.rightAccordion .accordion-toggle.gallery:hover,
.rightAccordion .accordion-toggle-link.gallery:hover {
  background-position: -3px -1228px;
}
.rightAccordion .accordion-toggle.home,
.rightAccordion .accordion-toggle-link.home {
  background-position: -3px -1093px;
}
.rightAccordion .accordion-toggle.home:hover,
.rightAccordion .accordion-toggle-link.home:hover {
  background-position: -3px -1139px;
}
.rightAccordion .accordion-toggle.relatedblogs,
.rightAccordion .accordion-toggle-link.relatedblogs {
  background-position: -3px -990px;
}
.rightAccordion .accordion-toggle.relatedblogs:hover,
.rightAccordion .accordion-toggle-link.relatedblogs:hover {
  background-position: -3px -1036px;
}
.rightAccordion .accordion-toggle.shopping,
.rightAccordion .accordion-toggle-link.shopping {
  background-position: -3px -693px;
}
.rightAccordion .accordion-toggle.shopping:hover,
.rightAccordion .accordion-toggle-link.shopping:hover {
  background-position: -3px -740px;
}
.rightAccordion .accordion-toggle.thingstodo,
.rightAccordion .accordion-toggle-link.thingstodo {
  background-position: -3px -791px;
}
.rightAccordion .accordion-toggle.thingstodo:hover,
.rightAccordion .accordion-toggle-link.thingstodo:hover {
  background-position: -3px -836px;
}
.rightAccordion .accordion-toggle.weather,
.rightAccordion .accordion-toggle-link.weather {
  background-position: -3px -592px;
}
.rightAccordion .accordion-toggle.weather:hover,
.rightAccordion .accordion-toggle-link.weather:hover {
  background-position: -3px -638px;
}
.rightAccordion .accordion-toggle.webcam,
.rightAccordion .accordion-toggle-link.webcam {
  background-position: -3px -892px;
}
.rightAccordion .accordion-toggle.webcam:hover,
.rightAccordion .accordion-toggle-link.webcam:hover {
  background-position: -3px -940px;
}
.rightAccordion .accordion-toggle.specials,
.rightAccordion .accordion-toggle-link.specials {
  background-position: 0px -292px;
}
.rightAccordion .accordion-toggle.specials:hover,
.rightAccordion .accordion-toggle-link.specials:hover {
  background-position: 0px -338px;
}
.rightAccordion .accordion-toggle.conference,
.rightAccordion .accordion-toggle-link.conference {
  background-position: -3px -90px;
}
.rightAccordion .accordion-toggle.conference:hover,
.rightAccordion .accordion-toggle-link.conference:hover {
  background-position: -3px -136px;
}
.rightAccordion .accordion-toggle.safety,
.rightAccordion .accordion-toggle-link.safety {
  background-position: -2px -1381px;
}
.rightAccordion .accordion-toggle.safety:hover,
.rightAccordion .accordion-toggle-link.safety:hover {
  background-position: -2px -1427px;
}
.rightAccordion .accordion-toggle.form,
.rightAccordion .accordion-toggle-link.form {
  background-position: -1px -1481px;
}
.rightAccordion .accordion-toggle.form:hover,
.rightAccordion .accordion-toggle-link.form:hover {
  background-position: -1px -1527px;
}
.rightAccordion .accordion-toggle.vacations,
.rightAccordion .accordion-toggle-link.vacations {
  background-position: -1px -1889px;
}
.rightAccordion .accordion-toggle.vacations:hover,
.rightAccordion .accordion-toggle-link.vacations:hover {
  background-position: -1px -1935px;
}
.rightAccordion .accordion-toggle.boatrental,
.rightAccordion .accordion-toggle-link.boatrental {
  background-position: -3px -1277px;
}
.rightAccordion .accordion-toggle.boatrental:hover,
.rightAccordion .accordion-toggle-link.boatrental:hover {
  background-position: -3px -1323px;
}
.rightAccordion .accordion-toggle.albertaExplorer,
.rightAccordion .accordion-toggle-link.albertaExplorer {
  background-position: -3px -2144px;
}
.rightAccordion .accordion-toggle.albertaExplorer:hover,
.rightAccordion .accordion-toggle-link.albertaExplorer:hover {
  background-position: -3px -2190px;
}
.rightAccordion .accordion-toggle.regions,
.rightAccordion .accordion-toggle-link.regions {
  background-position: -5px -2271px;
}
.rightAccordion .accordion-toggle.regions:hover,
.rightAccordion .accordion-toggle-link.regions:hover {
  background-position: -5px -2317px;
}
.rightAccordion .accordion-toggle.map,
.rightAccordion .accordion-toggle-link.map {
  background-position: -5px -2396px;
}
.rightAccordion .accordion-toggle.map:hover,
.rightAccordion .accordion-toggle-link.map:hover {
  background-position: -5px -2441px;
}
.rightAccordion .accordion-toggle .arrow,
.rightAccordion .accordion-toggle-link .arrow {
  background-image: url('/getmedia/51063c8a-e9e8-4d6c-95d6-515362551167/side-icons.aspx');
  background-position: -12px -1685px;
  display: block;
  float: right;
  height: 13px;
  margin-top: 8px;
  width: 20px;
}
.rightAccordion .accordion-toggle:hover .arrow,
.rightAccordion .accordion-toggle-link:hover .arrow {
  background-position: -12px -1732px;
}
.rightAccordion .accordion-toggle.collapsed .arrow {
  background-position: -12px -1593px;
}
.rightAccordion .accordion-toggle.collapsed:hover .arrow {
  background-position: -12px -1639px;
}
.rightAccordion .accordion-toggle-link .arrow {
  background-position: -12px -1785px;
}
.rightAccordion .accordion-toggle-link:hover .arrow {
  background-position: -12px -1831px;
}
.rightAccordion .accordion-inner.freetext {
  padding: 0 16px 16px 16px;
}
.rightAccordion .accordion-inner.widget {
  text-align: center;
}
.rightAccordion li a {
  font-size: 13px;
}
.panel-default > .panel-heading:hover {
  background-color: #5D5D5D;
}
.panel-default > .panel-heading:hover .question,
.panel-default > .panel-heading:hover .toggle.plus,
.panel-default > .panel-heading:hover .toggle.minus {
  color: white;
}
/* WEATHER */
.current-weather {
  margin: 0 auto;
  width: 240px;
}
.current-weather .weather-icon {
  background-image: url('/images/weather/weather-icons.png');
  background-position: -9846px -4px;
  float: left;
  height: 45px;
  width: 75px;
}
.current-weather .weather-icon.icon01d {
  background-position: -7154px -4px;
}
.current-weather .weather-icon.icon01n {
  background-position: -7264px -4px;
}
.current-weather .weather-icon.icon02d {
  background-position: -7378px -4px;
}
.current-weather .weather-icon.icon02n {
  background-position: -7490px -4px;
}
.current-weather .weather-icon.icon03d {
  background-position: -6262px -4px;
}
.current-weather .weather-icon.icon03n {
  background-position: -6372px -4px;
}
.current-weather .weather-icon.icon04d {
  background-position: -5810px -4px;
}
.current-weather .weather-icon.icon04n {
  background-position: -5810px -4px;
}
.current-weather .weather-icon.icon09d {
  background-position: -1780px -4px;
}
.current-weather .weather-icon.icon09n {
  background-position: -1780px -4px;
}
.current-weather .weather-icon.icon10d {
  background-position: -8722px -4px;
}
.current-weather .weather-icon.icon10n {
  background-position: -8832px -4px;
}
.current-weather .weather-icon.icon13d {
  background-position: -3350px -4px;
}
.current-weather .weather-icon.icon13n {
  background-position: -3350px -4px;
}
.current-weather .weather-icon.icon50d {
  background-position: -2900px -4px;
}
.current-weather .weather-icon.icon50n {
  background-position: -3005px -4px;
}
.current-weather .weather-temps {
  height: 45px;
  margin: 10px 0;
}
.current-weather .weather-temps .weather-city {
  color: #005790;
  display: block;
  font-weight: 900;
}
.current-weather .weather-temps .weather-temp {
  font-weight: 900;
  padding-right: 4px;
}
.current-weather .weather-temps .weather-temp.low {
  color: #777777;
  font-size: 0.8em;
  font-weight: 100;
}
.current-weather .weather-temps .weather-temp.high {
  color: #FDBA20;
  font-size: 0.8em;
  font-weight: 100;
}
@media (min-width: 768px) and (max-width: 992px) {
  .current-weather {
    width: 200px;
  }
  .current-weather .weather-temps .weather-city {
    font-size: 0.8em;
  }
}
/* END WEATHER */
/* REQUEST A BROCHURE */
.requestBrochureBox {
  margin-top: 10px;
}
.requestBrochureBox .requestBrochure {
  background-image: url('/images/layout/brochure-icon.png');
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #b0522d;
  background-position: 24px 18px;
  background-repeat: no-repeat;
  color: white;
  display: block;
  font-size: 15px;
  overflow: hidden;
  padding: 19px 20px 16px 70px;
  text-transform: uppercase;
}
@media (max-width: 991px) and (min-width: 768px) {
  .requestBrochureBox .requestBrochure {
    background-position: 10px 18px;
    font-size: 13px;
    padding: 19px 20px 16px 54px;
  }
}
.requestBrochureBox .requestBrochure:hover {
  background-color: #a2a2a3;
  background-position: 24px -43px;
  color: black;
}
@media (max-width: 991px) and (min-width: 768px) {
  .requestBrochureBox .requestBrochure:hover {
    background-position: 10px -43px;
  }
}
/* ------------------------------- */
/*# REQUEST A Quote               #*/
/* ------------------------------- */
.requestQuoteBox {
  margin-top: 10px;
}
.requestQuoteBox .requestQuote {
  background-image: url('/images/layout/quote-icon.png');
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #333333;
  background-position: 24px 13px;
  background-repeat: no-repeat;
  color: white;
  display: block;
  font-size: 15px;
  overflow: hidden;
  padding: 19px 20px 16px 70px;
  text-transform: uppercase;
}
@media (max-width: 991px) and (min-width: 768px) {
  .requestQuoteBox .requestQuote {
    background-position: 10px 13px;
    font-size: 13px;
    padding: 19px 20px 16px 54px;
  }
}
.requestQuoteBox .requestQuote:hover {
  background-color: #a2a2a3;
  background-position: 24px -40px;
  color: black;
}
@media (max-width: 991px) and (min-width: 768px) {
  .requestQuoteBox .requestQuote:hover {
    background-position: 10px -40px;
  }
}
/*-----------------------------------------------*/
/*# Strips                                      #*/
/*-----------------------------------------------*/
.strip {
  padding: 50px 0 50px;
}
.stripWhite {
  position: relative;
}
.stripWhite:before,
.stripWhite:after {
  background-repeat: repeat-x;
  content: '';
  height: 4px;
  position: absolute;
  width: 100%;
}
.stripWhite:before {
  background-image: url(/images/layout/white-strip-shadow-top.png);
  background-position: top;
  top: -4px;
}
.stripWhite:after {
  background-image: url(/images/layout/white-strip-shadow-bottom.png);
  background-position: bottom;
  bottom: -4px;
  z-index: 1;
}
.titleIcon {
  float: left;
  margin-right: 10px;
}
.stripButtons {
  text-align: right;
}
.stripButtons .btn {
  padding: 12px 22px;
}
.stripButtons .btn-bookNow {
  margin-right: 10px;
}
#jumpLinks {
  display: inline-block;
  margin-top: -51px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.jumpLink {
  background-color: #eeeeee;
  font-size: 16px;
  float: left;
  margin: 0 1px 1px 0;
  font-family: 'Open Sans';
  font-weight: 700;
}
.jumpLink a {
  color: black;
  display: inline-block;
  padding: 14px 22px;
}
.jumpLink:hover {
  background-color: #6e6a5b;
}
.jumpLink:hover a {
  color: white;
  text-decoration: none;
}
.stripTitle {
  font-size: 45px;
  line-height: 100%;
  margin: 20px 0 22px;
}
.titleIcon + .stripTitle {
  margin-bottom: 52px;
}
.stripTitle .titleIcon {
  display: none;
}
.stripTitle.withIcon .titleIcon {
  display: inline-block;
  margin-right: 14px;
}
.stripSubTitle {
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 22px;
}
/*-----------------------------------------------*/
/*# Strip - Image Title Link                    #*/
/*-----------------------------------------------*/
.stripImageTitleLink {
  padding-bottom: 40px;
}
.stripImageTitleLink h2.stripTitle {
  margin-bottom: 5px;
  margin-top: 30px;
}
.stripImageTitleLink h2.stripTitle a {
  color: black;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 30px;
  margin: 30px 0 14px;
}
.stripImageTitleLink .linkArrows {
  background-image: url(/images/layout/link-arrows.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 101px;
  margin: 43px auto 0;
  width: 91px;
}
.stripImageTitleLink:hover h2.stripTitle a {
  color: #fdd804;
}
.stripImageTitleLink:hover .linkArrows {
  background-position: 0 -101px;
}
/*-----------------------------------------------*/
/*# Strip - Two Column Panels                   #*/
/*-----------------------------------------------*/
.stripTwoColumnPanels {
  padding-top: 0;
}
.stripTwoColumnPanels .panelsDivider {
  border-top: 1px solid #d9d8d8;
  margin-bottom: 40px;
}
.stripTwoColumnPanels .panelItem {
  margin-bottom: 40px;
}
.stripTwoColumnPanels h4.panelTitle {
  font-size: 18px;
  margin-bottom: 8px;
}
.stripTwoColumnPanels .panelLink {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  text-transform: uppercase;
}
.stripTwoColumnPanels .panelLink:after {
  content: " »";
}
/*-----------------------------------------------*/
/*# Strip - Two Column Content                  #*/
/*-----------------------------------------------*/
.stripTwoColumnContent {
  background-position: center bottom;
  background-repeat: no-repeat;
  /*Hide bg on mobile & tablet*/
}
@media (max-width: 991px) {
  .stripTwoColumnContent {
    background-image: none !important;
  }
}
.stripTwoColumnContent .columnTitle {
  background-color: #f8f8f8;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 14px 22px;
  font-family: 'Open Sans';
  font-weight: 700;
}
.stripTwoColumnContent .columnBody {
  margin-bottom: 22px;
  padding: 0 22px;
}
.stripTwoColumnContent .callOutBox {
  background-color: #f8f8f8;
  border: 1px solid #d9d8d8;
  font-size: 13px;
  margin-bottom: 22px;
  padding: 22px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.callOutBox {
  background-color: #eeeeee;
  border: 1px solid #d8d5d5;
  padding: 22px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
textarea.wideTextarea {
  height: 300px;
  width: 600px;
}
/*-----------------------------------------------*/
/*# Strip - Two Column Call To Action           #*/
/*-----------------------------------------------*/
.stripTwoColumnCallToAction {
  background-position: center bottom;
  background-repeat: no-repeat;
  /*Hide bg on mobile & tablet*/
}
@media (max-width: 991px) {
  .stripTwoColumnCallToAction {
    background-image: none !important;
  }
}
.stripTwoColumnCallToAction .titles {
  margin-bottom: 40px;
}
.stripTwoColumnCallToAction h1 {
  margin-top: 0;
}
.stripTwoColumnCallToAction .columnTitle {
  background-color: #f8f8f8;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 14px 22px;
  font-family: 'Open Sans';
  font-weight: 700;
}
.stripTwoColumnCallToAction .columnBody {
  margin-bottom: 22px;
  padding: 0 22px;
}
.stripTwoColumnCallToAction .callOutBox {
  background-color: #f8f8f8;
  border: 1px solid #d9d8d8;
  font-size: 13px;
  margin-bottom: 22px;
  padding: 22px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.stripTwoColumnCallToAction .addthis_toolbox {
  text-align: right;
}
.stripTwoColumnCallToAction .callToActionBox {
  background-color: #f0f0ef;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 36px 20px 22px;
}
.stripTwoColumnCallToAction .callToAction {
  font-size: 22px;
  text-align: center;
}
.stripTwoColumnCallToAction .linkOptions {
  margin-top: 20px;
}
.stripTwoColumnCallToAction .ddBookingUrl {
  white-space: normal;
}
.stripTwoColumnCallToAction .ddBookingUrl ul {
  width: 100% !important;
}
.stripTwoColumnCallToAction .callToActionBtn {
  margin: 20px 0;
  text-align: center;
}
.stripTwoColumnCallToAction .smallPrint {
  font-size: 13px;
  text-align: center;
}
/*-------------------------------------------------*/
/*# Strip - Image Overlay Text with image offset  #*/
/*-------------------------------------------------*/
.stripImageOverlayText {
  background-color: #252525;
  color: #cccccc;
  padding-top: 0;
  position: relative;
}
.stripImageOverlayText .offsetImage {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .stripImageOverlayText .offsetImage {
    padding-top: 20px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.stripImageOverlayText .columnBody {
  padding-top: 50px;
}
/*-----------------------------------------------------------------*/
/*# Strip - Hours and Rates - inherits Two Column Content Styles  #*/
/*-----------------------------------------------------------------*/
.stripHoursAndRates td {
  vertical-align: middle;
}
.stripHoursAndRates td a {
  background: #feeb04;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZWIwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGRkMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feeb04), color-stop(100%, #fddd03));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feeb04 0%, #fddd03 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feeb04 0%, #fddd03 100%);
  /* W3C */
  border: 1px solid #fafd03;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  padding: 20px 50px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 10px;
  color: black;
  display: inline-block;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feeb04', endColorstr='#fddd03', GradientType=0);
  /* IE6-8 */
  float: right;
  font-size: 12px;
  margin: 0;
  padding: 6px 16px;
  text-transform: uppercase;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stripHoursAndRates td a:hover {
  background: #fff805;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjgwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWU2MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff805), color-stop(100%, #fee604));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff805 0%, #fee604 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff805 0%, #fee604 100%);
  /* W3C */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff805', endColorstr='#fee604', GradientType=0);
  /* IE6-8 */
}
/*-----------------------------------------------*/
/*# Strip - Three Column Content                #*/
/*-----------------------------------------------*/
.stripThreeColumnContent {
  background-position: center bottom;
  color: black;
  padding: 50px 0 40px;
}
.stripThreeColumnContent.white {
  color: white;
}
.stripThreeColumnContent .columnImage {
  border: 5px solid #fff;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 1px rgba(31,31,31,.38);
  -moz-box-shadow: 0 0 0 1px rgba(31,31,31,.38);
  box-shadow: 0 0 0 1px rgba(31,31,31,.38);
  margin-bottom: 20px;
}
.stripThreeColumnContent .colText {
  padding: 0 8px;
}
.stripThreeColumnContent .columnTitle {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 8px;
  font-family: 'Open Sans';
  font-weight: 300;
}
.stripThreeColumnContent .columnBody {
  font-size: 13px;
  margin-bottom: 6px;
}
.stripThreeColumnContent .columnLink {
  /*background-image: url(/images/layout/bullet-bold.png);
        background-position: right 7px;
        background-repeat: no-repeat;*/
  color: black;
  display: inline-block;
  font-size: 13px;
  padding-right: 10px;
}
.stripThreeColumnContent .columnLink:after {
  content: " >>";
}
.stripThreeColumnContent .columnLink:hover {
  color: #fdd804;
}
@media (max-width: 767px) {
  .stripThreeColumnContent .columnImage {
    margin-bottom: 6px;
  }
  .stripThreeColumnContent .colText {
    margin-bottom: 22px;
  }
}
/*-----------------------------------------------*/
/*# Strip - Carousel                            #*/
/*-----------------------------------------------*/
.stripCarousel {
  background-color: black;
}
.captionContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .captionContainer {
    position: static;
  }
}
.carouselNext,
.carouselPrev {
  position: absolute;
  top: 50%;
  z-index: 5;
}
@media (max-width: 991px) {
  .carouselNext,
  .carouselPrev {
    top: 25%;
  }
}
.carouselPrev {
  left: 30%;
}
.carouselNext {
  right: 30%;
}
.featuredImageCaption {
  color: white;
  margin: 10px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: none;
}
.featuredImageCaption .stripTitle {
  color: white;
  margin-bottom: 25px;
}
@media (min-width: 991px) {
  .featuredImageCaption.black {
    color: black;
    text-shadow: none;
  }
  .featuredImageCaption.black .stripTitle {
    color: black;
  }
}
.featuredPrice {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
}
.featuredPriceLabel {
  font-size: 20px;
  text-transform: uppercase;
}
/*-----------------------------------------------*/
/*# Strip - Feature Dining Carousel             #*/
/*-----------------------------------------------*/
.featureDining .stripCarousel {
  background-color: #222222;
}
.featureDining .stripCarousel .featurediningImg {
  float: right;
}
@media (max-width: 991px) {
  .featureDining .stripCarousel .featurediningImg {
    float: none;
  }
}
.featureDining .stripCarousel .item {
  overflow: hidden;
}
.featureDining .stripCarousel .captionContainer,
.featureDining .stripCarousel .captionContainer > .row {
  height: 100%;
}
.featureDining .stripCarousel .captionContainerCols {
  background-color: #222222;
  height: 100%;
}
.featureDining .stripCarousel .item.black,
.featureDining .stripCarousel .black .captionContainerCols {
  background-color: white;
}
.featureDining .stripCarousel .carouselCaption {
  color: white;
  padding-right: 60px;
}
.featureDining .stripCarousel .featuredDiningCaption {
  margin: 50px 0;
}
.featureDining .stripCarousel .black .featuredDiningCaption {
  color: black;
}
.featureDining .stripCarousel .stripTitle {
  display: none;
}
.featureDining .stripCarousel .restaurantLogo.nologo {
  display: none;
}
.featureDining .stripCarousel .restaurantLogo.nologo + .stripTitle {
  display: block;
}
.featureDining .stripCarousel .restaurantLogo {
  margin-bottom: 20px;
}
.featureDining .stripCarousel .stripTitle.smallTitle {
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 700;
}
.featureDining .stripCarousel a.diningLearnMore {
  color: #6e6a5b;
  font-family: 'Open Sans';
  font-weight: 700;
}
/*-----------------------------------------------*/
/*# Strip - Page Not Found                      #*/
/*-----------------------------------------------*/
.pageNotFound {
  height: 700px;
}
.pageNotFound h2 {
  color: #7ac142;
  margin: 115px 0 0;
}
@media (max-width: 767px) {
  .pageNotFound h2 {
    display: none;
  }
}
.pageNotFound h3 {
  font-family: 'Open Sans';
  font-weight: 300;
  margin-top: 0;
}
/*-----------------------------------------------*/
/*# Strip - Prices                              #*/
/*-----------------------------------------------*/
.stripPrices .dateRange {
  background-color: #f8f8f8;
}
.stripPrices .tableHeader {
  background-color: #FAF9F9;
}
.stripPrices .tableHeader th {
  border-top: 25px solid #FFFFFF;
  font-size: 22px;
  font-weight: 400;
}
.stripPrices thead th,
.stripPrices thead td {
  padding-bottom: 30px;
  padding-left: 5px;
}
.stripPrices th {
  font-weight: bold;
  text-align: left;
}
.stripPrices .footnote {
  border-top: 1px solid #d9d8d8;
  font-size: 13px;
  margin-bottom: 22px;
  padding: 24px 0px;
}
/*-----------------------------------------------*/
/*# Strip - Accommodation Selection             #*/
/*-----------------------------------------------*/
.stripAccommodation .accommodationTable {
  margin-bottom: 60px;
  width: 100%;
}
.stripAccommodation td,
.stripAccommodation th {
  padding: 10px 20px;
}
.stripAccommodation th {
  background-color: #fbfbfb;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}
.stripAccommodation .footnote {
  border-top: 1px solid #d9d8d8;
  font-size: 13px;
  margin-bottom: 22px;
  padding: 24px 0px;
}
/*-----------------------------------------------*/
/*# Strip - LiveChat                            #*/
/*-----------------------------------------------*/
.stripLiveChat {
  color: black;
  padding: 50px 0 0 0px;
  background-color: #fff;
}
.stripLiveChat.Transportation {
  padding: 50px 0 40px;
}
.stripLiveChat .stripLiveChatLine1 {
  font-size: 45px;
}
.stripLiveChat .stripLiveChatLine2 {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 23px;
}
.stripLiveChat .divider {
  background-color: #eeeeee;
  height: 1px;
  margin: 20px 0 26px;
}
.stripLiveChat .btn-bookNow {
  font-size: 15px;
  padding-left: 67px;
  padding-right: 67px;
}
.stripLiveChat .stripLiveChatPhone {
  background: none;
  border: none;
  float: none;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 300;
  padding-left: 0px;
  width: 280px;
}
.stripLiveChat .stripLiveChatPhone.WithLink {
  width: 100%;
  max-width: 530px;
  background-position: left 22px;
}
.stripLiveChat .stripLiveChatPhone.WithLink .btn {
  margin-left: 35px;
}
@media (max-width: 991px) {
  .stripLiveChat .stripLiveChatPhone {
    background-position: left 4px;
    display: table;
    float: none;
    font-size: 23px;
    margin: 6px auto 28px;
  }
}
.stripLiveChat .stripLiveChatInquire {
  text-align: center;
}
.stripLiveChat .stripLiveChatInquire a {
  margin-top: 0;
}
@media (max-width: 480px) {
  .stripLiveChat .stripLiveChatPhone.WithLink {
    background-position: left 4px;
  }
  .stripLiveChat .stripLiveChatPhone.WithLink .btn {
    margin-left: 0px;
  }
}
/*-----------------------------------------------*/
/*# Strip - Featured Image                      #*/
/*-----------------------------------------------*/
.stripFeaturedImage {
  position: relative;
  background-color: black;
}
.stripFeaturedImage .featureOverlay {
  background-image: url('/images/layout/feature-overlay.png');
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* stroke */
  margin: 35px 0;
  padding: 35px;
}
.stripFeaturedImage .featureOverlay h2 {
  color: white;
  margin: 0 0 20px 0;
}
/*-----------------------------------------------*/
/*# Strip - Tabs                                #*/
/*-----------------------------------------------*/
.tab-content {
  margin-bottom: 42px;
}
.stripTabs {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.stripTabs .titleIcon + .stripTitle {
  margin-bottom: 0;
}
.stripTabs .nav-tabs {
  margin: 20px auto 40px;
}
/*-----------------------------------------------*/
/*# Strip - Rooms & Rates (Tabs)                #*/
/*-----------------------------------------------*/
.stripRoomsRatesTabs .roomName {
  font-size: 18px;
  margin-bottom: 8px;
  font-family: 'Open Sans';
  font-weight: 700;
}
.stripRoomsRatesTabs .price {
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 18px 0;
}
.stripRoomsRatesTabs .price .roomRatefrom {
  font-size: 15px;
}
.stripRoomsRatesTabs .price .roomRatePrice {
  font-size: 30px;
  line-height: 28px;
}
.stripRoomsRatesTabs .price .roomRatePriceLabel {
  font-size: 22px;
}
/*-----------------------------------------------*/
/*# Strip -  Form                               #*/
/*-----------------------------------------------*/
.stripForm {
  padding: 0px 0 50px;
  /*Exceptions to the default form heights*/
}
.stripForm .stripTitle {
  margin: 40px 0 5px;
  text-align: center;
}
.stripForm .contactFormIntro {
  font-size: 17px;
  margin: 0 auto;
  max-width: 760px;
  padding: 28px;
  text-align: center;
}
.stripForm.stripWhite:before {
  background: none;
}
.stripForm iframe {
  width: 100%;
  height: 1000px;
}
@media (max-width: 991px) {
  .stripForm iframe {
    max-width: 719px;
    height: 1600px;
  }
}
.stripForm.formID8088 iframe {
  height: 1600px;
}
@media (max-width: 991px) {
  .stripForm.formID8088 iframe {
    height: 2600px;
  }
}
.stripForm.formID8074 iframe,
.stripForm.formID6518 iframe {
  height: 1200px;
}
@media (max-width: 991px) {
  .stripForm.formID8074 iframe,
  .stripForm.formID6518 iframe {
    height: 1900px;
  }
}
.stripForm.formID6520 iframe {
  height: 1100px;
}
@media (max-width: 991px) {
  .stripForm.formID6520 iframe {
    height: 1600px;
  }
}
.stripForm.formID6516 iframe {
  height: 700px;
}
@media (max-width: 991px) {
  .stripForm.formID6516 iframe {
    height: 900px;
  }
}
.stripForm.formID6514 iframe {
  height: 760px;
}
@media (max-width: 991px) {
  .stripForm.formID6514 iframe {
    height: 1100px;
  }
}
#mainContent .stripWhite:before {
  background-image: none;
  position: static;
}
#mainContent .stripWhite:after {
  background-image: none;
  position: static;
}
#mainContent .container {
  width: auto;
  /*to nullify container inside container when strip is added as a widget*/
}
/*--------------------------------------------------*/
/*# Strip - Video - designed for 16:9 aspect ratio #*/
/*--------------------------------------------------*/
.stripVideo {
  background-color: black;
}
.stripVideo .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.stripVideo .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stripVideo .getvimeo {
  /*float: left;
        margin-left: 40%;
        margin-top: 280px;*/
}
.stripVideo .getvimeo .loading .spinner {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .stripVideo .getvimeo .loading .spinner {
    margin-top: 170px;
  }
}
@media (min-width: 992px) {
  .stripVideo .getvimeo .loading .spinner {
    margin-top: 230px;
  }
}
@media (min-width: 1200px) {
  .stripVideo .getvimeo .loading .spinner {
    margin-top: 285px;
  }
}
.stripVideo .getvimeo .loading .spinner > div {
  background-color: #FFDA11;
}
/*--------------------------------------------------*/
/*# Strip - Video Thumbs List                      #*/
/*--------------------------------------------------*/
.stripVideoThumbs .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.stripVideoThumbs .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stripVideoThumbs .getvimeo {
  /*float: left;
        margin-left: 40%;
        margin-top: 280px;*/
}
.stripVideoThumbs .getvimeo .loading .spinner {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .stripVideoThumbs .getvimeo .loading .spinner {
    margin-top: 170px;
  }
}
@media (min-width: 992px) {
  .stripVideoThumbs .getvimeo .loading .spinner {
    margin-top: 230px;
  }
}
@media (min-width: 1200px) {
  .stripVideoThumbs .getvimeo .loading .spinner {
    margin-top: 285px;
  }
}
.stripVideoThumbs .getvimeo .loading .spinner > div {
  background-color: #FFDA11;
}
.stripVideoThumbs .videoAbstract {
  margin-bottom: 20px;
}
/*-----------------------------------------------*/
/*# Strip - Home Text Image                     #*/
/*-----------------------------------------------*/
.stripHomeTextImage {
  padding: 60px 0 80px;
  /*Hide bg on mobile & tablet*/
}
.stripHomeTextImage.white {
  color: white;
}
.stripHomeTextImage .smallTitle {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 0;
}
.stripHomeTextImage .largeTitle {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 26px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .stripHomeTextImage {
    background-image: none !important;
  }
}
/*-----------------------------------------------*/
/*# Strip - Map                                 #*/
/*-----------------------------------------------*/
#MapOfCanada #mainContent,
#CanadaMap #mainContent,
#InteractiveMap #mainContent {
  margin-bottom: 0;
}
#MapOfCanada #pageInto,
#CanadaMap #pageInto,
#InteractiveMap #pageInto {
  margin-bottom: 0;
}
/*-----------------------------------------------*/
/*# Loading Spinner                             #*/
/*-----------------------------------------------*/
.loading .spinner {
  margin: 28px auto 0;
  width: 300px;
  text-align: center;
}
.loading .spinner > div {
  width: 54px;
  height: 54px;
  background-color: #a49e88;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-----------------------------------------------*/
/*# Cards                                       #*/
/*-----------------------------------------------*/
/* CARD LISTINGS */
.nocards {
  background-image: url('/images/layout/no-card-results-bg.gif');
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 400px;
}
.nomessage {
  background-color: #F78F1E;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  color: #FFF;
  display: block;
  padding: 20px;
  text-align: center;
}
.nomessage h3 {
  color: #FFF;
  margin-top: 6px;
}
.cardsBox {
  background-image: url("/images/layout/card-bg.gif");
  background-repeat: repeat;
  border-top: 1px solid #D9D8D8;
  padding: 20px 0 0;
}
.cardsBox .cardsListingHeading {
  background-color: #FFF;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 14px 6px;
}
.cardsBox .filterOptionsBox select,
.cardsBox .sortOptionsBox select {
  background-color: #FAFAFA;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
}
.cardsBox .filterOptionsBox {
  float: left;
  /*.typefilter.activities {
            background-image: url('/images/brands/activities.png');
        }
        .typefilter.hotels {
            background-image: url('/images/brands/hotels.png');
        }
        .typefilter.transport {
            background-image: url('/images/brands/transportation.png');
        }
        .typefilter.vacations {
            background-image: url('/images/brands/vacations.png');
        }*/
}
.cardsBox .filterOptionsBox .fixedFilter,
.cardsBox .filterOptionsBox .filter {
  float: left;
  margin-left: 20px;
}
.cardsBox .filterOptionsBox .topFilter .filterHeading {
  color: black;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
  line-height: 12px;
  margin-bottom: 5px;
}
.cardsBox .filterOptionsBox .filter .typefilter {
  background-color: #FAFAFA;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  color: black;
  display: inline-block;
  margin-right: 12px;
  padding: 10px 16px 9px 40px;
  text-decoration: none;
}
.cardsBox .filterOptionsBox .typefilter:focus {
  outline: none;
}
.cardsBox .filterOptionsBox .typefilter::-moz-focus-inner {
  border: 0;
}
.cardsBox .filterOptionsBox .filter .typefilter.selected,
.cardsBox .filterOptionsBox .filter .typefilter.selected:hover {
  color: #FFF;
  cursor: default;
  background-color: #6E6A5B;
  background-position: 10px -74px;
}
.cardsBox .filterOptionsBox .filter .typefilter:hover {
  background-color: white;
  background-position: 10px -32px;
}
.cardsBox .filterOptionsBox .lowerFilter {
  margin-top: 4px;
}
.cardsBox .filterOptionsBox .lowerFilter .filterHeading {
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 16px;
  line-height: 12px;
  margin: 5px 0;
}
.cardsBox .filterOptionsBox .fixedFilter .typefilter,
.cardsBox .filterOptionsBox .fixedFilter .regionfilter,
.cardsBox .filterOptionsBox .fixedFilter .destinationfilter {
  background-color: #6E6A5B;
  background-position: 10px -36px;
  background-repeat: no-repeat;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  margin-right: 12px;
  text-decoration: none;
}
.cardsBox .filterOptionsBox .fixedFilter .typefilter {
  padding: 10px 16px 10px 40px;
}
.cardsBox .filterOptionsBox .fixedFilter .regionfilter,
.cardsBox .filterOptionsBox .fixedFilter .destinationfilter {
  padding: 10px 16px;
}
.cardsBox .sortOptionsBox {
  float: right;
  margin: 0 20px;
}
.cardsBox .sortOptionsBox .sortHeading {
  color: black;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .cardsBox .sortOptionsBox {
    float: left;
    margin-top: 13px;
  }
}
.cardsBox .cardsListing {
  background: none;
  min-height: 200px;
  padding-top: 20px;
}
.cardsBox .cardsListing .cardsListing .error {
  display: block;
  font-weight: 600;
  padding: 30px 0;
  text-align: center;
}
.cardsBox .cardsListing .cardsListing .loading {
  text-align: center;
}
.cardsBox .cardsListing .cardsListing .nodata {
  display: block;
  font-weight: 600;
  padding: 30px 0;
  text-align: center;
}
.showMeMoreRow {
  background-image: url(/images/layout/show-me-more-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 30px;
}
.showMeMore {
  display: block;
  margin: 0 auto;
  width: 225px;
}
/*-----------------------------------------------*/
/*  CARDS FILTER DROP DOWNS                      */
/*-----------------------------------------------*/
.wrapper-dropdown-5 {
  /* Size & position */
  position: relative;
  min-width: 200px;
  margin: 0 auto;
  padding: 0 15px;
  /* Styles */
  background-color: #FAFAFA;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  font-weight: bold;
  height: 42px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown-5 .selectedvalue {
  line-height: 42px;
}
.wrapper-dropdown-5:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #999 transparent;
}
.wrapper-dropdown-5 .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10001;
  margin: 0;
  padding: 0 4px;
  /* Styles */
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  text-indent: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* Hiding */
  max-height: 0;
  overflow: hidden;
}
.wrapper-dropdown-5 .dropdown li {
  padding: 0;
}
.wrapper-dropdown-5 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #DDD;
}
.wrapper-dropdown-5 .dropdown li:last-of-type a {
  border: none;
}
.wrapper-dropdown-5 .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}
/* Hover state */
.wrapper-dropdown-5 .dropdown li:hover a {
  color: #57a9d9;
}
/* Active state */
.wrapper-dropdown-5.active {
  border-radius: 5px 5px 0 0;
  background: #333;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
.wrapper-dropdown-5.active:after {
  border-color: #333 transparent;
}
.wrapper-dropdown-5.active .dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
  overflow: auto;
}
/******************************************/
/*************  END DROP DOWN  ************/
/******************************************/
/*-----------------------------------------------*/
/*#  Hotel Booking Widget                       #*/
/*-----------------------------------------------*/
.bookingWidget {
  position: relative;
  margin-top: -155px;
  z-index: 200;
}
.bookingWidget .bkMobChildren,
.bookingWidget .bkMobAdults,
.bookingWidget .bkMobLength {
  display: none;
}
.bookingWidget .bookingForm {
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  background: url('/images/layout/black-transparent.png') repeat top left;
  border: 2px solid gold;
  padding: 5px 15px 9px 15px;
  font-weight: bold;
  z-index: 150;
}
.bookingWidget .bookingForm .bwHeaderTag .imgTag {
  float: left;
  margin-left: -28px;
  margin-top: -8px;
}
.bookingWidget .bookingForm .bwHeaderTitle {
  font-size: 29px;
  color: #fff;
  text-indent: 15px;
  line-height: 41px;
}
.bookingWidget .bookingForm .wrapper-dropdown-5 {
  height: 35px;
  width: 95px;
  min-width: 95px;
  float: left;
  margin: 0;
}
.bookingWidget .bookingForm .wrapper-dropdown-5 .selectedvalue {
  line-height: 35px;
}
.bookingWidget .bookingForm .wrapper-dropdown-5 .dropdown {
  margin-left: -1px;
}
.bookingWidget .bookingForm .wrapper-dropdown-5 .dropdown li {
  margin-bottom: 0;
}
.bookingWidget .bookingForm .wrapper-dropdown-5 .dropdown li a {
  padding: 8px;
}
.bookingWidget .bookingForm .bookingInput .bookingLabel {
  text-align: left;
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
  height: 32px;
}
.bookingWidget .bookingForm .bookingInput.Calendar #bkDate {
  width: 145px;
  height: 35px;
  padding-left: 35px;
  background: url('/images/layout/calendar-icon.png') no-repeat 5px center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.bookingWidget .bookingForm .bookingInput.Calendar #bkDateOut {
  width: 145px;
  height: 35px;
  padding-left: 35px;
  background: url('/images/layout/calendar-icon.png') no-repeat 5px center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.bookingWidget .bookingForm .bookingInput.Submit .btn {
  height: 35px;
  width: 100%;
  line-height: 8px;
  margin: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 13px;
  padding-bottom: 17px;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .bookingWidget .bookingForm .bwHeaderTitle {
    font-size: 22px;
    line-height: 48px;
  }
  .bookingWidget .bookingForm .bookingInput.Calendar #bkDate {
    width: 115px;
  }
  .bookingWidget .bookingForm .bookingInput.Calendar #bkDateOut {
    width: 115px;
  }
}
@media (max-width: 767px) {
  .bookingWidget {
    /*margin-top: 15px;*/
  }
  .bookingWidget .bkMobChildren,
  .bookingWidget .bkMobAdults,
  .bookingWidget .bkMobLength {
    display: block;
  }
  .bookingWidget .bkMobChildren select,
  .bookingWidget .bkMobAdults select,
  .bookingWidget .bkMobLength select {
    width: 100%;
  }
  .bookingWidget .bookingForm .bwHeaderTag .imgTag {
    margin-left: -28px;
    margin-top: -8px;
  }
  .bookingWidget .bookingForm .bwHeaderTitle {
    font-size: 25px;
  }
  .bookingWidget .bookingForm .wrapper-dropdown-5 {
    display: none;
  }
  .bookingWidget .bookingForm .bookingInput .bookingLabel {
    clear: both;
  }
}
@media (max-width: 767px) {
  .bookingWidget {
    margin-top: 15px;
  }
  .bookingWidget .bkMobChildren,
  .bookingWidget .bkMobAdults,
  .bookingWidget .bkMobLength {
    display: block;
  }
  .bookingWidget .bkMobChildren select,
  .bookingWidget .bkMobAdults select,
  .bookingWidget .bkMobLength select {
    width: 100%;
  }
  .bookingWidget .bookingForm .wrapper-dropdown-5 {
    display: none;
  }
}
@media (max-width: 350px) {
  .bookingWidget {
    margin-top: 15px;
  }
  .bookingWidget .bookingForm .bwHeaderTag .imgTag {
    width: 100%;
  }
  .bookingWidget .bookingForm .bwHeaderTitle {
    text-indent: 0px;
  }
}
/*-----------------------------------------------*/
/*# blogCards                                       #*/
/*-----------------------------------------------*/
#ExploreGlacierBlog #insideWrap #pageIntro,
#TravelBlog #insideWrap #pageIntro {
  display: none;
}
#ExploreGlacierBlog #insideWrap #blogContent .blogDetail,
#TravelBlog #insideWrap #blogContent .blogDetail {
  display: none;
}
.blogIntro {
  text-align: center;
  font-size: 17px;
  padding-top: 30px;
}
.blogIntro:before,
.blogIntro:after {
  content: " ";
  display: table;
}
.blogIntro:after {
  clear: both;
}
.blogIntro:before,
.blogIntro:after {
  content: " ";
  display: table;
}
.blogIntro:after {
  clear: both;
}
.blogIntro h1 {
  text-align: center;
  margin-top: 0;
}
.blogIntro h2 {
  text-align: center;
}
.blogIntro p {
  font-size: 17px;
}
.blogFilters {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #b3b1b1;
  padding: 5px 20px 20px 5px;
  margin: 30px 0 40px 0;
}
.blogFilters:before,
.blogFilters:after {
  content: " ";
  display: table;
}
.blogFilters:after {
  clear: both;
}
.blogFilters:before,
.blogFilters:after {
  content: " ";
  display: table;
}
.blogFilters:after {
  clear: both;
}
.blogFilters .searchDialogContainer {
  padding-right: 0;
  padding-top: 20px;
}
.blogFilters .searchDialogContainer:before,
.blogFilters .searchDialogContainer:after {
  content: " ";
  display: table;
}
.blogFilters .searchDialogContainer:after {
  clear: both;
}
.blogFilters .searchDialogContainer:before,
.blogFilters .searchDialogContainer:after {
  content: " ";
  display: table;
}
.blogFilters .searchDialogContainer:after {
  clear: both;
}
.blogFilters .searchDialogContainer .dialogWrapper {
  height: 42px;
  width: 100%;
}
.blogFilters .searchDialogContainer .dialogWrapper input.TextBoxField {
  background: #fff;
  padding: 11px;
  border: 1px solid #b3b1b1;
  border-right: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0px 0px 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0px 0px 4px;
  background-clip: padding-box;
  font-size: 13px;
  color: #333333;
  width: 80%;
  float: left;
}
.blogFilters .searchDialogContainer .dialogWrapper .ContentButton {
  background: #fff;
  height: 42px;
  width: 38px;
  padding: 11px;
  border: 1px solid #b3b1b1;
  border-left: none;
  -webkit-border-radius: 0px 4px 4px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 4px 4px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 4px 4px 0px;
  background-clip: padding-box;
  font-size: 13px;
  color: #333333;
  background-image: url('/images/blog/search-btn.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -4px;
}
.blogFilters .searchDialogContainer .dialogWrapper .ContentButton:hover {
  background-image: url('/images/blog/search-btn-hover.png');
}
.blogFilters .parentBlogCatFilter {
  padding-right: 0;
  padding-top: 20px;
  visibility: hidden;
}
.blogFilters .parentBlogCatFilter:before,
.blogFilters .parentBlogCatFilter:after {
  content: " ";
  display: table;
}
.blogFilters .parentBlogCatFilter:after {
  clear: both;
}
.blogFilters .parentBlogCatFilter:before,
.blogFilters .parentBlogCatFilter:after {
  content: " ";
  display: table;
}
.blogFilters .parentBlogCatFilter:after {
  clear: both;
}
.blogFilters .parentBlogCatFilter .blogCatFilter {
  padding-top: 20px;
  float: left;
  width: 193px;
}
.blogFilters .parentBlogCatFilter .blogCatFilter select {
  background: #fff;
  padding: 10px;
  border: 1px solid #b3b1b1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 13px;
  color: #333333;
}
.blogFilters .blogSubmitSotry {
  height: 43px;
}
.blogFilters .blogSubmitSotry .btnBlogSubmitStory {
  background: #fff;
  padding: 11px;
  margin-top: 20px;
  border: 1px solid #b3b1b1;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 13px;
  color: #333333;
  width: 145px;
  float: left;
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #f3f3f3 100%);
  /* W3C */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-9 */
}
.blogFilters .blogSocialMedia {
  padding-left: 0;
}
.blogFilters .blogSocialMedia:before,
.blogFilters .blogSocialMedia:after {
  content: " ";
  display: table;
}
.blogFilters .blogSocialMedia:after {
  clear: both;
}
.blogFilters .blogSocialMedia:before,
.blogFilters .blogSocialMedia:after {
  content: " ";
  display: table;
}
.blogFilters .blogSocialMedia:after {
  clear: both;
}
.blogFilters .blogSocialMedia .socialMediaLinks {
  padding-top: 30px;
  width: 170px;
  text-align: right;
  float: right;
}
#blogContent {
  background-image: url("/images/layout/card-bg.gif");
  background-repeat: repeat;
}
#blogContent:before,
#blogContent:after {
  content: " ";
  display: table;
}
#blogContent:after {
  clear: both;
}
#blogContent:before,
#blogContent:after {
  content: " ";
  display: table;
}
#blogContent:after {
  clear: both;
}
#blogContent .blogDetailContent {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0px 3px rgba(6,6,6,.35);
  -moz-box-shadow: 0 0px 3px rgba(6,6,6,.35);
  box-shadow: 0 0px 3px rgba(6,6,6,.35);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 19px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 30px;
}
#blogContent .blogDetailContent:before,
#blogContent .blogDetailContent:after {
  content: " ";
  display: table;
}
#blogContent .blogDetailContent:after {
  clear: both;
}
#blogContent .blogDetailContent:before,
#blogContent .blogDetailContent:after {
  content: " ";
  display: table;
}
#blogContent .blogDetailContent:after {
  clear: both;
}
#blogContent .blogDetailContent a {
  color: #2b2b2b;
}
#blogContent .blogDetailContent h1 {
  font-size: 40px;
}
#blogContent .blogDetailContent .blogDetailImage {
  -webkit-border-radius: 4px 4px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0px 0px;
  background-clip: padding-box;
}
#blogContent .blogDetailContent .blogContent {
  padding: 0 30px;
}
#blogContent .blogDetailContent .blogContent .blogDate {
  font-size: 16px;
  line-height: 19px;
  color: #959595;
  font-family: 'Open Sans';
  font-weight: 700;
  padding-bottom: 15px;
  font-style: italic;
}
#blogContent .blogDetailContent .blogContent .blogText {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 23px;
}
#blogContent .blogDetailContent .blogContent .blogText p {
  margin-bottom: 15px;
  line-height: 23px;
}
#blogContent .blogDetailContent .blogContent .blogText a {
  color: #6e6a5b;
}
#blogContent .blogDetailContent .blogContent .blogText a:hover {
  color: #fdd804;
}
#blogContent .blogDetailContent .blogCategories,
#blogContent .blogDetailContent .detailTags {
  padding: 20px 30px;
  border-top: 1px solid #d7d7d7;
}
#blogContent .blogDetailContent .blogCategories:before,
#blogContent .blogDetailContent .detailTags:before,
#blogContent .blogDetailContent .blogCategories:after,
#blogContent .blogDetailContent .detailTags:after {
  content: " ";
  display: table;
}
#blogContent .blogDetailContent .blogCategories:after,
#blogContent .blogDetailContent .detailTags:after {
  clear: both;
}
#blogContent .blogDetailContent .blogCategories:before,
#blogContent .blogDetailContent .detailTags:before,
#blogContent .blogDetailContent .blogCategories:after,
#blogContent .blogDetailContent .detailTags:after {
  content: " ";
  display: table;
}
#blogContent .blogDetailContent .blogCategories:after,
#blogContent .blogDetailContent .detailTags:after {
  clear: both;
}
#blogContent .blogDetailContent .blogCategories h3,
#blogContent .blogDetailContent .detailTags h3 {
  margin: 0 0 17px 0;
  font-size: 15px;
}
#blogContent .blogDetailContent .blogCategories .tag,
#blogContent .blogDetailContent .detailTags .tag {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: block;
  padding: 7px 10px;
  float: left;
  margin-right: 5px;
  border: 1px solid #b3b1b1;
  font-size: 15px;
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbfbfb 0%, #f3f3f3 100%);
  /* W3C */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-9 */
}
#blogContent .blogDetailContent .detailBottom {
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
  color: #6e6a5b;
}
#blogContent .blogDetailContent .detailBottom:before,
#blogContent .blogDetailContent .detailBottom:after {
  content: " ";
  display: table;
}
#blogContent .blogDetailContent .detailBottom:after {
  clear: both;
}
#blogContent .blogDetailContent .detailBottom:before,
#blogContent .blogDetailContent .detailBottom:after {
  content: " ";
  display: table;
}
#blogContent .blogDetailContent .detailBottom:after {
  clear: both;
}
#blogContent .blogDetailContent .detailBottom .backLink {
  padding-top: 5px;
}
#blogContent .blogDetailContent .detailBottom .backLink a {
  color: #6e6a5b;
}
#blogContent .blogDetailContent .detailBottom .blogSocialMedia .socialMediaLinks {
  text-align: right;
  padding-top: 4px;
}
#blogContent .comments {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0px 3px rgba(6,6,6,.35);
  -moz-box-shadow: 0 0px 3px rgba(6,6,6,.35);
  box-shadow: 0 0px 3px rgba(6,6,6,.35);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 19px;
  margin-bottom: 30px;
  padding: 15px;
}
#blogContent .comments:before,
#blogContent .comments:after {
  content: " ";
  display: table;
}
#blogContent .comments:after {
  clear: both;
}
#blogContent .comments:before,
#blogContent .comments:after {
  content: " ";
  display: table;
}
#blogContent .comments:after {
  clear: both;
}
#blogContent .comments table > tbody > tr:nth-child(2n) > td,
#blogContent .comments table > tbody > tr:nth-child(2n) > th {
  background: transparent;
}
#blogContent .comments .BlogLeaveComment,
#blogContent .comments .BlogCommentsTitle {
  font-weight: '400';
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 15px;
  display: block;
}
#blogContent .comments .CommentDetail table td {
  padding: 0;
}
#blogContent .comments .CommentDetail .CommentUserName {
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
}
#blogContent .comments .CommentDetail .CommentDate {
  padding-top: 5px;
  font-style: italic;
  font-size: 13px;
  display: block;
}
#blogContent .comments .BlogPanel {
  border-top: 1px solid #D1D1D1;
  margin-top: 30px;
  width: 80%;
}
#blogContent .comments .BlogPanel td,
#blogContent .comments .BlogPanel th {
  border-bottom: none;
}
#blogContent .comments .BlogPanel .CommentForm label {
  font-size: 13px;
  color: #000;
  line-height: 16px;
  margin-bottom: 4px;
}
#blogContent .comments .BlogPanel input.TextBoxField {
  background: #fff;
  padding: 10px;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 13px;
  color: #333333;
  width: 100%;
}
#blogContent .comments .BlogPanel textarea {
  background: #fff;
  padding: 10px;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 13px;
  color: #333333;
  width: 100%;
}
#blogContent .comments .BlogPanel .CaptchaTextBox {
  background: #fff;
  padding: 10px;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 13px;
  color: #333333;
  width: 100%;
  max-width: 220px;
}
#blogContent .comments .BlogPanel .CaptchaTable td {
  padding: 0;
}
#blogContent .TextContent {
  padding-top: 30px;
}
#blogContent .parentRightColumnContainer {
  padding: 0;
}
#blogContent .parentRightColumnContainer #rightColumnContainer {
  padding-top: 40px;
  width: 100%;
  max-width: none;
}
#blogContent .parentRightColumnContainer #rightColumnContainer .blogRecentPostTitle {
  font-size: 28px;
  font-weight: '400';
  font-family: 'Open Sans';
  font-weight: 700;
  padding-bottom: 10px;
}
#blogContent .blogCard {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0px 3px rgba(6,6,6,.35);
  -moz-box-shadow: 0 0px 3px rgba(6,6,6,.35);
  box-shadow: 0 0px 3px rgba(6,6,6,.35);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 19px;
  margin-bottom: 15px;
  overflow: hidden;
}
#blogContent .blogCard a {
  color: #2b2b2b;
}
#blogContent .blogCard .blogCardContent {
  overflow: hidden;
}
@media (min-width: 768px) {
  #blogContent .blogCard .blogCardContent {
    height: 381px;
  }
}
@media (min-width: 992px) {
  #blogContent .blogCard .blogCardContent {
    height: 392px;
  }
}
@media (min-width: 1200px) {
  #blogContent .blogCard .blogCardContent {
    height: 390px;
  }
}
#blogContent .blogCard .cardThumb {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#blogContent .blogCard .cardDetails {
  padding: 16px 20px 20px 20px;
  overflow: hidden;
}
#blogContent .blogCard .cardDetails:before,
#blogContent .blogCard .cardDetails:after {
  content: " ";
  display: table;
}
#blogContent .blogCard .cardDetails:after {
  clear: both;
}
#blogContent .blogCard .cardDetails:before,
#blogContent .blogCard .cardDetails:after {
  content: " ";
  display: table;
}
#blogContent .blogCard .cardDetails:after {
  clear: both;
}
#blogContent .blogCard .cardDetails .cardName {
  margin-bottom: 6px;
  overflow: hidden;
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-decoration: none;
}
#blogContent .blogCard .cardDetails .cardDate {
  font-size: 13px;
  line-height: 15px;
  color: #959595;
  font-family: 'Open Sans';
  font-weight: 700;
  padding-bottom: 15px;
  font-style: italic;
}
#blogContent .blogCard .cardDetails .cardSummary {
  font-size: 13px;
  line-height: 21px;
}
#blogContent .blogCard .cardDetails .cardSummary p {
  font-size: 13px;
  line-height: 21px;
}
#blogContent .blogCard .cardDetails .cardSummary a {
  color: #6e6a5b;
}
#blogContent .blogCard .cardDetails .cardSummary a:hover {
  color: #fdd804;
}
#blogContent .blogCard .cardComments {
  border-top: 1px solid #d7d7d7;
  padding: 10px 0;
  height: 45px;
}
#blogContent .blogCard .cardComments:before,
#blogContent .blogCard .cardComments:after {
  content: " ";
  display: table;
}
#blogContent .blogCard .cardComments:after {
  clear: both;
}
#blogContent .blogCard .cardComments:before,
#blogContent .blogCard .cardComments:after {
  content: " ";
  display: table;
}
#blogContent .blogCard .cardComments:after {
  clear: both;
}
#blogContent .blogCard .cardComments .numbers {
  color: #6e6a5b;
  font-size: 13px;
  padding-top: 3px;
}
#blogContent .blogCard .cardComments .numbers .label {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #6e6a5b;
  font-size: 13px;
  padding-right: 0;
}
#blogContent .blogCard .cardComments .socialShare {
  text-align: right;
  padding-right: 25px;
}
#blogContent .cardsListing {
  text-align: center;
}
#blogContent .cardsListing .showMeMoreRow,
#blogContent .cardsListing .loadingCards {
  padding: 20px 0px;
}
/*@media (max-width: @screen-sm)
{
    .blogFilters {
        .parentBlogCatFilter {
            padding-left: 15px;
        }
    }

    #blogContent {
        .comments {
            .BlogPanel {
                width: 100%;
            }  
        }
    }
}


@media (min-width: @screen-lg)
{
    #blogContent {
        .blogCard 
        {         
            height: 480px;
        }
    }
}

@media (min-width: @screen-md) and (max-width: @screen-lg)
{
    #blogContent {
        .blogCard 
        {         
            height: 440px;
        }
    }
}

@media (min-width: @screen-sm) and (max-width: @screen-md)
{
    #blogContent {
        .blogCard 
        {         
            height: 470px;
        }

        .blogCard.sideCol
        {         
            height: 395px;
        }
    }
}

@media (min-width: @screen-xs) and (max-width: @screen-sm)
{
    #blogContent {
        .blogCard 
        {         
            height: 395px;
        }
    }
}

@media (max-width: @screen-xs-max)
{
    #blogContent {
        .blogCard 
        {         
            height: auto;
        }
    }
}*/
/*-------------------------------------------------*/
/*  CAREERS */
.careerDetail {
  padding-top: 15px;
}
.careerDetail:before,
.careerDetail:after {
  content: " ";
  display: table;
}
.careerDetail:after {
  clear: both;
}
.careerDetail:before,
.careerDetail:after {
  content: " ";
  display: table;
}
.careerDetail:after {
  clear: both;
}
.careerDetail .link {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}
.careerDetail .info {
  font-size: 13px;
}
.careerDetail:nth-child(1) {
  border: none;
  padding-top: 0;
}
.careerDetail:nth-child(1) .link {
  padding-top: 0;
  border: none;
}
.careerDetail.noBorder {
  border: none;
  padding-top: 0;
}
.careerPageListSpacer {
  padding-bottom: 100px;
}
.careerDetailPage span {
  font-weight: 400;
  color: #000;
}
.careerDetailPage .dates {
  padding-bottom: 5px;
}
.careerDetailPage .positions {
  padding-bottom: 5px;
}
.careerDetailPage .term {
  padding-bottom: 5px;
}
.careerDetailPage .location {
  padding-bottom: 5px;
}
.careerDetailPage .pay {
  padding-bottom: 5px;
}
.careerDetailPage .description {
  padding-bottom: 5px;
  padding-top: 10px;
}
.careerDetailPage .qualification {
  padding-bottom: 5px;
  padding-top: 10px;
}
.careerApplication .EditingFormTable .EditingFormLabel {
  font-size: 13px;
  font-weight: 400;
}
.careerApplication .EditingFormTable .EditingFormLabelCell {
  font-weight: 400;
  padding-right: 35px;
}
.careerApplication .EditingFormTable td,
.careerApplication .EditingFormTable th {
  border-bottom: none;
  padding: 10px 0;
}
.careerApplication .EditingFormTable .RadioButtonList td {
  padding: 0;
}
.careerApplication .EditingFormTable .RadioButtonList td label {
  padding-left: 3px;
  padding-right: 20px;
}
.careerApplication .EditingFormTable .UploaderUpload span.UploaderLabel {
  display: none;
}
.careerApplication .EditingFormTable .EditingFormButtonCell {
  padding: 0;
}
.careerApplication .EditingFormTable .EditingFormButtonCell .FormButton {
  margin-top: 0;
}
.careerApplication .EditingFormTable .HiddenButton {
  display: none;
}
/*-----------------------------------------------------*/
/*  NEWS RELEASES */
.newsReleasesListing .newsReleaseListItem {
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
}
.newsReleasesListing .newsReleaseListItem .title a {
  font-weight: 600;
}
.newsReleasesListing .newsReleaseListItem:first-child {
  border: none;
}
.newsReleasesListing .newsReleaseListItem .date {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
}
.newsReleasePage .date {
  font-weight: 400;
  font-style: italic;
  padding-bottom: 3px;
}
/*-----------------------------------------------------*/
.alsoInterestedIn {
  background-image: url('/images/layout/card-bg.gif');
  background-repeat: repeat;
  padding: 40px 0;
}
.alsoInterestedIn .cardsTitle {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 22px;
}
/*# card animation                                      #*/
.flipper,
.front,
.back {
  height: 469px;
  width: 290px;
}
@media (min-width: 768px) {
  .flipper,
  .front,
  .back {
    height: 399px;
    width: 220px;
  }
}
@media (min-width: 992px) {
  .flipper,
  .front,
  .back {
    height: 392px;
    width: 213px;
  }
}
@media (min-width: 1200px) {
  .flipper,
  .front,
  .back {
    height: 442px;
    width: 263px;
  }
}
/* Splash Card Widths */
.splashRelatedCards {
  margin-top: 30px;
}
.splashRelatedCards .flipper,
.splashRelatedCards .front,
.splashRelatedCards .back {
  height: 469px;
  width: 290px;
}
@media (min-width: 768px) {
  .splashRelatedCards .flipper,
  .splashRelatedCards .front,
  .splashRelatedCards .back {
    height: 399px;
    width: 220px;
  }
}
@media (min-width: 992px) {
  .splashRelatedCards .flipper,
  .splashRelatedCards .front,
  .splashRelatedCards .back {
    height: 392px;
    width: 213px;
  }
}
@media (min-width: 1200px) {
  .splashRelatedCards .flipper,
  .splashRelatedCards .front,
  .splashRelatedCards .back {
    height: 403px;
    width: 240px;
  }
}
/* Featured Card Widths */
.featuredCard .flipper,
.featuredCard .front,
.featuredCard .back {
  width: 290px;
}
@media (min-width: 768px) {
  .featuredCard .flipper,
  .featuredCard .front,
  .featuredCard .back {
    width: 470px;
  }
}
@media (min-width: 992px) {
  .featuredCard .flipper,
  .featuredCard .front,
  .featuredCard .back {
    width: 455px;
  }
}
@media (min-width: 1200px) {
  .featuredCard .flipper,
  .featuredCard .front,
  .featuredCard .back {
    width: 555px;
  }
}
/*.cardFeaturedThumb
    {
        display: none;
    }*/
/* -------------------------- */
.flipContainer {
  margin-bottom: 15px;
}
.flipper {
  margin: 0 auto;
  position: relative;
}
.front,
.back {
  left: 0;
  position: absolute;
}
.back {
  z-index: 1;
}
.front {
  margin-top: 0;
  overflow-y: hidden;
  -webkit-transition: margin-top 0.5s cubic-bezier(0.42, 0.1, 0.58, 1);
  -moz-transition: margin-top 0.5s cubic-bezier(0.42, 0.1, 0.58, 1);
  -o-transition: margin-top 0.5s cubic-bezier(0.42, 0.1, 0.58, 1);
  transition: margin-top 0.5s cubic-bezier(0.42, 0.1, 0.58, 1);
  z-index: 10;
}
.flipper:hover .front {
  margin-top: -470px;
}
/*# Card styling                                  #*/
.card {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 3px rgba(6,6,6,.35);
  -moz-box-shadow: 0 0 3px rgba(6,6,6,.35);
  box-shadow: 0 0 3px rgba(6,6,6,.35);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 19px;
  margin-bottom: 15px;
  overflow: hidden;
}
.card .cardName {
  margin-bottom: 6px;
  overflow: hidden;
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-decoration: none;
}
.card .front {
  background-color: #FFFFFF;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  cursor: pointer;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
}
.card .front a {
  color: #2b2b2b;
}
.card .front .cardThumb {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.card .front .cardDetails {
  padding: 16px 10px 26px;
}
.card .front.activities {
  /*background-image: url('/images/layout/card-icon-activity.png');*/
}
.card .front.activities .cardDetails {
  border-top: 3px solid #5e869f;
}
.card .front.hotels {
  /*background-image: url('/images/layout/card-icon-hotel.png');*/
}
.card .front.hotels .cardDetails {
  border-top: 3px solid #5e869f;
}
.card .front.vacations {
  /*background-image: url('/images/layout/card-icon-vacation.png');*/
}
.card .front.vacations .cardDetails {
  border-top: 3px solid #F78F1E;
}
.card .front.transport {
  /*background-image: url('/images/layout/card-icon-transport.png');*/
}
.card .front.transport .cardDetails {
  border-top: 3px solid #0093d0;
}
.card .front .cardName {
  font-family: 'Open Sans';
  font-weight: 400;
  height: 63px;
}
.card .front .cardFooter {
  bottom: 0;
  margin: 0 10px 15px;
  position: absolute;
}
.card .front .cardRating {
  height: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
.card .front .cardRating div {
  background-image: url('/images/layout/stars.png');
  float: left;
  height: 14px;
  width: 14px;
}
.card .front .cardRating div.starOn {
  background-position: left center;
}
.card .front .cardRating div.starOff {
  background-position: right center;
}
.card .front .cardRating div.starOneQuarter {
  background-position: -42px center;
}
.card .front .cardRating div.starHalf {
  background-position: -28px center;
}
.card .front .cardRating div.starThreeQuarter {
  background-position: -14px center;
}
.card .front .cardFromPrice {
  float: left;
  width: 40%;
}
.card .front .from {
  font-size: 10px;
}
.card .front .price {
  font-size: 25px;
}
.card .front .cardProductTypeIcon {
  float: right;
  height: 32px;
  width: 32px;
}
.card .front .brewsterOwned {
  left: 8px;
  position: absolute;
  top: 11px;
}
.card .front.vacations .brewsterOwned {
  display: none;
}
.card .back {
  -webkit-box-shadow: 0 0 3px rgba(6,6,6,.35);
  -moz-box-shadow: 0 0 3px rgba(6,6,6,.35);
  box-shadow: 0 0 3px rgba(6,6,6,.35);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: white;
  background-position: 15px 18px;
  background-repeat: no-repeat;
  padding: 18px 15px;
  /*&.hotels
        {
           background-image: url('/images/brands/Refresh-logo.png');
        }

        &.activities
        {
            background-image: url('/images/brands/Explore-Logo.png');
        }

        &.vacations
        {
            background-image: url('/images/brands/Escape-logo.png');
        }

        &.transport
        {
            background-image: url('/images/brands/Connect-logo.png');
        }*/
}
.card .back a {
  display: block;
  text-decoration: none;
}
.card .back .cardName {
  margin: 0px 0 15px;
  /* values with logo 53px 0 15px */
}
.card .back .cardAbstract {
  font-family: 'Open Sans';
  font-weight: 300;
}
.card .back .cardLink {
  bottom: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  color: white;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 700;
  height: 64px;
  left: 0;
  line-height: 64px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.card .activities .cardLink {
  background-color: #5e869f;
}
.card .hotels .cardLink {
  background-color: #5e869f;
}
.card .transport .cardLink {
  background-color: #0093d0;
}
.card .vacations .cardLink {
  background-color: #F78F1E;
}
.cardThumbAlt {
  display: none;
}
@media (min-width: 768px) {
  .featuredCard .cardFeaturedThumb {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
  }
}
@media (max-width: 767px) {
  .featuredCard .cardFeaturedThumb {
    display: none;
  }
  .featuredCard .cardThumbAlt {
    display: block;
  }
}
.featuredCard .card {
  color: white;
}
.featuredCard .card .front,
.featuredCard .card .back {
  background-color: #343434;
}
.featuredCard .card .cardName {
  color: white;
  font-size: 18px;
}
.featuredCard .card .front .cardFooter {
  width: 90%;
}
.featuredCard .card .front .cardRating {
  float: left;
  margin-bottom: 0;
}
.featuredCard .card .front .cardFromPrice {
  float: right;
  margin-right: 40px;
  width: auto;
}
.featuredCard .card .front .cardFromPrice .from {
  float: left;
  line-height: 10px;
  margin: 9px 5px 0 0;
}
.featuredCard .card .front .cardFromPrice .price {
  float: left;
}
/*-- Spinner  -------------------------------
.spinner {
  margin: 28px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
/*-webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}*/
/*-----------------------------------------------*/
/*  FAQs Modal Window                            */
/*-----------------------------------------------*/
.modal-dialog.faq .modal-content {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.modal-dialog.faq .modal-header {
  border-bottom: none;
  margin-top: 10px;
  padding: 15px 20px;
}
.modal-dialog.faq .modal-header h3 {
  font-weight: 400;
}
.modal-dialog.faq .modal-header .close {
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  .modal-dialog.faq {
    width: 768px;
  }
}
/*-----------------------------------------------*/
/*  Home                                         */
/*-----------------------------------------------*/
.searchBox .searchFieldBox {
  /*
        .typeahead:focus {
          border: 2px solid #0097cf;
          border-right: none;
        }*/
}
.searchBox .searchFieldBox .typeahead,
.searchBox .searchFieldBox .tt-query,
.searchBox .searchFieldBox .tt-hint {
  width: 146px;
  height: 30px;
  padding: 2px 4px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 4px 0px 0px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0px 0px 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0px 0px 4px;
  background-clip: padding-box;
  background-color: #f2f2f1;
  outline: none;
  border-right: none;
}
.searchBox .searchFieldBox .typeahead {
  background-color: #fff;
}
.searchBox .searchFieldBox .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.searchBox .searchFieldBox .tt-hint {
  color: #999;
}
.searchBox .searchFieldBox .tt-dropdown-menu {
  width: 300px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #f2f2f1;
  border: 1px solid #c5c5c5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.searchBox .searchFieldBox .tt-dropdown-menu:before,
.searchBox .searchFieldBox .tt-dropdown-menu:after {
  content: " ";
  display: table;
}
.searchBox .searchFieldBox .tt-dropdown-menu:after {
  clear: both;
}
.searchBox .searchFieldBox .tt-dropdown-menu:before,
.searchBox .searchFieldBox .tt-dropdown-menu:after {
  content: " ";
  display: table;
}
.searchBox .searchFieldBox .tt-dropdown-menu:after {
  clear: both;
}
.searchBox .searchFieldBox .tt-dropdown-menu .tt-dataset-search {
  height: auto;
}
.searchBox .searchFieldBox .tt-dropdown-menu .tt-dataset-search:before,
.searchBox .searchFieldBox .tt-dropdown-menu .tt-dataset-search:after {
  content: " ";
  display: table;
}
.searchBox .searchFieldBox .tt-dropdown-menu .tt-dataset-search:after {
  clear: both;
}
.searchBox .searchFieldBox .tt-dropdown-menu .tt-dataset-search:before,
.searchBox .searchFieldBox .tt-dropdown-menu .tt-dataset-search:after {
  content: " ";
  display: table;
}
.searchBox .searchFieldBox .tt-dropdown-menu .tt-dataset-search:after {
  clear: both;
}
.searchBox .searchFieldBox .tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.searchBox .searchFieldBox .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #6e6a5b;
}
.searchBox .searchFieldBox .tt-suggestion p {
  margin: 0;
}
.searchBox .searchFieldBox .gist {
  font-size: 14px;
}
.searchBox .searchFieldBox .searchButton {
  float: right;
  padding: 2px;
  height: 30px;
  width: 40px;
  background: #f2f2f1;
  background-image: url('/images/layout/searchButton.png');
  background-repeat: no-repeat;
  background-position: 14px 6px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 4px 4px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 4px 4px 0px;
  background-clip: padding-box;
  border: 1px solid #c5c5c5;
  border-left: none;
}
.searchBox.pageSearchBox {
  float: none;
  margin: 0;
  padding-bottom: 15px;
}
.searchBox.pageSearchBox:before,
.searchBox.pageSearchBox:after {
  content: " ";
  display: table;
}
.searchBox.pageSearchBox:after {
  clear: both;
}
.searchBox.pageSearchBox:before,
.searchBox.pageSearchBox:after {
  content: " ";
  display: table;
}
.searchBox.pageSearchBox:after {
  clear: both;
}
.searchBox.pageSearchBox .typeahead,
.searchBox.pageSearchBox .tt-query,
.searchBox.pageSearchBox .tt-hint {
  width: 100%;
  height: 40px;
  padding: 5px 8px;
  font-size: 15px;
  line-height: 30px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 4px 0px 0px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0px 0px 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0px 0px 4px;
  background-clip: padding-box;
  background-color: #f2f2f1;
  outline: none;
  border-right: none;
}
.searchBox.pageSearchBox .searchFieldBox {
  height: 40px;
}
.searchBox.pageSearchBox .searchFieldBox:before,
.searchBox.pageSearchBox .searchFieldBox:after {
  content: " ";
  display: table;
}
.searchBox.pageSearchBox .searchFieldBox:after {
  clear: both;
}
.searchBox.pageSearchBox .searchFieldBox:before,
.searchBox.pageSearchBox .searchFieldBox:after {
  content: " ";
  display: table;
}
.searchBox.pageSearchBox .searchFieldBox:after {
  clear: both;
}
.searchBox.pageSearchBox .typeahead {
  background-color: #fff;
}
.searchBox.pageSearchBox .twitter-typeahead {
  width: 80%;
  float: left;
}
.searchBox.pageSearchBox .tt-dropdown-menu {
  width: 100%;
  margin-top: 8px;
  padding: 8px 0;
  background-color: #f2f2f1;
  border: 1px solid #c5c5c5;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.searchBox.pageSearchBox .tt-dropdown-menu:before,
.searchBox.pageSearchBox .tt-dropdown-menu:after {
  content: " ";
  display: table;
}
.searchBox.pageSearchBox .tt-dropdown-menu:after {
  clear: both;
}
.searchBox.pageSearchBox .tt-dropdown-menu:before,
.searchBox.pageSearchBox .tt-dropdown-menu:after {
  content: " ";
  display: table;
}
.searchBox.pageSearchBox .tt-dropdown-menu:after {
  clear: both;
}
.searchBox.pageSearchBox .tt-dropdown-menu .tt-dataset-search {
  height: auto;
}
.searchBox.pageSearchBox .tt-dropdown-menu .tt-dataset-search:before,
.searchBox.pageSearchBox .tt-dropdown-menu .tt-dataset-search:after {
  content: " ";
  display: table;
}
.searchBox.pageSearchBox .tt-dropdown-menu .tt-dataset-search:after {
  clear: both;
}
.searchBox.pageSearchBox .tt-dropdown-menu .tt-dataset-search:before,
.searchBox.pageSearchBox .tt-dropdown-menu .tt-dataset-search:after {
  content: " ";
  display: table;
}
.searchBox.pageSearchBox .tt-dropdown-menu .tt-dataset-search:after {
  clear: both;
}
.searchBox.pageSearchBox .tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.searchBox.pageSearchBox .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #6e6a5b;
}
.searchBox.pageSearchBox .gist {
  font-size: 15px;
}
.searchBox.pageSearchBox .searchButton {
  float: left;
  padding: 2px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  background-image: url('/images/layout/searchButton.png');
  background-repeat: no-repeat;
  background-position: 12px 10px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px 4px 4px 0px;
  -moz-background-clip: padding;
  border-radius: 0px 4px 4px 0px;
  background-clip: padding-box;
  border: 1px solid #c5c5c5;
  border-left: none;
}
@media (max-width: 440px) {
  .searchBox.pageSearchBox .tt-dropdown-menu {
    width: 280px;
  }
}
#Search #mainContent.fullWidth {
  text-align: left;
}
#Search .time {
  font-size: 15px;
}
#Search hr.search {
  margin-bottom: 0px;
}
#Search .googleSearchResultItem {
  padding-bottom: 10px;
}
#Search .googleSearchResultItem h3 {
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 20px;
}
#Search .googleSearchResultItem h3 a {
  font-weight: normal;
  color: #000;
}
#Search .googleSearchResultItem h3 a:hover {
  color: #6e6a5b;
}
#Search .googleSearchResultItem .refUrl {
  color: green;
  font-size: 12px;
  padding-bottom: 5px;
}
#Search .googleSearchResultItem .snippet {
  font-size: 14px;
}
.PagerControl {
  display: block;
  height: 36px;
  margin: 21px 0;
}
.PagerControl > span {
  display: inline-block;
  float: left;
  height: 36px;
  margin: 0 0 0 -1px;
  text-align: center;
  vertical-align: middle;
}
.PagerControl > span a {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BFBFBF;
  display: block;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.PagerControl .prevPage a,
.PagerControl .nextPage a {
  color: #000;
}
.PagerControl .prevPage a:hover,
.PagerControl .nextPage a:hover {
  background-color: #6e6a5b;
  color: #fff;
}
.PagerControl .selectedPage a {
  background-color: #6e6a5b;
  color: #fff;
}
.PagerControl .selectedPage a:hover {
  color: #fdd804;
}
.PagerControl .unSelectedPage a {
  font-weight: normal;
  color: #000;
}
.PagerControl .unSelectedPage a:hover {
  background-color: #6e6a5b;
  color: #fff;
}
.PagerControl > span:first-child a {
  border-radius: 4px 0 0 4px;
}
.PagerControl > span:last-child a {
  border-radius: 0 4px 4px 0;
}
.PagerControl span.initPage a {
  font-weight: normal;
  color: #000;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  width: 155px;
}
.PagerControl span.initPage a:hover {
  color: #6e6a5b;
}
/*-----------------------------------------------*/
/*  Home                                         */
/*-----------------------------------------------*/
#Home {
  /*   @media (min-width: 768px)
    {
        .home .navbar-nav
        {
            border-left: none;
        }

            .home .navbar-nav > li
            {
                border-right: 1px solid #6E6A5B;
            }

        .home .navbar-default .navbar-nav > li
        {
            background-color: #FFF;
        }

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

            .home .navbar-default .navbar-nav > li:hover
            {
                background-color: #6E6A5B;
            }

            .home .navbar-default .navbar-nav > li > a:hover
            {
                color: #FFF;
            }
    }

    @media (max-width: 767px)
    {
        .home .navbar-collapse
        {
            background-color: #FFF;
        }

            .home .navbar-collapse.collapse .navbar-nav > li > a
            {
                color: #333;
            }
    }

    .home #heroCarousel.carousel .carousel-indicators
    {
        top: 25%;
        right: 20%;
    }*/
}
#Home .headerWrapper {
  position: absolute;
  width: 100%;
  z-index: 35;
  height: 175px;
  background-image: url('/images/layout/carousel-shadow.png');
  background-repeat: repeat-x;
  background-position: left top;
  background-color: transparent;
}
#Home #header {
  background-color: transparent;
}
#Home #headerMenu .linkItem a {
  color: white;
}
#Home .phone,
#Home .myAccount {
  border-color: white;
}
#Home .navbar-nav {
  border-left: 0;
}
#Home .desktopNav .navbar-nav > li {
  background-color: #FFFFFF;
  margin-bottom: 0;
}
#Home .desktopNav .navbar-nav > li:hover {
  background-color: #0e2242;
}
#Home .desktopNav .navbar-nav > li:hover > a {
  color: white;
}
#Home .desktopNav .navbar-nav > li a {
  color: #0e2242;
}
#Home .mobileNav .navbar-nav > li {
  background-color: #0e2242;
  margin-bottom: 0;
}
#Home .mobileNav .navbar-nav > li:hover {
  background-color: #295f64;
}
#Home .mobileNav .navbar-nav > li:hover > a {
  color: white;
}
#Home .mobileNav .navbar-nav > li a {
  color: white;
}
#Home #homeCarouselController {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}
#Home #homeCarouselController .bucket {
  float: left;
  min-height: 300px;
  overflow: hidden;
}
#Home #homeCarouselController .bucket img {
  margin: 0 auto;
}
#Home .indicatorsWrapper {
  width: 100%;
  position: absolute;
  z-index: 34;
  top: 180px;
}
#Home .indicatorsWrapper .carousel-indicators {
  right: 14px;
}
#Home .indicatorsWrapper .carousel-indicators li {
  background-color: #ffffff;
  border-radius: 15px;
  height: 11px;
  width: 11px;
  z-index: 200;
  margin-right: 5px;
  margin-bottom: 3px;
}
#Home .indicatorsWrapper .carousel-indicators li.active {
  background-color: transparent;
  border: 2px solid #ffda11;
  height: 17px;
  margin: 0;
  width: 17px;
  margin-right: 0;
  margin-bottom: 0;
}
#Home .EditMode #header,
#Home .DesignMode #header {
  position: relative;
}
#Home .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#Home .carousel-fade .carousel-inner .item img {
  margin: 0 auto;
}
#Home .carousel-fade .carousel-inner .active {
  opacity: 1;
}
#Home .carousel-fade .carousel-inner .active.left,
#Home .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#Home .carousel-fade .carousel-inner .next.left,
#Home .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#Home .carousel-fade .carousel-control {
  z-index: 2;
}
/*----  from   Andrew.css ----------*/
@media (max-width: 768px) {
  #Home #header {
    background-color: #0e2242;
  }
}
/* TRANSPORTATION CARDS */
.card .front.transportation {
  background-image: url('/images/layout/card-icon-transport.png');
}
.card .front.transportation .cardDetails {
  border-top: 3px solid #0093d0;
}
.feedbackBox {
  border: 3px solid #D8D5D5;
  border-radius: 10px;
  margin-top: 26px;
  padding: 28px 20px;
}
.feedbackBox h3 {
  color: #599346;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#rightColumnContainer .ratingBox h6 {
  margin-top: 8px;
  line-height: normal;
}
.guestSurveyBox {
  font-size: 13px;
  padding: 14px 0;
  text-align: center;
}
.feedbackBox .guestSurveyLink {
  color: #6E6A5B;
  font-weight: 700;
}
#rightColumnContainer .tripAdvisor {
  padding: 10px 0 0px;
}
/* OVERRIDE TRIPADVISOR'S DEFAULT BACKGROUND */
#rightColumnContainer .cdsROW {
  background-color: transparent;
}
.tripAdvisor img {
  max-width: 115px;
}
/*-----------------------------------------------*/
@media (max-width: 991px) {
  #footerBottom .row > div {
    padding: 0 10px;
  }
  .mainNavSplashItem .splashItemLink {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .carousel-indicators,
  .secondaryNavContainer .subnav:hover .cityNavBox,
  #footerAddress,
  #footerBottomMenu,
  .smText {
    display: none;
  }
  #mobileHeaderRight {
    float: right;
    text-align: right;
  }
  #mobileHeaderButtons:before,
  #mobileHeaderButtons:after {
    content: " ";
    display: table;
  }
  #mobileHeaderButtons:after {
    clear: both;
  }
  #mobileHeaderButtons:before,
  #mobileHeaderButtons:after {
    content: " ";
    display: table;
  }
  #mobileHeaderButtons:after {
    clear: both;
  }
  #mobileHeaderButtons .navbar-toggle {
    float: right;
    margin-top: 0;
  }
  #mobileSearchButton {
    display: none;
    float: right;
    margin-right: 8px;
  }
  #logo {
    margin: 0;
  }
  .mobileNav {
    margin: 10px 0;
  }
  .subnav {
    width: 50%;
  }
  .secondaryNavContainer .subnav {
    width: auto;
  }
  .secondaryNavContainer .subnav a.secNavLink {
    border-left: none;
    border-right: none;
    display: block;
    padding: 0 12px;
    text-align: center;
  }
  .cardsBox .filterOptionsBox {
    float: none;
  }
  .cardsBox .filterOptionsBox .filter .typefilter {
    float: none;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .cardsBox .filterOptionsBox .fixedFilter,
  .cardsBox .filterOptionsBox .filter {
    float: none;
    margin-right: 20px;
  }
  .cardsBox .sortOptionsBox {
    float: none;
  }
  #pageIntro {
    margin-bottom: 30px;
    margin-top: 0;
  }
  #jumpLinks {
    margin-top: 30px;
    width: 100%;
  }
  .jumpLink {
    width: 100%;
  }
  .titleIcon {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .stripTitle {
    font-size: 32px;
    margin: 0 0 24px;
    text-align: center;
  }
  .stripSubTitle {
    font-size: 22px;
  }
  .stripButtons {
    margin-bottom: 5px;
    text-align: center;
  }
  .stripButtons .btn {
    width: 48%;
  }
  .stripButtons .btn-bookNow {
    margin-right: 1%;
  }
  .nav-tabs {
    margin-top: 0;
  }
  .nav-tabs li {
    width: 100%;
  }
  #wrap {
    margin: 0;
    padding: 0;
  }
  #footer {
    height: auto;
    margin-bottom: -1px;
  }
  #footerTop {
    height: auto;
  }
  #footerTop #footerSocialMedia {
    float: none;
    text-align: center;
  }
  #footerTop .brochureLinkBox {
    float: none;
  }
  #footerTop .brochureLinkBox a img {
    margin: 0 auto;
  }
  .footerMenu {
    display: none;
  }
  #footerBottom {
    height: auto;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  #footerBottom #logo {
    float: none;
  }
  #footerBottom #logo a {
    display: inline-block;
  }
  #footerBottom #footerPhone {
    margin: 25px 0;
  }
  #footerBottom #footerSocialMedia {
    float: none;
    text-align: center;
  }
  #Home .headerWrapper {
    background-image: none;
    height: auto;
    position: static;
  }
  .stripHomeTextImage {
    padding: 30px 0 30px;
  }
}
/*----------------------*/
/* Rateit css           */
/*----------------------*/
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(/images/ratings/star.gif);
  height: 20px;
  outline: none;
}
.rateit .rateit-range * {
  display: block;
}
/* for IE 6 */
* html .rateit,
* html .rateit .rateit-range {
  display: inline;
}
/* for IE 7 */
* + html .rateit,
* + html .rateit .rateit-range {
  display: inline;
}
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0px;
}
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0px;
}
.rateit .rateit-hover {
  background: url(/images/ratings/star.gif) left -40px;
}
.rateit .rateit-hover-rtl {
  background-position: right -40px;
}
.rateit .rateit-selected {
  background: url(/images/ratings/star.gif) left -20px;
}
.rateit .rateit-selected-rtl {
  background-position: right -20px;
}
.rateit .rateit-preset {
  background: url(/images/ratings/star.gif) left -60px;
}
.rateit .rateit-preset-rtl {
  background: url(/images/ratings/star.gif) left -60px;
}
.rateit button.rateit-reset {
  background: url(/images/ratings/delete.gif) 0 0;
  width: 20px;
  height: 20px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0;
}
.rateit button.rateit-reset:hover,
.rateit button.rateit-reset:focus {
  background-position: 0 -20px;
}
/*-----------------------------------------------*/
/* Special Notice                                */
/*-----------------------------------------------*/
.specialNotice {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  margin: 20px 0 10px 0;
  padding: 20px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.specialNotice:before,
.specialNotice:after {
  content: " ";
  display: table;
}
.specialNotice:after {
  clear: both;
}
.specialNotice:before,
.specialNotice:after {
  content: " ";
  display: table;
}
.specialNotice:after {
  clear: both;
}
/*-----------------------------------------------*/
/*  Edit/Design Mode                             */
/*-----------------------------------------------*/
.EditMode .PageManagerInfoContainer *,
.DesignMode .PageManagerInfoContainer *,
.EditMode .PageManagerInfoContainer *:before,
.DesignMode .PageManagerInfoContainer *:before,
.EditMode .PageManagerInfoContainer *:after,
.DesignMode .PageManagerInfoContainer *:after {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.EditMode table thead th,
.DesignMode table thead th,
.EditMode table > tbody > tr:nth-child(2n+1) > td,
.EditMode table > tbody > tr:nth-child(2n+1) > th,
.DesignMode table > tbody > tr:nth-child(2n+1) > td,
.DesignMode table > tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.DesignMode .visible-xs {
  display: block !important;
}
.DesignMode .headerTop {
  height: auto;
}