/* Minification failed. Returning unminified contents.
(7518,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "kepler-std";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #333;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  /*min-height: 1px;*/
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  padding:2px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333
}
.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 {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../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: lighter;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  /*width: 1%;*/
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 2px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin: 0 2px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background: #eee;
  cursor: default;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
	min-width: 20%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 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-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 20px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 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 {
  margin-bottom: 0;
  border: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 15px 0;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 2000;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  float: left;
  border: 1px solid #666;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .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;
	cursor: default;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
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;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !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;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !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;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.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-md,
  tr.hidden-md,
  th.hidden-md,
  td.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;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('EB Garamond'), local('EBGaramond'), url(https://fonts.gstatic.com/s/ebgaramond/v7/kYZt1bJ8UsGAPRGnkXPeFYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: local('Prata'), local('Prata-Regular'), url(https://fonts.gstatic.com/s/prata/v6/Q4MFb6hnPeDYpBc-5E8p_w.woff) format('woff');
}

@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: local('Lekton'), local('Lekton-Regular'), url(https://fonts.gstatic.com/s/lekton/v7/Gv78TXgMRvGbTrqT_eA_TQ.woff) format('woff');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v7/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: local('Lekton'), local('Lekton-Regular'), url(https://fonts.gstatic.com/s/lekton/v7/Gv78TXgMRvGbTrqT_eA_TQ.woff) format('woff');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v7/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/2NBgzUtEeyB-Xtpr9bm1CZa6Tn9fxpDPuRSK4Gn5Ybw.woff) format('woff');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v10/UC3ZEjagJi85gF9qFaBgIDTx0bvFePwcBpOqDg3uc64.woff) format('woff');
}

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Josefin Sans Light'), local('JosefinSans-Light'), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z2Fp2sMiApZm5Dx7NpSTOZk.woff) format('woff');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5nhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Slab'), local('JosefinSlab'), url(https://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


/* If above google fonts fail or urls changed etc, then comment out the above lines and uncomment below*/
/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(/assets/fonts/google/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/assets/fonts/googlefonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/assets/fonts/googlefonts/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/assets/fonts/googlefonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('EB Garamond'), local('EBGaramond'), url(/assets/fonts/googlefonts/kYZt1bJ8UsGAPRGnkXPeFYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/assets/fonts/googlefonts/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(/assets/fonts/googlefonts/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: local('Prata'), local('Prata-Regular'), url(/assets/fonts/googlefonts/Q4MFb6hnPeDYpBc-5E8p_w.woff) format('woff');
}

@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: local('Lekton'), local('Lekton-Regular'), url(fonts/Gv78TXgMRvGbTrqT_eA_TQ.woff) format('woff');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(/assets/fonts/googlefonts/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: local('Lekton'), local('Lekton-Regular'), url(/assets/fonts/googlefonts/Gv78TXgMRvGbTrqT_eA_TQ.woff) format('woff');
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(/assets/fonts/googlefonts/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(/assets/fonts/googlefonts/2NBgzUtEeyB-Xtpr9bm1CZa6Tn9fxpDPuRSK4Gn5Ybw.woff) format('woff');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(/assets/fonts/googlefonts/UC3ZEjagJi85gF9qFaBgIDTx0bvFePwcBpOqDg3uc64.woff) format('woff');
}

@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Josefin Sans Light'), local('JosefinSans-Light'), url(/assets/fonts/googlefonts/C6HYlRF50SGJq1XyXj04z2Fp2sMiApZm5Dx7NpSTOZk.woff) format('woff');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), local('JosefinSans'), url(/assets/fonts/googlefonts/xgzbb53t8j-Mo-vYa23n5nhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Slab'), local('JosefinSlab'), url(/assets/fonts/googlefonts/46aYWdgz-1oFX11flmyEfXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


*/

/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	position: relative;
	z-index: 1; /* scopes all other z-index's to be inside this container */
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}
	
.fc-view {
	position: relative;
	width: 100%;
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fff;
	}
	
	.fc-cell-overlay {
        background: #C0996C;
		opacity: .5;
		filter: alpha(opacity=50); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-button .fc-icon {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	}
	
/* icon (for jquery ui) */

.fc-button .ui-icon {
	position: relative;
	top: 50%;
	float: left;
	margin-top: -8px; /* we know jqui icons are always 16px tall */
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
    border: none;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	padding: 0 2px;
    text-align: center;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}

.fc-day-content {
    min-height: 32px;
}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	}

.fc-agenda-slots .fc-agenda-axis {
	white-space: nowrap;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	

/*!
 * FullCalendar v2.0.2 Print Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
 
 
 /* Events
-----------------------------------------------------*/
 
.fc-event {
	background: #fff !important;
	color: #000 !important;
	}
	
/* for vertical events */
	
.fc-event-bg {
	display: none !important;
	}
	
.fc-event .ui-resizable-handle {
	display: none !important;
	}
	
	

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 239px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 240px) and (max-width: 479px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}


/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */
html {
    overflow-y: scroll;
}

body {
	font-family: "proxima-nova";
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "kepler-std";
}

a:focus {
    outline: 1px solid #ccc;
}

.position_relative {
   position:relative;
}


@font-face {
	font-family: 'icon_set_a';
	src: url('/Assets/fonts/beicons/set_a/autreplaneteiconsa-webfont.eot');
	src: url('/Assets/fonts/beicons/set_a/autreplaneteiconsa-webfont.eot#iefix') format('embedded-opentype'), 
		 url('/Assets/fonts/beicons/set_a/autreplaneteiconsa-webfont.woff') format('woff'),
		 url('/Assets/fonts/beicons/set_a/autreplaneteiconsa-webfont.ttf') format('truetype'),
		 url('/Assets/fonts/beicons/set_a/autreplaneteiconsa-webfont.svg') format('svg');
}@font-face {
	font-family: 'icon_set_b';
	src: url('/Assets/fonts/beicons/set_b/autreplaneteiconsb-webfont.eot');
	src: url('/Assets/fonts/beicons/set_b/autreplaneteiconsb-webfont.eot#iefix') format('embedded-opentype'), 
		 url('/Assets/fonts/beicons/set_b/autreplaneteiconsb-webfont.woff') format('woff'),
		 url('/Assets/fonts/beicons/set_b/autreplaneteiconsb-webfont.ttf') format('truetype'),
		 url('/Assets/fonts/beicons/set_b/autreplaneteiconsb-webfont.svg') format('svg');
}
@font-face {
	font-family: 'icon_set_c';
	src: url('/Assets/fonts/beicons/set_c/autreplaneteiconsc-webfont.eot');
	src: url('/Assets/fonts/beicons/set_c/autreplaneteiconsc-webfont.eot#iefix') format('embedded-opentype'), 
		 url('/Assets/fonts/beicons/set_c/autreplaneteiconsc-webfont.woff') format('woff'),
		 url('/Assets/fonts/beicons/set_c/autreplaneteiconsc-webfont.ttf') format('truetype'),
		 url('/Assets/fonts/beicons/set_c/autreplaneteiconsc-webfont.svg') format('svg');
}

.row-center {
    text-align:center;
}
.col-center {
    display:inline-block;
    float:none;
}

.keysellingpoints_container{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0 !important;
}


.bookingrequest_description_container{
	margin-bottom: 5px;
}

.bookingrequest_description_header{
    background: #f5f5f5!important;
}

.bookingrequest_description_yourdates{
	float: right; 
	text-align: right;
}

.bookingrequest_description_yoursearch{

	float: left;
}

    .bookingrequest_description_yoursearch_label_result {
        color: #666;
		margin-top: 4px;
		float: left;
    }

	.remove_filtered_by_room{
		margin-right: 10px;
		cursor: pointer;
		height: 20px;
		width: 20px;
		vertical-align: middle;
		margin-top: -2px;
	}

	.filtered_by_room_helper{
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.remove_roomfilter_button{
		height: 30px;
		margin-top: -3px;
	}



.bookingrequest_description_yoursearch_label{
		
	text-align: left;
	font-size: larger;
	text-transform:uppercase;
	float: left;
}

.bookingrequest_description_yourdates_selling{

}

.bookingrequest_description_yourdates_latest{
    font-size: 100%!important;
	display: none;
}

.bookingrequest_description_yourdates_selling::before {
    content: "( ";
    font-family: "icon_set_b";
	font-size: large;
}

.bookingrequest_description_yourdates_latest::before {
    content: "Ò ";
    font-family: "icon_set_b";
	font-size: large;
}

.keysellingpoint_list{
	margin-bottom: 0;
}

.keysellingpoint_item, .icon-right-open-big{
	display:inline-block;
    list-style-type:none;
	margin-right: 15px;
    font-size: 100%!important;
	padding-left: 10px;
}

.keysellingpoint_item::before {
    content: "/ ";
    font-family: "icon_set_a";
	font-size: large;
}

.icon-right-open-big  {
    content: "/ ";
    font-family: "icon_set_a";
	font-size: large;
}



.icon {
	color: #73D0F0;
	cursor: default;
	font-size: 15px;
    margin: 0 3px;
}

.close_icon:before {
	content: '.';
	font-family: 'icon_set_a';
}

.close_icon_multical:before {
	content: '.';
	font-family: 'icon_set_a';
	font-size: 14pt;
	color: #c83100;
}

.guest_icon,.guest_iconx2,.guest_iconx3,.guest_iconx4,.guest_iconx5,.guest_iconx6 {
	color: #666;
}

.guest_icon_child,.guest_icon_childx1,.guest_icon_childx2,.guest_icon_childx3,.guest_icon_childx4,.guest_icon_childx5,.guest_icon_childx6 {
	color: #666;
}

.guest_icon:before {
	content: 'm';
	font-family: 'icon_set_b';
}



.guest_iconx1:before {
	content: 'm';
	font-family: 'icon_set_b';

}

.guest_iconx2:before {
	content: 'mm';
	font-family: 'icon_set_b';
}

.guest_iconx3:before {
	content: 'mmm';
	font-family: 'icon_set_b';
}

.guest_iconx4:before {
	content: 'mmmm';
	font-family: 'icon_set_b';
}

.guest_iconx5:before {
	content: 'mmmmm';
	font-family: 'icon_set_b';
}

.guest_iconx6:before {
	content: 'mmmmmm';
	font-family: 'icon_set_b';
}


.guest_icon_childx0,.guest_icon_childx1,.guest_icon_childx2,.guest_icon_childx3,.guest_icon_childx4,.guest_icon_childx5 {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}


.guest_icon_child:before {
	font-size: 10px;
	content: 'm';
	font-family: 'icon_set_b';
}

.guest_icon_childx0 {
	display:none;
}

.guest_icon_childx1:before {
	font-size: 10px;
	content: 'm';
	font-family: 'icon_set_b';
}

.guest_icon_childx2:before {
	font-size: 10px;
	content: 'mm';
	font-family: 'icon_set_b';
}

.guest_icon_childx3:before {
	font-size: 10px;
	content: 'mmm';
	font-family: 'icon_set_b';
}

.guest_icon_childx4:before {
	font-size: 10px;
	content: 'mmmm';
	font-family: 'icon_set_b';
}

.guest_icon_childx5:before {
	font-size: 10px;
	content: 'mmmmm';
	font-family: 'icon_set_b';
}

.guest_icon_childx6:before {
	font-size: 10px;
	content: 'mmmmmm';
	font-family: 'icon_set_b';
}



.topdeschiliteitem{
	/*padding: 4px; background-color: #ccc;	border: 1px solid transparent; border-radius: 3px;*/
	font-weight: bold;
}





.shower_icon:before {
	content: '÷';
	font-family: 'icon_set_b';
}

.wheelchair_icon:before {
	content: '°';
	font-family: 'icon_set_b';
}

.games_console:before {
	content: 'X';
	font-family: 'icon_set_b';
}

.swimming_icon:before {
	content: '¢';
	font-family: 'icon_set_c';
}
.car_rental_icon:before {
	content: '4';
	font-family: 'icon_set_b';
}
.bicycle_rental_icon:before {
	content: '6';
	font-family: 'icon_set_b';
}
.safe_box_icon:before {
	content: '"';
	font-family: 'icon_set_b';
}
.music_icon:before {
	content: 'R';
	font-family: 'icon_set_b';
}
.calendar_icon:before {
	content: 'a';
    text-transform: lowercase;
	font-family: 'icon_set_c';
    float: right;
}
.consierge_icon:before {
	content: '‘';
	font-family: 'icon_set_b';
}
.beach_icon:before {
	content: '%';
	font-family: 'icon_set_b';
}

.breakfast_icon {
	color: #666;
}

.breakfast_icon:before {
	content: '~';
	font-family: 'icon_set_c';
}

.arrowdown_icon:before {
	content: '¬';
	font-family: 'icon_set_c';
}

.arrowup_icon:before {
	content: '«';
	font-family: 'icon_set_c';
}

.info_icon {
    position: relative;
    font-size: 20px;
}

.info_icon:before {
	content: '%';
	font-family: 'icon_set_c';
}

.edit_icon:before {
	content: '_';
	font-family: 'icon_set_a';
    font-style: normal;
}

.warning_icon:before {
	content: '&';
	font-family: 'icon_set_c';
	font-style: normal;
}


.photo_overlay_inlay .info_icon {
	color: #fff;
	font-style: normal;
}

.mobile_menu_icon:before {
	content: '¿';
	font-family: 'icon_set_a';
}

.calendaricon_arrival {
	background: url(/Assets/Images/calendaricon.png) no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 5px;
	margin-right: 2px;
}

.calendaricon_departure {
	background: url(/Assets/Images/calendaricongrey.png) no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 5px;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

ul {
    padding: 0;
    list-style-type: none;
}

/*.section li:before {
    content: "\003e \0020";
}*/

a {
    color: #333333;
}

hr {
    margin: 0 auto;
    padding: 0;
}

    a:hover, a:active, a:visited {
        text-decoration: none;
    }

.booking_wrapper {
    width:100%;
    margin:0px;
    padding:20px 0px;
}

/* Inactive div class - apply to any existing div to apply "inactive" state */
.inactive {
	opacity: 0.5;
}

/* Single & Double strikethrough css */

.strikethrough {
  float: left;
  margin: 0;
  position: relative;
  color:#333;
  font-family:'Open Sans', Arial;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

small.strikethrough  {
    vertical-align:super;
}


.strikeoutbox {
	background: url('/Assets/images/strikeoutbox.png') no-repeat center !important;
	/*background-color: #ccc !important;*/
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}

.double_strikethrough {
  float: left;
  position: relative;
}

.double_strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

.double_strikethrough:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.seven_day_strikethrough{
    margin:0;
    position:relative;
    color:#333;
}
.seven_day_strikethrough:before{
    position:absolute;
    content:"";
    left:3px;
    top:50%;
    right:3px;
    border-top:1px solid;
    border-color:inherit;
    transform:rotate(-5deg);
}

.item_price {
    font-family:'Open Sans', Arial;
}

.strikethrough_price {
    color:#ec3333;
    font-family:'Open Sans', Arial;
}

.slow-transition {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

/* Tabs */

.tabs-checked input:nth-of-type(2):not(:checked) ~ input:nth-of-type(3):not(:checked) ~ .tab:nth-of-type(1),
.tabs-checked input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
.tabs-checked input:nth-of-type(3):checked ~ .tab:nth-of-type(3) 
{
  display: block;
}

.tab-content {
	background: #fff;
	float: left;
	padding: 0 10px;
	width: 100%;
}

.tab-area .radio_buttons {
	display: none;
}

.tab-link {
  cursor: pointer;
  text-decoration: none;
  display: block;
  float: left;
  padding: 5px 10px;
  text-align: center;
  background: #ECECEC;
}

.tab-link:hover {
  background: #eee;
}

.tab-link:nth-of-type(1) {
}

.tab-link:hover {
  color: #666;
}

	.tab-link {
		margin-bottom: 0;
	}

.tab {
  clear: both;
  background: #fff;
  padding: 25px;
  display: none;
  float: left;
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}


@media only screen and (max-width: 1150px) {

  .tab-area {
    //width: 46%;
    margin: 2% 2% 5%;
    float: left;
  }

}

@media only screen and (max-width: 560px) {

  .tab-area {
    width: 100%;
    margin: 0 0 5%;
    float: left;
  }

  .intro {
    margin: 50px 0;
  }

}


.tabs-focus .tab-link:focus,
.tabs-hover .tab-link:hover,
#tabC:target ~ a:nth-of-type(3),
#tabB:target ~ a:nth-of-type(2),
#tabC:not(:target) ~ #tabB:not(:target) ~ a:nth-of-type(1),
#tab-C:checked ~ label:nth-of-type(3),
#tab-B:checked ~ label:nth-of-type(2),
#tab-B:not(:checked) ~ #tab-C:not(:checked) ~ label:nth-of-type(1) {
  background: #fff;
}

.tabs-focus .tab-link:focus:after,
.tabs-hover .tab-link:hover:after,
#tabC:target ~ a:nth-of-type(3):after,
#tabB:target ~ a:nth-of-type(2):after,
#tabC:not(:target) ~ #tabB:not(:target) ~ a:nth-of-type(1):after,
#tab-C:checked ~ label:nth-of-type(3):after,
#tab-B:checked ~ label:nth-of-type(2):after,
#tab-B:not(:checked) ~ #tab-C:not(:checked) ~ label:nth-of-type(1):after {
  position: absolute;
  content: "";
  margin: 5px 0 0 0;
  width: 55px;
  height: 1px;
  display: block;
  background: #fff;
}

.button {
    background: #73D0F0;
    padding: 5px 13px;
    color: #000000;
    text-align: center;
    font-size: 100%;
    font-family: Times;
    margin: 5px 0 0 0;
	border: 0 none;
}

.button:hover {
    background: #000000;
}

.button_border {
    background: #73D0F0;
    padding: 4px 25px;
    color: #000000;
    text-align: center;
    font-size: 100%;
    font-family: Times;
    margin: 5px 0 0 0;
	border: 1px solid #fff;
	box-shadow: 0px 0px 0px 2px #73D0F0;
    white-space: nowrap;
}

.button_border_editdate {
    background: #73D0F0;
    /*padding: 4px 25px;*/
    color: #000000;
    text-align: center;
    font-size: 100%;
    font-family: Times;
    margin: 5px 0 0 0;
    white-space: nowrap;


}

	.button_border_editdate div {
		padding-top: 5px;

			-webkit-transition: all 0.50s ease-in-out;
			-moz-transition: all 0.50s ease-in-out;
			-ms-transition: all 0.50s ease-in-out;
			-o-transition: all 0.50s ease-in-out;
			outline: none;
	}


.carousel-caption {
	display:none !important;
}

.buttonDisabled {
    background-color: transparent;
    padding: 5px 25px;
    color: #888!important;
    text-align: center;
    font-family: Times;
    margin: 5px 0 0 0;
	border-style: none;
	box-shadow: 0px 0px 0px 1px #aaa !important;
    text-decoration: line-through!important;
}

.fieldDisabled{
    color: silver;
}

.expandButton {
    padding: 5px;
}

/* Page Sections */
.section,
.section-colored {
  padding-bottom:90px;
}

.section-colored {
  background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
}
    
/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}



.item,
.active,
.carousel-inner {
  height: 100%;
}



.full-height-carousel {
	height: 100% !important;
}

#available-rooms-container {
	/*min-width: 385px !important;*/
}

.step2_rooms_image_area .large-carousel-container {
    width: 100%;
    height: auto;
}

.large-carousel-image {
	max-height: 200px;
}

.large-carousel-image-mobile {
	max-height: 250px !important;
	width: auto !important;

}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.client_logo {
}

    .client_logo img {
        max-height: 100px;
    }

    .client_logo h5 {
        display: none;
    }

.mobile_site_name {
    float: left;
    font-size: 15px;
    margin: 0;
    padding:3px 0px;
    width: 100%;
}

/* Header Steps */
.header_steps {
    background: #000;
    font-family: "Helvetica Neue", Verdana, sans-serif;
    color: #fff;
    line-height: 34px;
    font-size: 12px;
    height: 34px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.header_steps .header_step_active {
    background: #73d0f0;
    color: #000;
    height: 34px;
}


    .header_steps_shape_active:before {
        content: '';
        position: absolute;
        top: 0; right: -3px;
        border-top: 17px solid #000;
        border-bottom: 17px solid #000;
        border-left: 17px solid #fff;
        width: 0;
    }

    .header_steps_shape_active:after {
        content: '';
        position: absolute;
        top: 0; right: 0px;
        border-top: 17px solid #000;
        border-bottom: 17px solid #000;
        border-left: 17px solid;
        border-color: transparent transparent transparent #73d0f0;
        width: 0;
    }


    .header_steps_shape:before {
        content: '';
        position: absolute;
        top: 0; right: -3px;
        border-top: 17px solid #000;
        border-bottom: 17px solid #000;
        border-left: 17px solid #fff;
        width: 0;
    }


    .header_steps_shape.header_steps_previous:before {
        content: '';
        position: absolute;
        top: 0; right: -3px;
        border-top: 17px solid #73d0f0;
        border-bottom: 17px solid #73d0f0;
        border-left: 17px solid #fff;
        width: 0;
    }

    .header_steps_shape:after {
        content: '';
        position: absolute;
        top: 0; right: 0px;
        border-top: 17px solid #000;
        border-bottom: 17px solid #000;
        border-left: 17px solid;
        border-color: transparent transparent transparent #000;
        width: 0;
    }


/*Bookings Menu Options*/
.booking_menu_options {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index:99;
}

.booking_menu_option_list {
    float:right;
    margin:0px;
    padding:0px;
}

.booking_menu_option_list_left {
    float:left;
    margin:0px;
    padding:0px;
}

.booking_menu_options span {
    margin: 0;
}

.booking_menu_options span a {
    margin: 0;
    padding: 0 5px;
    text-transform: uppercase;
}


/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	left: 0;
	top: 0;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	.mfp-container:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

	.mfp-preloader a {
		color: #cccccc;
	}

		.mfp-preloader a:hover {
			color: white;
		}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 200%;
	color: #fff;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

	.mfp-close:hover, .mfp-close:focus {
		opacity: 1;
	}

	.mfp-close:active {
		top: 1px;
	}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

	.mfp-arrow i {
		position: relative;
	}

	.mfp-arrow:active {
		margin-top: -54px;
	}

	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1;
	}

	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		/*content: '';*/
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent;
	}

	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px;
	}

	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px;
	}

.mfp-arrow-left {
	left: 0;
}

	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid transparent;
		margin-left: 31px;
	}

	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid transparent;
	}

