/**
  * Theme Name: Doma Hotels: Hotel Theme
  * Theme URI: http://swelldesign.com.au/
  * Description: Wordpress theme designed for the websites of the individual Doma Hotels properties.
  * Author: Swell Design Group
  * Version: 2.0
  * Tags: swell, crisp, html5, awesome
  */
/**
 * =IMPORT
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(assets/js/vendor/jquery-ui.min.css);
@import url(assets/js/vendor/jquery-ui.theme.min.css);
@import url(assets/fonts/fonts.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea,
button,
a.button {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button,
a.button {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input,
button,
a.button {
  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-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@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.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea,
button,
a.button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dl.sa-list dt,
#main .page-content.contact-content ul li h3,
#main #section-contact ul li h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
dl.sa-list dt,
#main .page-content.contact-content ul li h3,
#main #section-contact ul li h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4,
dl.sa-list dt,
#main .page-content.contact-content ul li h3,
#main #section-contact ul li h3 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.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 #eeeeee;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  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, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .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,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #F1FFE5;
  text-transform: uppercase;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #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 {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  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.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.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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.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.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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.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.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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.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 {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block,
button.btn-block,
a.button.btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-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 + .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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #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-right-radius: 0;
  border-top-left-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 {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@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;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.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-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.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;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  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;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.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-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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 {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd: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-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * =COLORS
 */
/**
 * =FONTS
 */
/**
 * =MIXINS
 */
/* Our Theme CSS replacement can't handle these */
/*
	::-webkit-input-placeholder {
	   	@rules();
	}

	:-moz-placeholder {
	  	@rules();
	}

	::-moz-placeholder {
	   	@rules();
	}

	:-ms-input-placeholder {
		@rules();
	}
	*/
/**
 * KEYFRAME ANIMATIONS
 */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.collapsing {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/**
  * =BASE
  */
* {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  background: #FFFEFF;
  color: #101557;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
body.menu-open {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}
a {
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
  color: #F000FE;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #F000FD;
  outline: 0;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
a[href^="tel"] {
  color: #F000FE;
  text-decoration: none;
}
a.more {
  display: block;
  font-size: 0.83333333rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  color: #1721AA;
  text-decoration: none;
}
a.more:hover,
a.more:focus {
  color: #F000FE;
}
.screen-reader-text,
#hotels .hotel h2,
#footer #contact-footer h4 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.screen-reader-text:focus {
  background: white;
  color: #F000FE;
  text-decoration: none;
  border: 2px solid #F000FE;
  border-radius: 4px;
  font-size: 1.2rem;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  padding: 10px 15px;
  top: 10px;
  left: 10px;
  z-index: 100000;
  clip: auto;
  outline: none;
}
.container-fluid {
  width: 96%;
  max-width: 111.42857143rem;
}
.container.full-width {
  max-width: none;
  position: relative;
}
.container.full-width [class^="col-"].full-height {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .container.full-width [class^="col-"].full-height {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .container.full-width {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 500px;
  }
}
@media screen and (max-width: 519px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row.row-skinny {
  margin-left: -2px;
  margin-right: -2px;
}
.row.row-skinny [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
/**
 * TYPOGRAPHY
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dl.sa-list dt,
#main .page-content.contact-content ul li h3,
#main #section-contact ul li h3 {
  text-transform: uppercase;
  margin: 0 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + .h1,
* + .h2,
* + .h3,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 2em;
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top,
.h1.no-margin-top,
.h2.no-margin-top,
.h3.no-margin-top,
.h4.no-margin-top,
.h5.no-margin-top,
.h6.no-margin-top {
  margin-top: 0;
}
h2,
.h2 {
  font-family: 'ProximaNovaLight';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 2rem;
  color: #4D5AFF;
}
h3,
.h3 {
  font-family: 'ProximaNovaLight';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1.66666667rem;
  color: #1721AA;
}
h4,
.h4,
dl.sa-list dt,
#main .page-content.contact-content ul li h3,
#main #section-contact ul li h3 {
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1.07142857rem;
  letter-spacing: 0.1em;
  font-size: 1.08333333rem;
  color: #000ECD;
}
h5,
.h5 {
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #1721AA;
}
h6,
.h6 {
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 0.83333333rem;
  letter-spacing: 0.05em;
  color: #1721AA;
}
.inset-title {
  text-align: center;
  position: relative;
}
.inset-title:before {
  content: '';
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FF0000;
}
.inset-title > * {
  position: relative;
  display: inline-block;
  min-width: 16.66666667rem;
  margin: 0;
  background: #FFFEFF;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  color: #101559;
}
.inset-title a {
  text-decoration: none;
  color: #1721AA;
}
p {
  margin-bottom: 0.75em;
}
b,
th,
strong {
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
}
ul,
ol {
  padding: 0 0 0 1.25rem;
}
ul li,
ol li {
  line-height: 1.2;
}
.section-content ul,
.section-content ol {
  padding: 0 0 0 0.4rem;
}
.section-content ul li,
.section-content ol li {
  position: relative;
  padding-left: 1rem;
  margin: 0 0 1rem;
}
.section-content ul li:before,
.section-content ol li:before {
  content: "\2022";
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
  position: absolute;
  left: 0;
  top: 0;
}
dl + dl {
  padding-top: 1.4rem;
  margin-top: 1.2rem;
  border-top: 1px solid #FF0000;
}
dl dt {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.4;
  color: #4D5AFF;
  letter-spacing: 0.1em;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  float: left;
}
dl dd {
  font-size: 1rem;
  line-height: 1.16666667;
  margin: 0 0 0.33333333rem 8.33333333rem;
}
dl dd a {
  color: #1721AA;
}
dl.sa-list {
  border: 0;
  margin: 0;
  padding: 0;
}
dl.sa-list dt {
  float: none;
}
dl.sa-list dd {
  display: list-item;
  list-style: disc;
  margin: 0 0 0 1.25rem;
  line-height: 1.5;
}
.the_content ul li {
  list-style: disc;
  margin: 0 0 0.66666667rem;
}
/**
 * FORM
 */
.gcc-wrap {
  position: relative;
  padding: 30px 25px;
  background-color: #4c4c4c;
  margin-top: 30px;
}
.gcc-wrap img {
  width: 100%;
}
.btn {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0;
  text-decoration: none;
  height: auto;
  color: #FFDEDE;
  background-color: #FF9292;
  background-color: red;
}
.btn:hover,
.btn:focus {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  outline: none !important;
  color: #EEBDBD;
  background-color: #FF6B6B;
}
.btn:active {
  outline: none !important;
  opacity: 0.8;
}
.btn.btn-gcc {
  background-color: #252525;
  white-space: initial;
  width: 100%;
  padding: 13px 5px;
  margin-top: 20px;
}
.btn.btn-lg {
  padding: 10px 20px;
}
.btn.btn-xl {
  padding: 14px 28px;
}
.btn.btn-default {
  color: #FFDEDE;
  background-color: #FF9292;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #EEBDBD;
  background-color: #FF6B6B;
}
.btn.btn-white {
  background: white;
  color: #333;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  color: #EEBDBD;
  background-color: #FF6B6B;
}
.btn.btn-text {
  padding: 0;
  background: none !important;
  color: #101557;
}
.btn.btn-text:hover,
.btn.btn-text:focus {
  opacity: 0.75;
}
.btn.dimmi-button img {
  display: none !important;
}
.btn.dimmi-button:before {
  content: 'Book Now';
}
input,
textarea,
button,
a.button {
  border-radius: 0;
  font-size: 0.83333333rem;
  color: #56B700;
  background-color: #D6FFB2;
  border: 1px solid #D6FFB2;
  max-width: 100%;
  padding: 0 0.58333333rem;
}
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  padding: 0.58333333rem;
  height: 10rem;
}
textarea:focus {
  background: #E3FFCA;
  color: #387700;
  border-color: #F000FF;
}
textarea.placeholder {
  color: #F1FFE5;
}
input,
button,
a.button {
  height: 2.25rem;
  -webkit-transition: border-color 200ms, background-color 200ms, color 200ms;
  transition: border-color 200ms, background-color 200ms, color 200ms;
}
input::-ms-clear {
  display: none;
}
.lt-ie9 input {
  line-height: 2.25;
}
input[type="text"],
input[type="search"],
input[type="url"],
input[type="search"],
input[type="email"] {
  -webkit-appearance: none;
  color: #56B700;
  background-color: #D6FFB2;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="email"]:focus {
  background: #E3FFCA;
  color: #387700;
  border-color: #F000FF;
}
input[type="submit"],
button,
a.button {
  border: 0;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
  padding-top: 0.58333333rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 1em;
  color: #FFDEDE;
  background-color: #FF9292;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
a.button:hover,
a.button:focus {
  outline: none;
  color: #EEBDBD;
  background-color: #FF6B6B;
}
a.button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  line-height: 5.83333333rem;
  height: 5.83333333rem;
  padding: 0 2rem;
  font-size: 1rem;
  background-color: #9456d9;
}
.placeholder {
  color: #F1FFE5;
  text-transform: uppercase;
}
select {
  visibility: hidden;
  border: 0;
}
a.swl-select ul {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: #D6FFB2;
  border: 1px solid #FF0000;
  color: #56B700;
}
a.swl-select ul li {
  margin: 0 !important;
}
a.swl-select ul:hover {
  border-color: #F000FF;
}
a.swl-select.open ul {
  border-color: #F000FF;
}
a.swl-select.open ul li:focus,
a.swl-select.open ul li:hover {
  background: #F000FF;
}
span.wpcf7-form-control-wrap.eventDate {
  display: block;
  position: relative;
  overflow: hidden;
}
span.wpcf7-form-control-wrap.eventDate:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 4px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("assets/img/sprite.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-size: 90px auto;
  width: 2.5rem;
  height: 2.5rem;
  background-position: 0px -30px;
}
.no-svg span.wpcf7-form-control-wrap.eventDate:after {
  background-image: url("assets/img/sprite.png");
}
label {
  font-weight: normal;
}
.wpcf7 .wpcf7-not-valid-tip {
  background: #DF6060;
  color: white;
  padding: 0.5rem;
}
.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 0.5rem;
  color: white;
  background: #DF6060;
  border: 0;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #29C46E;
}
a.swl-checkbox {
  position: relative;
  width: 1.28571429rem;
  height: 1.28571429rem;
  background: none;
  border: 1px solid #FF0000;
}
a.swl-checkbox:hover,
a.swl-checkbox:active,
a.swl-checkbox.checked {
  background: none;
  border: 1px solid #FF0000;
}
a.swl-checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  width: 0.57142857rem;
  height: 0.57142857rem;
  border-radius: 100%;
  background: #F000FF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.swl-checkbox.checked:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#ui-datepicker-div {
  background-color: #f1f1f1;
  z-index: 10005 !important;
  padding: 0;
  border: 0;
  margin-top: 0.42857143rem;
  border-radius: 0;
  margin-top: 0 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  background: black;
  color: white;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 0;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#ui-datepicker-div .ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-next:before {
  content: '\f04b';
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 0.66rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}
#ui-datepicker-div .ui-datepicker-prev .ui-icon,
#ui-datepicker-div .ui-datepicker-next .ui-icon {
  display: none;
}
#ui-datepicker-div .ui-datepicker-prev:before {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}
#ui-datepicker-div .ui-datepicker-title {
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#ui-datepicker-div .ui-datepicker-calendar {
  background-color: #f1f1f1;
  margin: 0;
  border: 0.71428571rem solid #f1f1f1;
}
#ui-datepicker-div .ui-state-default {
  background: none;
  border: 0;
  text-align: center;
  padding: 0.35714286rem;
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
}
#ui-datepicker-div .ui-state-default.ui-state-highlight {
  background: none !important;
}
#ui-datepicker-div .ui-state-default.ui-state-active {
  background: black !important;
  color: white;
}
#ui-datepicker-div .ui-state-hover {
  background: none;
  border: 0;
}
.inline-datepicker .datepicker {
  background: white;
  padding: 1.25rem;
}
.inline-datepicker .datepicker table {
  width: 100%;
}
.inline-datepicker .datepicker table td {
  padding: 0.6em 0;
}
.inline-datepicker .datepicker table .datepickerGoPrev,
.inline-datepicker .datepicker table .datepickerGoNext,
.inline-datepicker .datepicker table .datepickerMonth {
  padding-bottom: 1.66666667rem;
}
.inline-datepicker .datepicker * {
  color: #666666;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
.inline-datepicker .datepicker th,
.inline-datepicker .datepicker th * {
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
}
.inline-datepicker .datepicker td.hl,
.inline-datepicker .datepicker td.hl * {
  background: #FF9292;
  color: #FFDEDE;
}
.inline-datepicker .datepicker .datepickerNotInMonth,
.inline-datepicker .datepicker .datepickerNotInMonth * {
  color: #AAAAAA;
}
.inline-datepicker .datepicker .datepickerGoNext i,
.inline-datepicker .datepicker .datepickerGoPrev i {
  display: none;
}
.inline-datepicker .datepicker .datepickerGoNext a:before {
  content: '>';
}
.inline-datepicker .datepicker .datepickerGoPrev a:before {
  content: '<';
}
.inline-datepicker .datepicker .datepickerMonth {
  font-size: 1.16666667rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
}
#event-filter {
  background: white;
  height: 100%;
}
#event-filter.package-filter {
  height: auto;
}
#event-filter .form-group {
  margin: 0;
}
#event-filter #event-datepicker {
  border-top: 20px solid #FFEAFF;
}
#event-filter #event-datepicker.package-datepicker {
  border-top: 0;
}
#event-filter a.swl-select {
  width: 100%;
  min-width: 0;
  height: 42px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