.mfp-arrow-right {
	right: 0;
}

	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid transparent;
		margin-left: 39px;
	}

	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid transparent;
	}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px;
	}

	.mfp-iframe-holder .mfp-close {
		top: -40px;
	}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: black;
	}

   /* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444444;
	}

	.mfp-figure small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px;
	}

    .mfp-bottom-bar {
	    margin-top: -36px;
	    position: absolute;
	    top: 100%;
	    left: 0;
	    width: 100%;
	    cursor: auto;
    }

    .mfp-title {
	    text-align: left;
	    line-height: 18px;
	    color: #f3f3f3;
	    word-wrap: break-word;
	    padding-right: 36px;
    }

    .mfp-image-holder .mfp-content {
	    max-width: 100%;
    }

    .mfp-gallery .mfp-image-holder .mfp-figure {
	    cursor: pointer;
    }

    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      /* ideally, transition speed should match zoom duration */
      -webkit-transition: all 0.3s ease-out; 
      -moz-transition: all 0.3s ease-out; 
      -o-transition: all 0.3s ease-out; 
      transition: all 0.3s ease-out;
    }

    .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-with-zoom.mfp-removing .mfp-container, 
    .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
    } 

    .mfp-container .moreDetailsMobile {
        float:left;
        width:100%;
        background:#ffffff;
        position:relative;
        margin:10px 0px;
        padding:0px;
   }

.mfp-container .moreDetailsMobile .closeMoreDetailsMobile {
        background:#000000;
        border:none;
        color: #ffffff;
        float: left;
        font-size: 36px;
        line-height: 36px;
        text-align: right;
        width: 100%;
        margin:0px;
        padding:0px 10px;
   }

.mfp-container .moreDetailsMobile .btn-book-now {
        background: #000000 none repeat scroll 0 0;
        color: #f5f5f5;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857;
        text-align: center;
        padding:5px 10px;
   }

        .mfp-container .moreDetailsMobile .moreDetailsMobileHolder, .mfp-container .moreDetailsMobile ul {
            float: left;
            margin:0px;
            overflow: hidden;
            width: 100%;
            position: relative;
            background:#ffffff;
            padding:10px;
            font-size: 14px;
            color:#000000;
        }

    .mfp-container .moreDetailsMobile ul {
            padding:10px;
        }

    .mfp-container .moreDetailsMobile ul li {
        float: left;
        padding:0;
        width: 100%;
        margin:0px;
   }

    .mfp-container .moreDetailsMobile ul li a {
        float: left;
        padding:0;
        width: 100%;
        margin:2px 0px;
        text-transform: uppercase;
        text-align:left;
        color:#000000;
   }


@media only screen and (max-width: 992px) {

    /*.header_steps {
        background: none;
    }

    .header_steps > .col-md-3 {
        float: left;
        width: 50%;
    }

    .step_1 .header_steps > .col-md-3 {
        width: 100%;
    }

    .header_steps_shape {
        display:none;
    }
     
    .header_steps_shape:before {
        content: '';
        position: absolute;
        top: 0; right: -3px;
        border-top: 17px solid #fff;
        border-bottom: 17px solid #fff;
        border-left: 17px solid #000;
        width: 0;
    }

    .header_steps_previous {
        display: block;
        height: 34px;
        background: #000;
    }

    .header_steps_previous, .header_steps_shape_active + .header_steps_shape p {
       
    }

    .header_steps_shape_active {

    }

    .header_steps_shape_active:before {
        display: none;
    }

    .header_steps_shape_active:before {
        content: ' ';
        position: absolute;
        top: 0; right: 0px;
        border-top: 17px solid #f00;
        border-bottom: 17px solid #f00;
        border-left: 17px solid;
        border-color: #fff;
        width: 0;
    }*/

	.step2_panel2_payment_details, .proceed_booking {
		position: static!important
	}

    .header_steps {
        font-size: 11px;
    }

}



.header_steps_shape:last-child:before {
    content: none;
}

.mobile_offer_header{
	padding-left: 10px;

}

.NoAvailOfferTitleHeading{
	margin-left: 20px; margin-top: 15px; 
}

.NoAvailOfferLOSWarning{
	font-size: small;
}

.specific-terms-container {
	height: 20px;
}

.NoavailRatePlanInfoContainer{
	float: left;
	width: 100%;
}

#no-availability-container {
	 display: none;
	 background-color: white;
	  height: auto;
    padding-bottom: 20px;

}

#no-availability-container-calendar {
	height: auto;
	/*float: left;*/
}

.singlerateplanmode_start {
	width: 100%; min-height: 125px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/* Step 1 Panel 1 */
.step1_panel1 {
	background: #e9e9e9;
	padding: 8px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.step1_panel1 .button, .step1_panel1 .adults_container {
}

.step1_panel1 h5 {
	font-family: "Open Sans";
}

.step1_panel1 h5 select {
    margin-left: 15px;
}

/*-- Step 1 Calendars --*/

.multiCalendarContainer{
	outline: 1px solid #918259;
	float: left;
	width: 100%; 
	overflow:hidden;
}
	.multiCalendarContainer .is-calendarsPicker {width:100%;}
	.multiCalendarContainer .calendars {width:100% !important;}
	.multiCalendarContainer .calendars-nav {z-index:99999;position:absolute;background:none;top:14px;}
		.multiCalendarContainer .calendars-nav .calendars-cmd {font-size:14px;}
		.multiCalendarContainer .calendars-nav .calendars-cmd:first-child{padding-left:25px;}
		.multiCalendarContainer .calendars-nav .calendars-cmd:last-child{padding-right:50px;}
			.multiCalendarContainer .calendars-nav .calendars-cmd:hover {background:none;}
			.multiCalendarContainer .calendars-nav .calendars-cmd:focus {outline:none;}
	.multiCalendarContainer .calendars-month-row {float:left;width:100%;position:relative;margin-top:20px;padding:0 20px;}
		.multiCalendarContainer .calendars-month-row .calendars-month-header {background:none;font-size:14px;text-transform:uppercase;margin-bottom:20px;float:left;width:100%;}
			.multiCalendarContainer .calendars-month-row th span {color:#867855;font-weight:bold;text-transform:uppercase;font-size:11px}
	.multiCalendarContainer .calendars-month {float:left;width:50%;}
	.multiCalendarContainer .calendars-month-row .first {padding-right:10px;}
	.multiCalendarContainer .calendars-month-row .last {padding-left:10px;}
		.multiCalendarContainer .calendars-month td {background:#F7F7F7;border-color:#e1e1e1;}
			.multiCalendarContainer .calendars-month td span {width:unset !important;}
		.multiCalendarContainer .calendars-month a{background:#F7F7F7;}
		.multiCalendarContainer .calendars-month td .calendars-today {background-color:#F7F7F7 !important;color:inherit!important}
			.multiCalendarContainer .calendars-month td .calendars-weekend,.multiCalendarContainer .calendars-month td .calendars-other-month,.multiCalendarContainer .calendars-weekend.calendars-other-month {background:#F7F7F7 !important;}

	.multiCalendarContainer .bookNowButtonHolder {float:left;width:100%;margin:8px 0 10px;padding-right:20px}
.calendars .calendars-month td .calendars-selected {background-color:#867855 !important;}

.arrival_departure, .arrival_departure_selected {
	background: #fff;
	min-height: 30px;
	line-height: 30px;
	padding-left: 6px;
	color: #000;
	font-size: 12px!important;
	margin: 3px 0 10px 0;
    cursor: pointer;
}

/* Multi calendar layout select inputs on left */
.step1DateSelectInput
{
	color: transparent; 
	border-style: none !important; 
	min-height: 0!important; 
	width: 1px !important; 
	height: 0px !important; 
	background-color: transparent !important;
	box-shadow: none !important;

}

.step1DateSelectInput:focus{
	outline: none !important;
}

.arrival_departure, .arrival_departure_selected {
	background: #fff;
	min-height: 30px;
	line-height: 30px;
	padding-left: 6px;
	color: #000;
	font-size: 12px!important;
	margin: 3px 0 10px 0;
    cursor: pointer;
}

.arrival_departure:hover {
    outline: 2px dashed #666;
}

.arrival_departure {
    width: 100%;
}

.arrival_departure input, .arrival_departure_selected input {
    cursor: pointer;
    min-height: 30px;
    width: 100px;
}

.selected_date {
	background: none;
	border: medium none;
	color: #000;
}

.arrival_departure_selected {
	    background: #000;
        min-height: 30px;
	    line-height: 30px;
	    padding-left: 6px;
	    color: #fff;
	font-size: 100%;
    }

	.arrival_departure_selected:before {
		content: '';
		border-top: 15px solid #e9e9e9;
		border-bottom: 15px solid #e9e9e9;
		border-left: 15px solid #000;
		width: 0;
		float: right;
	}

	.arrival_departure_selected input {
		color: #fff;
	}

    .selected_date:focus {
	    background: #000;
	    color: #fff;
    }

.multiCalendarContainer{
	outline: 2px solid black;
	float: left; 
	padding: 10px;
}

.step1_panel1 h5 {
	text-transform: uppercase;
	cursor: default;
}

.step1_panel2_title {
	text-align: center;
}

.arrival_booking_input {
    background: #000;
    color: #fff;
    border: none;
	padding: 0;
}

.departure_booking_input {
    background: #fff;
	padding: 0;
	width: 130px;
    border: none;
}

.panel_content {
    margin: 20px 0px;
}

.panel_content_multi {
    margin: 0px 0px;
}

.NightsCountMulti{
	margin-top: 13px; margin-bottom: 13px;
}


.panel_content_flex {
    margin: 5px 0px;
}

.flexlabel{
	margin-left: 5px;
}

.panel_content_mobile {
    margin: 5px 0px;
}

    .panel_content span {
        text-transform: uppercase;
    }

	.panel_content_multi span {
        text-transform: uppercase;
    }

.panel_rooms {
    width: 33%;
    float: left;
}

    .panel_rooms select {
        width: 50px;
    }

/* Step 1 Panel 2 */
.step1_panel2 {
    text-align: center;
	background: #f9f9f9;
	min-height: 295px;
}

    .step1_panel2 h4 {
        font-family: Times;
    }

/* Step 1 Panel 3 */
.step1_panel3 {
    padding: 0 10px;
    float: left;
    width: 100%;
    background: #f9f9f9;
	height: 335px;
	margin-top: 25px;
}

.step1_panel3 h4 {

}

.step1_panel3 ul {
    list-style-type: none;
    padding: 10px 5px
}

.step1_panel3 li {
    margin: 10px;
}

.step1_panel3 li:before { 
    content: "\003e \0020";
    margin-left: -10px;
}

.step1_panel3 li:last-child:before {
    content: none;
}

.availability_button.button{
    font-size: 150%;
	font-family: 'Open Sans';
	text-transform:lowercase;
}

.availability_button_disabled.button{
	color: gray !important;
	background-color: silver !important;
}

.availability_button_disabled.button:hover{
	color: gray !important;
	background-color: silver !important;
}

.well-lg-top {
	width: 100%; text-align:justify; padding-top: 0; padding-bottom: 0;
}

.well-lg-bottom {
    width: 95%;
    text-align: justify;
    color: #555;
    padding: 5px 0 0 0;
}

.phone_available {
    margin-bottom: 10px;
}

.date_types_container {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.date_types {
	position: relative;
	margin: 5px 0;
	text-transform: uppercase;
	font-size: 12px;
    width: 100%;
    float: left;
}

.selecteddates {
	width: 15px;
	height: 15px;
	background: #73D0F0;
	float: right;
	margin: 0 5px;
}

.unavailabledates {
	width: 15px;
	height: 15px;
	float: right;
	margin: 0 5px;
	background: #e9e9e9;
	position: relative;
}

.availabledates {
	width: 15px;
	height: 15px;
	background: #EDEDED;
	float: right;
	margin: 0 5px;
}

/* Step 2 booking details for phone */

@media (max-width: 992px) {
    body.step_2, body.step_2_anything_else, body.step_3, body.step_1 {
        position: relative;
        top:0px;
        float:left;
        margin:0px;
        width:100%;
    }
}


.main_calendar1 {
    height: 88%; float: left; width: 49%; padding: 0
}

.main_calendar2 {
    height: 88%;
    float: RIGHT;
    width: 49%;
    padding: 0;
}


/* Step 2 Panel 1 */
.sticky, .proceed_sticky, .vouchers_proceed_sticky {
	max-width: 263px;
}

#undefined-sticky-wrapper {
    clear: both;
}


.step2 {
}
    .step2 h2, h4, h5 {
        font-family: Arial;
    }

.step2_fromprice {
	margin-bottom: 0;
}

.show_all_rooms_button {
    margin-bottom: 10px;
	margin-top: 10px;
}

.show_all_rooms_button > * {

}


.hide_all_rooms_suites {
	position: relative;
    float:right;
    z-index:90;
}

.hide_all_rooms_suites a {
    float: right;
}

.hide_all_rooms_suites .button {
    background: #ccc;
	padding: 5px 10px;
}


.seven_day_window {
	border-collapse: separate; 
	border-spacing: 5px 0;
}

.step2_priceperroom {
	margin: 0;
	padding-bottom: 0;
	font-size: 160%;
    font-family: 'Open Sans', Arial; 
}

	.step2_priceperroom small {
		font-size: 12px;
	}

.step2_contentarea {
    background: none repeat scroll 0 0 #ebebeb;
    float: left;
    padding: 10px;
    width: 100%;
}

.step2_offer_row {
    background: #f5f5f5;
    width: 100%;
    margin: 5px 0 25px 0;
	min-height: 110px;
    padding: 10px;
	position: relative;
}

    .step2_offer_row #desc {
		/*text-transform: uppercase;*/
        width: 90%;
    }

.more_info_step2_pt1 {
	text-transform: uppercase;
}

.step2_moreinfo_down {
	margin-top: 10px;
}

.step2_moreinfo_down:after{
	border-top: 8px solid #000000;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 5px 0 0px 5px;
    position: absolute;
    width: 0;
}

.step2_moreinfo_up:after{
	border-bottom: 8px solid #000000;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 5px 0 0px 5px;
    position: absolute;
    width: 0;
}

.triangledown_icon{
	border-top: 8px solid #000000;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 5px 0 0px 5px;
    position: absolute;
    width: 0;
}

.triangleup_icon{
	border-bottom: 8px solid #000000;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 5px 0 0px 5px;
    position: absolute;
    width: 0;
}

.triangledown_icon_grey{
	border-top: 8px solid #666;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 5px 0 0px 5px;
    position: absolute;
    width: 0;
}

.triangleup_icon_grey{
	border-bottom: 8px solid #666;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 5px 0 0px 5px;
    position: absolute;
    width: 0;
}

.triangledown_icon_blue{
	border-top: 8px solid #73D0F0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 5px 0 0px 5px;
    position: absolute;
    width: 0;
}

.triangleup_icon_blue{
	border-bottom: 8px solid #73D0F0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    margin: 5px 0 0px 5px;
    position: absolute;
    width: 0;
}

.roomRateShow, .roomRateHide {
	color: #666;
}

.roomRateShow {
	background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 0px;
    float: left;
    padding: 10px 25px 5px 10px;
}

.roomRateHide {
}


.roomrateItem{
	cursor: pointer; padding: 0px; text-align: left;
}

.roomrateSelected {
	border-width: 2px;
	border-color: #ccc;
	border-style:dotted; 
	background-color: white;

	/*filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;*/
}

.roomrateNotSelected{
	 border-width: 2px;
	 border-color: transparent;
	 border-style: solid;
	 background-color: transparent;

	 /*filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;*/
}





.step2_panel2_arriving {
    width: 48%;
    float: left;
}

.step2_panel2_arriving_date {
    background: #000;
    color: #fff;
    padding: 5px 0;
    -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff;
    box-shadow:inset 0px 0px 0px 1px #fff;
    border: 2px solid #000;
    margin-top: 10px;
    position: relative;
}

.step2_panel2_arriving_date:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #000;
        border-left: 8px solid transparent;
        margin: -10px 0 0 -8px;
    }

.step2_panel2_departing {
    width: 48%;
    float: right;
}

.step2_panel2_departing_date {
    background: #000;
    color: #fff;
    padding: 5px 0;
    -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff;
    box-shadow:inset 0px 0px 0px 1px #fff;
    border: 2px solid #000;
    margin-top: 10px;
    position: relative;
}


    .step2_panel2_departing_date:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #000;
        border-left: 8px solid transparent;
        margin: -10px 0 0 -8px;
    }

.step2_panel2_client_details {
    float: left;
    margin: 5px 0;
    padding: 5px;
    text-align: left;
    line-height: 20px;
    width: 100%;
	background: #eeeeee;
    border: 1px solid #ccc;
}


.step2_panel2_payment_details {
	float: left;
	margin: 10px 0px;
	text-align: left;
	width: 100%;
	background: #ebebeb none repeat scroll 0% 0%;
	padding: 10px;
}

.sticky-wrapper.is-sticky {
	margin-left: -10px!important;
}

.price_row {
	width: 100%; 
    margin-bottom: 10px;
}

.price_row_label {
	text-align: left;
	width: 50%;
	float: left;
	
}

.price_row_value {
	text-align: right;
	width: 50%;
	float: right;
	height: 100%;
}

.price_total {
	border-top: 1px solid silver;
	font-weight: bold;
}

.price_paynow {
	border-top: 1px solid silver;
	font-size: 125%;
}

.price_paylater {
	font-weight: bold;
	
}

/*.step_2 .header_steps_shape:after {
	border-bottom: 17px solid #73D0F0;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000;
	border-left: 17px solid #73D0F0;
	border-top: 17px solid #73D0F0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}*/


.step2_panel2_client_details_odd {

}

.step2_panel2_client_details_even {
	background-color: #f5f5f5 !important;
}

.step2_panel2_client_details_button {
	float: left;
    width: 100%;
    text-transform: uppercase
}

#edit_room_panel {
    color: #999;
}

#edit_room_panel1 {
    color: #999;
	padding-top: 10px;
	height: 45px;

  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -ms-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  outline: none;
}

#edit_room_panel2 {
    color: #999;
	padding-top: 10px;
	height: 45px;

  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  -ms-transition: all 0.50s ease-in-out;
  -o-transition: all 0.50s ease-in-out;
  outline: none;
}

.step2_offer_row_collapse {
    width: 100%;
    float: left;
	height:initial;
	/*transition: all 1s ease-in-out 0s;*/
}

.step2_offer_row_dropdownarea {
    background: #fff;
    float: left;
	height:initial;
    width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	/*transition: all 1s ease-in-out 0s;*/
}

.step2_offer_row_dropdownarea_sevenday {
    background: #fff;
    float: left;
	height:initial;
    width: 100%;
	padding: 8px;
    border-bottom: 1px solid #ccc;
	/*transition: all 1s ease-in-out 0s;*/
}

.step2_rooms_image_area {
    margin-bottom: 2px;
}

.step2_room_title {
	font-size: 18px;
	margin-right: 2px;
	font-family: Arial;
}

.step2_rooms_large_image {
    float: left;
}

.step2_rooms_large_image img{
    width: 100%;
}

.step2_rooms_large_image_expanded img{
    width: 100%;
    float: left
}

step2_rooms_small_image {
	float: left;
}


.step2_rooms_small_image .small_room_image_city{
    width: 100%;
}

.step2_rooms_small_image .small_room_image_7day {
    width: 100%;
}

.step2_rooms_image_area_small {
	float: left;
	margin: 15px 5px 0 15px;
}

.step2_rooms_image_area_small_float {
	float: left; min-height: 90px;
}
.step2_rooms_icon_area_small {
	width: 40px;
	float: left;
    text-align: center;
	padding-top: 10px;
	height: 100%;
    margin-left: -5px;
}

.step2_rooms_icon_area_small img{
    width: 22px;
    margin: 5px 0;
}

.breakfast_included, .wifi_included, .meals_included {
    float: left;
	display: none;
}
.show_all_rateplans .button {
    float: right;
}

.step2_rooms_image_thumbs {
    display: none;
}

.step2_rooms_image_thumb_img {
     cursor:pointer;
}

.step2_rooms_image_thumbs img{
    height: 55px;
    display: block;
    margin: 0 0 3px 3px;
}

.room_info_mid {
    float: left;
}

.step2_rightdeleteroom {
	color: #000;
    position: absolute;
    right: 30px;
}

.step2_room_selectedtitle {
	/*font-size: 125%;*/
    float: left;
    width: 100%;
    margin-top: 2px;
}

.step2_rooms_info {
    float: left;
    margin-bottom: 10px;
}

    .step2_rooms_info .room_info h5 {
        border-bottom: 1px solid #cccccc;
    }

.step2_panel2_room_price {
}

.step2_panel2_client_summary h5 {
	font-family: 'Open Sans';
	font-weight: 700
}

.step2_panel2_client_summary_types {
	text-align: left;
	font-size: 12px;
	max-width: 220px;
	margin: 0 auto;
}

	.step2_panel2_client_summary_types .client_summary_type {
		padding: 2px 0;
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px dotted #C0C0C0;
	}

		.step2_panel2_client_summary_types .client_summary_type:last-child {
			border-bottom: none;
		}

	.step2_panel2_client_summary_types select {
		float: right;
	}


.step2_panel2_client_summary_types_plusminus{
	text-align: left;
	font-size: 12px;
	max-width: 220px;
	/*padding-left: 15px;*/
}

.step2_panel2_client_summary_types_plusminus .client_summary_type {
	padding: 2px 0;
	display: block;
	float: left;
	width: 100%;
	/*border-bottom: 1px dotted #C0C0C0;*/
}

.step2_panel2_client_summary_types_plusminus .client_summary_type:last-child {
		border-bottom: none;
	}

.step2_panel2_client_summary_types_plusminus select {
	float: right;
}


.step2_roomname {
	float: left;
}

.step2_contentarea .dates {
    width: 70px;
    float: left;
    text-align:center;
    margin: 10px 1px;
}

.step2_contentarea .dates_compact {
    width: 60px;
    float: left;
    text-align:center;
}

.room_detail_checkin_compact .dates_compact {
    width: 50px;
    float: left;
    text-align:center;
    margin-left: 1px;
}

.dates_compact_bookend{
    width: 15px;
    float: left;
    text-align:center;
	vertical-align: middle;
	cursor: pointer !important;
	height: 72px;
}

.dates_compact_bookend_right {
		background: url('/Assets/images/sevenday_next.png');
    background-size:100%;
    background-repeat: no-repeat;
	background-position: 0 23px;
}

.dates_compact_bookend_left {
	background: url('/Assets/images/sevenday_prev.png');
    background-size:100%;
    background-repeat: no-repeat;
	background-position: 0 23px;
}

.dates_tiny_bookend_right{
	background: url('/Assets/images/sevenday_next.png');
    background-size:100%;
    background-repeat: no-repeat;
	background-position: 0 23px;
}

.dates_tiny_bookend_left{
	background: url('/Assets/images/sevenday_prev.png');
    background-size:100%;
    background-repeat: no-repeat;
	background-position: 0 23px;
}

.dates_tiny_bookend{
    width: 10px;
    float: left;
    text-align:center;
	vertical-align: middle;
	cursor: pointer !important;
	height: 72px;
}

.dates_tiny_bookend_right {
	text-align: right;
}

.dates_compact_bookend_content{
	float: left; height: 100% !important; width: 100% !important;
}
.dates_tiny_bookend_content{
	float: left; height: 100% !important; width: 100% !important;
}





.room_detail_checkin_compact .dates_tiny {
    width: 41px;
    float: left;
    text-align:center;
    margin-left: 1px;
}
.room_detail_checkin_compact .room_date_tiny  {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: 'Open Sans', Arial;
    background: #e9e9e9;
    padding:  5px 0;
    height: 28px;
	font-size:11px;
}

.room_detail_checkin_compact .room_price_tiny  {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: 'Open Sans', Arial;
    background: #e9e9e9;
    padding:  5px 0;
    height: 28px;
	font-size:12px;
}

.room_detail_checkin {
    margin: 10px 0;
}

.room_detail_checkin .room_date  {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: Times New Roman, Arial;
    background: #e9e9e9;
    padding:  5px 0;
    height: 28px;
}

.room_detail_checkin .room_price  {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: Times New Roman, Arial;
    background: #ffffff;
    height: 28px;
    width: 100%;
}

.room_detail_checkin_compact {
    margin: 0;
}

.room_detail_checkin_compact .room_date_compact td {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: Arial;
    background: #e9e9e9;
    padding:  2px;
}


.room_detail_checkin_compact .room_date_compact  {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: 'Open Sans', Arial;
    background: #e9e9e9;
    padding:  5px 0;
    height: 28px;
}




.room_detail_checkin_compact .room_price_compact td {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: Arial;
    background: #e9e9e9;
    padding:  2px;
}


.room_detail_checkin_compact .room_price_compact  {
    border: 1px solid #cccccc;
    text-align: center;
    font-family:  'Open Sans', Arial;
    background: #e9e9e9;
    padding:  5px 0;
    height: 28px;
}

.room_detail_checkin_compact .room_imagediv_compact td {
    text-align: center;
    font-family: Arial;
    background: #e9e9e9;
}


.room_detail_checkin_compact .room_imagediv_compact  {

    text-align: center;
    font-family:  'Open Sans', Arial;
    background: #e9e9e9;
    height: 28px;
}

.room_detail_checkin_compact .room_namediv_compact td {
    text-align: center;
    font-family: Arial;
    background: #fff;
}


.room_detail_checkin_compact .room_namediv_compact  {
    text-align: center;
    font-family:  'Open Sans', Arial;
    height: 72px;
}







.room_detail_checkin_compact .room_price_compact.room_price_compact_strikethrough,
.room_detail_checkin_compact .room_price_tiny.room_price_tiny_strikethrough {
    height: 44px;
}











.col-sm-4-compact {

	padding-left: 3px;
	padding-right: 3px;
}


.room_detail_checkin_compact .room_price .double_strikethrough {
    width: 24px;
    height: 24px;
    margin-left: 23px;
}



.room_detail_checkin .room_price .room_price_amount {
    margin: 5px 0;
}

.room_detail_checkin .room_price .double_strikethrough {
    width: 24px;
    height: 24px;
    margin-left: 23px;
}

.features_policies_title {
	text-transform: uppercase;
	color: #7d0000;
	font-family: 'Open Sans';
}

.full_amenities {
	margin-top: 20px;
}

.amenities_title {
	text-transform: uppercase;
	padding: 10px 10px 10px 0;
	font-family: 'Open Sans';
	color: #3b5998;
}

.currency_rate {
	float:left;
    padding: 5px;
}

/*Step 3*/

.step3_rightdeleteextra {
	float: right; 
	/*padding: 0 0 10px 10px;*/
	color: #000;
	font-size: 100%;
}

.step3_extraitemrow_textwithimage {
	float: left; 
	min-height: 150px;
    max-width:100%;
}

.step3_extraitemrow_textonly {
	width: 100%;
	float: left; 
}

.extra_item_label_column {
	width: 150px;
}

.tooltip {
    max-width: 520px;
    text-transform: uppercase;
}

.tooltip-inner {
    max-width: 510px;
	/*width: 510px !important;*/
}

.step2_panel2_client_details .tooltip-inner {
    text-align: left;
}

.room_info_mid .tooltip-inner {
    /*box-shadow: 0px 0px 20px #3A9B0E;*/
}

.no_of_rooms.select_room_button {
        margin: 10px 0;
    }



.centered {
        text-align: center;
		cursor: default !important;
    }

.select_room_area {
        background: #ffffff;
        width: 100%;
        text-align: center;
        float: left;
        padding: 10px;
    }

.select_room_area select {
	border: 1px solid #999;
    min-width: auto;
    }

.select_room_area, .checking_details {
}

.select_room_area_landing {
	text-align: left; padding: 4px;
}

.city_middle_info {
    margin-top: 10px;
    display: inline-block;
}

.select_room_area_city {
        background: none repeat scroll 0 0 #e9e9e9;
        float: right;
        margin-top: 10px;
        padding: 10px 5px;
        text-align: center;
    }

.select_room_area_city select {
	border: 1px solid #999;
    }

.select_room_area_city {
        max-width: 450px;
}




.checking_details {
        background: #e9e9e9;
        text-align: left;
		margin-top: 40px;
		padding: 10px 14px;
    }

.room_info_detail h4 {
    border-bottom: 1px solid #cccccc;
}

.room_info_detail_dropdown {
	margin-left: 20px;
}

.room_info_detail_popup {
	margin-left: 20px;
}

.room_price {
    float: left;
}

.price_info {
    /*float: right;*/
}

.clearboth {
	clear: both;
}

.price_info h4 {
	font-family: 'Open Sans', Times New Roman;
    font-size: 20px;
	text-align: center;
}

.step2_room_detail_modal_inner .price_info h4 {
text-align: left;
}

.price_info small {
	font-size: 14px;
}

.price_info h5 {
	margin:0 5px 0px 0;
}
    

.more_information {
    background: #fff;
    margin-left: -15px;
    padding: 5px 10px;
    float: left
}

.room_more_info {
    background: #fff;
    float: left;
    padding: 5px 15px;
}

.step2_panel2 {
    text-align: center;
}

.room_detail_checkin .room_date td {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: Arial;
    background: #e9e9e9;
    padding:  10px;
}

.room_detail_checkin .room_price td {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: Arial;
    background: #ffffff;
	height: 50px;
}

/***********************room_price_compact***********************/
/*.room_detail_checkin_compact .room_price_compact  {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: Times New Roman, Arial;
    background: #ffffff;
    height: 28px;
    width: 100%;

.room_detail_checkin_compact .room_price_compact td {
    border: 1px solid #cccccc;
    text-align: center;
    font-family: Arial;
    background: #ffffff;
	height: 50px;
}

}*/

/*.room_detail_checkin_compact .room_price_compact .room_price_amount {
    margin: 5px 0;
}*/

.room_detail_checkin_compact .room_price_compact .double_strikethrough {
    width: 24px;
    height: 24px;
    margin-left: 15px;
	margin-top:-4px;
}

.room_detail_checkin_compact .room_price_compact.room_price_compact_strikethrough .double_strikethrough {
    margin-left: 12px;
	margin-top: 4px;
}

.room_detail_checkin_compact .room_price_tiny.room_price_tiny_strikethrough .double_strikethrough {
    margin-left: 8px;
	margin-top: 4px;
}

.room_detail_checkin_compact .room_price_tiny .double_strikethrough {
    width: 24px;
    height: 24px;
    margin-left: 6px;
	margin-top:-4px;
}



/*.room_price_compact {
    float: left;
}*/



/************************************************************/

.room_detail_checkin th {
    background: none;
    padding: 5px 20px;
	font-weight: normal;
}

.step2_room_detail {
    margin-top: 25px;
}

.proceed_booking {
	background: none;	
	margin: 10px auto;
    padding: 10px 0;
    float: none;
}

.currency_converter_title {
	background: #e9e9e9;
	padding: 5px 0;
}

.currency_converter {
	background: #ccc;
	padding: 10px;
}

.currency_converter_result {
	width: 30%;
	margin: 5px 0;
}





/* Hotel Features & Policies */

.hotel_features_policies {
    margin-top: 25px;
}

.policies_tooltip_container {
	width: 250px;
	min-height: 90px;
}

.policies_tooltip_container_400 {
	width: 400px;
	min-height: 90px;
}



.policies_tooltip_title {
	width: 100%;
	font-size: 120%;
	font-family: Arial;
	overflow: hidden;
	padding: initial;
	padding-left: 2%;
    text-transform: none;
}

.policies_content_panel {
	width: 100%;
	float: right;
    text-transform: none;
	padding-left: 2%;
}

.tooltip_image {
	width: 130px;
	margin: 5px;
	float: left;
}

.main_amenities_icons {
	margin-left: 10px;
	width: 150px;
	overflow: hidden;
	float: left;
}

.meals_included {
	margin: 10px;
	width: 150px;
	overflow: hidden;
	float: left;
}

.room_amenities {
    width: 100%;
    float: left
}

.hotel_amenities {
    width: 100%;
	float: left
}

.full_list_amenities {
	color: #2d699b;
	text-decoration: underline;
	text-transform: uppercase;
}


/* Extras Area */

.extras_panels_wrapper {
	width: 100%;
	min-width: 100%;
	margin-bottom: 10px;
	float: left;
	font-family: "proxima-nova", Verdana, sans-serif;
}

.extras_panels {
	width: 50%;
	display: inline-block;
	/*padding: 20px;*/
	background: #000;
	color: #fff;
	position: relative;
	height: 100%;
	background-color: black;
}

.extras_accordion_text {
	float: left;
	position: relative;
    width: 50%;
    padding: 10px 20px;
}

.extras_accordion_button {
    float: left;
    width: 100%;
}

.extras_add_button {
	width: 100%;
	margin-top: 10px;
}

.datepicker_right {
	background-color: rgba(0, 0, 0, 0);
    height: 1px;
    text-align: left !important;
    width: 100%;
}

.datepicker_right input{
	border-width: 1px;
	border-color: transparent;
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	font-size: 1px;
}

.extras_add_button select{
	font-size: 120%;
}

.extras_add_button .button{
	font-size: 120%;
	padding: 3px 20px;
}

.extras_accordion_image {
	float: left;
	position: relative;
    width: 50%;
	min-width: 390px;
}

.extras_accordion_image img {
    /*width: 100%;*/
	max-width: 390px;
	max-height: 120px;
	width: 390px;
	height: 120px;
}

.proceed_to_payment {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.extras_panels_item h4 {
	color: #73D0F0;
	font-family: Times;
}

.extras_heading{
	height: 40px;
}

.extras_heading_title{
	width: 60%; height: 100%; float: left;
}

.extras_heading_proceed{
	width: 40%; height: 100%; float: right;
}



.extras_down {
	/*border-right: 1px dotted #999;
	border-left: 1px dotted #999;*/
}

.extras_panels_item {
	color: #fff;
	position: relative;
	background-color: black;
}

	.extras_panels_item .expand_icon{
	}

.extras_item_desc {
	font-family: "proxima-nova";
}

.extras_item_desc span{
	margin: 5px 0;
	float: left;
}

	.extras_item_desc tr {
		margin: 2px 0;
	}

	.extras_item_desc h4 {
		font-family: "proxima-nova";
		font-size: 125%;
	}

.extras_add_to_booking {
	background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    padding: 3px 20px 3px 20px;
    position: absolute;
    right: 26px;
    text-transform: uppercase;
    white-space: nowrap;
}

.extras_dropdown {
	margin: 1%;
}

.extras_dropdown_title {
	font-family: Times;
	margin: 10px 0;
	float: left;
	width: 100%;
}

.extras_item_title {
	font-size: 16pt;
}

.extras_item_title_added:after {
	content: "<img src='/Assets/images/ok_success_32.png' />";
}

.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:25px; height:25px; background: #73D0F0; border: 0;}
input.qtyminus { width:25px; height:25px;background: #73D0F0; border: 0;}


/*Payment Process*/

#paymentValidationSummary li{
	color: #a42a20;
}

.validation_form {
	color: #a42a20;
}

.step_3 input,.step_3 select,.step_3 label,.step_3 textarea {
		width: 100%;
	}

.headingRates {
	text-align: left;
	padding: 4px 10px;
}

.prefix {
	float: left;
	margin: 0 5px 0 0;
}

.proceed_button {
	width: auto;
	float: right;
}

.Checkbox input {
	width: auto;
	margin-right: 5px;
}

.Checkbox label {
	width: auto;
}

.first_name label {
	width: auto;
}

.payment_contentarea {
    background: none repeat scroll 0 0 #ebebeb;
	padding: 10px;
}

.payment_row {
    background: #f5f5f5;
	padding:10px;
}

.payment_accordions_title {
	margin: 10px 0;
}

.payment_accordions {
	padding:0px;
}

.payment_accordions h2 {
	font-size:18px;
}

.TANDCsContainer{
	width: 100%;
	max-height: 300px;
	overflow:scroll;
}

.card_types_icons img{
    height: 25px;
	margin-bottom: 6px;
}

.cardccv {
    background: url('/Assets/images/ccv.png') 0 0 no-repeat;
    background-position:right;
    width: 20px;
	border: 1px solid gray;
	background-color: white;
}

.GuestDetailsContainer {
	width: 75%;
}

.GuestDetailsContainer [disabled="disabled"] {
	color: #999;
}

.GuestDetailsContainerCheckbox input{
	width: auto!important;
}

.postal_address {
	float: left;
}

.inputoverride input {
	width: auto !important;
}
.inputoverride label {
	width: auto !important;
}
.inputoverride select {
	width: auto !important;
}
.inputoverride textarea {
	width: auto !important;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
}

/*Confirmation page */

.confirmation_page {
	padding: 10px;
	background: none repeat scroll 0 0 #ebebeb;
    float: left;
    width: 100%;
}

.confirmation_title {
	padding: 20px 0;
}

.confirmation_message {
}

.confirmation_booking_details {
	padding: 20px 0 10px 0;
}

.row_booking_1 {
	margin: 1em;
}
.row_booking_1 th {
	font-weight: normal;
	width: 40%;
	padding: 5px 0;
}
.row_booking_1 td {
	width: 60%;
}

.row_booking_conditions td{
	padding: 20px 0;
}

.row_booking_summary td {
	padding: 25px 0;
	text-align: left;
	line-height: 10px;
	font-variant: normal;
	font-style: normal;
	padding-right: 5px;
	color: rgb(77, 59, 44);
	font-size: 10px;
	font-weight: normal;
}

/* Voucher confirmation */

.voucher_desc {
    padding:0px 0px 10px 0px;
}
.vouchers_proceed_sticky .buttonDisabled {
    display: none;
}

.voucher_sticky h3:after{
    content: '\00A0\2193';
}

.voucherConfirmationTable td:first-child {
    max-width: 300px;
    width: auto;
}

.voucherConfirmationTable td {
    vertical-align: top;
    padding: 4px;
}

/* Footer Styles */

footer {
   position: relative;
   bottom: 0;
   width: 100%;
   font-size: 12px;
   padding: 5px;
}

body.iosDevice footer {
    position: relative;
}


.footerContact, .footerNav {
    padding: 5px;
}

.footerContact td {
    padding: 5px;
    vertical-align: top;
}

.footerNav {
    text-transform: uppercase;
}

.footerNav li {
    padding: 5px;
}
    
footer ul li {
    float: left;
}

.aro_footer {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 600;
}

.dont-miss a {
    color: #FFFFFF !important;
    padding: 5px 10px;
}

/*

#footer {
    bottom: 0;
    padding-top: 15px;
    width: 100%;
    z-index: 99999;
}

#footer a {
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
}

#footer_left {
    border: 0 solid #FF0000;
    font-size: 11px;
    margin: auto;
    padding: 0 0 8px;
}

	#footer_left .address {
		margin-top: 15px;
	}

	#footer_left ul {
		float: left;
		list-style: none outside none;
		margin: 3px 0 0;
		padding: 0 0 0 10px;
	}
	#footer_left ul li {
    display: inline;
    float: left;
    margin: 0;
    padding: 2px 6px;
}
	
#footer_nav {
    border: 0 solid #FF0000;
    font-size: 11px;
    margin: auto;
    padding: 0 0 8px;
}


#footer_nav ul {
    float: right;
    list-style: none outside none;
    margin: 3px 0 0;
    padding: 0 10px 0 0;
}

#footer_nav ul li {
    background: url("//jesmonddenehouse.co.uk/includes/images/nav/footer_li_BG1.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: inline;
    float: left;
    line-height: 14px;
    margin: 0;
    padding: 2px 6px;
}


*/

/* Modify Booking */

#modifyLoginPanel {
    margin: 50px auto 100px;
}

#modifyLoginPanel .headingRates {
    text-align: center;
}

#modifyLoginPanel input {
    margin-bottom: 10px;
}