#event-filter a.swl-select:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #56B700;
  position: absolute;
  right: 15px;
  top: 16px;
  z-index: 10;
}
#event-filter a.swl-select ul {
  border-radius: 0;
  border: 1px solid white;
  background: white;
  color: #56B700;
}
#event-filter a.swl-select ul li {
  padding: 0 2.5rem 0 1.25rem;
  font-size: 10px;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
#event-filter a.swl-select ul li:first-child {
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
#event-filter a.swl-select.open:after {
  display: none;
}
#event-filter a.swl-select.open ul {
  border-color: #56B700;
}
#event-filter a.swl-select.open ul li.selected {
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
  color: #56B700;
}
#event-filter a.swl-select.open ul li.selected:first-child {
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
#event-filter a.swl-select.open ul li:first-child {
  border-bottom: 1px solid #56B700;
}
#event-filter a.swl-select.open ul li:hover,
#event-filter a.swl-select.open ul li:focus {
  background: #FF9292;
  color: #FFDEDE;
}
/**
 * HEADER
 */
@-webkit-keyframes headerLogoInOut {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: left center;
  }
  29% {
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: left center;
  }
  30% {
    background-position: center center;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  31% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headerLogoInOut {
  0% {
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: left center;
  }
  29% {
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: left center;
  }
  30% {
    background-position: center center;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  31% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes headerLogoOutIn {
  0% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-position: center center;
  }
  39% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-position: center center;
  }
  40% {
    background-position: left center;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headerLogoOutIn {
  0% {
    opacity: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-position: center center;
  }
  39% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-position: center center;
  }
  40% {
    background-position: left center;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFEFF;
  z-index: 1030;
}
.admin-bar #header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #header {
    margin-top: 46px;
  }
}
#header .header-wrapper {
  position: relative;
  background: #FFFEFF;
  z-index: 5;
}
#header .header-inner {
  position: relative;
  height: 8.57142857rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  #header .header-inner {
    height: 8.57142857rem;
  }
}
@media screen and (max-width: 991px) {
  #header .header-inner {
    height: 7.14285714rem;
  }
}
@media screen and (max-width: 767px) {
  #header .header-inner {
    height: 5.71428571rem !important;
  }
}
.scrolled #header .header-inner {
  height: 7.14285714rem;
}
#header #side-logo,
#header #site-title a {
  width: 20rem;
  height: 4.28571429rem;
  max-height: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("assets/img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
}
.no-svg #header #side-logo,
.no-svg #header #site-title a {
  background-image: url("assets/img/logo.png");
}
@media screen and (max-width: 1500px) {
  #header #side-logo,
  #header #site-title a {
    width: 17.14285714rem;
  }
}
#header #side-logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: left center;
  -webkit-transition: opacity 0.4s ease 0.2s, z-index 0s;
  transition: opacity 0.4s ease 0.2s, z-index 0s;
}
.scrolled #header #side-logo {
  opacity: 0;
  z-index: -1;
  -webkit-transition-duration: 0.25s, 0s;
          transition-duration: 0.25s, 0s;
  -webkit-transition-delay: 0s, 0.4s;
          transition-delay: 0s, 0.4s;
}
@media screen and (max-width: 991px) {
  #header #side-logo {
    display: none;
  }
}
#header #site-title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  margin: 0;
  height: inherit;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease, z-index 0s 0.3s;
  transition: opacity 0.2s ease, z-index 0s 0.3s;
}
.scrolled #header #site-title {
  opacity: 1;
  z-index: 5;
  -webkit-transition-duration: 0.4s, 0s;
          transition-duration: 0.4s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s;
}
@media screen and (max-width: 991px) {
  #header #site-title {
    opacity: 1 !important;
    z-index: 5 !important;
  }
}
@media screen and (max-width: 767px) {
  #header #site-title {
    -webkit-transform: translate(-50%, -50%) scale(0.8) !important;
            transform: translate(-50%, -50%) scale(0.8) !important;
  }
}
@media screen and (max-width: 519px) {
  #header #site-title {
    -webkit-transform: translate(-50%, -50%) scale(0.7) !important;
            transform: translate(-50%, -50%) scale(0.7) !important;
  }
}
.hotel-bookings-form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.42857143rem;
  z-index: 3;
}
.hotel-bookings-form:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  background: #FFFEFF;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, z-index 0s 0.4s;
  transition: opacity 0.4s ease, z-index 0s 0.4s;
}
@media screen and (max-width: 1500px) {
  .hotel-bookings-form:after {
    width: 75%;
  }
}
@media screen and (max-width: 1199px) {
  .hotel-bookings-form:after {
    width: 66.66%;
  }
}
@media screen and (max-width: 991px) {
  .hotel-bookings-form:after {
    display: none;
  }
}
.scrolled .hotel-bookings-form:after {
  opacity: 1;
  z-index: 15;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}
.hotel-bookings-form > * {
  width: 15.71428571rem;
  margin: 0 0.42857143rem 0.42857143rem 0;
}
.hotel-bookings-form > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .hotel-bookings-form > * {
    width: 12.85714286rem;
  }
}
@media screen and (max-width: 767px) {
  .hotel-bookings-form > * {
    width: auto;
  }
}
.hotel-bookings-form input,
.hotel-bookings-form a.swl-select,
.hotel-bookings-form label:before {
  display: block;
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 0.92857143rem;
  height: 3.28571429rem;
  line-height: 3.28571429rem;
  width: 100%;
}
.hotel-bookings-form input[type="text"],
.hotel-bookings-form input[type="text"]:focus,
.hotel-bookings-form a.swl-select ul {
  background: #A677DD;
  color: #74529A;
}
.hotel-bookings-form input {
  padding: 0 0 0 5rem;
  border: 0;
  text-align: center;
}
.hotel-bookings-form a.swl-select {
  text-decoration: none !important;
}
.hotel-bookings-form a.swl-select ul {
  border: 0;
}
.hotel-bookings-form a.swl-select ul li {
  white-space: nowrap;
  padding: 0 2.14285714rem;
}
.hotel-bookings-form label:after,
.hotel-bookings-form a.swl-select:after {
  content: '\f04b';
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  left: 1.07142857rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.66rem;
  z-index: 10;
  color: #74529C;
}
.hotel-bookings-form label {
  position: relative;
}
.hotel-bookings-form label[data-for*="checkin"]:before,
.hotel-bookings-form label[data-for*="checkout"]:before {
  content: 'DEPART.';
  display: block;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  width: auto;
  opacity: 0.5;
  color: #74529C;
}
.hotel-bookings-form label[data-for*="checkin"]:before {
  content: 'ARRIVE.';
}
.hotel-bookings-form button {
  font-size: 1rem;
  height: 3.28571429rem;
  background: #9456d9;
  color: #E7D2FF;
}
.hotel-bookings-form button:hover,
.hotel-bookings-form button:focus {
  background: #7F21E8;
  color: #E7D2FE;
}
@media screen and (max-width: 767px) {
  .hotel-bookings-form button {
    padding: 0 2rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@media screen and (max-width: 519px) {
  .hotel-bookings-form button {
    padding: 0 1.5rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1500px) {
  .hotel-bookings-form .select-guests {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .hotel-bookings-form .select-hotel {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hotel-bookings-form .datepicker {
    display: none;
  }
}
#doma-bar {
  position: relative;
  background: black;
  color: white;
  font-size: 1.14285714rem;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  #doma-bar {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  #doma-bar {
    display: none;
  }
}
#doma-bar .container-fluid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.28571429rem;
}
#doma-bar .doma-bar-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doma-bar .doma-logie {
  margin-left: auto;
  margin-right: 2rem;
}
#doma-bar .svg-domahotels {
  display: block;
  width: 9.14285714rem;
  height: 1rem;
}
#doma-bar .svg-domahotels * {
  fill: white;
}
#doma-bar .doma-bar-caption {
  padding: 0 2rem 0 0;
}
#doma-bar .doma-bar-caption p {
  line-height: 1.2;
}
#doma-bar .doma-bar-caption > *:last-child {
  margin-bottom: 0;
}
#doma-bar .doma-bar-caption a {
  color: #939598;
  text-decoration: none;
}
#doma-bar .doma-bar-caption a:after {
  content: '\f04b';
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 0.66rem;
  margin-left: 0.28571429rem;
}
#doma-bar .doma-bar-caption a:hover,
#doma-bar .doma-bar-caption a:focus {
  color: white;
}
#doma-bar .btn-text {
  color: white;
}
#doma-form {
  position: absolute;
  top: 100%;
  right: 10px;
  background: #1b1b1b;
  max-width: 41.42857143rem;
  border: 2.14285714rem solid transparent;
}
#doma-form.collapse,
#doma-form.collapsing[aria-expanded="false"] {
  display: none !important;
}
#doma-form.collapse.in,
#doma-form.collapsing[aria-expanded="true"] {
  display: block !important;
  height: auto !important;
}
#doma-form h3 {
  color: white;
  padding-right: 1.42857143rem;
  margin-bottom: 1.78571429rem;
}
#doma-form .row {
  margin: 0 -0.21428571rem;
}
#doma-form .row [class^="col"] {
  padding: 0 0.21428571rem;
}
#doma-form a[data-toggle="collapse"] {
  position: absolute;
  top: 0.57142857rem;
  right: 0;
  color: white;
  opacity: 0.5;
  text-decoration: none;
}
#doma-form a[data-toggle="collapse"]:before {
  content: '+';
  font-size: 2.85714286rem;
  display: block;
  position: relative;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
#doma-form a[data-toggle="collapse"]:hover,
#doma-form a[data-toggle="collapse"]:focus {
  opacity: 1;
}
#doma-form .form-group {
  position: relative;
  margin: 0 0 0.42857143rem;
}
#doma-form .form-group input {
  display: block;
  width: 100%;
  background: black;
  color: white;
  font-size: 1.14285714rem;
  border: 0;
  padding: 0.71428571rem 1.07142857rem;
  height: auto;
}
#doma-form .form-group input:focus {
  background: black;
}
#doma-form .form-group a.swl-select {
  height: 3.28571429rem;
  line-height: 3.28571429rem;
}
#doma-form .form-group a.swl-select ul {
  border: 0;
  background: black;
  color: white;
  overflow: auto;
  max-height: 13.14285714rem;
}
#doma-form .form-group a.swl-select ul li {
  padding: 0 2.14285714rem 0 1.07142857rem;
  white-space: nowrap;
}
#doma-form .form-group a.swl-select ul li.selected:after {
  content: '\f04b';
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 0.66rem;
  display: block;
  position: absolute;
  right: 1.07142857rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
  color: #606062;
}
#doma-form .form-group a.swl-select ul li.selected ~ .selected {
  display: none;
}
#doma-form .form-group a.swl-select.open ul li.selected:after {
  display: none;
}
#doma-form .form-group a.swl-checkbox {
  border: 1px solid #606062 !important;
}
#doma-form .form-group a.swl-checkbox:before {
  background: white;
}
#doma-form .form-group.form-group-checkbox {
  margin: 1.42857143rem 0;
  padding: 0 0 0 2.14285714rem;
  font-size: 1rem;
  line-height: 1.28571429;
  color: #606062;
}
#doma-form .form-group.form-group-checkbox .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
#doma-form .submit-wrapper {
  position: relative;
}
#doma-form .submit-wrapper .ajax-loader {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#doma-form .wpcf7-submit {
  display: block;
  width: 100%;
  background: white;
  color: black;
  height: auto;
  padding: 1.07142857rem;
  font-size: 1.07142857rem;
}
#doma-form span.wpcf7-not-valid-tip {
  font-size: 0.78571429rem;
  padding: 0;
  background: none;
  color: #DF6060;
}
#doma-form div.wpcf7-response-output {
  text-align: center;
  font-size: 0.92857143rem;
  padding: 1rem;
}
/**
 * NAVIGATION
 */
nav#nav-primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 4.28571429rem;
  background: #1BB5B8;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.scrolled nav#nav-primary {
  margin-top: -4.28571429rem;
}
.scrolled.menu-open nav#nav-primary {
  margin-top: 0;
}
nav#nav-primary ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
nav#nav-primary ul li {
  display: inline-block;
  padding: 0 1.1%;
}
nav#nav-primary ul li:first-child {
  padding-left: 0;
}
nav#nav-primary ul li:last-child {
  padding-right: 0;
}
nav#nav-primary ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: #1BB5B7;
  text-decoration: none;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
nav#nav-primary ul li a:hover,
nav#nav-primary ul li a:focus {
  text-decoration: none;
  color: #1BB597;
}
@media screen and (max-width: 1199px) {
  nav#nav-primary ul li a {
    letter-spacing: 0.1em;
    font-size: 0.92857143rem;
  }
}
nav#nav-primary ul li.selected a,
nav#nav-primary ul li.current_page_parent a,
nav#nav-primary ul li.current-page-parent a,
nav#nav-primary ul li.current-menu-item a {
  color: #1BB598;
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
}
nav#nav-primary ul li.no-highlight a {
  color: inherit !important;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
@media screen and (max-width: 991px) {
  nav#nav-primary {
    position: fixed;
    display: block;
    background: #FFEAFF;
    top: 7.14285714rem;
    height: calc(100vh - 7.142rem);
    width: 21.42857143rem;
    right: 0;
    left: auto;
    opacity: 0;
    margin-right: -21.42857143rem;
    overflow: scroll;
    -webkit-transition-property: opacity, margin-right;
    transition-property: opacity, margin-right;
    -webkit-transition-duration: 0ms, 300ms;
            transition-duration: 0ms, 300ms;
    -webkit-transition-delay: 300ms, 0ms;
            transition-delay: 300ms, 0ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  nav#nav-primary .container {
    width: 100%;
  }
  .admin-bar nav#nav-primary .container {
    padding-top: 46px;
  }
  .menu-open nav#nav-primary {
    margin-right: 0;
    opacity: 1;
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  nav#nav-primary ul {
    padding: 2.08333333rem 1.66666667rem;
    text-align: left;
  }
  nav#nav-primary ul li {
    display: block;
    margin-bottom: 1em;
    opacity: 0;
    margin-left: 50px;
    -webkit-transition: opacity 300ms, margin-left 300ms;
    transition: opacity 300ms, margin-left 300ms;
  }
  .menu-open nav#nav-primary ul li {
    opacity: 1;
    margin-left: 0;
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
  }
  .menu-open nav#nav-primary ul li + li {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .menu-open nav#nav-primary ul li + li + li {
    -webkit-transition-delay: 350ms;
            transition-delay: 350ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li {
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li {
    -webkit-transition-delay: 550ms;
            transition-delay: 550ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 650ms;
            transition-delay: 650ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 750ms;
            transition-delay: 750ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 850ms;
            transition-delay: 850ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 950ms;
            transition-delay: 950ms;
  }
  .menu-open nav#nav-primary ul li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  nav#nav-primary ul li a {
    font-size: 1.14285714rem;
    border: none !important;
    font-family: 'ProximaNovaLight';
    font-weight: normal !important;
    font-style: normal !important;
  }
  nav#nav-primary ul li a:hover,
  nav#nav-primary ul li a:focus {
    color: #F000FE;
  }
  nav#nav-primary ul li.selected a,
  nav#nav-primary ul li.current_page_parent a,
  nav#nav-primary ul li.current-page-parent a,
  nav#nav-primary ul li.current-menu-item a {
    font-family: 'ProximaNovaSemibold';
    font-weight: normal !important;
    font-style: normal !important;
  }
}
@media screen and (max-width: 767px) {
  nav#nav-primary {
    top: 5.71428571rem;
    height: calc(100vh - 5.714rem);
  }
}
#nav-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scrolled #nav-toggle {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #nav-toggle {
    opacity: 1;
  }
}
#nav-toggle a {
  position: relative;
  display: block;
  height: 46px;
  width: 46px;
}
#nav-toggle a i {
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 26px;
  height: 3px;
  margin: 0 auto;
  background: #FF00AA;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#nav-toggle a i + i {
  margin-top: 7px;
}
#nav-toggle a i + i + i {
  margin-top: 14px;
}
.menu-open #nav-toggle a i {
  background: #F000FE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 7px;
}
.menu-open #nav-toggle a i + i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-open #nav-toggle a i + i + i {
  opacity: 0;
  margin-top: 0;
}
nav#nav-secondary {
  position: relative;
  top: 0;
  min-height: 4.28571429rem;
  z-index: 1000;
  background: #FFFED3;
}
nav#nav-secondary .container {
  position: relative;
}
nav#nav-secondary a {
  display: block;
  font-size: 0.85714286rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  color: #C4C258;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav#nav-secondary a:hover,
nav#nav-secondary a:focus {
  color: #F000FE;
}
nav#nav-secondary ul {
  text-align: center;
  margin: -4.28571429rem 0 0;
  padding: 1.07142857rem 3.57142857rem;
  display: none;
}
nav#nav-secondary ul li {
  display: block;
  opacity: 0;
  margin-left: -50px;
  -webkit-transition: opacity 0.3s, margin-left 0.3s;
  transition: opacity 0.3s, margin-left 0.3s;
}
nav#nav-secondary ul li a {
  font-size: 0.92857143rem;
  padding: 0.71428571rem 0;
}
nav#nav-secondary ul li.active a,
nav#nav-secondary ul li.selected a {
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
}
.secondary-menu-open nav#nav-secondary ul.in li {
  opacity: 1;
  margin-left: 0;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}
.secondary-menu-open nav#nav-secondary ul.in li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
#secondary-nav-toggle a {
  text-align: center;
  height: 4.28571429rem;
  line-height: 4.28571429rem;
  color: #FF00AB;
}
#secondary-nav-toggle a i {
  position: absolute;
  top: 1.78571429rem;
  right: 0.71428571rem;
  display: block;
  width: 19px;
  height: 3px;
  margin: 0 auto;
  background: #FF00AB;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
#secondary-nav-toggle a i + i {
  margin-top: 7px;
}
.secondary-menu-open #secondary-nav-toggle a {
  color: transparent !important;
}
.secondary-menu-open #secondary-nav-toggle a i {
  background: #F000FE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 4px;
}
.secondary-menu-open #secondary-nav-toggle a i + i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-overlay {
  display: none;
  z-index: -100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0;
  -webkit-transition: z-index 0s 0.3s, opacity 0.3s ease-out;
  transition: z-index 0s 0.3s, opacity 0.3s ease-out;
}
.menu-open #nav-overlay {
  z-index: 1029;
  opacity: 0.7;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}
@media screen and (max-width: 991px) {
  #nav-overlay {
    display: block;
  }
}
#mobile-nav {
  text-align: center;
}
#mobile-nav ul {
  margin: 0;
  padding: 2rem 0 3rem;
  border-bottom: 1px solid #FF0000;
  list-style: none;
}
#mobile-nav ul li + li {
  margin-top: 1.5rem;
}
#mobile-nav ul li a {
  display: block;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  color: #101558;
  font-size: 1.33333333rem;
  text-transform: uppercase;
  text-decoration: none;
}
#mobile-nav ul li a.btn {
  color: #FFDEDE;
  background-color: #FF9292;
}
#mobile-nav ul li a.btn:hover,
#mobile-nav ul li a.btn:focus {
  color: #EEBDBD;
  background-color: #FF6B6B;
}
nav#nav-tertiary {
  float: left;
  width: 100%;
}
nav#nav-tertiary ul {
  border-top: 1px solid #FF0000;
  padding: 0;
  margin: 0;
}
nav#nav-tertiary ul li {
  border-bottom: 1px solid #FF0000;
  padding: 0;
  margin: 0;
  list-style: none !important;
}
nav#nav-tertiary ul li a {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 1em;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 0.83333333rem;
  letter-spacing: 0.05em;
  color: #1721AA;
  margin: 0;
  text-decoration: none;
  padding: 0.83333333rem 0;
  display: block;
  color: #ABB1FF;
}
nav#nav-tertiary ul li a small,
nav#nav-tertiary ul li a .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
nav#nav-tertiary ul li a small,
nav#nav-tertiary ul li a .small {
  font-size: 75%;
}
nav#nav-tertiary ul li a:first-child {
  margin-top: 0;
}
* + nav#nav-tertiary ul li a {
  margin-top: 2em;
}
nav#nav-tertiary ul li a.no-margin-top {
  margin-top: 0;
}
nav#nav-tertiary ul li a:hover,
nav#nav-tertiary ul li a:focus {
  color: #101557;
}
nav#nav-tertiary ul li.selected a {
  color: #101557;
}
/**
 * SWELL GALLERY
 */