#modifyLoginPanel .button {
}

#modifyLoginPanel .reservationDetails {
    padding: 25px 25px 100px 25px;
}

    #modifyLoginPanel .bg-danger {
        padding: 5px;
        margin-bottom: 10px;
        font-style: italic;
    }

.label_standard {
    text-align: left;
}

    #modifyLoginPanel .headingRates {
        padding: 5px 0;
    }

    #modifyLoginPanel .headingRates h1 {
        text-align: left;
        font-family: Times;
        font-weight: normal;
        font-size: 24px;
        text-transform: uppercase;
    }

.modify_form {
    background: #fff none repeat scroll 0 0;
    margin: 20px auto;
    max-width: 100%;
    padding: 20px;
    width: 450px;
}

.modify_form_button {
    display: inline-block;
    text-align: left;
    width: 100%;
}

#resetPasswordPanel {
    text-align: center;
    height: 100vh;
}

#resetPasswordPanel .inner {
    text-align: left;
    padding: 25px;
    margin: 50px auto;
    border: 1px solid #ccc;
    float: none;
}

#resetPasswordPanel .headingRates {
    text-align: center;
}

#resetPasswordPanel input {
    margin-bottom: 10px;
}

#resetPasswordPanel .button {
}

#resetPasswordPanel .reservationDetails {
    padding: 25px 25px 100px 25px;
}