#main .swell-gallery .viewport {
  padding: 0;
}
#main .swell-gallery .viewport,
#main .swell-gallery .queue {
  height: 100%;
}
#main .swell-gallery .queue,
#main .swell-gallery .gallery_item {
  width: 100% !important;
}
#main .swell-gallery .gallery_item {
  position: absolute !important;
}
#main .swell-gallery nav {
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: 1.66666667rem;
  left: 0;
  right: 0;
}
#main .swell-gallery nav ul {
  text-align: center;
}
#main .swell-gallery nav ul li {
  display: inline-block;
  float: none;
}
#main .swell-gallery nav ul li + li {
  margin-left: 0.41666667rem;
}
#main .swell-gallery nav ul li a {
  display: block;
  width: 0.58333333rem;
  height: 0.58333333rem;
  border: 1px solid white;
  padding: 0;
}
#main .swell-gallery nav ul li a span {
  display: none;
}
#main .swell-gallery nav ul li.selected a {
  background: white;
}
#main .swell-gallery nav > a {
  display: none;
}
#main .home-slider {
  max-width: 111.66666667rem;
  height: 41.66666667rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  #main .home-slider {
    width: 1170px;
    height: 35rem;
  }
}
@media screen and (max-width: 1199px) {
  #main .home-slider {
    width: 940px;
    height: 31.66666667rem;
  }
}
@media screen and (max-width: 991px) {
  #main .home-slider {
    max-width: 940px;
    width: 100%;
    height: 29.16666667rem;
  }
}
@media screen and (max-width: 767px) {
  #main .home-slider {
    height: 25rem;
  }
}
@media screen and (max-width: 519px) {
  #main .home-slider {
    height: 21.66666667rem;
  }
}
#main .home-slider .viewport .gallery_item .caption-in-image {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1px;
  background: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .home-slider nav {
  bottom: 0;
}
#main .home-slider nav ul {
  display: none;
}
#main .home-slider nav > a,
#hotels #hotel-pager #hotel-nav a {
  display: block;
  position: absolute;
  font-size: 0;
  top: -20.83333333rem;
  margin-top: -2.25rem;
  height: 4.5rem;
  width: 4.5rem;
  background-color: #FFFEFF;
  opacity: 0.7;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  #main .home-slider nav > a,
  #hotels #hotel-pager #hotel-nav a {
    top: -17.5rem;
    border: none;
  }
}
@media screen and (max-width: 1199px) {
  #main .home-slider nav > a,
  #hotels #hotel-pager #hotel-nav a {
    top: -15.83333333rem;
  }
}
@media screen and (max-width: 991px) {
  #main .home-slider nav > a,
  #hotels #hotel-pager #hotel-nav a {
    top: -14.58333333rem;
    width: 3.66666667rem;
    height: 3.66666667rem;
    margin-top: -1.83333333rem;
  }
}
@media screen and (max-width: 767px) {
  #main .home-slider nav > a,
  #hotels #hotel-pager #hotel-nav a {
    top: -12.5rem;
  }
}
@media screen and (max-width: 519px) {
  #main .home-slider nav > a,
  #hotels #hotel-pager #hotel-nav a {
    top: -10.83333333rem;
  }
}
#main .home-slider nav > a:before,
#hotels #hotel-pager #hotel-nav a:before {
  content: '';
  position: relative;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("assets/img/sprite.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-size: 90px auto;
  width: 16px;
  height: 26px;
  margin: 1.16666667rem auto 0;
}
.no-svg #main .home-slider nav > a:before,
.no-svg #hotels #hotel-pager #hotel-nav a:before {
  background-image: url("assets/img/sprite.png");
}
@media screen and (max-width: 991px) {
  #main .home-slider nav > a:before,
  #hotels #hotel-pager #hotel-nav a:before {
    width: 8px;
    height: 13px;
    margin: 1.29166667rem auto 0;
    background-size: 45px auto;
  }
}
#main .home-slider nav > a:hover,
#hotels #hotel-pager #hotel-nav a:hover {
  text-decoration: none;
  opacity: 1;
}
#main .home-slider nav > a.prev,
#hotels #hotel-pager #hotel-nav a.prev {
  left: -2.25rem;
}
#main .home-slider nav > a.prev:before,
#hotels #hotel-pager #hotel-nav a.prev:before {
  background-position: -30px 0;
}
@media screen and (max-width: 991px) {
  #main .home-slider nav > a.prev:before,
  #hotels #hotel-pager #hotel-nav a.prev:before {
    background-position: -15px 0;
  }
}
@media screen and (max-width: 1500px) {
  #main .home-slider nav > a.prev,
  #hotels #hotel-pager #hotel-nav a.prev {
    left: 0;
  }
}
#main .home-slider nav > a.next,
#hotels #hotel-pager #hotel-nav a.next {
  right: -2.25rem;
}
#main .home-slider nav > a.next:before,
#hotels #hotel-pager #hotel-nav a.next:before {
  background-position: -60px 0;
}
@media screen and (max-width: 991px) {
  #main .home-slider nav > a.next:before,
  #hotels #hotel-pager #hotel-nav a.next:before {
    background-position: -30px 0;
  }
}
@media screen and (max-width: 1500px) {
  #main .home-slider nav > a.next,
  #hotels #hotel-pager #hotel-nav a.next {
    right: 0;
  }
}
#main .masthead-gallery {
  height: 41.66666667rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #main .masthead-gallery {
    height: 35rem;
  }
}
@media screen and (max-width: 991px) {
  #main .masthead-gallery {
    height: 29.16666667rem;
  }
}
@media screen and (max-width: 767px) {
  #main .masthead-gallery {
    height: 25rem;
  }
}
@media screen and (max-width: 519px) {
  #main .masthead-gallery {
    height: 18.33333333rem;
  }
}
@media screen and (max-width: 340px) {
  #main .masthead-gallery {
    height: 15rem;
  }
}
#main .masthead-gallery .swiper-image-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .masthead-gallery .swiper-image-gallery .swiper-pagination {
  padding: 1rem 0;
}
#main .aspect-gallery {
  position: relative;
  height: auto;
  float: left;
  width: 100%;
}
#main .aspect-gallery:before {
  content: "";
  float: left;
  padding-top: 56.25%;
}
#main .aspect-gallery .viewport,
#main .aspect-gallery .queue {
  position: static !important;
}
#main .aspect-gallery .swiper-image-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .aspect-gallery .swiper-image-gallery .swiper-pagination {
  padding: 1rem 0;
}
.masonry-gallery {
  margin-bottom: -20px;
}
.masonry-tile {
  margin-bottom: 20px;
}
.masonry-tile img {
  width: 100%;
  height: auto;
}
.masonry-tile figcaption {
  display: none;
}
.swiper-gallery {
  opacity: 0;
}
.swiper-gallery.swiper-container-horizontal {
  opacity: 1;
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.swiper-gallery .swiper-slide {
  max-width: 111.42857143rem;
  background: #f2f2f2;
  overflow: hidden;
}
#primary.single .swiper-gallery .swiper-slide {
  max-width: 100% !important;
}
@media screen and (max-width: 1500px) {
  .swiper-gallery .swiper-slide {
    max-width: 97.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-gallery .swiper-slide {
    max-width: 78.33333333rem;
  }
}
.swiper-gallery .swiper-slide a {
  display: block;
  position: relative;
  text-decoration: none;
}
.swiper-gallery .swiper-slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  .swiper-gallery .swiper-slide img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 280px;
    width: auto;
  }
}
.swiper-gallery .swiper-slide iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swiper-gallery .swiper-slide:before,
.swiper-gallery .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.66;
  z-index: 10;
  -webkit-transition: opacity 0.7s linear;
  transition: opacity 0.7s linear;
}
.swiper-gallery .swiper-slide:after {
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.lt-ie10 .swiper-gallery .swiper-slide:after {
  opacity: 0.4 !important;
}
.swiper-gallery .swiper-slide.hide-shadow:after {
  display: none;
}
.swiper-gallery .swiper-slide .caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 5rem;
}
@media screen and (max-width: 1500px) {
  .swiper-gallery .swiper-slide .caption-wrapper {
    padding: 3.33333333rem;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-gallery .swiper-slide .caption-wrapper {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-gallery .swiper-slide .caption-wrapper {
    padding: 1.25rem;
  }
}
.swiper-gallery .swiper-slide .container {
  position: relative;
  height: 100%;
}
.swiper-gallery .swiper-slide .caption {
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .swiper-gallery .swiper-slide .caption {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    width: 111.11111111%;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-gallery .swiper-slide .caption {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 125%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-gallery .swiper-slide .caption {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    width: 142.85714286%;
  }
}
@media screen and (max-width: 519px) {
  .swiper-gallery .swiper-slide .caption {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    width: 166.66666667%;
  }
}
.swiper-gallery .swiper-slide .caption h2,
.swiper-gallery .swiper-slide .caption p,
.swiper-gallery .swiper-slide .caption .btn,
.swiper-gallery .swiper-slide .caption .hotel-bookings-form {
  position: relative;
  top: -10px;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.swiper-gallery .swiper-slide .caption h2 {
  color: white;
  margin: 0 0 1.5rem;
}
.swiper-gallery .swiper-slide .caption h2.proxima-extrabold {
  font-family: 'ProximaNovaExtrabold';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 3.33333333rem;
  line-height: 0.9;
}
.swiper-gallery .swiper-slide .caption h2.bebas-regular {
  font-family: 'bebas-neue';
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 4.16666667rem;
  line-height: 0.8;
}
.swiper-gallery .swiper-slide .caption p {
  color: white;
  margin: 0 0 1.5rem;
}
.swiper-gallery .swiper-slide .caption p.proxima-regular {
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 2rem;
  line-height: 1;
}
.swiper-gallery .swiper-slide .caption p.caslon-italic {
  font-family: 'adobe-caslon-pro';
  font-weight: 400 !important;
  font-style: italic !important;
  font-size: 2.16666667rem;
  line-height: 1;
}
.swiper-gallery .swiper-slide .caption .btn {
  display: inline-block;
  margin-top: 0.75rem;
  -webkit-transition-property: color, background-color, opacity, top, left;
  transition-property: color, background-color, opacity, top, left;
}
.swiper-gallery .swiper-slide .caption .btn.btn-black {
  background: black;
  color: white;
}
.swiper-gallery .swiper-slide .caption .btn.btn-black:hover,
.swiper-gallery .swiper-slide .caption .btn.btn-black:focus {
  color: black;
  background: white;
}
.swiper-gallery .swiper-slide .caption .btn.btn-white {
  background: white;
  color: black;
}
.swiper-gallery .swiper-slide .caption .btn.btn-white:hover,
.swiper-gallery .swiper-slide .caption .btn.btn-white:focus {
  color: white;
  background: black;
}
.swiper-gallery .swiper-slide .caption .hotel-bookings-form {
  position: relative;
  -webkit-transform: none;
          transform: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 35.71428571rem;
}
.swiper-gallery .swiper-slide .caption .hotel-bookings-form > * {
  display: block;
}
@media screen and (max-width: 991px) {
  .swiper-gallery .swiper-slide .caption .hotel-bookings-form > * {
    width: 15rem;
  }
}
.swiper-gallery .swiper-slide .caption .hotel-bookings-form:after {
  display: none;
}
.swiper-gallery .swiper-slide .caption .hotel-bookings-form .select-hotel {
  display: none;
}
.swiper-gallery .swiper-slide .caption .hotel-bookings-form button[type="submit"] {
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: black;
  color: white;
}
.swiper-gallery .swiper-slide .caption .hotel-bookings-form button[type="submit"]:hover,
.swiper-gallery .swiper-slide .caption .hotel-bookings-form button[type="submit"]:focus {
  background: white;
  color: black;
}
.swiper-gallery .swiper-slide.center:after {
  background: rgba(0, 0, 0, 0.5);
}
.swiper-gallery .swiper-slide.center .caption {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .swiper-gallery .swiper-slide.center .caption {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
}
@media screen and (max-width: 1199px) {
  .swiper-gallery .swiper-slide.center .caption {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .swiper-gallery .swiper-slide.center .caption {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 519px) {
  .swiper-gallery .swiper-slide.center .caption {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
}
.swiper-gallery .swiper-slide.top-left .caption {
  left: 0;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.swiper-gallery .swiper-slide.top-right {
  text-align: right;
}
.swiper-gallery .swiper-slide.top-right .caption {
  right: 0;
  top: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.swiper-gallery .swiper-slide.bottom-left .caption {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.swiper-gallery .swiper-slide.bottom-right {
  text-align: right;
}
.swiper-gallery .swiper-slide.bottom-right .caption {
  right: 0;
  bottom: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.swiper-gallery .swiper-slide.bottom-left:after,
.swiper-gallery .swiper-slide.bottom-right:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.swiper-gallery .swiper-slide.swiper-slide-active:before {
  opacity: 0;
}
.swiper-gallery .swiper-slide.swiper-slide-active:after {
  opacity: 1;
}
.swiper-gallery .swiper-slide.swiper-slide-active .caption h2,
.swiper-gallery .swiper-slide.swiper-slide-active .caption p,
.swiper-gallery .swiper-slide.swiper-slide-active .caption .btn,
.swiper-gallery .swiper-slide.swiper-slide-active .caption .hotel-bookings-form {
  left: 0;
  top: 0;
  opacity: 1;
}
.swiper-gallery .swiper-slide.swiper-slide-active .caption h2 {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.swiper-gallery .swiper-slide.swiper-slide-active .caption p {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.swiper-gallery .swiper-slide.swiper-slide-active .caption .btn {
  -webkit-transition-delay: 0s, 0s, 1.15s, 1.15s, 1.15s;
          transition-delay: 0s, 0s, 1.15s, 1.15s, 1.15s;
}
.swiper-gallery .swiper-slide.swiper-slide-active .caption .hotel-bookings-form {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.swiper-pagination {
  position: static;
  padding: 2rem 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #FF6B6B;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FF6B6B;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 3.5rem;
  margin-top: 0;
  text-align: center;
  text-decoration: none;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  position: relative;
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 1.75;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  opacity: 1;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next:before {
  content: "\f105";
  left: 2px;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:before {
  content: "\f104";
  left: -1px;
}
.swiper-gallery-wrapper {
  position: static;
}
@media screen and (max-width: 767px) {
  .swiper-gallery-wrapper {
    position: relative;
    overflow: auto;
  }
  .swiper-gallery-wrapper:before {
    content: '';
    float: left;
    padding-top: 56.25%;
  }
}
.swiper-image-gallery {
  height: 100%;
  width: 100%;
  position: absolute;
}
.swiper-image-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: none;
}
.swiper-image-gallery[data-slide-count="1"] .swiper-slide {
  max-width: 9999px;
}
.swiper-image-gallery .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.swiper-image-gallery .swiper-pagination .swiper-pagination-bullet {
  background: white;
}
.swiper-image-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
/**
 * CONTENT
 */
#main {
  position: relative;
  margin-top: 17.14285714rem;
}
.no-doma-bar #main {
  margin-top: 12.85714286rem;
}
@media screen and (max-width: 1199px) {
  #main {
    margin-top: 17.14285714rem;
  }
  .no-doma-bar #main {
    margin-top: 12.85714286rem;
  }
}
@media screen and (max-width: 991px) {
  #main {
    margin-top: 7.14285714rem;
  }
}
@media screen and (max-width: 767px) {
  #main {
    margin-top: 5.71428571rem;
  }
}
#main #intro {
  margin: 5.41666667rem 0;
}
#main #intro p {
  font-size: 1.16666667rem;
  text-align: justify;
  color: #101558;
}
@media screen and (max-width: 767px) {
  #main #intro p {
    text-align: left;
  }
}
#main #intro p a {
  color: #F00EFE;
}
@media screen and (max-width: 767px) {
  #main #intro {
    display: none !important;
    margin: 2.5rem 0;
  }
  #main #intro .reservation-block {
    margin: 0 1.66666667rem 1.66666667rem 0;
  }
  #main #intro .intro-block {
    float: none;
  }
}
@media screen and (max-width: 519px) {
  #main #intro .intro-block,
  #main #intro .reservation-block {
    float: none;
    margin: 0;
    width: 100%;
  }
  #main #intro .reservation-block {
    margin: 0 0 2.5rem;
  }
}
#main #nav-secondary + #primary {
  padding-top: 4.28571429rem;
}
#main #nav-secondary + #primary .masthead-gallery {
  margin-top: -4.28571429rem;
}
@media screen and (max-width: 767px) {
  #main #nav-secondary + #primary {
    padding-top: 1.66666667rem;
  }
  #main #nav-secondary + #primary .masthead-gallery {
    margin-top: -1.66666667rem;
  }
}
#main #primary {
  background: #FFEAFF;
  padding: 4.16666667rem 0;
}
.single-corporation #main #primary {
  background: #FFFEFF;
}
@media screen and (max-width: 991px) {
  #main #primary {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #main #primary {
    padding: 1.66666667rem 0 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  #main #primary {
    padding: 1.66666667rem 0;
  }
}
#main #primary.single {
  position: relative;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
  transition: opacity 0.3s ease-out, height 0.3s ease-out;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
#main #primary.single.init {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #main #primary.single {
    min-height: 0;
    height: auto !important;
  }
}
@media screen and (max-width: 519px) {
  #main .loop [class^="col-"] {
    width: 100%;
  }
}
#main .loop .loop-item {
  padding: 0 0 4.16666667rem;
}
@media screen and (max-width: 1199px) {
  #main .loop .loop-item {
    padding: 0 0 2.08333333rem;
  }
}
@media screen and (max-width: 519px) {
  #main .loop .loop-item {
    max-width: 320px;
    margin: 0 auto;
  }
}
#main .loop .loop-item .loop-image {
  width: 100%;
  height: auto;
  padding-top: 67.85714286%;
}
#main .loop .loop-item .btn-group {
  margin: 0;
  width: 100%;
  display: block;
}
#main .loop .loop-item .btn-group .btn {
  font-size: 0.85714286rem;
  padding: 1rem 2rem;
  float: none;
  background: white;
  color: black;
}
#main .loop .loop-item .btn-group .btn:hover,
#main .loop .loop-item .btn-group .btn:focus {
  background: black;
  color: white;
}
#main .loop .loop-item .loop-title {
  text-align: center;
  font-size: 1.14285714rem;
  letter-spacing: 0.2em;
  padding: 3.14285714rem 0 3.16666667rem;
  margin: 0 0 2.14285714rem;
  border-bottom: 1px solid #FF0000;
}
#main .loop .loop-item .loop-title a {
  color: #101557;
  text-decoration: none;
}
#main .loop .loop-item .loop-title a:hover,
#main .loop .loop-item .loop-title a:focus {
  color: #F000FE;
}
#main .loop .loop-item .excerpt {
  position: relative;
  overflow: hidden;
  height: 3rem;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
#main .loop .loop-item .excerpt + .more {
  visibility: hidden;
}
#main .loop .loop-item .excerpt.show-more + .more {
  visibility: visible;
  margin-bottom: 1.5rem;
}
#main .loop .loop-item .excerpt.show-more + .more[style*="hidden"] {
  margin-bottom: 0;
}
#main .loop .loop-item .excerpt p {
  margin: 0;
}
@media screen and (max-width: 519px) {
  #main .loop .loop-item .excerpt {
    height: auto;
  }
  #main .loop .loop-item .excerpt:after {
    display: none;
  }
  #main .loop .loop-item .excerpt + .more {
    display: none;
  }
}
#main .loop .loop-item.package {
  padding-bottom: 0;
}
#main .loop .loop-item.package p,
#main .loop .loop-item.package .btn {
  display: none;
}
#main .loop .loop-item.room .excerpt {
  height: 4.57142857rem;
}
#main .single-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #main .single-gallery {
    position: relative;
    height: 25rem;
  }
}
@media screen and (max-width: 519px) {
  #main .single-gallery {
    height: 21.66666667rem;
  }
}
#main .single-details {
  position: relative;
  padding: 1.5rem;
  margin: 7.5rem 0 5.83333333rem;
  background: #FFEAFF;
  overflow: auto;
  z-index: 90;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #main .single-details {
    margin: 2.5rem 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #main .single-details {
    margin: 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  #main .single-details {
    margin: 2.5rem 0;
  }
}
#main .single-details a.visible-tablet {
  margin-top: 4px;
}
#main .single-details h1 {
  margin: 0;
  padding-right: 2.5rem;
  color: #FF00AC;
}
@media screen and (max-width: 991px) {
  #main .single-details h1 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #main .single-details h1 {
    margin: 0.41666667rem 0;
    padding-right: 0;
  }
}
#main .single-details #single-content {
  padding-top: 1.66666667rem;
}
@media screen and (max-width: 767px) {
  #main .single-details #single-content {
    display: block !important;
    height: auto !important;
  }
}
#main .single-details .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.5rem;
  line-height: 0.75;
  font-family: 'ProximaNovaLight';
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1 !important;
  color: #FF0000;
}
#main .single-details .close.collapsed {
  color: #1721AA;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (max-width: 767px) {
  #main .single-details .close {
    display: none;
  }
}
#main .single-details .btn {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #main .single-details .btn {
    float: right;
  }
  #main .single-details .btn.mobile-only {
    margin-top: 0;
  }
}
#main .details-section {
  padding: 4.16666667rem 0;
}
#main .details-section h2:first-child,
#main .details-section h3:first-child,
#main .details-section h4:first-child,
#main .details-section dt {
  margin-bottom: 2.5rem;
}
#main .details-section ul:not(.swl-select-items) li {
  display: list-item;
  list-style: disc;
  margin: 0 0 0 1.25rem;
  line-height: 1.5;
}
#main .details-section .accordion {
  margin-top: 4.16666667rem;
}
@media screen and (max-width: 519px) {
  #main .details-section .accordion {
    margin: 1.66666667rem 0 0;
  }
}
@media screen and (max-width: 991px) {
  #main .details-section {
    padding: 3.33333333rem 0;
  }
  #main .details-section [class^="col-"]:first-child {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  #main .details-section [class^="col-"] {
    width: 100%;
    margin-left: 0;
  }
}
#main .page-content h1 {
  margin-bottom: 6.66666667rem;
}
#main .page-content .column-title {
  margin-bottom: 1.66666667rem;
}
#main .page-content ul li {
  list-style: disc;
  margin: 0 0 0.66666667rem;
}
#main .page-content.contact-content ul {
  padding: 0;
}
#main .page-content.contact-content ul li {
  margin: 0 0 1.66666667rem;
  line-height: 1.5;
  list-style: none;
}
#main .page-content.contact-content ul li h3 {
  color: #000ECD;
}
#main .page-content.sitemap-content .sitemap-block {
  padding-top: 3.33333333rem;
  margin-top: 2.5rem;
  border-top: 1px solid #FF0000;
}
#main .page-content.sitemap-content a {
  color: #101557;
  text-decoration: none;
}
#main .page-content.sitemap-content a:hover,
#main .page-content.sitemap-content a:focus {
  color: #F000FE;
}
#main section.section {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #main section.section {
    margin-top: 0;
  }
}
#main section.section + .section {
  margin-top: 5.83333333rem;
  padding-top: 5.83333333rem;
  border-top: 1px solid #FF0000;
}
@media screen and (max-width: 767px) {
  #main section.section + .section {
    margin-top: 3.33333333rem;
    padding-top: 3.33333333rem;
  }
}
#main section.section .section-anchor {
  position: relative;
  top: -27.08333333rem;
}
#main section.section .section-content h2 {
  margin: 0 0 2.5rem;
}
#main #section-contact {
  min-height: 180px;
}
#main #section-contact ul {
  padding: 0;
}
#main #section-contact ul li {
  margin: 0 0 1.66666667rem;
  line-height: 1.5;
}
#main #section-contact ul li h3 {
  color: #1721AA;
}
#main #about-blurb {
  color: #101558;
}
#main #about-blurb .container {
  position: relative;
}
#main #about-blurb a[data-toggle="collapse"] {
  position: absolute;
  bottom: 100%;
  margin-bottom: 2.33333333rem;
  right: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  z-index: 20;
  padding-right: 1.16666667rem;
  color: #101558;
}
#main #about-blurb a[data-toggle="collapse"]:hover {
  opacity: 0.75;
}
#main #about-blurb a[data-toggle="collapse"]:hover:before {
  -webkit-transform: translateX(2px) rotate(-45deg);
          transform: translateX(2px) rotate(-45deg);
}
#main #about-blurb a[data-toggle="collapse"]:hover:after {
  -webkit-transform: translateX(-2px) rotate(45deg);
          transform: translateX(-2px) rotate(45deg);
}
#main #about-blurb a[data-toggle="collapse"]:before,
#main #about-blurb a[data-toggle="collapse"]:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 7px;
  height: 1px;
  background: #101558;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main #about-blurb a[data-toggle="collapse"]:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#main #about-blurb a[data-toggle="collapse"][aria-expanded="true"]:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
#main #about-blurb a[data-toggle="collapse"][aria-expanded="true"]:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
#main #about-blurb .intro-block,
#main #about-blurb .contact-block {
  padding-bottom: 4.16666667rem;
}
#main #about-blurb .intro-block *,
#main #about-blurb .contact-block * {
  color: #101558;
}
#main #about-blurb .contact {
  border: 1px solid #101558;
  padding: 2.5rem;
}
#main #about-blurb .contact p {
  margin: 0 0 0.5em;
}
#main #about-blurb .contact p:last-child {
  margin-bottom: 0;
}
#main #about-blurb .contact p.phone span {
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
}
.corporate-logo {
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  max-width: 15.71428571rem;
}
@media screen and (max-width: 1199px) {
  .corporate-logo {
    width: 15.71428571rem;
    height: 7.85714286rem;
    padding-top: 0;
    margin: 0 0 2.85714286rem;
  }
}
.corporate-info {
  margin: 5.71428571rem auto;
}
@media screen and (max-width: 1199px) {
  .corporate-info {
    margin: 1.42857143rem auto 4.28571429rem;
  }
}
.corporate-info h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 1em;
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1.07142857rem;
  letter-spacing: 0.1em;
  font-size: 1.08333333rem;
  color: #000ECD;
}
.corporate-info h5 small,
.corporate-info h5 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.corporate-info h5 small,
.corporate-info h5 .small {
  font-size: 75%;
}
.corporate-info h5:first-child {
  margin-top: 0;
}
* + .corporate-info h5 {
  margin-top: 2em;
}
.corporate-info h5.no-margin-top {
  margin-top: 0;
}
.corporate-form {
  margin: 2.85714286rem 0 0;
}
.corporate-form label,
.corporate-form a.swl-select,
.corporate-form .form-control {
  font-size: 0.78571429rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.corporate-form .form-control {
  box-shadow: none;
  height: auto;
  padding: 1.08333333rem 1.66666667rem 1rem;
  border-radius: 0;
  border: 1px solid #D6FFB2;
  padding-left: 7.14285714rem;
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
  color: #56B700;
  background-color: #D6FFB2;
}
.corporate-form .form-control:focus {
  background: #D6FFB2;
  border-color: #D6FFB2;
  color: #56B700;
}
.corporate-form .form-control[name="promo"] {
  background-color: #D6FFB2;
  padding-left: 12.85714286rem;
}
.corporate-form .form-group {
  position: relative;
}
.corporate-form .form-group label {
  position: absolute;
  top: 50%;
  left: 1.42857143rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding-left: 0.71428571rem;
  color: #56B700;
  opacity: 0.6;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
.corporate-form .form-group label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #56B700;
}
.corporate-form a.swl-select {
  line-height: 3.14285714rem;
  height: 3.28571429rem;
  text-align: center;
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
}
.corporate-form a.swl-select:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 1.42857143rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #56B700;
  z-index: 5;
  opacity: 0.6;
}
.corporate-form a.swl-select.open:after {
  display: none;
}
.corporate-form a.swl-select ul {
  border-radius: 0;
  color: #56B700;
  background-color: #D6FFB2;
  border-color: #D6FFB2;
}
.corporate-form a.swl-select ul li {
  padding: 0 1.42857143rem;
}
.corporate-form .btn-black {
  background: black;
  color: white;
  width: 100%;
  padding: 16px 24px;
}
.corporate-form .btn-black:hover,
.corporate-form .btn-black:focus {
  background: #9456d9;
  color: #E7D2FF;
}
/**
 * WIDGETS
 */