.ulerrorlist {
	 list-style-type:square;
	 margin: 15px 0 15px 25px;
}

.login_holder {
    width: 80%;
    margin-bottom: 25px;
}

    .login_holder .button {
        max-width: 150px;
    }

/* Responsive Styles */


@media (max-width:1199px) and (min-width: 991px) {
    .step2_panel2 .step2_contentarea {
        min-width: 223px;
    }
}



@media (max-width: 767px) {

.carousel {
  height: 70%; /* increases the carousel height so it looks good on phones */
}

    .voucher_step1 .voucher_order_details {
        box-shadow: 0 10px 10px -10px #000;
    }

    .voucher_step1 .expandButton h3{
        font-size: 16px;
    }

	.NoAvailPageDatepickerHolder.left_cal, .NoAvailPageDatepickerHolder.right_cal {
		width: 100%!important;
	}

    .extras_item_desc textarea {
        width:100%;
    }
    .step3_extras_room {
        margin-left:0;
        margin-right:0;
    }


	/*Bookings Menu Options*/
	.vouchernavstep_options1 {
		margin-top: 55px;
	}
	.vouchernavstep_options2 {
		margin-top: 40px;
	}
	.vouchernavstep_options3 {
		margin-top: 15px;
	}
	.vouchernavstep_options4 {
		margin-top: 50px;
	}
	.vouchernavstep_options5 {
		margin-top: 50px;
	}

	.bookingnavstep_options1 {
		margin-top: 0px;
	}
	.bookingnavstep_options2 {
		margin-top: 50px;
	}
	.bookingnavstep_options3 {
		margin-top: 50px;
	}
	.bookingnavstep_options4 {
		margin-top: 50px;
	}
	.bookingnavstep_options5 {
		margin-top: 50px;
	}

}


.carousel_image_item {
	margin:auto;
}

/* Jquery DatePicker */

.ui-datepicker {
	width: auto;
	min-height: 260px;
    font-size: 16px;
	z-index: 999999 !important;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 90%;
	margin: 0 auto;
}
.ui-datepicker-header {
	color: #000;
	line-height: 30px;
}
.ui-datepicker-title {
	text-align: center;
    text-transform: uppercase;
    line-height: 25px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('/Assets/images/arrow.png');
	background-repeat: no-repeat;
	overflow: hidden;
    color: #666666;
    font-size: 10px;
    text-transform: uppercase;
}
.ui-datepicker-prev {
	background-position: left -29px;
    float: left;
    padding-left: 25px;
}
.ui-datepicker-next {
	float: right;
    padding-right: 25px;
	background-position: right 1px;
}
.ui-datepicker-prev:hover {
    color: #000;
}
.ui-datepicker-next:hover {
    color: #000;
}
.ui-datepicker thead {
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 9pt;
	padding: 5px 0;
	color: #666666;
	font-weight: normal;
    text-align: center;
}

.ui-datepicker tbody td {
	padding: 0;
    width: 14%;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	color: #666666;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 1px;
    text-align: center;
    width: 96%;
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
    outline: 1px dotted #666;

}
.ui-datepicker-calendar .ui-state-active {
	background: #000 !important;
	position: relative;
}

.ui-selected-daterange-cell {
	background: none !important;
	color: #ffffff !important;
}

.ui-selected-daterange-cell a  {
	background-color: #000 !important;
	color: #ffffff !important;
}



.ui-datepicker-unselectable .ui-state-default {
	background: none;
	color: #b4b3b3;
}

.right_panel_datepicker .ui-datepicker {
	width: auto;
	height: auto;
	margin: 5px auto 0;
    font-size: 95px;
}


/* Jquery DatePicker step_2 */

.step_2 .ui-datepicker {
	width: auto;
	height: auto;
	margin: 5px auto 0;
    font-size: 14px;
	background: #000;
	padding:10px;
}
.step_2 .ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.step_2 .ui-datepicker table {
	width: 100%;
}
.step_2 .ui-datepicker-header {
	color: #fff;
	line-height: 30px;
}
.step_2 .ui-datepicker-title {
	text-align: center;
    text-transform: uppercase;
    line-height: 25px;
	font-family: "kepler-std";
}
.step_2 .ui-datepicker-prev, .step_2 .ui-datepicker-next {
	display: inline-block;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('/Assets/images/step_2_arrow.png');
	background-repeat: no-repeat;
	overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.step_2 .ui-datepicker-prev {
	background-position: left -29px;
    float: left;
    padding-left: 25px;
}
.step_2 .ui-datepicker-next {
	float: right;
    padding-right: 25px;
	background-position: right 1px;
}
.step_2 .ui-datepicker-prev:hover {
    color: #fff;
}
.step_2 .ui-datepicker-next:hover {
    color: #fff;
}
.step_2 .ui-datepicker thead {
}
.step_2 .ui-datepicker th {
	text-transform: uppercase;
	font-size: 9pt;
	padding: 5px 0;
	color: #666666;
    text-align: center;
}

.step2_details_room_title {
	margin-left: 5px;
}

.step2_room_details_accordian_container {
	float: left;
}

.step2_room_details_accordian_container_mobile{
	width: 100%;
}

.step2_room_details_accordian_button
{
	margin-bottom: 7px;
}

.step2_room_price_container {
	padding-left: 0;
}

.step2_room_details_rate_desc {
	float:none !important;
}

.step2_room_details_mainfeatures {
	padding-left: 0 !important; padding-right: 0 !important;
}

.step2_room_details_featureitem {
	width: 150px; height: 22px; overflow: hidden; float: left;
}

.step2_room_details_container{
	width: 100%; margin-left: 10px;
}

.step2_room_detail_feature {
	padding-bottom: 10px; margin: 0 10px 0 10px; vertical-align:middle; width: 230px; overflow: hidden; float: left;
}

    .step2_room_detail_feature:before {
        float:left;
        content:"\00BB\00a0";
    }

.step2_room_detail_feature_mobile {
	margin: 0 10px 0 10px; vertical-align:middle; overflow: hidden; float: left; width: 75%;
}

    .step2_room_detail_feature_mobile:before {
        float:left;
        content:"\00BB\00a0";
    }

.step2_room_details_terms_label{
	font-size: 11pt; margin-top: -13px;
}

.step2_room_detail_infoitem {
	overflow: auto; height: 380px;
}

.step2_room_detail_infoitem_mobile {
	overflow: auto;
}

.step2_room_detail_switcher{
	padding: 5px; font-size: smaller; cursor: pointer;
}

.step2_room_detail_amenety {
	overflow: hidden;
}

.step2_room_detail_amenety_inner {
	width: 100%; background-repeat:repeat;
}

.step2_room_detail_amenety_inner_text {
	padding: 3px 0; margin: 0 5px 0 10px; vertical-align:middle; width: 100%; overflow: hidden; float: left;
}

.step2_room_detail_amenety_inner_text:before {
    content: '\2022';
}

.step2_room_detail_moreinfo_trigger {
	text-align: center;
}

.step2_room_detail_modal_inner {
	width: 100%;
}

.step2_room_landing {
	 width:90%; 
	 margin: 5px 0 5px 15px;
}

.step2_sevenday_container_outer {
	margin: 2px 0;
}

.step2_sevenday_cell {
	float: left; 
	cursor: default;
}

.step2_sevenday_container {
	margin-left: 10px; margin-top: 15px;
}

.step_2 .ui-datepicker tbody td {
	padding: 0;
    width: 20px;
}
.step_2 .ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.step_2 .ui-datepicker tbody tr {
}
.step_2 .ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.step_2 .ui-datepicker td span, .step_2 .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 25px;
    margin: 1px;
	line-height: 25px;
	color: #666666;
}
.step_2 .ui-datepicker-calendar .ui-state-default {
	background: #fff;
}
.step_2 .ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.step_2 .ui-datepicker-calendar .ui-state-active {
	background: #73d0f0;
	position: relative;
}
.step_2 .ui-datepicker-unselectable .ui-state-default {
	background: #666;
	color: #b4b3b3;
}

.step2_room_picker_container {
	padding-right: 0; padding-left: 0; float: right;
}

.step2_room_picker_container {
	padding-top: 10px;
}

.step2_room_picker_container_not_available {
	padding-top: 20px;
}

.step2_room_picker_container_inner {
	float: left; padding-left: 10px;
}

.step2_room_picker_container_image {
	width: 155px; height: 100%;
}

.step2_room_picker_cutton_container {
	width: 305px; float: left;
}





















.step2 .wifi_breakfast_icons {
}

.float_right {
	float: right !important;
}

.float_left {
	float: left;
}

.width_all {
	width: 100%;
}

.no-padding {
	padding: 0;
}

.right_panel_datepicker .ui-datepicker {
	width: auto;
	height: auto;
	margin: 5px auto 0;
    font-size: 95px;
}

.ui-datepicker
{
	z-index: 999999;
}

.view_edit_area {
    float: right;
}

.upgrades_viewmore {
    cursor: pointer;
    text-align: right;
    width: 100%;
	margin-bottom: 10px;
}

/*End step_2 datepicker*/

.occupancy_all {
	margin-bottom: 10px;
}

.occupancyCountBox{
	width: 100px;
}

.adult_child_age_label_container {

	float: left; 
	height: 100%;
	/*width: 75px;*/

}

.child_age_label_container {
	width: 60px; height: 22px;
	float: left; 
}


.adult_maxcount_label_container {

	float: left; 
	height: 100%;
	/*width: 60px;*/

}

.occupancyChildAgeBox{
	text-align: left;
	width: 140px;
	margin-left: 120px;
}

.adults_children select, .adults_children label {
	margin-right: 10px;
    float: left;
}

.adults_children {
	float: left;
    line-height: 20px;
	width: 100%;
}

.adults_children_multical select, .adults_children_multical label {
	margin-right: 10px;
    float: left;
}

.adults_children_multical {
	float: left;
    line-height: 22px;
	width: 100%;
}

.roomindex_multical{
	/*background-color: #ddd;
	border-radius: 4px;*/
	padding: 5px;
	/*float: left;
	margin-bottom: 5px;*/
}

.roomseperator_multical{
	margin-top: 5px; margin-bottom: 5px; height: 1px; background-color: gray;
}

.child_age_span {
	/*width: 50px;*/
}

.adult_child_age_select {
	/*width: 50px;*/
}

.adults_container {
	/*width: 120px;*/
	float: left;
	height: 100%;
}

.children_container {
	/*width: 135px;*/
	float: left;
	height: 100%;
}

.children_container {
    width: 115px;
}

.infants_container {
	/*width: 135px;*/
	float: left;
	height: 100%;
}

.infants_container {
    width: 90px;
}



.delete_room_container {
	float: left;
	height: 100%;
}
.delete_room_container_multical {
	float: right;
	height: 100%;
	
}

.removeRoomStep1Multi{
	width: 35px;
}

.child_age_container {
	margin-left: 140px;
	width: 140px;
}

.child_age_select_container {
	float: left; 
	height: 100%;
}


.promotion_labels {
	width:40%;
	float: left;
}

.hotel_policies {

}

.hotel_policies_item {
	cursor: pointer;
	float: left; 
	width: 49%; 
}


#ui-datepicker-div {
	display: none;  /*NEEDED TO STOP THE CALENDAR {POPUP TABLE FROM APPEARING AT THE BOTTOM OF A PAGE BY DEFAULT - MOVED UP HERE TO DEFAULT-HIDE ON ALL SCREEN SIZES */
	z-index: 1000;
}

.mobile_headersteps {
    display: none;
}

/* Mobile datepicker stuff */

.discount_total_row {
	margin-bottom: 2px !important;
}

.discount_title_row{
	font-style: italic;
	font-size: 8pt;
	text-align: right;

}

@media (max-width: 767px){

    .section {
        padding-top: 0px!important;
    }

  .step1, .step2, .step {
        margin-top: 40px!important;
    }

    #ui-datepicker-div {
        margin-top: -55px;
        position: fixed !important;
        top: 100px !important;
        z-index: 99999!important;
        left: 5% !important;
        width: 90%;
        background: #000000;
    }

    #ui-datepicker-div .ui-datepicker-header {
        color: #fff;
        background-color: #000;
    }

    #ui-datepicker-div.ui-datepicker {
        height: auto;
        padding-bottom: 20px;
    }

    #ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
        color: #fff;
        background-image: url('/Assets/images/arrow_white.png');
    }

    .mobile_header_steps_fixed {
        position:fixed;
        width:100%;
        left:100%;
        left:0px;
        top:0px;
        z-index:999;
    }

    .header_steps_shape, .header_steps_shape:after, .header_steps_shape:before, .header_steps_shape_active, .header_steps_shape_active:before {
        border-top: none!important;
        border-left: none!important;
        border-right: 1px solid #fff!important;
        border-bottom:none!important;
    }

    .header_steps .desktop_headersteps{
        display: none;
    }

    .mobile_headersteps {
        display: inline;
    }

    .header_steps {
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    /*.mobile_hidden {
        display: none;
    }*/
    .header_steps_shape_active a:after {
        content: "";
        display: block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid transparent;
        border-bottom: 0px solid transparent;
        border-top-color: #000; /*Change per client in custom.css*/
        position: absolute;
        bottom: -8px;
        left: 50%;
        z-index: 600;
        margin-left: -8px;
    }

    .header_steps {
        z-index: 600;
    }

    .fixed {
        position: fixed!important;
        top: 0 !important;
    }


    .bdSticky {
        top:34px !important;
    }

    .well-lg {
        display: none;
    }

    .step2_offer_row {
    }
    .step2_contentarea {
        padding: 5px;
    }

    .step2_offer_row_dropdownarea {
        margin: 0 0 1px 0;
    }

    .step2_room_title {
        font-size: 15px;
    }

    .client_logo {
        display:none !important;
    }

    .client_logo img  {
        display: none;
    }

    .client_logo h5 {
        display: block !important;
        float: left;
        font-size: 16px;
        text-align: left;
        width: 100%;
    }

    .client_logo {
        float: left;
        margin: 0 !important;
        padding: 15px;
        width: 100%;
    }

     .step, .step1 {
        margin-top:70px !important;
    }


    .step2, .step3  {
        margin-top:90px !important;
    }

    .booking_confirmation {
        margin-top:45px;
    }

    .payment_contentarea_mobile {
        margin-top:0px;
    }

    .ui-dialog {
        width: 100%!important;
    }
}



/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.25;
}



.ui-dialog-titlebar-close{
	display: none;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
	background-color: white;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}

.ui-dialog{
	border: 2px solid silver;
}

.ui-dialog-titlebar{
	font-size: 14pt;
	background-color: #eee;
}

.datepickerclickPanel {
	 position:absolute; 
	 height: 130px; 
	 width: 50%; 
	 background-color: transparent; 
	 z-index: 1;
	 cursor: pointer;
	 text-align: left;
}

.promocodebox{
    position: absolute;
    bottom: 0;
    left: 15px;
}

.ui-dialog-buttonset button{
	border-style: none;
    color: #000000;
    text-align: center;
    font-size: 100%;
	height: 30px;
}





.rates_window_standarddate {
 background-color: #fff !important;
 border: 1px solid #ccc !important;
}

.rates_window_inoutdate {
 background-color: #73D0F0 !important;
 border: 1px solid #73D0F0 !important;
}

.rates_window_inoutdateamount {
 background-color: #ffffff !important;
 border: 1px solid #73D0F0 !important;
}

.rates_window_inoutdate_noavail {
 background-color: #ccc !important;
 border: 1px solid #ccc !important;
}

.rates_window_inoutdateamount_noavail {
 background-color: #fff !important;
 border: 1px solid #ccc !important;
}




.rates_window_inoutdate {
 background-color: #73D0F0 !important;
 border: 1px solid #73D0F0 !important;
}

.rates_compact_window_inoutdateamount {
 background-color: #fff  !important;
 border: 1px solid #5C869F  !important;
}

.rates_window_inoutdate_noavail {
 background-color: #ccc !important;
 border: 1px solid #ccc !important;
}

.rates_compact_window_inoutdateamount_noavail {
 background-color: #aaa !important;
 border: 1px solid #aaa !important;
}
















.rates_window_standarddateamount {
 background-color: #fff !important;
 border-bottom: 1px solid #ccc !important;
 border-top: none!important;
 border-right: 1px solid #ccc !important;
 border-left: 1px solid #ccc !important;
}

.rateplan_image {
	max-width: 220px;
	max-height: 100px;
	margin-right: 10px;
}

#loading-overlay {
    display: block; /* ensures it’s invisible until it’s called */
    position: fixed; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0; /* positions the div half way horizontally */
    top: 0; /* positions the div half way vertically */
    border-style: none;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index:999999; /* makes the div the top layer, so it’ll lay on top of the other content */
	-moz-opacity: 0.8; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .80;
    filter: alpha(opacity=80);
	text-align: center;
}

	#loading-overlay img {
		top: 40%;
		left: 47%;
		/*margin: -75px 0px 0px -75px;*/
		position: fixed;
	}

.off_screen {
	position:absolute; left: -9999px;
}

div.friendly_date_box {
    position: absolute;
    top: 0;
    left: 0;
}