.block-widget {
  background: #84FFC3;
  color: #2CDD87;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  padding: 1rem;
  text-align: center;
  min-height: 23.75rem;
}
.block-widget h2 {
  text-align: center;
  padding: 1.66666667rem 0 2rem;
  margin: 0;
  font-size: 1.33333333rem;
  line-height: 1.1;
  color: #2CDD87;
  letter-spacing: 0.16em;
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
}
@media screen and (max-width: 991px) {
  .block-widget h2 {
    font-size: 1rem;
    padding: 0.83333333rem 0 1.33333333rem;
  }
}
.block-widget .swiper-button-next,
.block-widget .swiper-button-prev {
  color: #84FFC1;
  background: none;
}
.block-widget .swiper-carousel {
  margin: 0.33333333rem 0 0;
}
.block-widget .swiper-carousel .slide-title-wrap {
  height: 3.5rem;
  padding: 0 3rem;
  background: #2CDD85;
  color: #84FFC1;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 0.25rem;
}
@media screen and (max-width: 991px) {
  .block-widget .swiper-carousel .slide-title-wrap {
    font-size: 11px;
  }
}
.block-widget .form-group {
  position: relative;
  margin: 0.33333333rem 0 0;
}
.block-widget .form-group label {
  display: block;
  margin: 0;
}
.block-widget .form-group label span {
  position: absolute;
  top: 0.08333333rem;
  left: 0.25rem;
  color: #84FFC1;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 10;
  text-align: left;
}
.block-widget .form-group label:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.58333333rem;
  right: 0.5rem;
  width: 0;
  z-index: 10;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #84FFC1;
}
.block-widget .form-group label.no-arrow:before {
  display: none;
}
.block-widget .form-group input {
  width: 100%;
  height: 3.5rem;
  background: #2CDD85;
  color: #84FFC1;
  border: 0;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.block-widget .form-group input#newsletter_email {
  font-size: 1rem;
  text-transform: none;
}
.block-widget .form-group input#newsletter_email::-webkit-input-placeholder {
  text-transform: uppercase;
}
.block-widget .form-group input#newsletter_email:-moz-placeholder {
  text-transform: uppercase;
}
.block-widget .form-group input#newsletter_email::-moz-placeholder {
  text-transform: uppercase;
}
.block-widget .form-group input#newsletter_email:-ms-input-placeholder {
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .block-widget .form-group input {
    font-size: 1.16666667rem;
  }
}
.block-widget .form-group input.transparent {
  font-size: 1.16666667rem;
  text-transform: none;
  background: transparent;
  color: white;
  border: 1px solid #2CDD85;
}
.block-widget .form-group input.transparent::-webkit-input-placeholder {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}
.block-widget .form-group input.transparent:-moz-placeholder {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}
.block-widget .form-group input.transparent::-moz-placeholder {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}
.block-widget .form-group input.transparent:-ms-input-placeholder {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}
.block-widget .form-group select {
  display: block;
  opacity: 0;
  height: 3.5rem;
  line-height: 3.5rem;
}
.block-widget .form-group a.swl-select {
  height: 3.5rem;
  line-height: 3.5rem;
}
.block-widget .form-group a.swl-select ul {
  background: #2CDD85;
  color: #84FFC1;
  border-width: 0px;
}
.block-widget .form-group a.swl-select ul li {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .block-widget .form-group a.swl-select ul li {
    font-size: 1.16666667rem;
  }
}
.block-widget .form-group a.swl-select.open ul {
  border-width: 1px;
}
.block-widget .form-group a.swl-select.open ul li {
  font-size: 1.16666667rem;
  line-height: 1.5;
}
.block-widget .form-group.one-half-height a.swl-select {
  height: 5.41666667rem;
  line-height: 5.41666667rem;
}
.block-widget .form-group.one-half-height input {
  height: 5.41666667rem;
}
.block-widget .form-group.double-height a.swl-select {
  height: 7.33333333rem;
  line-height: 7.33333333rem;
}
.block-widget .form-group.double-height input {
  height: 7.33333333rem;
}
.block-widget a[href*="dimmi"] {
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 0.83333333rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
}
.block-widget a[href*="dimmi"]:before {
  content: 'Book';
}
.block-widget a[href*="dimmi"],
.block-widget .btn {
  margin: 1.25rem auto 0;
  background: #2CDD82;
  color: #2CDD86;
  min-width: 11.66666667rem;
  padding-top: 1.33333333rem;
  padding-bottom: 1.33333333rem;
}
.block-widget a[href*="dimmi"]:hover,
.block-widget .btn:hover,
.block-widget a[href*="dimmi"]:focus,
.block-widget .btn:focus {
  background: #2CDD81;
  color: #2CDD78;
}
.block-widget a[href*="dimmi"] img,
.block-widget .btn img {
  display: none !important;
}
.block-widget .text-group {
  margin: 0.33333333rem 0 0;
  height: 3.5rem;
  color: white;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
  display: table;
  width: 100%;
}
.block-widget .text-group.double {
  height: 7.33333333rem;
}
.block-widget .text-group.triple {
  height: 11.16666667rem;
}
.block-widget .text-group.full {
  height: 16.25rem;
}
@media screen and (max-width: 991px) {
  .block-widget .text-group.full {
    height: 14.41666667rem;
  }
}
.block-widget .text-group.large-text {
  font-size: 1.33333333rem;
  line-height: 1.4375;
}
.block-widget .text-group .text-group-text {
  display: table-cell;
  vertical-align: middle;
}
.block-widget-subtext {
  text-transform: uppercase;
  text-align: center;
  margin-top: 1rem;
}
.block-widget-subtext a {
  color: #2CDD72;
}
#find-a-function-venue .form-group .btn {
  display: block;
  margin: 0;
}
#find-a-function-venue .form-group:nth-child(5) {
  margin-bottom: 0.66666667rem;
}
#find-a-package .gallery_css_image {
  height: 100px;
}
#reservation-form {
  background: #C4FEFF;
  color: #80CCCD;
  letter-spacing: 0.05em;
  padding: 0 2.5rem 2.5rem;
}
@media screen and (max-width: 991px) {
  #reservation-form {
    min-height: 342px;
  }
}
#packages #reservation-form h2 {
  padding-top: 2rem;
  padding-bottom: 1.66666667rem;
  text-align: left;
}
#reservation-form form {
  padding: 0.91666667rem 1.66666667rem 1.66666667rem;
}
#packages #reservation-form form {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #reservation-form {
    max-width: 260px;
    margin: 2.5rem auto;
  }
}
.home #reservation-form {
  margin: 0 auto;
}
#reservation-form span {
  text-transform: uppercase;
  color: #80CCCD;
  letter-spacing: 0.1em;
  font-size: 0.83333333rem;
}
#reservation-form span.wifi {
  display: block;
  margin-top: 1em;
}
#reservation-form span.wifi:after {
  position: relative;
  top: 2px;
  left: 6px;
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  content: "\f1eb";
  color: #80CCCD;
  font-size: 18px;
}
#reservation-form label {
  display: block;
  position: relative;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
#reservation-form label strong {
  display: block;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  padding: 0 0.58333333rem 0.25rem;
}
#reservation-form label span,
#reservation-form label input {
  font-size: inherit;
}
#reservation-form label input {
  background-color: #D9EDED;
  color: #328F90;
  border-color: #D9EDED;
}
#reservation-form label input .placeholder {
  color: #328f92;
}
#reservation-form label input:focus {
  color: #328F91;
  background-color: #DDE7E7;
  border-color: #F000FF;
}
#reservation-form label.datepicker {
  padding: 0;
}
#reservation-form label.datepicker input {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#reservation-form label.datepicker:after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 23px;
  width: 23px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("assets/img/sprite.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-size: 90px auto;
}
.no-svg #reservation-form label.datepicker:after {
  background-image: url("assets/img/sprite.png");
}
#reservation-form a.swl-select ul {
  border-color: #D9EDED;
  text-align: center;
  background: #D9EDED;
  color: #328F90;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: left;
}
#reservation-form a.swl-select ul li {
  padding-left: 0.58333333rem;
  padding-right: 0.58333333rem;
}
#reservation-form a.swl-select ul:hover {
  border-color: transparent;
}
#reservation-form a.swl-select:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  color: #328F90;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0.41666667rem;
  z-index: 10;
  line-height: 2rem;
}
#reservation-form button {
  width: 100%;
  height: 3.33333333rem;
  color: #93B4B4;
  background-color: #3FE1E3;
}
#reservation-form button:hover,
#reservation-form button:focus {
  color: #799191;
  background-color: #24BBBD;
}
#reservation-form #footer_booking_code {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0.16666667rem;
  border-radius: 0.25rem;
  color: #80CCCD;
  background: transparent;
  border: 2px solid #3FE1E3;
}
#address-listing {
  padding-top: 3.33333333rem;
}
#address-listing h3 {
  margin-bottom: 3rem;
}
#address-listing h4 {
  margin-bottom: 3rem;
}
#address-listing .address-category {
  margin: 3rem 0;
}
#address-listing .address {
  border-bottom: 1px solid #FF0000;
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  min-height: 5.16666667rem;
}
#address-listing .address .address-title {
  font-size: 1rem;
  text-transform: none;
  margin-bottom: 0;
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: 0;
}
#address-listing .address p {
  margin: 0;
}
#packages .inset-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #packages {
    display: none !important;
    padding: 0 0 5rem;
  }
  #packages .inset-title {
    margin-bottom: 1.66666667rem;
  }
}
#packages #reservation-form,
#packages #find-a-room,
#packages .footer-resvervation-form + .swell-featured-footer-packages {
  margin-top: 5.41666667rem;
}
.footer-package {
  margin: 0 0 5.41666667rem 0;
}
@media screen and (max-width: 767px) {
  .footer-package {
    margin: 1.66666667rem 0 0 0;
  }
}
.footer-package .addtoany_share_save_container {
  display: none !important;
}
.footer-package a {
  display: block;
  position: relative;
  padding: 1.66666667rem;
  background: #84FFC4;
  color: #2CDD88;
  text-decoration: none;
  min-height: 23.75rem;
}
.footer-package a:hover,
.footer-package a:focus {
  color: #2CDD88;
}
.footer-package a h3 {
  color: #2CDD88;
}
.home .footer-package a {
  padding: 0.83333333rem;
  min-height: 15rem;
}
@media screen and (max-width: 767px) {
  .footer-package a {
    padding: 1.66666667rem !important;
    min-height: 0 !important;
  }
}
.footer-package .post-type {
  margin: 0 0 0.83333333rem;
  font-family: 'ProximaNovaLight';
  font-weight: normal !important;
  font-style: normal !important;
  text-transform: uppercase;
}
.home .footer-package .post-type {
  display: none;
}
.footer-package h3 {
  width: 45%;
  min-height: 56px;
  margin: 0 0 0.83333333rem;
  font-size: 2rem;
  font-family: 'ProximaNovaLight';
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
}
.footer-package .price {
  position: absolute;
  top: 4.33333333rem;
  right: 1.66666667rem;
  max-width: 35%;
  margin: 0 0 1.25rem;
  font-size: 1.66666667rem;
  font-family: 'ProximaNovaLight';
  font-weight: normal !important;
  font-style: normal !important;
  border-bottom: 1px solid;
  line-height: 1;
}
.home .footer-package .price {
  top: 1.08333333rem;
  right: 0.83333333rem;
}
.footer-package .read-more {
  font-size: 1.66666667rem;
  text-decoration: underline;
  margin-bottom: 0;
}
.single-corporation #hotels {
  display: none;
}
#main ~ #hotels {
  margin-top: 6.66666667rem;
}
@media screen and (max-width: 767px) {
  #hotels {
    display: none !important;
    padding: 0 0 5rem;
  }
  #hotels .inset-title {
    margin-bottom: 2.5rem;
  }
}
#hotels #hotel-pager {
  position: relative;
}
#hotels #hotel-pager #hotel-wrapper {
  overflow: hidden;
  position: relative;
}
#hotels #hotel-pager #hotel-wrapper #hotel-inner {
  position: relative;
  width: 2000em;
}
#hotels #hotel-pager #hotel-nav a {
  top: 50%;
  border: 0;
  margin-top: -3.83333333rem;
  background-color: #FFFEFF;
  opacity: 0.6;
}
#hotels #hotel-pager #hotel-nav a:hover,
#hotels #hotel-pager #hotel-nav a:focus {
  opacity: 1;
}
#hotels #hotel-pager #hotel-nav a.prev {
  left: auto;
  right: 100%;
}
@media screen and (max-width: 1199px) {
  #hotels #hotel-pager #hotel-nav a.prev {
    right: auto;
    left: 0;
  }
}
#hotels #hotel-pager #hotel-nav a.next {
  right: auto;
  left: 100%;
}
@media screen and (max-width: 1199px) {
  #hotels #hotel-pager #hotel-nav a.next {
    left: auto;
    right: 0;
  }
}
#hotels .hotel {
  margin: 2rem 0 4rem;
  float: left;
  position: relative;
  width: 20.35714286rem;
  background-color: #FFF5CB;
  color: #DDBE42;
}
@media screen and (max-width: 1199px) {
  #hotels .hotel {
    width: 16.78571429rem;
  }
}
@media screen and (max-width: 767px) {
  #hotels .hotel {
    margin: 0;
  }
}
#hotels .hotel:hover {
  background-color: #FFF2BE;
  color: #DDBE43;
}
#hotels .hotel .hotel-logo-wrapper {
  height: 120px;
  padding: 45px 0;
  width: 100%;
}
#hotels .hotel .hotel-logo {
  height: 30px;
  max-width: 150px;
  margin: 0 auto;
  background-size: contain;
}
#hotels .hotel .hotel-logo.png-hotel-logo {
  display: none;
}
.no-svg #hotels .hotel .hotel-logo.png-hotel-logo {
  display: block;
}
.no-svg #hotels .hotel .hotel-logo.svg-hotel-logo {
  display: none;
}
@media screen and (max-width: 340px) {
  #hotels .hotel .hotel-logo {
    background-size: 80% auto;
  }
}
#hotels .hotel .rating {
  padding: 0.41666667rem 0 1.66666667rem 0;
}
#hotels .hotel .hotel-image {
  height: 120px;
}
@media screen and (max-width: 991px) {
  #hotels .hotel .hotel-image {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #hotels .hotel .hotel-image {
    height: 120px;
  }
}
@media screen and (max-width: 519px) {
  #hotels .hotel .hotel-image {
    height: 90px;
  }
}
#hotels .hotel .details {
  padding: 1.5rem;
  line-height: 1.66666667;
  font-family: 'ProximaNovaLight';
  font-weight: normal !important;
  font-style: normal !important;
  height: 8.33333333rem;
  overflow: hidden;
  -webkit-transition: height 200ms ease-out;
  transition: height 200ms ease-out;
  white-space: normal;
}
#hotels .hotel .details p {
  margin: 0;
}
#hotels .hotel .more {
  margin-left: 1.5rem;
  color: #DDBE42;
}
#hotels .hotel .more:hover,
#hotels .hotel .more:focus {
  color: #F000FF;
}
#hotels .hotel .more.hidden {
  display: none;
}
#hotels .hotel .more.hidden + .button {
  margin-top: 1rem;
}
#hotels .hotel .btn {
  -webkit-transition: margin-top 200ms ease-out;
  transition: margin-top 200ms ease-out;
  margin: 3rem 0 1.5rem 1.5rem;
  padding: 0.8rem 2rem;
  color: #ECE5CA;
  background-color: #F8CF2A;
}
#hotels .hotel .btn:hover,
#hotels .hotel .btn:focus {
  color: #ECE5CB;
  background-color: #F9C907;
}
.rating {
  text-align: center;
}
.rating i {
  display: inline-block;
  font-style: normal;
  opacity: 0.85;
}
.rating i:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("assets/img/ico_stars.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-size: auto 15px;
}
.no-svg .rating i:before {
  background-image: url("assets/img/ico_stars.png");
}
.rating i.half:before {
  width: 8px;
}
ul.social {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.social li {
  float: left;
}
ul.social li + li {
  margin-left: 1rem;
}
ul.social li a {
  display: block;
  font-size: 0;
  text-decoration: none;
  color: #ABB1FF;
}
ul.social li a:hover,
ul.social li a:focus {
  color: #F000FE;
}
ul.social li a:before {
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
}
ul.social li a.twitter:before {
  content: "\f099";
}
ul.social li a.facebook:before {
  content: "\f082";
}
ul.social li a.youtube:before {
  content: "\f167";
}
ul.social li a.linkedin:before {
  content: "\f08c";
}
ul.social li a.instagram:before {
  content: "\f16d";
}
.accordion {
  width: 100%;
  margin: 2.5rem 0;
}
.accordion .accordion-item {
  border: 1px solid #FF0000;
  border-width: 0 0 1px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.accordion .accordion-item:first-child {
  border-width: 1px 0;
}
.accordion .accordion-item .perma-open {
  display: block !important;
}
.accordion .accordion-item .accordion-title {
  position: relative;
  margin: 0 !important;
  padding: 0.41666667rem 0;
  font-size: 0.83333333rem;
  line-height: 1.9;
  font-family: 'ProximaNovaLight';
  font-weight: normal !important;
  font-style: normal !important;
}
.accordion .accordion-item .accordion-title a {
  display: block;
  text-decoration: none;
  color: #000ECD;
  padding-left: 1.66666667rem;
}
.accordion .accordion-item .accordion-title a.perma-open {
  pointer-events: none;
}
.accordion .accordion-item .accordion-title:before {
  content: "+";
  position: absolute;
  left: 0;
  width: 1.66666667rem;
  text-align: center;
  color: #1721AA;
}
.accordion .accordion-item .accordion-body {
  padding: 0 0 0.83333333rem 1.66666667rem;
}
.accordion .accordion-item .accordion-body h4,
.accordion .accordion-item .accordion-body h5,
.accordion .accordion-item .accordion-body h6 {
  color: #101557;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.accordion .accordion-item .accordion-body h4.opening-hour-title,
.accordion .accordion-item .accordion-body h5.opening-hour-title,
.accordion .accordion-item .accordion-body h6.opening-hour-title {
  margin: 0;
}
.accordion .accordion-item .accordion-body a {
  color: #000ECD;
}
.accordion .accordion-item .accordion-body a:hover,
.accordion .accordion-item .accordion-body a:focus {
  color: #F000FE;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"],
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 0;
  text-decoration: none;
  height: auto;
  background-color: red;
  padding: 10px 18px;
  color: #FFDEDE;
  background-color: #FF9292;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:focus,
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:active:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:active:focus,
.accordion .accordion-item .accordion-body a[href^="javascript:void"].active:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].active:focus,
.accordion .accordion-item .accordion-body a[href^="javascript:void"].focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].focus,
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:active.focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:active.focus,
.accordion .accordion-item .accordion-body a[href^="javascript:void"].active.focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:hover,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:hover,
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:focus,
.accordion .accordion-item .accordion-body a[href^="javascript:void"].focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].focus {
  color: #333;
  text-decoration: none;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:active,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:active,
.accordion .accordion-item .accordion-body a[href^="javascript:void"].active,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].disabled,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].disabled,
.accordion .accordion-item .accordion-body a[href^="javascript:void"][disabled],
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"][disabled],
fieldset[disabled] .accordion .accordion-item .accordion-body a[href^="javascript:void"],
fieldset[disabled] .accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:hover,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:hover,
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:focus {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  outline: none !important;
  color: #EEBDBD;
  background-color: #FF6B6B;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:active,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:active {
  outline: none !important;
  opacity: 0.8;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-gcc,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-gcc {
  background-color: #252525;
  white-space: initial;
  width: 100%;
  padding: 13px 5px;
  margin-top: 20px;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-lg,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-lg {
  padding: 10px 20px;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-xl,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-xl {
  padding: 14px 28px;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-default,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-default {
  color: #FFDEDE;
  background-color: #FF9292;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-default:hover,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-default:hover,
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-default:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-default:focus {
  color: #EEBDBD;
  background-color: #FF6B6B;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-white,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-white {
  background: white;
  color: #333;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-white:hover,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-white:hover,
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-white:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-white:focus {
  color: #EEBDBD;
  background-color: #FF6B6B;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-text,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-text {
  padding: 0;
  background: none !important;
  color: #101557;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-text:hover,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-text:hover,
.accordion .accordion-item .accordion-body a[href^="javascript:void"].btn-text:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].btn-text:focus {
  opacity: 0.75;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].dimmi-button img,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].dimmi-button img {
  display: none !important;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"].dimmi-button:before,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"].dimmi-button:before {
  content: 'Book Now';
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:hover,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:hover,
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:focus {
  color: #EEBDBD;
  background-color: #FF6B6B;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:hover,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:hover,
.accordion .accordion-item .accordion-body a[href^="javascript:void"]:focus,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"]:focus {
  color: #EEBDBD;
  background-color: #FF6B6B;
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"][href*="dimmi"]:before,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"][href*="dimmi"]:before {
  content: "make a booking";
}
.accordion .accordion-item .accordion-body a[href^="javascript:void"][href*="dimmi"] img,
.accordion .accordion-item .accordion-body a[href*="dimmi.com.au/make-booking"][href*="dimmi"] img {
  display: none;
}
.accordion .accordion-item .accordion-body a.swl-select ul li {
  padding: 0 0.58333333rem;
}
.accordion .accordion-item .accordion-body p {
  margin: 0 0 0.25rem;
}
.accordion .accordion-item .accordion-body p.file {
  position: relative;
  padding: 0.25rem 0 0.25rem 2rem;
}
.accordion .accordion-item .accordion-body p.file:before {
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  content: "\f016";
  position: absolute;
  left: 0;
  top: 0.41666667rem;
  font-size: 14px;
}
.accordion .accordion-item .accordion-body p.file.pdf:before {
  content: "\f1c1";
}
.accordion .accordion-item .accordion-body p.file.docx:before,
.accordion .accordion-item .accordion-body p.file.doc:before {
  content: "\f1c2";
}
.accordion .accordion-item .accordion-body p.file.xlsx:before,
.accordion .accordion-item .accordion-body p.file.xls:before {
  content: "\f1c3";
}
.accordion .accordion-item .accordion-body p.file.pptx:before,
.accordion .accordion-item .accordion-body p.file.ppt:before {
  content: "\f1c4";
}
.accordion .accordion-item .accordion-body p.file.jpg:before,
.accordion .accordion-item .accordion-body p.file.jpeg:before,
.accordion .accordion-item .accordion-body p.file.png:before,
.accordion .accordion-item .accordion-body p.file.gif:before {
  content: "\f1c5";
}
.accordion .accordion-item .accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion .accordion-item .accordion-body ul li {
  padding: 0.25rem 0;
}
.accordion .accordion-item .accordion-body h1:first-child,
.accordion .accordion-item .accordion-body h2:first-child,
.accordion .accordion-item .accordion-body h3:first-child,
.accordion .accordion-item .accordion-body h4:first-child,
.accordion .accordion-item .accordion-body h5:first-child {
  margin-top: 0;
}
.accordion .accordion-item .accordion-body form {
  padding: 0.83333333rem 0;
  overflow: visible;
}
.accordion .accordion-item .accordion-body form .form-group {
  margin-bottom: 5px;
}
.accordion .accordion-item .accordion-body form .required,
.accordion .accordion-item .accordion-body form .required_marker {
  display: none;
}
.accordion .accordion-item .accordion-body form strong {
  display: block;
  font-size: 0.83333333rem;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
  margin: 0.5em 0 0.2em;
}
.accordion .accordion-item .accordion-body form label {
  display: block;
}
.accordion .accordion-item .accordion-body form input[type="text"],
.accordion .accordion-item .accordion-body form input[type="email"],
.accordion .accordion-item .accordion-body form input[type="number"],
.accordion .accordion-item .accordion-body form textarea {
  width: 100%;
}
.accordion .accordion-item .accordion-body form input[type="submit"],
.accordion .accordion-item .accordion-body form button,
.accordion .accordion-item .accordion-body form a.button {
  float: right;
  padding: 0 2em;
}
.isotope .filter-form,
article.event {
  padding-bottom: 3.33333333rem;
}
@media screen and (max-width: 767px) {
  .isotope .filter-form {
    height: auto !important;
  }
}
article.event .article-content {
  position: relative;
  background: #FFEAFF;
  height: 100%;
  font-size: 1.16666667rem;
  line-height: 1.57142857;
}
article.event .article-title {
  font-size: 1.83333333rem;
  line-height: 1.2;
  text-transform: none;
}
article.event .article-title a {
  text-decoration: none;
  border-bottom: 1px solid;
}
article.event .article-title a:hover,
article.event .article-title a:focus {
  border-bottom-color: transparent;
}
article.event .bg-stretch {
  display: block;
  position: relative;
}
article.event .bg-stretch img {
  display: block;
  width: 100%;
  height: auto;
}
.tile-content {
  padding: 2.5rem 1.66666667rem 3.33333333rem;
}
/**
 * FOOTER
 */
#footer #contact-footer {
  color: #101558;
}
#footer #contact-footer .container {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
#footer #contact-footer .footer-contact .contact {
  padding-left: 3.75rem;
  position: relative;
}
#footer #contact-footer .footer-contact .contact:before {
  content: "\f041";
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  color: #ABB1FF;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.33333333rem;
}
#footer #contact-footer .footer-contact .contact h5 {
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
  color: #101558;
  letter-spacing: 0;
  margin: 0 0 0.16666667rem;
}
#footer #contact-footer .footer-contact .contact p {
  margin: 0;
  line-height: 1.33333333;
}
#footer #contact-footer .footer-contact .contact p.phone span {
  font-family: 'ProximaNovaSemibold';
  font-weight: normal !important;
  font-style: normal !important;
}
@media screen and (max-width: 519px) {
  #footer #contact-footer .footer-contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer #contact-footer .footer-connect ul.social {
    float: right;
  }
}
@media screen and (max-width: 519px) {
  #footer #contact-footer .footer-connect ul.social {
    float: none;
  }
}
@media screen and (max-width: 519px) {
  #footer #contact-footer .footer-connect {
    margin-top: 2.5rem;
    padding-left: 4.16666667rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer #contact-footer .footer-subscribe {
    margin-top: 4.16666667rem;
  }
}
#footer #contact-footer .footer-subscribe label {
  display: block;
}
#footer #contact-footer .footer-subscribe label input {
  width: 100%;
}
#footer #contact-footer .footer-subscribe input[type="submit"],
#footer #contact-footer .footer-subscribe button,
#footer #contact-footer .footer-subscribe a.button {
  float: right;
  padding: 0 2rem;
}
#footer #sub-footer {
  padding: 3.75rem 0;
  background: #E982E9;
  color: #BB00BB;
  text-transform: uppercase;
  font-size: 0.83333333rem;
}
@media screen and (max-width: 767px) {
  #footer #sub-footer {
    text-align: center;
  }
}
#footer #sub-footer a {
  text-decoration: none;
  color: #BB00BB;
}
#footer #sub-footer a:hover,
#footer #sub-footer a:focus {
  color: #F000FE;
}
#footer #sub-footer .container {
  position: relative;
}
#footer #sub-footer nav#nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer #sub-footer nav#nav-footer ul li {
  display: inline-block;
}
#footer #sub-footer nav#nav-footer ul li + li:before {
  content: '|';
  padding: 0 0.6em 0 0.3em;
}
#footer #sub-footer p {
  margin: 0;
}
#footer #sub-footer p.street-cred {
  margin-top: 1em;
}
#footer #sub-footer a.cbr-cred {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #footer #sub-footer a.cbr-cred {
    position: relative;
  }
}
.no-svg #footer #sub-footer a.cbr-cred {
  display: none;
}
#footer #sub-footer a.cbr-cred svg {
  display: block;
  height: 30px;
  width: 76px;
}
#footer #sub-footer a.cbr-cred svg .st0 {
  fill: #F00CFE;
}
@media screen and (max-width: 767px) {
  #footer #sub-footer a.cbr-cred svg {
    margin: 40px auto 0;
  }
}
/**
 * MISC
 */