.checkboxlist_nowrap label
{
	 display:inline;
	 width: 50% !important;
	padding-left: 7px;
	margin-bottom: 5px;
}


.cursorPointer {
	cursor: pointer !important;
}

.cursorDefault {
	cursor: default !important;
}

.cursorDisallowed {
	cursor: not-allowed !important;
}

.CBSameAsBooker label{
	cursor: pointer !important;
}

/* Vouchers */

.voucherDetails {
    padding: 10px;
    background-color: white;
}

.voucherDetails input, .voucherDetails textarea {
    width: 100%;
}

.voucherRow {
    margin-bottom: 25px; 
}

.voucherHeader {
    padding: 10px;
    background-color: #ebebeb;
}

    .voucherHeader h4 {
        font-size: 17px;
    }

.voucherGroupImageWrapper {
    width: 42%;
    float: left;
    padding-right: 10px;
    overflow: hidden;
    height: 125px;
}

.voucherPrice {
    margin: 12px 0;
}

.voucherQty {
    margin: 10px 0;
    font-size: 90%;
}

.voucherBtn .button{
    margin: 2px 0 0;
}

#btnAddToCart1, #btnAddToCart1b, #btnAddToCart2, #btnAddToCart2b {
    width: 100%;
}

.reservation_table_title
{
	font-size: 14pt;

}

.voucherRow img {
    float: left;
    height: auto;
    max-width: 100%;
    margin: 0 10px 10px 0; 
    border: 1px solid silver;
}

.voucherGroup {
    width: 100%; 
    background-color: white; 
    padding: 10px; 
    margin-bottom: 10px; 
}

.voucherGroupHeader {
    width: 100%;
}

.voucherGroupHeader img {
    width: 100%;
}

.voucherGroupHeader .viewGroupButton {
    float: right; 
    width: 58%; 
    border: 1px solid #ebebeb; 
    padding: 15px; 
    text-align:center;
    height: 125px;
}

.DeliveryTypeSelector {
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (max-width: 620px) {

	
	.row.header_steps .col-xs-3 {
		width: 25%!important;
	}

    .voucherGroup {
        min-height: 100px;
    }

    .voucherGroupImageWrapper {
        display: none;
    }

    .voucherGroupHeader .viewGroupButton {
        width: 100%;
        height: auto;
    }

    .voucherGroupHeader h4 {
        margin: 0;
    }
}

.voucherAlsoSelected{
	font-size: 8pt;
}

.voucherTitleContainer {
	width: 100%; 
    text-align:left; 
    height: 50px; 
    background-color: white !important;
    position: relative;
}

.voucherTitleContainerTitle {
    overflow:hidden;
    float: left;
    /*margin-right: 148px;*/
}

.voucherTitleContainerButton {
	/*height: 100%; 
    text-align: right; 
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 0;*/
    position: absolute;
    right: 5px;
    top: -15px;
    font-size: 12px;
}

.headingBox {
    margin: 10px;
}

.voucherDetails .row .col-sm-4, .voucherDetails .col-sm-8{
    margin: 10px 0;
}

.voucher_seperator {
    background-color: #ebebeb;
    height: 5px;
    border-style:none;
}

.detailsInputGrid input {
    width: 100%;
}


span.help {
    color: #999 !important;
}

.valid {
   border: 1px solid green;
}

.daynamebox {
	text-transform : uppercase;
	font-size: 8pt;
	color: #333;
}

.daynamebox_tiny {
	text-transform : uppercase;
	font-size: 7pt;
	color: gray;
}

#error-container div {
	color: red;
	line-height: 140%;
}

#error-container div:last-child {
	padding-bottom: 10px;
}



input[type="checkbox"] {
 width: auto !important;
}


#validationsummary {
	color: #A94442;
	font-size: 12pt;
	font-family: inherit;
}

.ignore_element {
	background-color: transparent; 
	border-style: none; 
	padding: 0; 
	margin: 0; 
	width: 1px !important; 
	height: 1px !important;

	/*background-color: red; 
	border-style: none; 
	padding: 0; 
	margin: 0; 
	width: 5px !important; 
	height: 15px !important;*/

}

.ignore_element_position {
    position:absolute;
}


/*Mobile Nav*/
.nav_primary_mobile {
        float: left;
        width:100%;
        background:#ffffff;
        padding:10px;
	}
	
	.nav_primary_mobile ul {
        float: left;
        width:100%;
        margin:0px;
        padding:0px;
	}
	
	.nav_primary_mobile ul li {
        float: left;
        width:50%;
	}

    .nav_primary_mobile ul li.last {
        width:50%;
	}
	
	.nav_primary_mobile ul li a {
        border: medium none;
        color: #000000;
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
	}

        .nav_primary_mobile ul li a#moreDetailsMobileButton {
            background:none;
        }

    .nav_primary_mobile ul li .btn-book_now {
        background: #5a4968 none repeat scroll 0 0;
        border: medium none;
        color: #ffffff;
        float: left;
        margin:5px 0 0;
        padding:2px 12px !important;
        width:100%;
        text-align:center;
        border-radius:0px !important;
	}

     .nav_primary_mobile ul li .btn-book_now:hover {
        background:#000000;
	}

    .nav_primary_mobile ul li a:hover, .nav_primary_mobile ul li a.btn-default:focus,
    .nav_primary_mobile ul li a.btn-default:active,.nav_primary_mobile ul li a.btn-default.active {
        background:none;
	}

        .nav_primary_mobile ul li .nav_mob_button {
            text-align:right;
        }


    /*  Custom responsive styles - James  */

/* Responsive Styles */

@media (max-width: 991px) {
    .client_logo, .step_2_anything_else .client_logo  {
        margin-bottom: 10px;
    }

     .step_1 .client_logo {
        margin-top:0px;
    }

		.expandButton .btn {
		padding: 0!important;
	}
	.icon.calendar_icon {
		margin: 0!important;
	}

     .mfp-hide-mobile {
	    display:none;
    }

     .mfp-container .mfp-hide-mobile, .mfp-container .hide {
	    display:block !important;
    }

    .bdSticky {
        position:fixed;
        top:0px;
        left: 0;
        box-shadow: 0 10px 10px -10px #000;
        z-index: 200;
        width: 100%;
        background: #e9e9e9;
        padding:0px;
    }

     #mobile_fixed {
        width: 100%;
        background:#FFFFFF;
        padding:0px;
        float:left;
        position:relative;
        z-index: 200;
    }

    .step_1 .bdSticky{
        padding: 0px;
    }

    .step_2 .bdSticky{
        background: #ebebeb;
    }

    .bdSticky .button {
        /*max-width: 100px; ???*/
        max-height: 35px;
        float: right;
        margin: 0;
    }

    .bdSticky .step2_moreinfo_down {
        margin-top: 0;
    }

    .bdSticky .roomsList {
        margin: 10px 0;
    }

}