#wpadminbar {
  position: fixed !important;
}
.visible-tablet {
  display: none;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .visible-tablet {
    display: block;
  }
  .visible-tablet[aria-expanded="true"] {
    opacity: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .visible-tablet {
    display: block;
  }
  .visible-tablet[aria-expanded="true"] {
    opacity: 0;
  }
}
.panel {
  background: transparent;
}
.divider {
  height: 3.33333333rem;
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .divider {
    height: 1.66666667rem;
  }
}
.browsehappy {
  position: relative;
  z-index: 3000000;
  top: 0;
  left: 0;
  width: 100%;
  background: #DF6060;
  color: white;
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  font-family: 'ProximaNovaRegular';
  font-weight: normal !important;
  font-style: normal !important;
}
.browsehappy a {
  color: white;
  text-decoration: underline;
}
.modal-backdrop {
  z-index: 200001;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-content {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.modal-content .modal-header,
.modal-content .modal-body,
.modal-content .modal-footer {
  padding: 1.66666667rem;
}
.modal-content .modal-header .close:hover,
.modal-content .modal-header .close:focus {
  background-color: transparent;
  opacity: 1;
}
.modal-content .modal-body iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.modal-content .modal-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.modal-content .modal-body form label {
  display: block;
}
.modal-content .modal-body form .required,
.modal-content .modal-body form .required_marker {
  display: none;
}
.modal-content .modal-body form input[type="text"],
.modal-content .modal-body form input[type="number"],
.modal-content .modal-body form input[type="email"],
.modal-content .modal-body form textarea {
  display: block;
  width: 100%;
}
.modal {
  z-index: 200002;
}
.modal.take-over {
  text-align: center;
}
.modal.take-over .modal-dialog {
  max-width: 45rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .modal.take-over .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.modal.take-over .modal-header {
  padding: 3rem 4.16666667rem 0;
  border: 0;
}
.modal.take-over .modal-header .modal-logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  margin: 0 auto 50px;
  width: 100%;
  height: 50px;
}
.modal.take-over .modal-header .modal-title {
  font-size: 2.66666667rem;
  line-height: 1.1875;
  font-family: 'ProximaNovaBold';
  font-weight: normal !important;
  font-style: normal !important;
  margin: 0 0 0.5rem;
}
.modal.take-over .modal-header .modal-title:after {
  content: '—';
  display: block;
}
@media screen and (max-width: 767px) {
  .modal.take-over .modal-header .modal-title {
    font-size: 2rem;
  }
}
.modal.take-over .modal-header .close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  opacity: 1;
  width: 4.58333333rem;
  height: 4.58333333rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.modal.take-over .modal-header .close span {
  display: none;
}
.modal.take-over .modal-header .close:before,
.modal.take-over .modal-header .close:after {
  content: '';
  display: block;
  position: absolute;
  width: 4.58333333rem;
  height: 1px;
  background: white;
}
.modal.take-over .modal-header .close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal.take-over .modal-header .close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal.take-over .modal-header .close:hover,
.modal.take-over .modal-header .close:focus {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .modal.take-over .modal-header .close {
    top: 4px;
    right: 4px;
    width: 2rem;
    height: 2rem;
    left: auto;
    bottom: auto;
    margin: 0;
  }
  .modal.take-over .modal-header .close:before,
  .modal.take-over .modal-header .close:after {
    background: black;
    width: 2rem;
  }
}
.modal.take-over .modal-body {
  padding: 0 4.16666667rem;
  font-size: 2rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .modal.take-over .modal-body {
    font-size: 1.5rem;
    padding: 0 2.5rem;
  }
}
.modal.take-over .modal-body .subtext {
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .modal.take-over .modal-body .subtext {
    font-size: 0.83333333rem;
  }
}
.modal.take-over .modal-footer {
  border: 0;
  text-align: center;
  padding: 3rem 4.16666667rem;
}
@media screen and (max-width: 767px) {
  .modal.take-over .modal-footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.modal.take-over .modal-footer .btn-group {
  display: table;
  width: 100%;
}
.modal.take-over .modal-footer .btn-group > * {
  display: table-cell;
  vertical-align: top;
  float: none;
  width: 48%;
}
.modal.take-over .modal-footer .btn-group > span {
  width: 4%;
}
.modal.take-over .modal-footer .btn-group .btn {
  padding: 2.33333333rem;
}
@media screen and (max-width: 767px) {
  .modal.take-over .modal-footer .btn-group .btn {
    padding: 1.16666667rem;
  }
}
p + .swell-downloads {
  margin-top: 1.5rem;
}
.swell-downloads h3 {
  display: none;
}
.swell-downloads ul {
  padding: 0;
}
.swell-downloads ul li {
  list-style: none !important;
  position: relative;
  margin: 0.5rem;
}
.swell-downloads ul li:before {
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  content: "\f016";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}
.swell-downloads ul li.pdf:before {
  content: "\f1c1";
}
.swell-downloads ul li.docx:before,
.swell-downloads ul li.doc:before {
  content: "\f1c2";
}
.swell-downloads ul li.xlsx:before,
.swell-downloads ul li.xls:before {
  content: "\f1c3";
}
.swell-downloads ul li.pptx:before,
.swell-downloads ul li.ppt:before {
  content: "\f1c4";
}
.swell-downloads ul li.jpg:before,
.swell-downloads ul li.jpeg:before,
.swell-downloads ul li.png:before,
.swell-downloads ul li.gif:before {
  content: "\f1c5";
}
.swell-downloads ul li a {
  display: block;
  position: relative;
  padding-left: 2rem;
  color: #000ECD;
}
#google_swell_map {
  position: relative;
  border: 1px solid #FF0000;
}
* + #google_swell_map {
  margin-top: 2rem;
}
#swell_map {
  display: block !important;
  position: relative;
}
#swell_map > div {
  display: none;
}
#swell_map .swell_map_address_types {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 10;
  margin: 0;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  background-clip: padding-box !important;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  background: white;
}
#swell_map .swell_map_address_types li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#swell_map .swell_map_address_types li:before {
  display: none;
}
#swell_map .swell_map_address_types li a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
  padding: 0.33333333rem 1rem;
  font-size: 1rem;
  text-decoration: none;
}
#swell_map .swell_map_address_types li a.selected {
  color: white;
  background: #F000FE;
  -webkit-transition: none;
  transition: none;
}
#swell_map .swell_map_address_types li a:hover,
#swell_map .swell_map_address_types li a:focus {
  background: #f2f2f2;
}
#swell_map .swell_map_address_types .swell_map_address_types_all a {
  border-top: 1px solid #ddd;
  background: #FAFAFA;
}
#customize-controls .thumbnail {
  text-align: center;
}
#customize-controls .thumbnail img {
  width: auto;
}
.addtoany_shortcode {
  margin-top: 2rem;
}
.addtoany_list a {
  text-decoration: none;
  opacity: 0.66;
}
.addtoany_list a + a {
  margin-left: 0.33rem;
}
.addtoany_list a:hover,
.addtoany_list a:focus {
  opacity: 1;
}
.addtoany_list a:first-child {
  padding-left: 0;
}
.addtoany_list a .a2a_svg {
  display: none !important;
}
.addtoany_list a:before {
  font-family: 'FontAwesome';
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  content: '';
  font-size: 2rem;
}
.addtoany_list a.a2a_button_facebook:before {
  content: "\f082";
}
.addtoany_list a.a2a_button_twitter:before {
  content: "\f081";
}
.addtoany_list a.a2a_button_email:before {
  content: "\f003";
}
.cell {
  display: table;
  width: 100%;
}
.cell-content {
  display: table-cell;
  vertical-align: middle;
}
/**
 * MEDIA QUERIES
 */
.mobile-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}
/**
  * =PRINT
  */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