@media (max-width: 480px) {

	.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 {
		width: 100%;
		padding: 0;
	}

	.step2_room_landing {
		margin: 0 0 5px 0;
	}

	.individual_rates .col-sm-3 {
		padding: 0!important;
	}

    .step1_panel3 h4, .step1_panel3 {
        display: none;
    }

    .info_icon{
        /*display: none;*/
    }

    .step1_panel3 button {
        position: relative;
        left: -8px;
    }

    .voucherRow img {
        display: none;
    }

    .headingRates h4 {
        font-size: 100%;
    }

    .show_all_rooms_button {
        right: auto!important;
    }

	.extras_heading_title{
		width: 100%;
	}

	.extras_heading_proceed{
		width: 100%;
	}

	.step2_rooms_info{
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media (max-width: 767px) {
    .section {
        padding-top: 90px;
    }
    .client_logo {
        margin-top: 0px;
    }
    
    #mobile_fixed {
        position:fixed;
        top:34px;
        left: 0;
        box-shadow: 0 10px 10px -10px #000;
        z-index: 200;
        width: 100%;
        background:#FFFFFF;
        padding:0px;
    }

	.content_holder{
		float: none !important;
	}

	.header_holder{
		margin-top: 50px;
	}

}

@media (max-width: 768px) {
    .extras_accordion_text {
        width: 100%;
    }

    footer {
        position: relative;
    }

	.aro_footer {
		position: relative;
		right: auto;
	}

	.step2_panel2 {
		float: left;
		width: 100%;
	}

    /*.tooltip {
        position: fixed;
        left: 5% !important;
        top: 80px !important;
        width: 90%;
    }*/

    .tooltip-inner, .tooltip-inner > div {
        width: 100% !important;
    }

	.arrival_departure:hover, .arrival_departure_selected:hover {
        outline: 2px dashed #666;
    }

    /*.tooltip-arrow {
        display: none;
    }*/

	.NoAvailPageCalendarHeading h4 {
		font-size: 14px;
	}

	.NoAvailPageHeading h3{
		font-size: 14px;
	}

	.NoAvailPageHeading h3 li{
		font-size: 16px;
	}

}


/*.PriceHeading {
	cursor: pointer;
	font-size: 13pt !important;
	text-align: center;
}*/

.PriceHeadingType {
	font-size: 50% !important;
	text-transform: uppercase;
	font-family: 'Open Sans';
}


	.RoomRateMoreInfoSelector {
		width: 100%; min-height: 35px; float: right; cursor: pointer; padding: 10px 0; margin-bottom: 10px; overflow:hidden; border-top-right-radius: 1.5em; text-transform: uppercase
	}

.RoomRateMoreInfoSelector_Mobile {
	font-size: 75%;
}

	.RoomRateMoreInfoSelector_Active {
		background-color: black; color: white;
	}
	.RoomRateMoreInfoSelector_InActive {
		background-color: #e9e9e9; color: black;
	}
	.RoomRateMoreInfoMenu {
		background: none repeat scroll 0 0 #f5f5f5;
        float: right;
        min-height: 250px;
        padding: 10px;
        text-align: center;
	}
	.RoomRateMoreInfoSectionInnerContainer {
		padding-top: 0;
	}
	.RoomRateMoreInfoSectionInnerContainerInner {
		padding-top: 0 ;
		margin-top: 0 ;
	}
	.RoomRateMoreInfoSectionTitle {
		width: 90%;
		margin-left: 5px;
	}

.ModalPolicyItem {
	 width: 96%; overflow: hidden; float: left; padding: 15px;
}

.ModalPolicyItem_Even{
	background-color: #F3F3F3;
}

ModalPolicyItem_Odd{
	background-color: white;
}

.ModalPolicyItemTitle {
	text-transform:uppercase;  font-size: 125%;
}


.photo_overlay_container{
	position:relative;
	/*width:80px;
	height:80px*/
}



.photo_overlay_inlay{
	position:relative;
	bottom:25px;
    width: 16px!important;
    height: 14px!important;
    float: right;
    margin-right: 5px;
    display: block!important;
}

.photo_overlay_inlay_city{
	position:relative;
	bottom:20px;
    width: 18px!important;
    height: 18px!important;
    float: right;
    margin-right: 5px;
    display: block!important;
}

.offerdatepicker_container .ui-datepicker-prev
{
	display:none;
}

.offerdatepicker_container .ui-datepicker-next
{
	display:none;
}

/**************  FullCalendar styles  *****************/

.main_calendar1 {
    height: 88%; float: left; width: 49%; padding: 0
}

.main_calendar2 {
    height: 88%;
    float: RIGHT;
    width: 49%;
    padding: 0;
}

	/*#calendar {
		width: 420px;
	}*/

	.fc-event-inner {
		height: 100%;
	}

	.fc-event-hori {
		height: 30px;
	}

	.fc-header-right {
		display: none;
	}

    .fc-header-title h2 {
    font-size: 160%;
}


	.fc-event {
		background: none !important;
		border: none !important;
		color: #333!important;
		cursor: default;
		text-align: center;
		padding-top: 5px;
        font-family: 'Open Sans'!important;
	}

    .fc-event-title h2{		
        font-size: 80%;
	}

	.fc-widget-header, .fc-widget-content {
    border: 1px solid #f2f2f2;
}

	.fc-day-header {
		font-family: verdana,sans-serif;
		font-weight: normal;
		text-transform: uppercase;	
		font-size: 7px;
	}

	.fc-header-center {
		display: none;
	}

	.fc-header-title {
		width: 100%;
		text-align: center;
       
	}

    .fc-day-number {
    background-color: #c0996c !important;
    border: 1px solid #c0996c !important;
    color: #fff;


}

	/*.fc-other-month{ visibility:hidden;}*/

/************************************************/
.header-area {
	text-align: center;
	/*margin-top: 10px;*/
	font-family: 'Lato', Arial;
	height: 25px;
}
.header-area-inner {
	height: 100%; 
	width: 100%;
}

.header-area-ssection
{
	text-align: right;
	float: right; 
	height: 100%;
    padding-left: 15px;
}

.header-area-ssection-right {
	text-align: right;
	float: right; 
	height: 100%;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid silver;
}

.header-area-ssection-leftmost {
	text-align: right;
	float: right; 
	height: 100%;
	padding-left: 15px;
	margin-left: 15px;
}

.nav-tabs.nav-justified > li{
	cursor: pointer;
}


.nav-tabs.nav-justified > li > a{
	cursor: pointer !important;
}




.btn-sm{
	border-radius: 0px;
	border-style: none;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info
{
	background-color:#AFAFAF;
	border-color:#AFAFAF;
}

.NoAvailCalendar_Availability{
	background-color: #AFAFAF ;
	color: white ;
}

.NoAvailCalendar_NoAvailability{
	background-color: #e2e2e2 !important;
	color: #666 !important;
	cursor:no-drop;
}

.NoAvailCalendar_NoAvailabilityLOS{
	background-color: #FFFFFF !important;
	color: #666 !important;
}


.not-allowed {
	cursor: not-allowed;
}

.NoAvailCalendar_Availability.active span{
	color: #fff;
}


.NoAvailCalendar_PrevDates{
	background-color: #fff !important;
	color: #aaa !important;
	cursor:no-drop;
}

.NoAvailCalendar_PrevDates.active span{
	color: #aaa;
}

.bootstrapDatepickerHolder table {
	width: 300px;
}

.NoAvailPageContainer {
	/*height: 600px;*/
}

.NoAvailPageHeading {
	text-align: left;
}

.NoAvailPageContactUs {
	width: 100%;
	margin-top: 20px;
	min-height: 30px;
}

.NoAvailPageHDivider {
	height: 1px;
	background-color: white;
}

.NoAvailPageCalendarHeading {
	width: 100%;
	margin-top: 10px;
	height: 30px;
	padding-left: 15px;
}

.NoAvailPageCalendarHeading h4 {
	font-family: 'Open Sans';
	text-transform: uppercase;
}

.NoAvailPageCalendarContainer {
	width: 100%;
	float: left;
	margin-top: 0;
	background-color: white;
	padding: 10px;
}

	.NoAvailPageCalendarContainer table {
		width: 100%;
		background-color: white;
		border-style: none;
		margin: 0;
	}

	.NoAvailPageCalendarContainer td {
		padding: 1px;
	}

	.NoAvailPageCalendarContainer td, .NoAvailPageCalendarContainer td .btn-sm {
		min-width: 30px;
		height: 30px;
	}

	.NoAvailPageCalendarContainer table > thead > tr:first-child {
		background: #dbdbdb;
	}

	.NoAvailPageCalendarContainer table > thead > tr:first-child .btn-default{
		background: #dbdbdb;
		font-size: 16px;
		text-transform: uppercase;
	}

		.NoAvailPageCalendarContainer table > thead > tr:first-child .btn-default strong{
			font-weight: normal;
		}

.NoAvailPageCalendarContainer .text-info{
	color: #fff;
}

.NoAvailPageDatepickerHolder.left_cal {
	width: 40%;
	float: left
}

.NoAvailPageDatepickerHolder.right_cal {
	height: 100%;
	width: 40%;
	float: left;
	border-style: none;
	padding: 0;
}

.NoAvailPageLegendHolder.legend_holder {
	width: 20%;
}

.NoAvailPageLegendHolder {
	height: 100%;
	width: 20%;
	float: left;
}

.NoAvailPageLegendTable {
	padding-left: 10px;
	width: 100%;
	height: 100px;
}

.NoAvailCalendar_NoAvailabilityKey {
	border: 2px solid white;
	width: 50px;
}

.NoAvailCalendar_AvailabilityKey {
	border: 2px solid white;
	width: 50px;
}

.NoAvailCalendar_NoAvailabilityLOSKey {
	outline: 1px solid #aaa;
	width: 50px;
}

.NoAvailPageOfferContainer {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.NoAvailPageLegendHolder .selected_dates {
	background: #4a722a!important;
	padding: 1px;
	border: 2px solid white;
}

/*Booking Engine Privalage Offers*/
.booking_privalage_offers {
    background: #ffffff;
    float: left;
    margin: 0;
    padding: 20px;
    width: 100%;
    font-family:"Open Sans",sans-serif;
}

.no_avail_booking_privalage_offers {
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}

.booking_privalage_offers h2 {
    float: left;
    font-family: "Open Sans",sans-serif!important;
    padding:0px;
    width: 100%;
    text-align:left;
    font-size:18px;
    text-transform: uppercase;
}

.no_avail_booking_privalage_offers .booking_privalage_offers h2 {
    color: #666666;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
}

.booking_privalage_offers h4 {
    float: left;
    margin:30px 0px;
    padding:0px;
    width: 100%;
    text-align:center;
    font-size:16px;
}


.booking_privalage_offers .booking_privalage_offers_list {
    float:left;
    width:100%;
    margin:0px 0px 10px 0px;
    padding:0px;
}

.booking_privalage_offers .booking_privalage_offers_list .image_holder {
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    position:relative;
}

.booking_privalage_offers .booking_privalage_offers_list img {
    float:left;
    width:100%;
    height:auto;
    max-width:100%;
}

    .booking_privalage_offers .booking_privalage_offers_list .privalage_offers_btn {
        position:absolute;
        bottom:0px;
        right:0px;
    }

    .booking_privalage_offers .booking_privalage_offers_list h2.privalage_offers_title {
        background: #ffffff;
        float: left;
        margin:10px 0px;
        padding:0px;
        min-height: 35px;
        width: 100%;
        font-family: "Open Sans", serif;
        text-align:center;
        font-size:14px;
    }

.OffersPanelAvailBtn {
    text-align: center;
}

.no_avail_booking_privalage_offers .booking_privalage_offers h2.privalage_offers_title {
        font-size: 16px;
        text-transform: none;
    }

.no_avail_booking_privalage_offers .booking_privalage_offers .booking_privalage_offers_list h2.privalage_offers_title {
    text-align:center;
}

.no_avail_booking_privalage_offers .booking_privalage_offers .booking_privalage_offers_list .OffersPanelAvailBtn {
   float: left;
   margin:0px;
   padding:0px;
   width: 100%;
   text-align: center;
}

.no_avail_booking_privalage_offers .booking_privalage_offers .booking_privalage_offers_list .button {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

/*Privilage Login Panel*/
.privilage_login_panel {
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}

.privilage_login_panel .privilage_login_panel_item {
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
}

.privilage_login_panel .privilage_login_panel_item h2 {
    float:left;
    width:100%;
    padding:0px;
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: left;
    text-transform: uppercase;
}

.privilage_login_panel .privilage_login_panel_item h2 span.title2 {
    float:left;
    width:100%;
    color: #666666;
    font-size: 18px;
    font-weight: 200;
}

.privilage_login_panel .privilage_login_panel_item .privilage_login_panel_form {
    float:left;
    width:100%;
    margin:10px 0px;
    padding:0px;
}

.privilage_login_panel .privilage_login_panel_item .privilage_login_panel_form .form-control-static {
    margin:0px 5px 0px 0px;
    text-transform:uppercase;
}

.privilage_login_panel .privilage_login_panel_item .privilage_login_panel_form .form-control, .privilage_login_panel .privilage_login_panel_item .privilage_login_panel_form .button {
    margin: 0;
    padding: 5px 12px;
}

.privilage_login_panel_item .privilage_login_panel_form .button {
   text-transform:uppercase;
   color:#ffffff !important;
}


/*End Privilage Login Panel*/

.NoAvailPageDatepickerHolder > .noAvailCal {
	background-color: white;
	border-style: none !important;
	box-shadow: none !important;
}

.NoAvailPageDatepickerHolder > .well{
	background-color: white;
}
.NoAvailPageDatepickerHolder > .well-sm {
	background-color: white;
}


.noAvailCal table{
	background-color: white;
}

#NoAvailPageCalendarContainerInner, #NoAvailLoadingPanel {
	width: 100%;
	height: 100%;
}

#NoAvailLoadingImage
{
	margin-top: 125px;
}

#NoAvailLoadingPanel {
	display: none;
	text-align: center;
	margin: -10px;
	position: absolute;
	float: left;
	z-index: 10000;
	opacity: .85;
	background-color: white;
	filter: Alpha(Opacity=85);
}

.NavSpan a{
	color: #aaa;
}
.NavSpan{
	color: #aaa;
}

.booking_menu_option_list_left a {
    margin: 0;
    padding: 0 5px;
    text-transform: uppercase;
	color: #aaa;
}

.mainpriceinfo{
	font-family: "Helvetica Neue", Verdana, sans-serif;
	font-size: 8pt;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.glyphicon-chevron-right {
	cursor: pointer !important;
}
.glyphicon-chevron-left{
	cursor: pointer !important;
}

.room_filter_area{
	width: 100%;
	text-align: left;
}

.room-filter-button{
	padding-top: 5px; 
	padding-bottom: 5px;
	width: 100% !important;
	text-align: left;
}

.FilterRoomItem{
	cursor: pointer;
	text-align: left;
}

.MenuItemExpanded::after 
{
	content: ' ▾';
	font-weight: bold;
}

.MenuItemCollapsed::after 
{
	content: ' ▸';
	font-weight: bold;
}

#btnRoomFilterShow{
	font-weight: normal;
}


.fadein,
.fadeout {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.50s;
  -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.50s;
  -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.50s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.50s;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}

.DropdownReasons{
	margin-bottom: 10px;
}

.MobileOccupancyCell{
	padding: 5px;
}

.MobileOccupancyArea{
	margin: 5px; background-color: white; padding: 5px; text-transform:uppercase;
}

.MobileOccupancyCheckArea{
	width: 100%; margin-bottom: 5px; display:none;
}

.MobileDateContainer{
	margin: 5px; background-color: white; padding: 5px;
}

.RoomMoreInfoLink{
	cursor: pointer;
	font-weight: bold;
}

.boldfont{
	font-weight: bold;
}

#bottomproceed{
	float: left; width: 100%; margin-top: 10px;
}

#propertyClosedModalDialogContent{
	min-height: 300px !important;
}

#propertyClosedModalDialogCloseButton{
	padding: 12px;
}

.LuxuryNoAvailRateText {width: 100%; padding: 9px; margin-top: 5px; float: left;}

.HtmlRoomDescriptionArea ul
{
	list-style-type:disc;
    padding: 10px;
}

.OfferNoAvailabilityCalendarHeader{

	margin: -10px; height: 100%; text-align: left;

}

.step2_rateplan_name_selected{
	float: left;
}

#OtherLOSContainer{
	font-size: 12pt;
	text-align: center;
	margin-bottom: 5px;
	     border-radius: 10px;
}


.roompickerbutton_label{
	width: 30%; border-style: none; cursor: default !important; border-radius: 0; background-color: transparent !important;
}

.roompickerbutton_add{
	width: 20%; border-radius: 0;
}

.roompickerbutton_count{
	width: 30%; border-style: none; cursor: default !important; border-radius: 0; background-color: transparent !important;
}

.roompickerbutton_remove{
	width: 20%; border-radius: 0;
}

.roompickerbutton_addQ{
	width: 20%; border-radius: 0;
}

.roompickerbutton_countQ{
	width: 20%; border-style: none; cursor: default !important; border-radius: 0; background-color: transparent !important;
}

.roompickerbutton_removeQ{
	width: 20%; border-radius: 0;
}

.roompickerbutton_removeXQ{
	width: 10%; border-radius: 0;
}






.roompickerbutton_label_large{

}

.roompickerbutton_add_large{

}

.roompickerbutton_count_large{

}

.roompickerbutton_remove_large{

}

.buttongroup200{
	/*width: 200px !important;*/
}




.step_3 .ui-datepicker {
	width: auto;
	height: auto;
	margin: 5px auto 0;
    font-size: 14px;
	background: #000;
	padding:10px;
}
.step_3 .ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.step_3 .ui-datepicker table {
	width: 100%;
}
.step_3 .ui-datepicker-header {
	color: #fff;
	line-height: 30px;
}
.step_3 .ui-datepicker-title {
	text-align: center;
    text-transform: uppercase;
    line-height: 25px;
	/*font-family: "kepler-std";*/
}
.step_3 .ui-datepicker-prev, .step_3 .ui-datepicker-next {
	display: inline-block;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('/Assets/images/step_2_arrow.png');
	background-repeat: no-repeat;
	overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.step_3 .ui-datepicker-prev {
	background-position: left -29px;
    float: left;
    padding-left: 25px;
}
.step_3 .ui-datepicker-next {
	float: right;
    padding-right: 25px;
	background-position: right 1px;
}
.step_3 .ui-datepicker-prev:hover {
    color: #fff;
}
.step_3 .ui-datepicker-next:hover {
    color: #fff;
}
.step_3 .ui-datepicker thead {
}
.step_3 .ui-datepicker th {
	text-transform: uppercase;
	font-size: 9pt;
	padding: 5px 0;
	color: #666666;
    text-align: center;
}

.step_3 .ui-datepicker tbody td {
	padding: 0;
    width: 20px;
}
.step_3 .ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.step_3 .ui-datepicker tbody tr {
}
.step_3 .ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.step_3 .ui-datepicker td span, .step_3 .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 25px;
    margin: 1px;
	line-height: 25px;
	color: #666666;
}
.step_3 .ui-datepicker-calendar .ui-state-default {
	background: #fff;
}
.step_3 .ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.step_3 .ui-datepicker-calendar .ui-state-active {
	background: #73d0f0;
	position: relative;
}
.step_3 .ui-datepicker-unselectable .ui-state-default {
	background: #666;
	color: #b4b3b3;
}

.step_3 .ui-datepicker-title{
	 font-family: "Open Sans",sans-serif;
}

.step_3 .ui-datepicker-month, .step_3 .ui-datepicker-year{
	width: 22%;
	color: #000;
}

.step_3 .ui-datepicker-month{
	margin-right: 5px;
}

.step_3 .ui-datepicker td span, .step_3 .ui-datepicker td a
{
	color: #888;
}

.selectedExtraTitle{
	font-weight: bold;
}


room_info_compmode{

}

.sday_col1{
	width: 150px;
	
}
.sday_col2{
	width: 100px;
}
.sday_col3{

}
.sday_col4{

}
.sday_col5{

}
.sday_col6{

}
.sday_col7{

}
.sday_col8{

}
.sday_col9{

}
.sday_col10{

}

.roomRatesRows{
	text-align: center;
}
