@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a8c55467-e362-487c-a4ed-b47740005994");
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 {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  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;
  }

  .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/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.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" !important;
}

.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";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
  position: relative;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover {
  color: #e51937;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
  letter-spacing: 0.5px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  /*border-bottom: 1px solid $page-header-border-color;*/
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 767px) {
  .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%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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.42857;
  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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

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: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 767px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1300px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  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 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.33333%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.33333%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.33333%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.33333%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.33333%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.33333%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.33333%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.33333%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
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: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 766px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #333333;
}
.form-control::-webkit-input-placeholder {
  color: #333333;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.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: 767px) {
  .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: 29px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 767px) {
  .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: 767px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* Styles for Contact Information section */
@media screen and (min-width: 992px) {
  .contact-information .form-group input, .contact-information .form-group textarea {
    margin-bottom: 20px;
  }
}
.contact-information .marginTitle {
  margin-bottom: 29px;
}

/* Arrow select  for IE10+ */
select::-ms-expand {
  display: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #ccc;
}
.btn-default .badge {
  color: rgba(0, 0, 0, 0.4);
  background-color: white;
}

.btn-primary {
  color: #fff;
  background-color: #005aa3;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #003e70;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003e70;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #003e70;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #002a4c;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #005aa3;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #005aa3;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  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:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  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:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  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:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #e51937;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  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: 14px;
  line-height: 1.42857;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 767px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #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: 10px 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.42857;
  border: 1px solid transparent;
  border-radius: 0px 0px 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-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 767px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 767px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 767px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 767px) {
  .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:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 767px) {
  .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 767px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 767px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 767px) {
  .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: 14px 10px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 767px) {
  .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: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 767px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 766px) {
  .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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 767px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 767px) {
  .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: 766px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 767px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 767px) {
  .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: 766px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #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: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 766px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #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: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #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, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  text-transform: uppercase;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #e51937;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  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: 20px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.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: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  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, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.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;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #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: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #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: $list-group-active-border;*/
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #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: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #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: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 24px;
  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;
  height: 100vh;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body .photo-description {
  font-size: 21px;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
}
.modal-body .photo-description .title-photo {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir LT W01_85 Heavy_1475550", sans-serif;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 767px) {
  .modal-dialog {
    /*width: $modal-md;*/
    width: 90%;
    /*max-width: $modal-md;*/
    max-width: 820px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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;
  background-color: #000;
  border-radius: 0px;
}

.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: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 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);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-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: 767px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xl {
  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,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 766px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 766px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 766px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 766px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1400px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table !important;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1400px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 766px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/** Text Shadow
 * @param {Size} $x [2px] - X
 * @param {Size} $y [2px] - Y
 * @param {Size} $blur [2px] - Blur
 * @param {Color} $color [rgba(0,0,0,.4)] - Color
 * 
 *e.g.p  @include text-shadow(2px, 2px, 5px, #000);
*/
@media (min-width: 1025px) {
  body {
    padding-top: 110px;
  }
}

h1 {
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}
@media (max-width: 992px) {
  h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
}

h2 {
  font-size: 30px;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 20px;
  color: #005aa3;
  font-weight: bold;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

img {
  max-width: 100%;
}

p a {
  text-decoration: underline;
}

.theme-showcase {
  padding-bottom: 50px;
}
.theme-showcase .header-main-image {
  margin-top: 0px;
}

/*** FOR CONTAINERS ***/
.page-header {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .page-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.page-header h1 {
  color: #005aa3;
}

.container[role="main"] {
  padding-top: 25px;
}
.container[role="main"] h1 {
  color: #005aa3;
}
.container[role="main"] h4 {
  color: #005aa3;
}

/*** HELPER CLASS CUSTOM ***/
.fix-container {
  float: left;
  width: 100%;
}

@media (max-width: 992px) {
  .fix-container-xs {
    float: left;
    width: 100%;
  }
}
/** RESET PADDING MOBILE **/
@media (max-width: 992px) {
  .reset-padding-xs {
    padding: 0;
  }
}

/** Reset cols padding for mobile**/
@media (max-width: 992px) {
  .row-no-padding-xs [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/** Reset cols padding **/
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.center-cols {
  margin: 0 auto;
  float: none;
}

/** remove margin bottom **/
.rMargin-bottom {
  margin-bottom: 0px;
}

/********************/
@media (max-width: 992px) {
  .center-cols-xs {
    margin: 0 auto;
    float: none;
  }
}
/** REMOVE PADDING **/
.padding-left-0 {
  padding-left: 0px;
}

@media (max-width: 992px) {
  .padding-left-0-xs {
    padding-left: 0px !important;
  }
}
.padding-right-0 {
  padding-right: 0px;
}

@media (max-width: 992px) {
  .padding-right-0-xs {
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .padding-right-0-lg {
    padding-right: 0px !important;
  }
}
/*** REMOVE MARGIN TOP **/
@media (max-width: 992px) {
  .margin-top-0-xs {
    margin-top: 0px !important;
  }
}
/* PANELS TITLE OVERRIDE BOOTSTRAP */
@media (max-width: 992px) {
  .panel-title {
    font-size: 14px;
  }
}

/** DROPDOWN ARROW STYLES **/
.select-dropdown select {
  background: transparent;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
  background: url("../images/form/arrow-dropdown.png") no-repeat right 10px center;
  -moz-appearance: none;
  appearance: none;
}

/** DROPDOWN FIX HEIGHT ON MOBILE **/
@media (max-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
    max-height: 280px !important;
  }
}
/*** PAGINATION ***/
@media (max-width: 992px) {
  .pagination-results .pagination a {
    font-size: 15px;
  }
}

/** Customize Checkbox **/
.form-group .checkbox-term-text {
  margin-top: 4px;
}
.form-group .checkbox-term-text .control {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
  color: #585858;
}

.control {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 24px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
  border-radius: 3px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #005aa3;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #005aa3;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 2px;
  left: 8px;
  width: 5px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/*****************************/
/* RED TEXT **/
.red-text {
  color: #db0000;
}

/* Carousel home page */
#neighborhoods-carousel .carousel-caption .btn {
  text-shadow: none;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #fff;
}

@font-face {
  font-family: "Avenir LT W01_35 Light1475496";
  src: url("../fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
  src: url("../fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"), url("../fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("../fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), url("../fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"), url("../fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_35 Light_1475502";
  src: url("../fonts/63a166cb-be60-435c-a056-75172e43efa5.eot?#iefix");
  src: url("../fonts/63a166cb-be60-435c-a056-75172e43efa5.eot?#iefix") format("eot"), url("../fonts/a59168c1-917d-4de9-a244-0316c057c357.woff2") format("woff2"), url("../fonts/6dc0e7d8-9284-44e1-8f05-984a41daa3a4.woff") format("woff"), url("../fonts/2315df7a-8bc2-433d-bf0a-162fc0063de0.ttf") format("truetype"), url("../fonts/7b1e5b2a-b6a6-43da-9021-ada6d1d797f2.svg#7b1e5b2a-b6a6-43da-9021-ada6d1d797f2") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_45 Book1475508";
  src: url("../fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix");
  src: url("../fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix") format("eot"), url("../fonts/065a6b14-b2cc-446e-9428-271c570df0d9.woff2") format("woff2"), url("../fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff"), url("../fonts/c70e90bc-3c94-41dc-bf14-caa727c76301.ttf") format("truetype"), url("../fonts/0979215b-3a1b-4356-9c76-e90fa4551f1d.svg#0979215b-3a1b-4356-9c76-e90fa4551f1d") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_45 Book O1475514";
  src: url("../fonts/d8c50fcc-bc32-4f31-8c24-b170c64e2254.eot?#iefix");
  src: url("../fonts/d8c50fcc-bc32-4f31-8c24-b170c64e2254.eot?#iefix") format("eot"), url("../fonts/476612d9-282d-4f76-95cd-b4dd31e7ed21.woff2") format("woff2"), url("../fonts/f1ebae2b-5296-4244-8771-5f40e60a564a.woff") format("woff"), url("../fonts/04d1bf6c-070d-4b7e-9498-6051c9f0c349.ttf") format("truetype"), url("../fonts/d0a3e813-1257-4b66-812a-36101faa0fb3.svg#d0a3e813-1257-4b66-812a-36101faa0fb3") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_55 Roman1475520";
  src: url("../fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix");
  src: url("../fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix") format("eot"), url("../fonts/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"), url("../fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff"), url("../fonts/9bdf0737-f98c-477a-9365-ffc41b9d1285.ttf") format("truetype"), url("../fonts/15281d0d-e3c2-46e1-94db-cb681e00bfaa.svg#15281d0d-e3c2-46e1-94db-cb681e00bfaa") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_55 Obliqu1475526";
  src: url("../fonts/1e9b2738-9316-4b0c-97c0-5423b69ea147.eot?#iefix");
  src: url("../fonts/1e9b2738-9316-4b0c-97c0-5423b69ea147.eot?#iefix") format("eot"), url("../fonts/1a7173fa-062b-49ad-9915-bc57d3bfc1f5.woff2") format("woff2"), url("../fonts/cdda031e-26e9-4269-83d1-5a218caa10db.woff") format("woff"), url("../fonts/6d1ce413-19e7-4b43-b328-6cdedc58b35a.ttf") format("truetype"), url("../fonts/33fac8ae-e7a5-4903-9ac1-c09a59b4c61d.svg#33fac8ae-e7a5-4903-9ac1-c09a59b4c61d") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_65 Medium1475532";
  src: url("../fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
  src: url("../fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"), url("../fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("../fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"), url("../fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype"), url("../fonts/3604edbd-784e-4ca7-b978-18836469c62d.svg#3604edbd-784e-4ca7-b978-18836469c62d") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_65 Medium1475538";
  src: url("../fonts/cebcf56a-ea7e-4f5c-8110-a7ee367c1f91.eot?#iefix");
  src: url("../fonts/cebcf56a-ea7e-4f5c-8110-a7ee367c1f91.eot?#iefix") format("eot"), url("../fonts/deb5e718-7abb-4df3-9365-edfa95317090.woff2") format("woff2"), url("../fonts/04801919-17ee-4c6b-8b17-eb1965cb3ed6.woff") format("woff"), url("../fonts/cee053ec-4b41-4506-a1fe-796261690610.ttf") format("truetype"), url("../fonts/38a556e4-b6e5-48c6-aece-b1d470af124e.svg#38a556e4-b6e5-48c6-aece-b1d470af124e") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_85 Heavy1475544";
  src: url("../fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
  src: url("../fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"), url("../fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("../fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"), url("../fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"), url("../fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_85 Heavy_1475550";
  src: url("../fonts/e6b412d9-d1ed-4b17-bb93-a6911df8640d.eot?#iefix");
  src: url("../fonts/e6b412d9-d1ed-4b17-bb93-a6911df8640d.eot?#iefix") format("eot"), url("../fonts/3c210c80-960f-4684-850b-25390b4d08af.woff2") format("woff2"), url("../fonts/cb5c71ad-e582-4d00-929c-67fbfaeb1c27.woff") format("woff"), url("../fonts/9ced8e96-4602-4507-8c20-4ff381949a9a.ttf") format("truetype"), url("../fonts/a7c1d112-7546-459d-a153-1467481298bd.svg#a7c1d112-7546-459d-a153-1467481298bd") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_95 Black1475556";
  src: url("../fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
  src: url("../fonts/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("../fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("../fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("../fonts/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype"), url("../fonts/93603a74-2be0-436c-83e1-68f9ef616eaf.svg#93603a74-2be0-436c-83e1-68f9ef616eaf") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_95 Black_1475562";
  src: url("../fonts/4030caeb-d266-4d36-ac58-a3bb7a5b1bfa.eot?#iefix");
  src: url("../fonts/4030caeb-d266-4d36-ac58-a3bb7a5b1bfa.eot?#iefix") format("eot"), url("../fonts/a2477e08-09d9-4d4b-97a9-23a1e22cb44c.woff2") format("woff2"), url("../fonts/19d12bba-92b1-43ad-9bab-cd36a4195c2a.woff") format("woff"), url("../fonts/5ba5a010-7470-4d9d-8a49-2920dc1be1f8.ttf") format("truetype"), url("../fonts/6d4a6a8c-ef50-422f-8456-88d479e0b23d.svg#6d4a6a8c-ef50-422f-8456-88d479e0b23d") format("svg");
}
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit;
  }

  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-justify-lg {
    text-align: justify;
  }
}
.loader-container {
  position: absolute;
  z-index: 28;
  display: none;
  width: 100%;
  height: 200%;
  /* Fallback for web browsers that don't support RGBa */
  background-color: black;
  /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.7);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.loader-container #loader-1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.loader {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 1em;
  margin: 230px auto;
  display: block;
  vertical-align: top;
}

#local-happenings .panel-heading .panel-title {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin: 0;
}
#local-happenings .panel-description .panel-title {
  font-size: 16px;
  letter-spacing: 1.5px;
  height: 34px;
  overflow: hidden;
}

.blog-slider-post .panel .panel-description .panel-title {
  height: 65px;
}

#ui-datepicker-div {
  z-index: 25 !important;
}

.filter-date {
  margin-top: 15px;
}

.registration-date-time {
  width: 100%;
}
.registration-date-time .hasDatepicker, .registration-date-time input {
  background: url(../images/form/arrow-dropdown.png) no-repeat right 6px center white;
  padding-right: 25px;
  color: #585858;
  padding-left: 7px;
  width: 100%;
  font-size: 14px;
  height: 34px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
.registration-date-time .date-separator {
  margin-top: 6px;
}
.registration-date-time .date-separator span {
  display: block;
  height: 2px;
  width: 23%;
  margin: 10px auto;
  background: #005aa3;
}

.hasDatepicker::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(191, 191, 191, 0.87);
}

.hasDatepicker::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(191, 191, 191, 0.87);
}

.hasDatepicker:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(191, 191, 191, 0.87);
}

.hasDatepicker:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(191, 191, 191, 0.87);
}

.ui.selection.dropdown {
  display: block;
  width: 100%;
  /*padding: 6px 12px !important;*/
  font-size: 14px;
  line-height: 1.42857 !important;
  color: #585858 !important;
  background-image: none;
  border: 1px solid #ccc !important;
  min-height: 20px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.ui.selection.dropdown .item {
  font-size: 16px !important;
}
.ui.selection.dropdown .label {
  background: #d9d9d9;
  box-shadow: none !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  color: #585858;
  word-spacing: 5px;
  text-align: left;
  min-height: 20px !important;
}
.ui.selection.dropdown .delete {
  height: 11px;
  width: 11px;
  background: url("../images/search-map/remove-label.png") no-repeat !important;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  z-index: 20;
}
.ui.selection.dropdown .icon {
  background: url("../images/form/arrow-dropdown.png") no-repeat right 6px center;
}
.ui.selection.dropdown .icon:before {
  color: #005aa3;
}
.ui.selection.dropdown .default {
  font-size: 14px;
}

.ui.multiple.dropdown {
  padding-top: 1px !important;
  padding-right: 25px !important;
  padding-bottom: 1px !important;
  padding-left: 1px !important;
}

#search-map {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  /*input[type=checkbox] {
  	display:none;
  }*/
  /*AMENITIES*/
  /*.class_checkbox.checked {
      background-color: green;
  }*/
}
@media (max-width: 767px) {
  #search-map {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  #search-map .container[role="main"] {
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  #search-map .container[role="main"] .map-container {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1400px) {
  #search-map .container[role="main"] .map-container form .selection, #search-map .container[role="main"] .map-container form .registration-date {
    /*margin-bottom: 64px;*/
    padding-bottom: 50px;
  }
  #search-map .container[role="main"] .map-container form .selection .registration-date-time, #search-map .container[role="main"] .map-container form .registration-date .registration-date-time {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  #search-map .container[role="main"] .map-container form .btn-primary {
    margin-top: 14px;
  }
}
@media screen and (min-width: 1400px) {
  #search-map .container[role="main"] .map-container form .btn-primary {
    margin-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #search-map .container[role="main"] .map-container img[src$=".svg"] {
    width: 100%;
  }
}
#search-map h1 {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}
#search-map p {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}
#search-map .map-container {
  margin-top: 25px;
}
#search-map .map-container .select-area h4 {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir LT W01_85 Heavy_1475550", sans-serif;
}
#search-map .select-check div {
  padding: 0;
  width: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  #search-map .submit-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #search-map .submit-form {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  #search-map .submit-form .btn-primary {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #search-map .submit-form .btn-primary {
    padding: 14px 20px;
  }
}
#search-map .select-check {
  height: 70px;
}
#search-map .select-check .col-xs-2 {
  margin-right: 12px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #search-map .select-check .col-xs-2 {
    margin-right: 23px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #search-map .select-check .col-xs-2 {
    margin-right: 30px;
  }
}
#search-map .class_checkbox {
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  cursor: pointer;
}
#search-map .amenitie_description {
  display: inline;
  color: #d9d9d9;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #search-map .amenitie_description {
    display: none;
  }
}
#search-map .amenitie_description.checked {
  color: #005aa3;
}
#search-map .desc_Swimming {
  margin-left: -7px;
}
#search-map #amenties1 + label {
  background: url("../images/search-map/amenties-icons.png") no-repeat;
  height: 33px;
  width: 33px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
#search-map #amenties1[type=checkbox]:checked + label,
#search-map #amenties1 + label:hover {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat;
}
#search-map #amenties2 + label {
  background: url("../images/search-map/amenties-icons.png") no-repeat -38px;
  height: 33px;
  width: 33px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
#search-map #amenties2[type=checkbox]:checked + label,
#search-map #amenties2 + label:hover {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat -38px;
}
#search-map #amenties3 + label {
  background: url("../images/search-map/amenties-icons.png") no-repeat -74px;
  height: 33px;
  width: 33px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
#search-map #amenties3[type=checkbox]:checked + label,
#search-map #amenties3 + label:hover {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat -74px;
}
#search-map #amenties4 + label {
  background: url("../images/search-map/amenties-icons.png") no-repeat -114px;
  height: 33px;
  width: 33px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
#search-map #amenties4[type=checkbox]:checked + label,
#search-map #amenties4 + label:hover {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat -114px;
}
#search-map #amenties5 + label {
  background: url("../images/search-map/amenties-icons.png") no-repeat -158px;
  height: 33px;
  width: 33px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
}
#search-map #amenties5[type=checkbox]:checked + label,
#search-map #amenties5 + label:hover {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat -158px;
}
#search-map .wrapperMap.mobile {
  display: none;
}
@media screen and (max-width: 769px) {
  #search-map .wrapperMap.mobile {
    display: block;
  }
}
#search-map .wrapperMap.medium-up {
  display: block;
}
@media screen and (max-width: 769px) {
  #search-map .wrapperMap.medium-up {
    display: none;
  }
}
#search-map .wrapperMap svg {
  height: 100%;
}

#featured-packages {
  margin-bottom: 50px;
}

.gm-style-iw .image-content-marker {
  float: left;
}
@media (max-width: 992px) {
  .gm-style-iw .image-content-marker {
    display: none;
  }
}
.gm-style-iw .image-content-marker .special-offer-marker {
  background: red;
  text-align: center;
  padding: 5px;
  color: white;
  font-weight: bold;
}
.gm-style-iw .content-marker {
  float: left;
  margin-left: 15px;
  padding-bottom: 30px;
  min-width: 210px;
}
@media (max-width: 992px) {
  .gm-style-iw .content-marker {
    margin-left: 0;
  }
}
.gm-style-iw .content-marker h4 {
  margin-top: 0px;
  color: #005aa3;
  margin-bottom: 5px;
}
.gm-style-iw .content-marker p {
  margin-bottom: 3px;
}
.gm-style-iw .content-marker .content-ameneties .bacon-icon {
  background: url("../images/search-map/amenties-icons.png") no-repeat;
  height: 33px;
  width: 33px;
  display: inline-block;
}
.gm-style-iw .content-marker .content-ameneties .wifi-icon {
  background: url("../images/search-map/amenties-icons.png") no-repeat -34px;
  height: 33px;
  width: 33px;
  display: inline-block;
}
.gm-style-iw .content-marker .content-ameneties .swim-icon {
  background: url("../images/search-map/amenties-icons.png") no-repeat -75px;
  height: 33px;
  width: 33px;
  display: inline-block;
}
.gm-style-iw .content-marker .content-ameneties .dog-icon {
  background: url("../images/search-map/amenties-icons.png") no-repeat -114px;
  height: 33px;
  width: 33px;
  display: inline-block;
}
.gm-style-iw .content-marker .content-ameneties .fork-icon {
  background: url("../images/search-map/amenties-icons.png") no-repeat -158px;
  height: 33px;
  width: 33px;
  display: inline-block;
}
.gm-style-iw .content-marker .view_details_link {
  padding-bottom: 5px;
  position: absolute;
  bottom: 0px;
  text-decoration: underline;
}
.gm-style-iw .content-marker .TA_socialButtonBubbles {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.amenitie_breakfast {
  background: url("../images/search-map/amenties-icons.png") no-repeat;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}
.amenitie_breakfast.checked, .amenitie_breakfast.hover-checked {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat;
}

.amenitie_wifi {
  background: url("../images/search-map/amenties-icons.png") no-repeat -38px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}
.amenitie_wifi.checked, .amenitie_wifi.hover-checked {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat -38px;
}

.amenitie_pets {
  background: url("../images/search-map/amenties-icons.png") no-repeat -114px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}
.amenitie_pets.checked, .amenitie_pets.hover-checked {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat -114px;
}

.amenitie_swimming {
  background: url("../images/search-map/amenties-icons.png") no-repeat -74px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}
.amenitie_swimming.checked, .amenitie_swimming.hover-checked {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat -74px;
}

.amenitie_waterfront {
  background: url("../images/search-map/amenties-icons.png") no-repeat -158px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}
.amenitie_waterfront.checked, .amenitie_waterfront.hover-checked {
  background: url("../images/search-map/amenties-icons-active.png") no-repeat -158px;
}

/*---------------AMENIITIE ICONS DARK GREY----------------*/
.amenitie_breakfast_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -337px -36px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_waterfront_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_wifi_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -38px 0px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
  -webkit-transform: scale(0.7, 0.7) !important;
  -moz-transform: scale(0.7, 0.7) !important;
  -ms-transform: scale(0.7, 0.7) !important;
  -o-transform: scale(0.7, 0.7) !important;
  transform: scale(0.7, 0.7) !important;
}

.amenitie_pets_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -114px 0px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_swimming_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -74px 0px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_open_year_round_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -158px 0px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

/***** NEW ICONS ADDED ******/
.amenitie_open_year_round_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -158px 0px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_restaurant_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -216px -34px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_suites_family_room_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -126px -36px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_ada_accessible_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -246px -37px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_private_bath_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -296px -36px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_children_welcome_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -193px 0px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_tent_sites_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -229px 0px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_laundry_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -266px 0px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_full_hook_up_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -297px -5px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_dump_station_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -330px -5px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_showers_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat 4px -35px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_camp_store_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -35px -39px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_dockage_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -79px -35px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

.amenitie_daily_rentals_darkgrey {
  background: url("../images/search-map/amenties-icons-darkgrey.png") no-repeat -170px -35px;
  height: 33px;
  margin-left: 5px;
  width: 33px !important;
  display: inline-block;
}

/*** STAY, PLAY , EAT MAP ***/
.wrapperMap-desktop svg {
  width: 626px;
  height: 381px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wrapperMap-desktop svg {
    background: url("/assets/images/search-map/search-map-bg.png") no-repeat 0px -11px;
    background-size: 725px 433px;
  }
}
@media (min-width: 1400px) {
  .wrapperMap-desktop svg {
    width: 834px;
    height: 523px;
  }
}
@media all and (min-width: 1400px) and (-ms-high-contrast: none), (min-width: 1400px) and (-ms-high-contrast: active) {
  .wrapperMap-desktop svg {
    background: url("/assets/images/search-map/search-map-bg.png") no-repeat 0px -11px;
    background-size: 965px 592px;
  }
}

.btn {
  max-width: 100%;
}

.btn-primary {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: none;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/** Hide elements betwenn tablet and large **/
@media (min-width: 767px) and (max-width: 1024px) {
  .mobile-nav #topNav {
    margin-top: -6px;
    z-index: 5;
    border-radius: 0px;
  }
}
/** Hide elements on Large Screen **/
@media (min-width: 1025px) {
  .mobile-header #logo {
    display: none;
  }

  #searchHeader-open-menuHeader .js-open-menu-mobile {
    display: none;
  }

  .js-open-submenu {
    display: none;
  }
}
/** Styles for mobile & tablet ***/
@media (max-width: 1024px) {
  .mobile-header {
    border-bottom: 2px solid #005aa3;
  }
  .mobile-header #logo {
    margin-left: 24px;
    margin-top: 10px;
  }
  .mobile-header #logo img {
    width: 120px;
    /*height: 120px;*/
  }

  .children-submenu-mobile-first {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .children-submenu-mobile-last {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .mobile-nav {
    background-color: #c1d8fb;
    position: fixed;
    right: -80%;
    width: 80%;
    top: 0;
    height: 100%;
    z-index: 40;
    overflow: auto;
    /**ORDER MAIN PROPERTY FOR ORDER **/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    z-index: 10;
  }
  .mobile-nav #topNav {
    /* ORDER FOR MOBILE **/
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .mobile-nav #topNav .container {
    width: auto;
  }
  .mobile-nav #topNav .navbar-right {
    width: 100%;
    background-color: #c1d8fb;
  }
  .mobile-nav #topNav .navbar-right li {
    float: none;
  }
  .mobile-nav #topNav .navbar-right a {
    color: #005aa3;
    /*padding-bottom: 15px;*/
    padding-top: 15px;
    display: inline-block;
    font-size: 20px;
  }
  .mobile-nav #topNav .navbar-right .js-open-media-submenu {
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    color: #005aa3;
    cursor: pointer;
  }
  .mobile-nav #mainNav .container {
    padding: 0;
    width: auto;
  }
  .mobile-nav #mainNav .main-navLinks {
    float: none;
    width: 100%;
    background-color: #005aa3;
  }
  .mobile-nav #mainNav .main-navLinks ul {
    margin: 0;
    width: 100%;
  }
  .mobile-nav #mainNav .main-navLinks li {
    border-bottom: 1px solid white;
    float: none;
    width: auto;
  }
  .mobile-nav #mainNav .main-navLinks a {
    color: white;
    font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
    width: 75%;
  }
  .mobile-nav #mainNav .main-navLinks a:hover, .mobile-nav #mainNav .main-navLinks a:visited, .mobile-nav #mainNav .main-navLinks a:active, .mobile-nav #mainNav .main-navLinks a:focus {
    background-color: transparent;
  }
  .mobile-nav #mainNav .main-navLinks .js-open-submenu {
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    color: white;
    cursor: pointer;
  }
}
/** OVERRIDE BOOSTRAP SCAFFOLDING **/
.img-responsive {
  width: 100%;
}

#logo {
  display: inline-block;
  width: 120px;
  height: 120px;
}
@media (min-width: 1025px) {
  #logo {
    width: 130px;
    height: 110px;
  }
}

/*** FIXED HEADER WHEN SCROLL ***/
@media (min-width: 1025px) {
  header {
    position: fixed;
    z-index: 13;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0 -2px 19px #000;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    transition: height 1s;
  }
  header .main-navLinks ul li ul li:last-child {
    padding-right: 0 !important;
  }
  header.fixed-header .main-navbar {
    background: white;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  header.fixed-header .main-navbar .main-navLinks a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  header.fixed-header .main-navbar .main-navLinks ul li ul li:last-child {
    padding-right: 0;
  }
  header.fixed-header .main-navbar #logo {
    top: -35px;
  }
  header.fixed-header .icon-search a {
    margin-top: -40px !important;
  }
  header.fixed-header .icon-search .search_input {
    top: -50px !important;
  }
  header.fixed-header .icon-search .search-icon-btn {
    top: -44px !important;
  }
}
/*BEGAN TOP NAVBAR */
.groups .top-navbar-custom {
  background: #333333;
}

.top-navbar-custom {
  background-color: #005aa3;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: none;
  height: 48px;
  margin-bottom: 0px;
  min-height: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .top-navbar-custom .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.top-navbar-custom .navbar-right a {
  color: white;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 14px;
}
.top-navbar-custom .navbar-right a:visited, .top-navbar-custom .navbar-right a:active, .top-navbar-custom .navbar-right a:focus {
  background-color: transparent;
}
.top-navbar-custom .navbar-right a:hover {
  background-color: transparent;
  color: #e51937;
}
.top-navbar-custom .navbar-right a.active {
  color: #e51937;
}
.top-navbar-custom .navbar-right li:hover > a {
  color: #e51937;
}

.groups .top-navbar-custom {
  background: #333333;
}

/*END TOP NAVBAR */
/*------------------*/
/*BEGAN MAIN NAVBAR */
.main-navbar {
  clear: both;
  z-index: 55;
  position: relative;
}
@media (min-width: 1025px) {
  .main-navbar {
    /* RGBa with 0.6 opacity */
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.main-navbar #logo {
  position: absolute;
  top: -28px;
}
.main-navbar .main-navLinks {
  display: inline-block;
  float: right;
}
.main-navbar .main-navLinks a {
  color: #005aa3;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 28px;
  padding-bottom: 28px;
}
.main-navbar .main-navLinks a:visited, .main-navbar .main-navLinks a:active, .main-navbar .main-navLinks a:focus {
  background-color: transparent;
}
.main-navbar .main-navLinks a:hover {
  background-color: transparent;
  color: #e51937;
}
.main-navbar .main-navLinks a.active {
  color: #e51937;
}
.main-navbar .main-navLinks ul {
  /**BEGAN STYLES FOR SUBMENU HEADER **/
  /** END STYLES FOR SUBMENU HEADER **/
}
.main-navbar .main-navLinks ul li:last-child {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .main-navbar .main-navLinks ul li:last-child {
    padding-right: 0px;
  }
}
.main-navbar .main-navLinks ul li ul:first-child {
  z-index: 100;
}
@media (min-width: 1025px) {
  .main-navbar .main-navLinks ul li ul:first-child {
    box-shadow: -7px 6px 9px -5px #000;
    -webkit-box-shadow: -7px 6px 9px -5px #000;
  }
}
.main-navbar .main-navLinks ul li ul {
  position: absolute;
  display: none;
  width: inherit;
  margin-left: -20px;
  z-index: 99;
}
@media (min-width: 1025px) {
  .main-navbar .main-navLinks ul li ul {
    box-shadow: -2px 6px 9px -5px #000;
    -webkit-box-shadow: -2px 6px 9px -5px #000;
  }
}
@media (max-width: 1024px) {
  .main-navbar .main-navLinks ul li ul {
    position: relative;
    padding: 0;
    background: #2c6db9;
  }
}
.main-navbar .main-navLinks ul li ul ul {
  background: white;
  padding-left: 30px;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 275px;
}
@media (max-width: 1024px) {
  .main-navbar .main-navLinks ul li ul ul {
    background: #2c6db9;
    margin-top: 0px;
    height: auto;
    padding-left: 15px;
  }
}
.main-navbar .main-navLinks ul li ul li {
  display: block;
  width: 160px;
  float: left;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .main-navbar .main-navLinks ul li ul li {
    border-bottom: none !important;
  }
}
.main-navbar .main-navLinks ul li ul li a {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0px;
  width: auto;
}
.main-navbar .main-navLinks ul li ul .default-img, .main-navbar .main-navLinks ul li ul .stay-img, .main-navbar .main-navLinks ul li ul .play-img, .main-navbar .main-navLinks ul li ul .eat-img, .main-navbar .main-navLinks ul li ul .plan-img, .main-navbar .main-navLinks ul li ul .explore-img, .main-navbar .main-navLinks ul li ul .lesi-img, .main-navbar .main-navLinks ul li ul .contact-img, .main-navbar .main-navLinks ul li ul .services-img {
  display: block;
  width: 319px;
  height: 275px;
  position: absolute;
  margin-left: 168px;
}
.main-navbar .main-navLinks ul li ul .default-img .btn-primary, .main-navbar .main-navLinks ul li ul .stay-img .btn-primary, .main-navbar .main-navLinks ul li ul .play-img .btn-primary, .main-navbar .main-navLinks ul li ul .eat-img .btn-primary, .main-navbar .main-navLinks ul li ul .plan-img .btn-primary, .main-navbar .main-navLinks ul li ul .explore-img .btn-primary, .main-navbar .main-navLinks ul li ul .lesi-img .btn-primary, .main-navbar .main-navLinks ul li ul .contact-img .btn-primary, .main-navbar .main-navLinks ul li ul .services-img .btn-primary {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.main-navbar .main-navLinks ul li ul .stay-img {
  background: url("../images/header/stay-submenu-img.jpg") no-repeat;
}
.main-navbar .main-navLinks ul li ul .play-img {
  background: url("../images/header/play-submenu-img.jpg") no-repeat;
}
.main-navbar .main-navLinks ul li ul .eat-img {
  background: url("../images/header/eat-submenu-img.jpg") no-repeat;
}
.main-navbar .main-navLinks ul li ul .plan-img {
  background: url("../images/header/plan-submenu-img.jpg") no-repeat;
}
.main-navbar .main-navLinks ul li ul .explore-img {
  background: url("../images/header/explore-submenu-img.jpg") no-repeat;
}
.main-navbar .main-navLinks ul li ul .lesi-img {
  background: url("../images/header/lesi-submenu-img.jpg") no-repeat;
}
.main-navbar .main-navLinks ul li ul .contact-img {
  background: url("../images/header/contact-submenu-img.jpg") no-repeat;
}
.main-navbar .main-navLinks ul li ul .services-img {
  background: url("../images/header/services-submenu-img.jpg") no-repeat;
}
.main-navbar .main-navLinks ul li .stay-submenu {
  margin-left: -69px;
}
.main-navbar .main-navLinks ul li .play-submenu {
  margin-left: -143px;
}
.main-navbar .main-navLinks ul li .play-submenu .submenu-twoColumns {
  margin-left: -230px;
}
.main-navbar .main-navLinks ul li .eat-submenu {
  margin-left: -220px;
}
.main-navbar .main-navLinks ul li .eat-submenu .submenu-twoColumns {
  margin-left: -307px;
}
.main-navbar .main-navLinks ul li .plan-submenu {
  margin-left: -286px;
  /*margin-left: -145px;*/
}
.main-navbar .main-navLinks ul li .plan-submenu .submenu-twoColumns {
  margin-left: -230px;
}
@media (min-width: 1025px) {
  .main-navbar .main-navLinks ul li .plan-submenu-group {
    margin-left: -141px !important;
  }
}
.main-navbar .main-navLinks ul li .explore-submenu {
  margin-left: -368px;
}
.main-navbar .main-navLinks ul li .explore-submenu .submenu-twoColumns {
  margin-left: -230px;
}
.main-navbar .main-navLinks ul li .services-submenu {
  margin-left: -223px;
}
.main-navbar .main-navLinks ul li .contact-submenu {
  margin-left: -343px;
}
@media (min-width: 1025px) {
  .main-navbar .main-navLinks ul li.hovered ul {
    display: block;
  }
}
.main-navbar .main-navLinks .main-search {
  font-size: 20px;
}
.main-navbar .main-navLinks ul ul div a, .main-navbar .main-navLinks ul ul div a:visited {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  color: #ffffff;
}
.main-navbar .main-navLinks ul ul div a:hover, .main-navbar .main-navLinks ul ul div a:focus, .main-navbar .main-navLinks ul ul div a:visited:hover, .main-navbar .main-navLinks ul ul div a:visited:focus {
  color: #ffffff;
  background-color: #003e70;
}

/*END MAIN NAVBAR */
/*------------------*/
/*BEGAN SEARCH HEADER STYLES */
#searchHeader-open-menuHeader .container {
  position: relative;
}
#searchHeader-open-menuHeader .icon-search a {
  position: relative;
  z-index: 56;
  float: right;
  margin-top: -56px;
  margin-right: -10px;
}
@media (max-width: 1024px) {
  #searchHeader-open-menuHeader .icon-search a {
    margin-right: 60px;
    margin-top: -90px;
  }
}
#searchHeader-open-menuHeader .icon-search a span {
  background: url("../images/header/search-icon.png") no-repeat;
  display: block;
  height: 27px;
  width: 25px;
}
@media (max-width: 1024px) {
  #searchHeader-open-menuHeader .icon-search a span {
    background: url("../images/header/search-icon-mobile.png") no-repeat;
    width: 33px;
    height: 37px;
  }
}
#searchHeader-open-menuHeader .icon-search .js-close-search {
  background: url("../images/header/close-search-icon.png") no-repeat center center;
}
#searchHeader-open-menuHeader .icon-search .search-icon-btn {
  position: absolute;
  z-index: 56;
  right: 60px;
  top: -54px;
  display: none;
  background: url("../images/header/search-icon.png") no-repeat;
  height: 27px;
  width: 25px;
  border: none;
  text-indent: -99999999999px;
}
@media (max-width: 992px) {
  #searchHeader-open-menuHeader .icon-search .search-icon-btn {
    left: 25px;
    top: 5px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  #searchHeader-open-menuHeader .icon-search .search-icon-btn {
    left: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #searchHeader-open-menuHeader .icon-search .search-icon-btn {
    right: 160px;
    top: -80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #searchHeader-open-menuHeader .icon-search .search-icon-btn {
    left: auto;
  }
}
@media (max-width: 992px) {
  #searchHeader-open-menuHeader .icon-search form {
    background: #fff;
    width: 100%;
    left: 0;
    height: 49px;
    position: absolute;
    z-index: 2;
    top: -3px;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #searchHeader-open-menuHeader .icon-search form {
    display: block;
    background: transparent;
  }
}
#searchHeader-open-menuHeader .icon-search form .search_input {
  position: absolute;
  z-index: 56;
  right: 50px;
  top: -62px;
  width: 305px;
  height: 42px;
  border: 1px solid #005aa3;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}
@media (max-width: 992px) {
  #searchHeader-open-menuHeader .icon-search form .search_input {
    width: 90%;
    top: -2px;
    border: 1px solid #d9d9d9;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-left: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #searchHeader-open-menuHeader .icon-search form .search_input {
    right: 150px;
    top: -86px;
    width: 305px;
    height: 42px;
    border: 1px solid #005aa3;
    padding-left: 10px;
    padding-right: 10px;
    left: auto;
  }
}
#searchHeader-open-menuHeader .icon-search form .search_input::-ms-clear {
  display: none;
}
#searchHeader-open-menuHeader .hamb-icon a {
  position: relative;
  z-index: 5;
  float: right;
  margin-top: -80px;
  margin-right: 0px;
}
#searchHeader-open-menuHeader .hamb-icon a span {
  background: url("../images/header/ham-icon.png") no-repeat;
  display: block;
  height: 20px;
  width: 37px;
}
#searchHeader-open-menuHeader .hamb-icon .js-close-menu {
  margin-top: -85px;
}
#searchHeader-open-menuHeader .hamb-icon .js-close-menu span {
  background: url("../images/header/close-ham-icon.png") no-repeat !important;
  height: 23px;
}

/***BEGAN MEDIA SUBMENU (Update) **/
#top-navbar-submenues ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 57;
}
#top-navbar-submenues ul a {
  display: block;
  text-decoration: none;
  line-height: 32px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  #top-navbar-submenues ul .top-media-submenu .glyphicon {
    top: 8px;
  }
}
@media (min-width: 1025px) {
  #top-navbar-submenues ul .top-media-submenu {
    width: 70px;
  }
}
#top-navbar-submenues ul .top-media-submenu:hover {
  color: #005aa3;
}
#top-navbar-submenues ul .active-media-menu > a:first-child {
  color: #005aa3;
  border-left: 2px solid #005aa3;
  border-right: 2px solid #005aa3;
}
@media (max-width: 1024px) {
  #top-navbar-submenues ul .active-media-menu > a:first-child {
    /*background: $sky-blue;*/
    border-left: none;
    border-right: none;
  }
}
#top-navbar-submenues ul .active-media-menu > a:first-child:hover {
  color: #e51937;
}
#top-navbar-submenues ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#top-navbar-submenues ul li:hover {
  background: white;
  color: #005aa3;
}
@media (max-width: 1024px) {
  #top-navbar-submenues ul li:hover {
    background: none;
  }
}
#top-navbar-submenues ul li:hover > ul {
  display: block;
}
@media (min-width: 1024px) {
  #top-navbar-submenues ul .media-submenu a:hover {
    color: red;
  }
}
#top-navbar-submenues ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  z-index: 60;
  border-left: 2px solid #005aa3;
  border-bottom: 2px solid #005aa3;
  border-right: 2px solid #005aa3;
}
#top-navbar-submenues ul ul li {
  float: none;
  width: 200px;
}
#top-navbar-submenues ul ul a {
  line-height: 120%;
  padding: 5px 15px;
  color: #005aa3;
}
#top-navbar-submenues ul ul ul {
  top: 0;
  left: 100%;
}
@media (max-width: 1024px) {
  #top-navbar-submenues ul .media-submenu {
    position: relative;
    width: 100%;
    border-left: none;
    border-bottom: none;
    border-right: none;
    background: #e4edfe;
    margin-bottom: 10px;
  }
}

/***END MEDIA SUBMENU (Update) **/
:target:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */
}

.hero-image {
  margin-top: -78px;
  position: relative;
  float: left;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  background-color: white;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (max-width: 1024px) {
  .hero-image {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .hero-image {
    margin-top: 0px;
  }
}
.hero-image img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .hero-image.blur {
    background-color: black;
  }
  .hero-image.blur img {
    filter: url(../images/hero-image/blur-fix.svg#blur);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: .7;
  }
}
.hero-image .container {
  position: absolute;
  bottom: 0;
  z-index: 10;
  right: 0;
  width: 100%;
}
.hero-image .where-is-this {
  margin: -65px auto;
  height: auto;
  z-index: 5;
  position: relative;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image .where-is-this {
    width: 960px;
  }
}
@media (min-width: 1025px) {
  .hero-image .where-is-this {
    width: 960px;
  }
}
@media (min-width: 1400px) {
  .hero-image .where-is-this {
    width: 1300px;
  }
}
.hero-image .where-is-this .description-text {
  display: none;
}
.hero-image .where-is-this .js-action-where {
  background: url("../images/hero-image/camera-icon.png") no-repeat center right;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 14px;
  color: white;
  margin-right: 10px;
  background-size: 23%;
}
@media (max-width: 1024px) {
  .hero-image .where-is-this .js-action-where {
    background: url("../images/hero-image/camera-icon-mobile.png") no-repeat center right;
    padding-right: 40px;
    margin-right: 0px;
  }
}
.hero-image .blue-bar {
  background: #005aa3;
  margin-top: -60px;
  z-index: 17;
  min-height: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*@media (max-width: $screen-md-tablet) {
      height: 62px;
  }*/
}
.hero-image .blue-bar .description-text {
  color: white;
  text-align: right;
  margin: -54px auto -50px;
  height: auto;
  z-index: 5;
  position: relative;
  padding-right: 150px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .hero-image .blue-bar .description-text {
    width: 960px;
  }
}
@media (min-width: 1025px) {
  .hero-image .blue-bar .description-text {
    width: 960px;
  }
}
@media (min-width: 1400px) {
  .hero-image .blue-bar .description-text {
    width: 1300px;
  }
}
@media (max-width: 992px) {
  .hero-image .blue-bar .description-text {
    margin: -58px auto;
    font-size: 14px;
  }
}
.hero-image .blue-bar .description-text a {
  color: white;
  text-decoration: underline;
}
.hero-image .blue-bar .close-hero-desc {
  /*background: url("../images/hero-image/close-icon.png") no-repeat;
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 15px;
  top: 10px;
  */
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.hero-image .blue-bar .close-hero-desc:before, .hero-image .blue-bar .close-hero-desc:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hero-image .blue-bar.show-blue-bar {
  min-height: 62px;
  padding-bottom: 10px;
}
.hero-image .blue-bar.show-blue-bar .description-text {
  opacity: 1;
  padding-right: 50px;
}
.hero-image .blue-bar.show-blue-bar .close-hero-desc:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hero-image .blue-bar.show-blue-bar .close-hero-desc:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel-body {
  padding: 0;
}
.panel-body img {
  width: 100%;
  z-index: 4;
  position: relative;
}

.panel {
  position: relative;
}
.panel:before {
  position: absolute;
  content: "";
  bottom: 13px;
  width: 50%;
  top: 89%;
  max-width: 300px;
  background-color: #777;
  box-shadow: 0 15px 10px #777;
  left: 4px;
  transform: rotate(-3deg);
  z-index: 3;
}
.panel:after {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 13px;
  width: 50%;
  top: 89%;
  max-width: 300px;
  background-color: #777;
  box-shadow: 0 15px 10px #777;
  right: 3px;
  transform: rotate(3deg);
}

.panel-heading {
  background: #005aa3;
  padding: 5px;
  color: white;
  z-index: 3;
  position: relative;
  text-align: center;
  height: 27px;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.panel-heading .panel-title {
  margin: 0;
}

.panel-description {
  background: #005aa3;
  color: white;
  z-index: 3;
  position: relative;
  text-align: center;
  height: 85px;
  padding: 10px 5px;
  overflow: hidden;
  display: table;
  width: 100%;
  vertical-align: middle;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 1300px) {
  .panel-description {
    margin-top: -1px;
  }
}
.panel-description .footerPanel {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.panel-description .footerPanel .panel-title:empty, .panel-description .footerPanel .panel-desc:empty {
  display: none;
}
.panel-description .footerPanel .panel-title {
  width: 100%;
  margin: 0 auto;
}
.panel-description .footerPanel .panel-desc {
  margin-top: 4px;
  margin-bottom: 0;
}

a:hover .panel .panel-heading, a:hover .panel .panel-description {
  background-color: #003e70;
}

/* template I2 (search results) needs differnt height */
#list-result .panel-description {
  height: 115px;
}

.box {
  height: 330px;
}
.box div {
  float: left;
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  /* padding-bottom: 20px; */
}

.swiper, .swiper-3 {
  position: relative;
}
.swiper .swipper-arrows, .swiper-3 .swipper-arrows {
  display: none;
}
@media (min-width: 1025px) {
  .swiper .swipper-arrows, .swiper-3 .swipper-arrows {
    display: block;
  }
}
.swiper .swipper-arrows .swiper-button-next, .swiper-3 .swipper-arrows .swiper-button-next {
  right: -40px;
}
.swiper .swipper-arrows .swiper-button-prev, .swiper-3 .swipper-arrows .swiper-button-prev {
  left: -40px;
}
.swiper .swipper-arrows .swiper-button-disabled, .swiper-3 .swipper-arrows .swiper-button-disabled {
  display: none;
}
.swiper .swiper-pagination-bullet, .swiper-3 .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: transparent;
  border: 2px solid #005aa3;
  opacity: 1;
  margin: 0 3px;
}
.swiper .swiper-pagination-bullet-active, .swiper-3 .swiper-pagination-bullet-active {
  background: #005aa3;
}
.swiper .swiper-slide, .swiper-3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swiper .swiper-slide, .swiper-3 .swiper-slide {
    display: inline-block;
  }
}
.swiper .swiper-slide > .panel, .swiper-3 .swiper-slide > .panel {
  width: 100%;
}
@media (max-width: 992px) {
  .swiper .swiper-slide > .panel, .swiper-3 .swiper-slide > .panel {
    width: 80%;
  }
}

@media (min-width: 1025px) {
  .swiper-3 .swiper-slide > .panel {
    width: 90%;
  }
}

.swiper-pagination {
  width: 100%;
  margin-top: -5px;
}

.all-events-button-container {
  margin-top: -10px;
}

.blog-slider-post {
  position: relative;
  z-index: 1;
  margin-top: 34px;
}

/*LOCAL STORIES BOXES */
.local-stories .panel-description .panel-title {
  overflow: hidden;
  width: auto;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*  BOXES SLIDER MOBILE POST BLOG */
#boxes-slider-post {
  /** CENTER ELEMENTS **/
  text-align: center;
  /** CENTER ELEMENTS IN BLOG SLIDER POST **/
}
#boxes-slider-post .local-stories-module {
  margin-bottom: 0px;
  margin-top: 45px;
}
@media (min-width: 992px) {
  #boxes-slider-post .center-blogpost-sliders {
    float: none;
    display: inline-block;
  }
}

#featured-packages .footerPanel .panel-title {
  height: 60px;
}
@media (max-width: 992px) {
  #featured-packages .footerPanel .panel-title {
    height: auto;
  }
}

/** FOOTER INSTAGRAM **/
.social-footer-instagram {
  background: url("../images/social-footer/bg-social.png") no-repeat;
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
  background-size: cover;
  /** POP UP STYLES **/
}
.social-footer-instagram h1 {
  color: white;
  text-transform: initial;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .social-footer-instagram h1 {
    text-transform: capitalize;
  }
}
.social-footer-instagram h3 {
  color: white;
}
.social-footer-instagram .instagram-footer-link img {
  border: 2px solid white;
}
.social-footer-instagram .container {
  max-width: 960px;
}
@media (max-width: 1025px) {
  .social-footer-instagram .modal-dialog {
    width: 310px;
    margin: 15px auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .social-footer-instagram .modal-dialog {
    width: 500px;
  }
}
.social-footer-instagram .modal-content .close {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 1;
}
@media (max-width: 1025px) {
  .social-footer-instagram .modal-content .close {
    transform: scale(0.7, 0.7);
    margin-top: 5px;
    margin-right: 7px;
  }
}
.social-footer-instagram .modal-content .close span {
  background: url("../images/social-footer/close-icon.png") no-repeat;
  height: 22px;
  width: 22px;
  display: block;
}
.social-footer-instagram .modal-content .instagram-link-redirect {
  margin-top: -50px;
  background: transparent;
  border: none;
  position: relative;
  z-index: 1;
  float: right;
}
.social-footer-instagram .modal-content .instagram-link-redirect span {
  background: url("../images/social-footer/instagram-icon.png") no-repeat;
  height: 41px;
  width: 41px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .social-footer-instagram .modal-content .instagram-link-redirect span {
    transform: scale(0.7, 0.7);
  }
}
.social-footer-instagram .modal-body {
  padding: 10px;
}
.social-footer-instagram .modal-body .username {
  margin-top: 20px;
}
.social-footer-instagram .modal-body .text-instagram {
  margin-top: 10px;
}

/** FOOTER **/
@media (min-width: 1025px) {
  footer {
    padding-bottom: 53px;
  }
}
footer .copyright {
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .copyright p {
  color: #585858;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 14px;
}
footer .copyright a {
  text-decoration: underline;
}
footer .logo-footergroup {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin-right: 10px;
}
footer .bottom-bar {
  background: #005aa3;
  height: auto;
}
@media (min-width: 1025px) {
  footer .bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  footer .bottom-bar .footer-container {
    /**ORDER MAIN PROPERTY FOR ORDER **/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  footer .bottom-bar .footer-container .logo-footer-mobile {
    padding: 35px 0 0;
  }
  footer .bottom-bar .footer-container .footer-right {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  footer .bottom-bar .footer-container .footer-right .social-container {
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  footer .bottom-bar .footer-container .footer-left {
    border-top: 1px solid #669bc8;
    padding: 35px;
    /* ORDER FOR MOBILE **/
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  footer .bottom-bar .footer-container .footer-left a {
    font-size: 15px;
  }
  footer .bottom-bar .footer-container .copyright-mobile {
    border-top: 1px solid #669bc8;
    padding: 35px;
    /* ORDER FOR MOBILE **/
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }
}
footer .bottom-bar p {
  color: white;
  padding-top: 5px;
  letter-spacing: 0px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  footer .bottom-bar p {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  footer .bottom-bar p {
    text-align: center;
  }
}
footer .bottom-bar a {
  color: white;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}
@media (max-width: 1024px) {
  footer .bottom-bar a {
    text-decoration: underline;
  }
}
footer .bottom-bar a:visited, footer .bottom-bar a:active, footer .bottom-bar a:focus {
  background-color: transparent;
}
footer .bottom-bar a:hover {
  background-color: transparent;
  color: #e4edfe;
}
footer .bottom-bar a.btn-red {
  background-color: #db0000;
  color: white;
}
footer .bottom-bar .footer-container .navbar-nav li {
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 325px) and (orientation: portrait) {
  footer .bottom-bar .footer-container .navbar-nav li {
    margin: 0 2px;
  }
}
footer .bottom-bar .social-icon, footer .bottom-bar .mail, footer .bottom-bar .twitter, footer .bottom-bar .facebook, footer .bottom-bar .pinterest, footer .bottom-bar .youtube, footer .bottom-bar .instagram, footer .bottom-bar .snapchat {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-top: 8px;
  float: left;
}
footer .bottom-bar .mail {
  background-image: url("../images/footer/Email.svg");
}
footer .bottom-bar .twitter {
  background-image: url("../images/footer/Twitter.svg");
}
footer .bottom-bar .facebook {
  background-image: url("../images/footer/Facebook.svg");
}
footer .bottom-bar .pinterest {
  background-image: url("../images/footer/Pinterest.svg");
}
footer .bottom-bar .youtube {
  background-image: url("../images/footer/YouTube.svg");
}
footer .bottom-bar .instagram {
  background-image: url("../images/footer/Instagram.svg");
}
footer .bottom-bar .snapchat {
  background-image: url("../images/footer/Snapchat.svg");
}
footer .footer-left img {
  vertical-align: baseline;
  margin-right: 8px;
  margin-top: -6px;
}
footer .footer-left .bottom-shore-card {
  margin-top: -14px;
}
footer .footer-left a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  footer .footer-left {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  footer .footer-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .footer-right .live-chat, footer .footer-right .webcam {
    padding-left: 0px;
  }
  footer .footer-right .webcam {
    padding-left: 0px;
    padding-right: 5px;
  }
}
@media (max-width: 1024px) {
  footer .footer-right .navbar-right {
    margin: 0 auto;
    float: none !important;
  }
}
footer.groups .bottom-bar {
  background: #333333;
}

.btn-red {
  background-color: #db0000;
  color: white;
  text-transform: uppercase;
  padding: 4px 6px;
  float: left;
  margin-top: 9px;
  border-radius: 5px;
}
.btn-red:hover {
  background-color: #db0000;
  color: white;
}

/*** GROUPS STYLES @gdebiassi add***/
.groups-request-button {
  margin-top: 12px;
}
@media (max-width: 1025px) {
  .groups-request-button {
    text-align: center;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .groups-request-button {
    width: 247px;
  }
}
.groups-request-button .btn-red {
  float: none;
}

@media (min-width: 1025px) {
  body.water {
    background: url("../images/bg-body.jpg") no-repeat;
    background-size: 100% 600px;
  }
}

.staff .photo-staff {
  /*display: table-cell;
  float: none;*/
  vertical-align: top;
}
.staff #listing-container .listing-block {
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px !important;
}
@media (max-width: 992px) {
  .staff #listing-container .listing-block {
    height: auto;
  }
}
@media (max-width: 992px) {
  .staff #listing-container .listing-block .photo-staff {
    margin-bottom: 15px;
    width: 140px;
    height: 140px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 30px auto;
  }
}
.staff #listing-container .listing-block .photo-staff img {
  width: 100%;
  height: auto;
}
.staff .text-center h1 + p {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}
.staff .testimonial-content {
  padding-right: 0px;
}
.staff .testimonial-content h3 {
  margin-bottom: 15px;
}

/** FIX IE10+ **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .principal-block .photo-staff img {
    height: auto;
  }

  .east-block .photo-staff img, .west-block .photo-staff img {
    height: 140px;
    /*width: 80%;*/
  }
}
.modal-large .modal-dialog {
  width: 90%;
  max-width: 940px;
}
@media (max-width: 992px) {
  .modal-large .modal-dialog {
    width: auto;
  }
}
.modal-large .modal-dialog .modal-content {
  padding: 44px 25px 48px 25px;
  text-align: center;
  color: #010101;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .modal-large .modal-dialog .modal-content {
    padding: 44px 25px 23px 25px;
  }
}
.modal-large .modal-dialog .modal-content h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 0 0;
}
.modal-large .modal-dialog .modal-content h3 strong {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black_1475562", sans-serif;
}
@media (max-width: 992px) {
  .modal-large .modal-dialog .modal-content h3 {
    font-size: 16px;
  }
}
.modal-large .modal-dialog .modal-content ul {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 30px auto;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 992px) {
  .modal-large .modal-dialog .modal-content ul {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
}
.modal-large .modal-dialog .modal-content ul li {
  font-size: 24px;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black_1475562", sans-serif;
  text-transform: uppercase;
  line-height: 1.9;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
.modal-large .modal-dialog .modal-content ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #010101;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 992px) {
  .modal-large .modal-dialog .modal-content ul li {
    font-size: 14px;
  }
}
.modal-large .modal-dialog .modal-content p {
  font-size: 16px;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black_1475562", sans-serif;
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .modal-large .modal-dialog .modal-content p {
    padding: 0;
  }
}
.modal-large .modal-dialog .modal-content .btn-primary {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .modal-large .modal-dialog .modal-content .btn-primary {
    margin-bottom: 25px;
    background: #005aa3;
    color: #fff;
    white-space: normal;
  }
}
.modal-large.is-visible {
  display: block;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-large.is-visible .modal-dialog {
  webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.errorPage {
  max-height: 750px;
  overflow: hidden;
  margin-bottom: -20px;
}
@media screen and (max-width: 992px) {
  .errorPage {
    min-height: 470px;
    overflow: hidden;
    margin-bottom: -45px;
  }
}
@media screen and (max-width: 374px) {
  .errorPage {
    min-height: 409px;
  }
}
.errorPage .modal-blue {
  z-index: 1;
  pointer-events: auto;
  width: 95%;
  max-width: 660px;
  color: white;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: rgba(16, 43, 71, 0.78);
  padding: 50px 98px 70px 98px;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: auto;
  /*@media screen and (max-width: $screen-md-min){
  	top: 188px;
  	}*/
}
@media screen and (max-width: 992px) {
  .errorPage .modal-blue {
    top: 75px;
    padding: 35px 20px 45px 20px;
  }
}
@media screen and (min-width: 1300px) {
  .errorPage .modal-blue {
    top: 180px;
  }
}
.errorPage .modal-blue h3 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 60px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .errorPage .modal-blue h3 {
    font-size: 32px;
  }
}
.errorPage .modal-blue .modal-body {
  padding: 0;
}
.errorPage .modal-blue .modal-body a, .errorPage .modal-blue .modal-body a:visited, .errorPage .modal-blue .modal-body a:focus {
  color: white;
  text-decoration: underline;
}
.errorPage .modal-blue .modal-body a:hover, .errorPage .modal-blue .modal-body a:visited:hover, .errorPage .modal-blue .modal-body a:focus:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .errorPage .modal-blue .modal-body {
    font-size: 15px;
  }
}
.errorPage .modal-blue .searchModal {
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .errorPage .modal-blue .searchModal {
    padding-top: 15px;
  }
}
.errorPage .modal-blue .searchModal .search-filter-btn {
  width: 35px;
  height: 38px;
}
.errorPage .modal-blue .searchModal .btn-primary {
  padding-left: 0;
  padding-right: 0;
}
.errorPage .modal-blue .searchModal .form-control {
  height: 38px;
}
.errorPage .modal-blue .searchModal .glyphicon-search {
  margin-top: 2px;
}
.errorPage .modal-blue.in {
  display: block !important;
}
.errorPage .img-responsive {
  width: 100% !important;
}

.categories h2 {
  text-transform: uppercase;
  font-size: 24px;
}
.categories div {
  padding: 0;
}

.blog-title iframe {
  width: 100% !important;
  border: none;
}
.blog-title .col-xs-12 img {
  margin-right: 10px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .blog-title .col-xs-12 img {
    width: 100% !important;
  }
}

.blog-main-image {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .blog-main-image {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .intro-texts {
    padding-top: 20px;
  }
}

/*SOCIAL LINKS*/
.st_sharethis_large .stLarge {
  background-image: url("../images/blog/share-icon.jpg") !important;
}

.st_facebook_large .stLarge {
  background-image: url("../images/blog/fb-icon.jpg") !important;
}

.st_twitter_large .stLarge {
  background-image: url("../images/blog/tw-icon.jpg") !important;
}

.st_linkedin_large .stLarge {
  background-image: url("../images/blog/in-icon.jpg") !important;
}

.st_pinterest_large .stLarge {
  background-image: url("../images/blog/pinterest-icon.jpg") !important;
}

.st_email_large .stLarge {
  background-image: url("../images/blog/mail-icon.jpg") !important;
}

@media screen and (max-width: 992px) {
  .intro-texts {
    margin-top: 20px;
  }
}

.blog-events-container .panel {
  margin-bottom: 10px;
}
.blog-events-container .blog-date {
  margin-bottom: 30px;
}

.tags a {
  display: inline-block;
  color: #585858;
  background: #e1e1e1;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  margin: 0 3px 6px 0;
  padding: 0 2px;
  font-size: 16px;
}
.tags a.active {
  color: #fff;
  background-color: #0059a3;
}
.tags a:hover {
  color: #fff;
  background-color: #0059a3;
}

.tags a.primary {
  color: white;
  background-color: #428BCA;
  border-color: #357EBD;
}

.sweepstakes_form .main-title-photo-contest h1 {
  text-transform: uppercase;
}
.sweepstakes_form .checkbox label {
  padding-left: 25px;
  font-size: 14px;
  line-height: 24px;
}
.sweepstakes_form .google-captcha {
  margin-bottom: 40px;
}
.sweepstakes_form .checkbox a {
  text-decoration: underline;
}

.activities-interest-you {
  margin-top: 42px;
  float: left;
  width: 100%;
}

.activities-interest-you .list-group-item, .social-do-you-use .list-group-item {
  border: none;
  padding: 0;
}
@media (min-width: 992px) {
  .activities-interest-you .list-group-item, .social-do-you-use .list-group-item {
    width: 26%;
  }
}

@media (max-width: 992px) {
  .contest-objective {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contest-objective h2 {
  margin-top: 18px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .contest-objective h2 {
    margin-top: 18px;
  }
}
.contest-objective .btn-primary {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .contest-objective .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.activities-interest-you .checkboxes-group p, .social-do-you-use .checkboxes-group p {
  color: #005aa3;
  font-weight: bold;
}
.activities-interest-you .checkboxes-group .list-group, .social-do-you-use .checkboxes-group .list-group {
  padding-left: 10px;
  padding-right: 10px;
}
.activities-interest-you .checkboxes-group .list-group-item .form-group, .social-do-you-use .checkboxes-group .list-group-item .form-group {
  margin: 3px;
}
.activities-interest-you .checkboxes-group .list-group-item .form-group .checkbox, .social-do-you-use .checkboxes-group .list-group-item .form-group .checkbox {
  margin: 0;
}

.news #listing-container .listing-block {
  border-top: 1px solid #cccccc !important;
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
  display: inherit;
}
@media (max-width: 992px) {
  .news #listing-container .listing-block .testimonial-content {
    margin-top: 25px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
}

.press-realeases, .in-news {
  margin-bottom: 40px;
}
.press-realeases a, .in-news a {
  font-weight: bold;
}
.press-realeases .btn-primary, .in-news .btn-primary {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.row-eq {
  display: flex;
}

@media (min-width: 992px) {
  .col-eq {
    flex: 1;
    margin: 10px;
  }
}

.col-eq p {
  /*padding-bottom: 50px;*/
}

.info-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
}

@media (max-width: 768px) {
  .row-eq {
    display: block;
  }

  .col-eq {
    flex: unset;
  }
}
.button-all-entries {
  margin-top: 60px;
}

.image-prizes {
  margin-top: 20px;
}

.featured-image {
  float: left;
  width: 100%;
  margin-top: 29px;
}
@media screen and (max-width: 992px) {
  .featured-image {
    margin-top: 0;
  }
}
.featured-image div {
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  .featured-image div {
    padding: 15px 10px 0 10px;
  }
}

/*UPLOAD PHOTO SECTION STYLES*/
.upload-photo-form .btn-file {
  background: none;
  border: none;
  color: #555555;
  font-size: 14px;
  padding: 0;
}
.upload-photo-form #img-upload {
  margin-top: 20px;
}
.upload-photo-form .cropper-bg {
  background-image: none !important;
}
@media (min-width: 992px) {
  .upload-photo-form .rotate-buttons-desktop {
    display: none;
  }
}
.upload-photo-form .rotate-container-mobile {
  display: none;
  justify-content: center;
  padding-left: 55px;
}
.upload-photo-form .rotate-buttons-container {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .upload-photo-form .rotate-buttons-container {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.upload-photo-form .rotate-buttons-container a {
  text-decoration: underline;
}
.upload-photo-form .rotate-buttons-container .rotate-clockwise .icon {
  background: url("../images/photo-contest/rotate-buttons.png") no-repeat;
  width: 40px;
  height: 44px;
  margin-top: -15px;
  float: left;
  margin-right: 10px;
}
.upload-photo-form .rotate-buttons-container .rotate-counter-clockwise {
  margin-top: 44px;
}
@media (max-width: 992px) {
  .upload-photo-form .rotate-buttons-container .rotate-counter-clockwise {
    margin-top: 0px;
  }
}
.upload-photo-form .rotate-buttons-container .rotate-counter-clockwise .icon {
  background: url("../images/photo-contest/rotate-buttons.png") no-repeat -40px;
  width: 40px;
  height: 44px;
  margin-top: -15px;
  float: left;
  margin-right: 10px;
}

.cropper-container .cropper-bg {
  max-width: 100%;
}

/* PHOTO GALLERY LISTING */
@media (max-width: 992px) {
  .photo-gallery-listing .results-counter {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.photo-gallery-listing .results-counter .sort-by .form-control {
  /*width: auto;*/
}
@media (max-width: 992px) {
  .photo-gallery-listing .results-counter .sort-by .form-control {
    width: 65%;
  }
}
.photo-gallery-listing #listing-container {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .photo-gallery-listing #listing-container {
    margin-top: 18px;
  }
}
.photo-gallery-listing #listing-container .panel-description {
  height: 75px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-gallery-listing #listing-container .button-show-more-results {
  margin-top: 0;
  margin-bottom: 0;
}

.photo-gallery-popup .modal-content .close {
  top: 0px;
}
.photo-gallery-popup .photo-description {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .photo-gallery-popup .photo-description {
    padding-left: 40px;
  }
}
.photo-gallery-popup .photo-description .socialIcons {
  margin-top: 20px;
}
.photo-gallery-popup .photo-description .socialIcons span:first-child .stButton {
  margin-left: 0 !important;
}
.photo-gallery-popup p {
  color: #005aa3;
  margin-bottom: 0px;
}
.photo-gallery-popup .username {
  margin-bottom: 20px;
}

/** BUTTON UPLOAD FILE STYLE **/
.btn-file {
  padding: 0;
  margin: 0;
  height: 40px;
}

.fileContainer {
  overflow: hidden;
  position: relative;
  background: url("../images/photo-contest/choose-file-btn.jpg") no-repeat;
  width: 194px;
  height: 40px;
  cursor: pointer;
}

.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 194px;
  height: 40px;
  text-align: right;
  /* top: 0; */
  z-index: 20;
}

/** ERROR FOR BTN CHOOS PICTURE **/
.error-btn-file {
  border: 1px solid red !important;
  height: 42px;
}

/** Fix h2 margins **/
.contest-rules h2 {
  margin-bottom: 0px;
}

.photo-gallery .boxes-links-templateG {
  margin-top: 14px;
  margin-bottom: 20px;
}

.main-title-photo-contest h1 {
  margin-bottom: 15px;
  line-height: 0.9;
}
@media (max-width: 992px) {
  .main-title-photo-contest h1 {
    font-size: 33px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
}
.main-title-photo-contest h2 {
  margin-top: -6px;
}

/** Fix prizes paragrpahs **/
.prizes-text p {
  margin: 0;
}
@media (max-width: 992px) {
  .prizes-text p {
    margin: 0 0 15px;
  }
}

.img-container {
  margin-top: 20px;
}

/* Global styles for button SHOW MORE */
@media screen and (max-width: 992px) {
  .button-show-more-results .btn-primary {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.text-card .description-text {
  padding-top: 45px;
}
@media screen and (min-width: 1300px) {
  .text-card .img-responsive {
    max-height: 260px;
    width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .shore-saving #listing-filters {
    padding-bottom: 0;
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 992px) {
  .shore-saving .results-counter {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .shore-saving .text-center {
    order: 0 !important;
  }
}

.thank-you-plan {
  padding-bottom: 200px !important;
}

@media (max-width: 992px) {
  .saving-card-btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .saving-card-btn .btn-primary {
    font-size: 15px;
  }
}

/*  Visit Like Local */
.visit-like-local .video-container {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .visit-like-local .video-container > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .visit-like-local .video-container > div:last-child {
    margin-top: 15px;
  }
}

/*Events boxes links*/
.events-boxes-links {
  float: left;
  width: 100%;
}

.button-show-more-results {
  margin-top: 40px;
  margin-bottom: 40px;
}

.highlighted-mark {
  font-weight: bold;
}

.search-results-container a h3:hover {
  color: #db0000;
}
.search-results-container #list-result p {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
}
.search-results-container #list-result h3 a {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
}

/* pagination */
.pagination .pages {
  color: #005aa3;
  font-size: 19.93px;
}
.pagination .arrow-next,
.pagination .arrow-prev {
  font-size: 19.93px;
}
.pagination .current-page input {
  width: 42px;
  text-align: center;
  color: #585858;
}

@media (max-width: 992px) {
  .listing-filter-block {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .event-time {
    padding-top: 10px;
  }
}
.event-time p {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
  text-align: left;
}
@media (max-width: 992px) {
  .event-time p {
    text-align: center;
  }
}

.detail-events {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
}
.detail-events > div:nth-child(1) {
  text-align: center;
  margin-top: 10px;
}

.event-text p {
  font-size: 14px;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
}

.event-explore-text {
  margin-top: 5px;
}

.map-container .select-dropdown {
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .map-container .select-dropdown {
    padding-bottom: 0;
  }
}

.intro-details .contact-links {
  margin-top: 10px;
  margin-bottom: 10px;
}
.intro-details .contact-links ul {
  padding: 0;
}
.intro-details .contact-links ul li {
  vertical-align: middle;
  padding-right: 20px;
  height: 44px;
  list-style: none;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .intro-details .contact-links ul li {
    display: inline-table;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.intro-details .contact-links p {
  line-height: 16px;
}
@media (max-width: 992px) {
  .intro-details .contact-links p {
    padding-left: 5px;
  }
  .intro-details .contact-links p a {
    font-weight: bold;
  }
}
.intro-details .contact-links a {
  text-decoration: none;
}
.intro-details .contact-links .contact-phone {
  background: url("../images/listing/phone-icon.png") no-repeat 4px 6px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .intro-details .contact-links .contact-phone {
    /*display: table;
    float: left;*/
    width: 25%;
  }
  .intro-details .contact-links .contact-phone a {
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: 100%;
  }
}
.intro-details .contact-links .contact-phone a {
  padding-top: 0px;
}
.intro-details .contact-links .contact-website {
  background: url("../images/listing/website-icon.png") no-repeat 0px 6px;
  padding-left: 26px;
  height: 37px;
}
@media (max-width: 992px) {
  .intro-details .contact-links .contact-website {
    padding-top: 10px;
  }
}
.intro-details .contact-links .contact-website a {
  padding-top: 8px;
}
@media (max-width: 992px) {
  .intro-details .contact-links .contact-website a {
    padding-top: 0px;
  }
}
.intro-details .contact-links .contact-directions {
  background: url("../images/listing/direction-icon.png") no-repeat 4px 6px;
  padding-left: 26px;
}
@media (max-width: 992px) {
  .intro-details .contact-links .contact-directions {
    padding-top: 7px;
  }
}
.intro-details .contact-links .contact-directions a {
  padding-top: 8px;
}

@media (max-width: 992px) {
  .plan-your-trip-container .page-header {
    margin: 0;
  }
}
.plan-your-trip-container h2 {
  color: #005aa3;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}

.trip-buttons-container {
  margin-top: 30px;
}
.trip-buttons-container .btn-primary {
  width: 370px;
  padding: 10px 16px;
  margin: 0 auto 26px;
  display: block;
}

.boxes-links-templateG {
  margin-top: 52px;
  margin-bottom: 20px;
}
.boxes-links-templateG .panel-description .panel-title {
  font-size: 14px;
  height: 40px;
}

.local-climate {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .local-climate .fix-container p {
    text-align: left;
  }
}

.newsleter-form {
  width: 690px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 992px) {
  .newsleter-form {
    float: left;
    width: 100%;
  }
}

.interested-newsletter-captcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.interested-newsletter-captcha .parsley-errors-list.filled {
  text-align: left;
  font-size: 18px;
}

.thank-you-title-newsletter h1 {
  font-size: 30px;
}

.interested-newsletter {
  margin-bottom: 25px;
}
.interested-newsletter h5 {
  margin: 0px;
  color: #005aa3;
  font-weight: bold;
}
.interested-newsletter .google-captcha {
  margin-bottom: 30px;
}
.interested-newsletter .form-group {
  margin-bottom: -6px;
}
.interested-newsletter label.control.control--checkbox {
  font-size: 13px;
  padding-left: 25px;
  padding-top: 4px;
}

.sign-up {
  margin-top: 35px;
}

.thank-you-message-newsletter {
  display: none;
}

@media screen and (max-width: 767px) {
  .newsletter .fix-container h1 + p {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .events-listing {
    padding-bottom: 23px !important;
  }
}
.events-listing .filter-date .form-control:first-child {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .events-listing #listing-filters {
    padding: 19px;
    padding-bottom: 10px;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 992px) {
  .events-listing #listing-container {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.events-listing .results-counter {
  width: 100%;
  float: left;
}
@media (max-width: 992px) {
  .events-listing .results-counter {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.events-listing .events-type-filters .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.events-listing #list-result {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.events-listing #list-result .panel-heading .panel-title {
  margin-top: 0px;
}
.events-listing #list-result .panel-description .panel-title {
  height: 40px;
  font-size: 16px;
  margin-top: 13px;
  margin-bottom: 5px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .events-listing #list-result .panel-description .panel-title {
    height: 70px;
  }
}

@media (max-width: 992px) {
  .show-more-btn {
    margin-top: 27px;
  }
}

#list-result .panel-body img {
  		/*height: 200px;
  
  
  		    @media (max-width: $screen-md-min){
  		    	 height: 338px;
  			}
  
  			@media (max-width: $screen-sm-min){
  		    	 height: 168px;
  			}*/
}

.photo-gallery-listing #list-result .panel-description .panel-title {
  font-size: 16px;
  margin-top: 10px;
}

.intro-details {
  /* CONTACT STYLES */
  /* AMENETIES CONTACT RIGHT STYLES */
}
@media screen and (max-width: 992px) {
  .intro-details .description {
    text-align: center;
  }
}
.intro-details .description p {
  font-size: 14px;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
}
@media (max-width: 992px) {
  .intro-details .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .intro-details .description {
    text-align: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .intro-details .contact-links {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.intro-details .contact-links a {
  padding-left: 5px;
  display: block;
  padding-top: 3px;
}
@media (min-width: 1379px) {
  .intro-details .contact-links a {
    margin-left: 5px;
  }
}
.intro-details .contact-links .contact-container {
  margin-bottom: 10px;
  display: table;
}
@media screen and (min-width: 992px) {
  .intro-details .contact-links .contact-container.place {
    padding-left: 3px !important;
  }
}
@media screen and (min-width: 992px) {
  .intro-details .contact-links .contact-container.place .linksGroup {
    padding-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .intro-details .contact-links .contact-container.phone {
    padding-left: 3px !important;
  }
}
@media screen and (min-width: 992px) {
  .intro-details .contact-links .contact-container.phone .linksGroup {
    padding-left: 6px;
  }
}
.intro-details .contact-links .phone-icon, .intro-details .contact-links .website-icon, .intro-details .contact-links .direction-icon, .intro-details .list-main-container #listing-container .listing-block .contact-links .website-icon, .list-main-container #listing-container .listing-block .intro-details .contact-links .website-icon, .intro-details .list-main-container #listing-container .listing-block .contact-links .direction-icon, .list-main-container #listing-container .listing-block .intro-details .contact-links .direction-icon {
  background: url(../images/listing/icons-listing.png) no-repeat;
  width: 18px;
  height: 34px;
  display: table-cell;
  vertical-align: top;
  margin: 0 auto;
  background-position: 0px 4px;
}
.intro-details .contact-links .website-icon {
  background-position: -28px -2px;
  width: 30px;
  display: table-cell;
  vertical-align: top;
}
.intro-details .contact-links .direction-icon {
  background-position: -71px 0px;
  width: 20px;
  display: table-cell;
  vertical-align: top;
  /*@media (min-width: 1379px) {
       background-position: -67px 0px;
   }*/
}
@media only screen and (min-width: 1025px) and (max-width: 1378px) {
  .intro-details .contact-links .direction-icon {
    background-position: -71px 0px;
  }
}
.intro-details .contact-links .linksGroup {
  display: table-cell;
  vertical-align: top;
}
.intro-details .amenities-container {
  margin-bottom: 25px;
  /*UPDATE @gdebiassi*/
}
.intro-details .amenities-container .list-unstyled li {
  font-size: 14px;
  color: #585858;
}
.intro-details .amenities-container span {
  margin-right: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .intro-details .amenities-container span {
    margin-right: 13px;
  }
}
.intro-details .amenities-container span .details-amenities {
  display: none;
}
@media (max-width: 992px) {
  .intro-details .amenities-container span .details-amenities {
    display: block;
    position: absolute;
    left: -14px;
    bottom: -22px;
    color: #005aa3;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .intro-details .amenities-container .amenitie_wifi .details-amenities {
    left: 0px;
  }
}
@media (max-width: 992px) {
  .intro-details .amenities-container .amenitie_pets .details-amenities {
    left: 0px;
  }
}
.intro-details .book-now-btn {
  margin-bottom: 25px;
}
.intro-details h1 {
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .intro-details.intro-events {
    padding-top: 20px;
  }
}

/* CARUSEL STYLES */
#lodging-carousel {
  width: 95%;
}
@media (max-width: 992px) {
  #lodging-carousel {
    width: 100%;
    margin-top: 17px;
  }
}
#lodging-carousel .carousel-indicators {
  text-align: center;
  margin-top: 20px;
  padding: 0;
}
#lodging-carousel .carousel-indicators li {
  border-radius: 50%;
  background: transparent;
  border: 2px solid #005aa3;
  height: 17px;
  width: 17px;
  display: inline-block;
}
#lodging-carousel .carousel-indicators li:hover {
  cursor: pointer;
}
#lodging-carousel .carousel-indicators .active {
  height: 17px;
  width: 17px;
  background: #005aa3;
}

/* BEGAN NEARBY EXPLORE STYLES */
.explore-nearby {
  margin-top: 30px;
}
.explore-nearby p {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
  font-size: 14px;
}
.explore-nearby .explore-list h4 {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir LT W01_85 Heavy_1475550", sans-serif;
  color: #005aa3;
}
.explore-nearby .explore-list .list-group {
  padding-left: 15px;
}
.explore-nearby .explore-list .list-group-item {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  display: list-item;
  border: none;
  padding: 0px;
  font-size: 14px;
  color: #585858;
}

@media (max-width: 992px) {
  .nearby-map {
    margin-top: 20px;
  }
  .nearby-map div {
    padding: 0;
  }
}
.nearby-map .explore-nearby-link {
  margin-top: 7px;
  float: left;
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
}

/* MAP POPUP  STYLES**/
#nearbyMap .modal-content {
  box-shadow: none;
  border: none;
}

/* SPECIAL OFFERS STYLES */
.offers-packages p {
  font-size: 14px;
}

.swiper-container-4 {
  width: 100%;
  height: 100%;
}
.swiper-container-4 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* _-----------------------------GeneralTemplateStyles.Y */
.line-separator {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  border-top: 1px solid #909092;
}

.modal-content .close {
  opacity: 1;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 0px;
  /* bottom: 22px; */
  z-index: 24;
  padding: 10px;
  background-color: white;
}
.modal-content .close span {
  background: url(../images/social-footer/close-icon.png) no-repeat;
  height: 22px;
  width: 22px;
  display: block;
}

/****MAP STYLES ****/
#map-detail {
  height: 360px;
}

/* AMENITI DETAILS ICONS  */
.amenities-lodging-detail .amenitie_breakfast {
  background: url(../images/search-map/amenties-icons-active.png) no-repeat;
}
.amenities-lodging-detail .amenitie_wifi {
  background: url(../images/search-map/amenties-icons-active.png) no-repeat -38px;
}
.amenities-lodging-detail .amenitie_swimming {
  background: url(../images/search-map/amenties-icons-active.png) no-repeat -74px;
}
.amenities-lodging-detail .amenitie_pets {
  background: url(../images/search-map/amenties-icons-active.png) no-repeat -114px;
}
.amenities-lodging-detail .amenitie_waterfront {
  background: url(../images/search-map/amenties-icons-active.png) no-repeat -158px;
}

/** MOBILE STYLES FOR AMENITIES LODGING DETAIL **/
@media (max-width: 992px) {
  .amenities-lodging-detail .amenitie_breakfast_darkgrey .details-amenities {
    left: -8px !important;
    color: #333333 !important;
  }
  .amenities-lodging-detail .amenitie_wifi_darkgrey .details-amenities {
    left: 3px !important;
    color: #333333 !important;
  }
}
@media (max-width: 992px) {
  .list-filters .text-center {
    order: 1;
  }
}
@media (max-width: 992px) {
  .list-filters .results-counter {
    order: 3;
  }
}
@media (max-width: 992px) {
  .list-filters #listing-filters {
    order: 2;
    padding: 0px;
    padding-top: 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .list-filters #listing-container {
    order: 4;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .list-filters #show-map-container {
    order: 5;
  }
}

@media (max-width: 992px) {
  #boxes-slider-post {
    order: 2;
  }
}

.listing-house h3 {
  padding-left: 10px;
}
.listing-house p {
  padding-left: 10px;
}

@media (min-width: 992px) {
  .listing-block {
    display: table;
  }
}
@media (min-width: 992px) {
  .listing-block .photo-listing,
  .listing-block .listing-special-offer-column {
    /*display: table-cell;
    float: none;*/
  }
}
.listing-block .photo-listing {
  vertical-align: top;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 1400px) {
  .listing-block .photo-listing img {
    height: 205px !important;
  }
}
.listing-block .testimonial-content {
  padding-left: 0px;
}

.special-offer-ribon {
  position: absolute;
  top: -20px;
  right: -77px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .special-offer-ribon {
    right: -88px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1378px) {
  .special-offer-ribon {
    right: -77px;
  }
}
@media (min-width: 1379px) {
  .special-offer-ribon {
    right: -140px;
  }
}
.special-offer-ribon .ribbon {
  background: url("../images/listing/special-offer-ribon.png") no-repeat;
  width: 89px;
  height: 89px;
  display: block;
}

.listing-special-offer-column {
  max-height: 250px;
  height: auto;
  min-height: 135px;
}
@media (max-width: 992px) {
  .listing-special-offer-column {
    height: auto;
    min-height: auto;
  }
}

.publication-external-links {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 992px) {
  .publication-external-links {
    position: relative !important;
    float: left;
    width: 100%;
  }
}

.trip-advisor-rating {
  float: right;
}
@media (max-width: 992px) {
  .trip-advisor-rating {
    position: relative;
    bottom: 0px;
    float: left;
    margin-left: 25%;
    padding-left: 3px;
  }
}
.trip-advisor-rating > div {
  height: 30px;
}

.play-list-box .trip-advisor-rating {
  bottom: 0px;
  float: left;
}
@media (min-width: 992px) {
  .play-list-box .trip-advisor-rating {
    float: right;
  }
}
.play-list-box .book-now-button {
  margin-top: 10px;
  float: right;
  width: 100%;
}

.book-now-button .btn.btn-lg.btn-primary, .book-now-button .btn-group-lg > .btn.btn-primary {
  bottom: 0px;
  right: 0px;
  float: right;
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .book-now-button .btn.btn-lg.btn-primary, .book-now-button .btn-group-lg > .btn.btn-primary {
    position: relative;
    display: none;
  }
}

@media (min-width: 1024px) {
  .list-box-image {
    display: flex;
  }
}
@media (max-width: 992px) {
  .list-box-image .btn-primary {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    margin-top: 10px;
  }
}

.listing-amenities {
  margin-top: 10px;
}
.listing-amenities ul {
  float: left;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .listing-amenities ul {
    padding-left: 5px;
  }
}
.listing-amenities ul li {
  float: left;
  list-style-type: none;
  margin-right: 7px;
}
.listing-amenities ul li span {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.listing-amenities .amenitie1, .listing-amenities .amenitie2, .listing-amenities .amenitie3 {
  background: url("../images/listing/listing-amenities-icons.png") no-repeat;
  width: 22px;
  height: 22px;
  display: block;
}
@media (max-width: 992px) {
  .listing-amenities .amenitie1, .listing-amenities .amenitie2, .listing-amenities .amenitie3 {
    background: url("../images/listing/mobile-listing-amenities.png") no-repeat;
    width: 64px;
    height: 51px;
  }
}
.listing-amenities .amenitie2 {
  background-position: -27px;
}
@media (max-width: 992px) {
  .listing-amenities .amenitie2 {
    background-position: -73px;
    width: 44px;
  }
}
.listing-amenities .amenitie3 {
  background-position: -54px;
}
@media (max-width: 992px) {
  .listing-amenities .amenitie3 {
    background-position: -126px;
    width: 44px;
  }
}

.listing-description p {
  font-size: 12px;
}

.results-counter .results p {
  padding-top: 8px;
  padding-bottom: 11px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .results-counter .sort-by span {
    display: none;
  }
}
.results-counter .sort-by .form-control {
  display: inline-block;
}
@media (min-width: 992px) {
  .results-counter .sort-by .form-control {
    width: 39%;
  }
}
@media screen and (max-width: 767px) {
  .results-counter .sort-by .form-control.js-sort-by {
    background-size: 12px auto;
    background-position: 95% center;
  }
}
@media screen and (min-width: 992px) {
  .results-counter .sort-by .form-control.js-sort-by {
    min-width: 150px;
  }
}
.results-counter .show-map .btn-primary {
  padding-left: 20px;
  padding-right: 20px;
}
.results-counter .filter-mobile-button {
  margin: 0;
}
.results-counter .filter-mobile-button .btn {
  font-size: 14px;
  border: 1px solid #005aa3;
  color: #005aa3;
  background: white;
  padding: 8px 16px;
}

#listing-filters .listing-filter-block .filters-checkboxes .list-item-group {
  margin-bottom: 10px;
  margin-top: 10px;
}
#listing-filters .listing-filter-block .filters-checkboxes .list-group .list-item-group:first-child .list-group-item {
  border: none;
}
#listing-filters .listing-filter-block .filters-checkboxes .list-group-item {
  /*border-top: 1px solid $lightgrey;*/
}
#listing-filters .listing-filter-block .filters-checkboxes .list-filters-primary {
  font-size: 16px;
}
#listing-filters .checkbox .list-group-item {
  border: none !important;
}

a.list-group-item-success:focus {
  background: none;
  color: #005aa3;
}

#show-map-container {
  display: none;
}

/** POPUP STYLES **/
.show-map-modal .modal-header {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.show-map-modal .modal-header h4 {
  font-size: 20px;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir LT W01_85 Heavy_1475550", sans-serif;
  color: #005aa3;
}
.show-map-modal .modal-header .close {
  color: #005aa3;
  font-size: 40px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 5px;
}
.show-map-modal .modal-body {
  padding-top: 0px;
}
.show-map-modal .modal-body h4 {
  color: #585858;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}

/* ACTION BUTTONS  */
.action-buttons-details {
  position: absolute;
  bottom: -7px;
  right: -8px;
}

#listing-filters {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px;
}
@media (max-width: 992px) {
  #listing-filters {
    border: none;
  }
}
#listing-filters .searchBlock {
  overflow: hidden;
}
#listing-filters .searchBlock .search-filter-btn {
  height: 36px !important;
}

.results-counter {
  margin-top: 20px;
}
.results-counter .show-map {
  /*padding-right:0px;*/
}

.listing-filter-block .input-group {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .listing-filter-block .input-group {
    margin-bottom: 0px;
  }
}
.listing-filter-block .input-group input {
  font-size: 14px;
}
.listing-filter-block .search-filter-btn {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 3px;
}

.filters-checkboxes {
  font-size: 14px;
}
@media (max-width: 992px) {
  .filters-checkboxes {
    float: left;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    background: #e1e1e1;
    /*display: none;*/
  }
}
.filters-checkboxes .list-unstyled {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .filters-checkboxes .list-group {
    width: 90%;
    margin: 20px auto;
    height: auto;
    padding: 10px;
    margin-top: 40px;
  }
}
.filters-checkboxes .list-filters-primary {
  border: none;
  background: none;
  /*margin-top: 20px;*/
  text-transform: uppercase;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir LT W01_85 Heavy_1475550", sans-serif;
  color: #005aa3;
  padding-right: 5px;
  padding-left: 0px;
}
@media (max-width: 992px) {
  .filters-checkboxes .list-filters-primary {
    margin-top: 0px;
  }
}
.filters-checkboxes .list-group-item {
  display: inline-block;
  width: 100%;
  background: none;
  border: none;
}
.filters-checkboxes .list-group-item:hover {
  background: none;
  color: #005aa3;
}
.filters-checkboxes .fa {
  float: right;
}
.filters-checkboxes .list-filters-secundary .clear-filters {
  margin-bottom: 20px;
}
.filters-checkboxes .list-filters-secundary .checkbox {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 3px;
}
.filters-checkboxes .list-filters-secundary .checkbox .list-group-item {
  width: auto;
  padding: 0;
  float: right;
}
.filters-checkboxes .list-filters-secundary .checkbox label {
  display: inline-block;
  padding-left: 30px;
  width: 80%;
}
.filters-checkboxes .list-filters-secundary .checkbox .control__indicator {
  top: 0px;
}
.filters-checkboxes .list-filters-secundary .list-group-submenu label {
  font-weight: normal;
  margin-left: 30px;
}

.events-listing .listing-filter-block .input-group {
  margin-bottom: 9px;
}
@media screen and (min-width: 992px) {
  .events-listing .listing-filter-block .list-group .list-item-group .list-group-item {
    padding: 10px 15px 0 0;
  }
}
.events-listing .listing-filter-block .list-group .list-item-group .clear-filters div {
  width: auto !important;
  padding-right: 15px !important;
}

/**FIX FOR RESULT COUNTER DIV ***/
.list-main-container #listing-container.listing-filter-container-blocks .listing-block {
  margin-top: 0px;
  margin-bottom: 20px;
  display: flex;
}
.list-main-container #listing-container.listing-filter-container-blocks .listing-block > .row {
  display: flex;
}

/*****************************/
/** MOBILE BUTTONS **/
.filter-mobile-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.apply-filter-btn {
  margin-top: 10px;
  margin-bottom: 20px;
}
.apply-filter-btn .btn-primary {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-filters-heading {
  margin-top: 10px;
}

/*****************************/
.list-main-container {
  background: white;
  padding-top: 0px;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .list-main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.list-main-container h1, .list-main-container h2 {
  color: #005aa3;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}
.list-main-container p {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
  color: #585858;
}
.list-main-container #listing-container .listing-block {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 25px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.list-main-container #listing-container .listing-block h3 {
  margin-top: 0px;
  color: #005aa3;
  font-weight: bold;
  margin-bottom: 5px;
}
.list-main-container #listing-container .listing-block p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block p {
    font-size: 15px;
  }
}
.list-main-container #listing-container .listing-block .contact-links {
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-main-container #listing-container .listing-block .contact-links ul {
  padding: 0;
}
.list-main-container #listing-container .listing-block .contact-links ul li {
  vertical-align: middle;
  display: table-cell;
  padding-right: 13px;
  height: 44px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links ul li {
    display: inline-table;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.list-main-container #listing-container .listing-block .contact-links p {
  line-height: 16px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links p {
    padding-left: 5px;
  }
  .list-main-container #listing-container .listing-block .contact-links p a {
    font-weight: bold;
  }
}
.list-main-container #listing-container .listing-block .contact-links a {
  text-decoration: none;
  font-size: 14px;
}
.list-main-container #listing-container .listing-block .contact-links .contact-phone {
  background: url("../images/listing/phone-icon.png") no-repeat 0px 6px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .contact-phone {
    display: table;
    float: left;
    width: 25%;
  }
  .list-main-container #listing-container .listing-block .contact-links .contact-phone a {
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: 100%;
  }
}
.list-main-container #listing-container .listing-block .contact-links .contact-website {
  background: url("../images/listing/website-icon.png") no-repeat 0px 9px;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .contact-website {
    padding-top: 10px;
  }
}
.list-main-container #listing-container .listing-block .contact-links .contact-directions {
  background: url("../images/listing/direction-icon.png") no-repeat 0px 6px;
  padding-left: 26px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .contact-directions {
    padding-top: 10px;
  }
}
.list-main-container #listing-container .listing-block .contact-links .phone .icon-container {
  width: 36px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .phone .icon-container {
    width: 25px;
  }
}
@media (min-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .phone .icon-container {
    width: 28px;
  }
}
.list-main-container #listing-container .listing-block .contact-links .phone p {
  margin-bottom: 5px;
}
.list-main-container #listing-container .listing-block .contact-links .website .icon-container, .list-main-container #listing-container .listing-block .contact-links .direction .icon-container {
  width: 36px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .website .icon-container, .list-main-container #listing-container .listing-block .contact-links .direction .icon-container {
    width: 25px;
  }
}
.list-main-container #listing-container .listing-block .contact-links .website p, .list-main-container #listing-container .listing-block .contact-links .direction p {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .direction .icon-container {
    width: 32px;
  }
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .direction p {
    margin-left: 4px;
  }
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .website a {
    margin-left: 5px;
  }
}
.list-main-container #listing-container .listing-block .contact-links .phone-icon, .list-main-container #listing-container .listing-block .contact-links .website-icon, .list-main-container #listing-container .listing-block .contact-links .direction-icon {
  background: url("../images/listing/icons-listing.png") no-repeat;
  width: 22px;
  height: 30px;
  display: block;
}
.list-main-container #listing-container .listing-block .contact-links .website-icon {
  background-position: -27px;
  width: 30px;
}
.list-main-container #listing-container .listing-block .contact-links .direction-icon {
  background-position: -70px;
  width: 25px;
}
@media (max-width: 992px) {
  .list-main-container #listing-container .listing-block .contact-links .direction-icon {
    margin-left: 3px;
  }
}

.neighborhood-main-title h1 {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 54px;
}
@media (max-width: 992px) {
  .neighborhood-main-title h1 {
    font-size: 37px;
  }
}
.neighborhood-main-title .subtitles h3 {
  color: #005aa3;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 30px;
  margin-top: 0px;
  display: inline-block;
}
@media (max-width: 992px) {
  .neighborhood-main-title .subtitles h3 {
    font-size: 20px;
    margin: 10px;
    letter-spacing: 3px;
  }
}
@media (max-width: 992px) {
  .neighborhood-main-title .intro-text {
    margin-top: 20px;
  }
}
.neighborhood-main-title .intro-text p {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  color: #585858;
}

#search-boxes {
  margin-top: 40px;
}
#search-boxes hr {
  margin-top: 30px;
  margin-bottom: 0px;
}
#search-boxes h1 {
  color: #005aa3;
}
#search-boxes h4 {
  color: #005aa3;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir LT W01_85 Heavy_1475550", sans-serif;
  font-size: 20px;
}
#search-boxes .btn-primary {
  font-size: 18px;
  padding-left: 25px;
  padding-top: 7px;
  padding-right: 25px;
  padding-bottom: 7px;
}
@media (max-width: 992px) {
  #search-boxes .btn-primary {
    margin-top: 15px;
  }
}

.page-header h2 {
  margin-top: 0px;
  color: #005aa3;
}

@media (max-width: 992px) {
  #explore-map .page-header {
    border-bottom: 0px;
    margin-top: 0px;
  }
  #explore-map .container[role="main"] {
    padding-top: 0px;
  }
}

/*  explore tab */
div.explore-tab-container {
  z-index: 10;
  background-color: white;
  padding: 0 !important;
  border: 1px solid #ddd;
  margin-top: 20px;
  background-clip: padding-box;
  display: block;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

div.explore-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

div.explore-tab-content {
  padding-left: 20px;
  padding-top: 10px;
}

div.explore-tab div.explore-tab-content:not(.active) {
  display: none;
}

div.explore-tab-menu .list-group-item {
  height: 40px;
  line-height: 40px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  font-size: 1.5rem;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  overflow: hidden;
}
@media (min-width: 766px) {
  div.explore-tab-menu .list-group-item {
    height: 50px;
    line-height: 50px;
    background-size: 40px auto;
  }
}
@media (min-width: 1024px) {
  div.explore-tab-menu .list-group-item {
    padding: 0 0 0 105px;
  }
}
@media (min-width: 1024px) {
  div.explore-tab-menu .list-group-item span {
    display: none;
  }
}
@media (min-width: 1024px) {
  div.explore-tab-menu .list-group-item:hover {
    width: 130px;
  }
}
@media (min-width: 1024px) {
  div.explore-tab-menu .list-group-item:hover span {
    display: block;
  }
}
div.explore-tab-menu .play-left-icon {
  background-image: url("../images/explore-map/left-icons.png");
  background-position: 9% 9px;
}
@media (min-width: 766px) {
  div.explore-tab-menu .play-left-icon {
    background-position: 9% 11px;
  }
}
@media (min-width: 1024px) {
  div.explore-tab-menu .play-left-icon {
    background-position: 30% 11px;
  }
}
div.explore-tab-menu .play-left-icon.play-left-icon.active {
  background-color: #585858;
  color: white;
  background-image: url("../images/explore-map/left-icons-active.png");
}
div.explore-tab-menu .stay-left-icon {
  background-image: url("../images/explore-map/left-icons.png");
  background-position: 9% -35px;
}
@media (min-width: 766px) {
  div.explore-tab-menu .stay-left-icon {
    background-position: 9% -50px;
  }
}
@media (min-width: 1024px) {
  div.explore-tab-menu .stay-left-icon {
    background-position: 30% -50px;
  }
}
div.explore-tab-menu .stay-left-icon.stay-left-icon.active {
  background-color: #e51937;
  color: white;
  background-image: url("../images/explore-map/left-icons-active.png");
}
div.explore-tab-menu .eat-left-icon {
  background-image: url("../images/explore-map/left-icons.png");
  background-position: 9% -82px;
}
@media (min-width: 766px) {
  div.explore-tab-menu .eat-left-icon {
    background-position: 9% -111px;
  }
}
@media (min-width: 1024px) {
  div.explore-tab-menu .eat-left-icon {
    background-position: 30% -111px;
  }
}
div.explore-tab-menu .eat-left-icon.eat-left-icon.active {
  background-color: #005aa3;
  color: white;
  background-image: url("../images/explore-map/left-icons-active.png");
}

.explore-tab {
  /*background: url('../images/explore-map/map-example.jpg') no-repeat;*/
  background-size: cover;
  height: 560px;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .explore-tab {
    height: 350px;
  }
}

.explore-tab > div:first-child {
  position: initial !important;
}

@media (max-width: 992px) {
  .explore-tab-container {
    /**ORDER MAIN PROPERTY FOR ORDER **/
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
}
@media (max-width: 992px) {
  .explore-tab-container .explore-tab-menu {
    /* ORDER FOR MOBILE **/
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
}
.explore-tab-container .explore-tab-menu .text-desc-desktop {
  color: #005aa3;
  font-weight: bold;
  line-height: 54px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 0px;
  font-size: 0.7em;
}
@media (max-width: 992px) {
  .explore-tab-container .explore-tab-menu .text-desc-desktop {
    color: #585858;
  }
}

.local-stories {
  position: relative;
  margin-bottom: 27px;
}
@media (max-width: 992px) {
  .local-stories .swiper-3 .swiper-pagination {
    position: relative;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .local-stories .swiper-3 .swiper-pagination {
    display: none;
  }
}

.local-stories-module {
  margin-bottom: 90px;
}

.main-container, .thank-you-message {
  background: white;
  /*margin-top: 50px;*/
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 20px;
  /** customize select dropdown **/
  /** Customize Checkbox **/
  /* Hover and focus states */
  /* Checked state */
  /* Hover state whilst checked */
  /* Disabled state */
  /* Check mark */
  /* Show check mark */
  /* Checkbox tick */
  /* Disabled tick colour */
  /* Radio button inner circle */
  /* Disabled circle colour */
  /*****************************/
  /* Hidding the radiobuttons & checkboxes */
  /* Hidding the "check" status of inputs */
  /* Styling the "check" status */
  /* Styling radiobuttons */
  /***************************/
  /**** Error styles ***/
}
@media (max-width: 1024px) {
  .main-container, .thank-you-message {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-container h1, .thank-you-message h1, .main-container h2, .thank-you-message h2 {
  color: #005aa3;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
}
.main-container p, .thank-you-message p {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  color: #585858;
}
.main-container .bg-danger, .thank-you-message .bg-danger {
  padding: 20px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #db0000;
  color: #db0000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-container .card-error-message, .thank-you-message .card-error-message {
  margin-bottom: 0px;
}
.main-container .select-dropdown select, .thank-you-message .select-dropdown select {
  background: transparent;
  line-height: 1.2;
  border-radius: 0;
  -webkit-appearance: none;
  background: url("../images/form/arrow-dropdown.png") no-repeat right 10px center;
  -moz-appearance: none;
  text-indent: 0.01px;
}
.main-container .form-group .checkbox-term-text, .thank-you-message .form-group .checkbox-term-text {
  margin-top: 4px;
}
.main-container .form-group .checkbox-term-text .control, .thank-you-message .form-group .checkbox-term-text .control {
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
  color: #585858;
}
.main-container .control, .thank-you-message .control {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 24px;
}
.main-container .control a, .thank-you-message .control a {
  text-decoration: underline;
}
.main-container .control input, .thank-you-message .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.main-container .control__indicator, .thank-you-message .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
  border-radius: 3px;
}
.main-container .control--radio .control__indicator, .thank-you-message .control--radio .control__indicator {
  border-radius: 50%;
}
.main-container .control:hover input ~ .control__indicator, .thank-you-message .control:hover input ~ .control__indicator,
.main-container .control input:focus ~ .control__indicator,
.thank-you-message .control input:focus ~ .control__indicator {
  background: #ccc;
}
.main-container .control input:checked ~ .control__indicator, .thank-you-message .control input:checked ~ .control__indicator {
  background: #005aa3;
}
.main-container .control:hover input:not([disabled]):checked ~ .control__indicator, .thank-you-message .control:hover input:not([disabled]):checked ~ .control__indicator,
.main-container .control input:checked:focus ~ .control__indicator,
.thank-you-message .control input:checked:focus ~ .control__indicator {
  background: #005aa3;
}
.main-container .control input:disabled ~ .control__indicator, .thank-you-message .control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}
.main-container .control__indicator:after, .thank-you-message .control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}
.main-container .control input:checked ~ .control__indicator:after, .thank-you-message .control input:checked ~ .control__indicator:after {
  display: block;
}
.main-container .control--checkbox .control__indicator:after, .thank-you-message .control--checkbox .control__indicator:after {
  top: 2px;
  left: 8px;
  width: 5px;
  height: 14px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.main-container .control--checkbox input:disabled ~ .control__indicator:after, .thank-you-message .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.main-container .control--radio .control__indicator:after, .thank-you-message .control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.main-container .control--radio input:disabled ~ .control__indicator:after, .thank-you-message .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.main-container .radio label, .thank-you-message .radio label {
  padding-left: 0;
  min-height: auto;
}
.main-container .radio .fa-stack, .thank-you-message .radio .fa-stack {
  width: 1.1em;
}
.main-container .fa-circle:before, .thank-you-message .fa-circle:before {
  font-size: 20px;
}
.main-container .not-checked-radio:before, .thank-you-message .not-checked-radio:before {
  color: #cccccc;
}
.main-container .checked-radio:before, .thank-you-message .checked-radio:before {
  font-size: 14px;
}
.main-container input[type="radio"], .thank-you-message input[type="radio"] {
  display: none;
}
.main-container input[type="radio"] + label .checked-radio, .thank-you-message input[type="radio"] + label .checked-radio {
  display: none;
}
.main-container input[type="radio"]:checked + label .checked-radio, .thank-you-message input[type="radio"]:checked + label .checked-radio {
  display: block;
  color: #005aa3;
}
.main-container input[type="radio"]:checked + label .fa-circle-o, .thank-you-message input[type="radio"]:checked + label .fa-circle-o {
  display: none;
}
.main-container .google-captcha, .thank-you-message .google-captcha {
  margin-bottom: 60px;
}
.main-container .checkboxes-group, .thank-you-message .checkboxes-group {
  margin-bottom: 30px;
}
.main-container .radio-horizontal-groups, .thank-you-message .radio-horizontal-groups {
  margin-bottom: 30px;
}
.main-container .radio-horizontal-groups .radio-mobile-reset, .thank-you-message .radio-horizontal-groups .radio-mobile-reset {
  padding-left: 0px;
  padding-right: 0px;
}
.main-container .radio-vertical-groups, .thank-you-message .radio-vertical-groups {
  margin-bottom: 30px;
}
.main-container .submit-form, .thank-you-message .submit-form {
  margin-bottom: 40px;
}
.main-container .form-error input, .thank-you-message .form-error input {
  border: 1px solid #db0000;
}
.main-container .form-error .error-message, .thank-you-message .form-error .error-message {
  color: #db0000;
  margin-top: 5px;
  padding-left: 3px;
}
.main-container .form-error .control--checkbox, .thank-you-message .form-error .control--checkbox {
  color: #db0000;
}
.main-container .form-error .control--checkbox .control__indicator, .thank-you-message .form-error .control--checkbox .control__indicator {
  border: 1px solid #db0000;
}

.thank-you-message {
  padding-bottom: 140px;
}

.widthAuto .radio-mobile-reset {
  width: auto;
  min-width: 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .widthAuto .radio-mobile-reset {
    width: 20% !important;
    min-width: 20% !important;
  }
}
.widthAuto .radio-mobile-reset div {
  padding: 0;
}
.widthAuto .radio-mobile-reset p {
  font-size: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .widthAuto .text-center {
    padding: 0 !important;
  }
}

.maxWidthDrop {
  width: 175px;
}
.maxWidthDrop select {
  height: 37px;
}

.alertOutMargin .bg-danger {
  margin-bottom: 20px;
}

.titleHeavy {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir LT W01_85 Heavy_1475550", sans-serif !important;
}

/** BEGAN ORDER FOR MOBILE **/
.order-for-mobile {
  /**ORDER MAIN PROPERTY FOR ORDER **/
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
}

/** END ORDER FOR MOBILE **/
/**---------------------------- **/
/** BEGAN LOCAL HAPPENING STYLES  **/
#local-happenings {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
#local-happenings h2 {
  font-size: 54px;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  color: #005aa3;
}
@media (max-width: 992px) {
  #local-happenings h2 {
    font-size: 32px;
  }
}

/** END LOCAL HAPPENING STYLES  **/
/**---------------------------- **/
/**BEGAN LOCAL STORIES STYLES   **/
#local-stories {
  /*** IPAD PORTRAIT ***/
  background: url("../images/home/bg-localstories.jpg") no-repeat center;
  background-size: cover;
  height: 400px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 992px) {
  #local-stories {
    background: none;
    width: 90%;
    margin: 60px auto;
    height: auto;
    /* ORDER FOR MOBILE **/
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #local-stories {
    background: url(../images/home/bg-localstories.jpg) no-repeat center center;
    background-size: 150% 100%;
  }
}
@media (max-width: 992px) {
  #local-stories .local-stories-content {
    background: #dee2e8;
    float: left;
    height: auto;
    padding-bottom: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #local-stories .local-stories-content {
    /* margin-top: 270px; */
    width: 100%;
  }
}
#local-stories .local-stories-content p {
  color: white;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  padding-top: 250px;
}
@media (max-width: 992px) {
  #local-stories .local-stories-content p {
    color: #585858;
    font-size: 15px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 25px;
  }
}

/**END LOCAL STORIES STYLES **/
/**-------------------------**/
/**BEGAN LOVE PANEL STYLES  **/
#love-panel {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  #love-panel {
    /* margin-top: 100px; */
    /* ORDER FOR MOBILE **/
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    padding-top: 0;
  }
  #love-panel img {
    width: 200px;
    padding-bottom: 40px;
  }
}
#love-panel .btn {
  margin-top: 30px;
}

/**END LOVE PANEL STYLES     **/
/**--------------------------**/
/**BEGAN NEIGHBORHOOD STYLES **/
#neighborhoods {
  float: left;
  width: 100%;
}
@media (max-width: 992px) {
  #neighborhoods {
    margin-top: 40px;
    /* ORDER FOR MOBILE **/
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
}
#neighborhoods #neighborhoods-carousel {
  float: left;
  width: 100%;
}
@media (max-width: 992px) {
  #neighborhoods #neighborhoods-carousel .carousel-inner {
    height: 410px;
  }
}
@media (max-width: 992px) {
  #neighborhoods #neighborhoods-carousel .carousel-inner .item img {
    height: 410px;
    width: 100%;
  }
}
#neighborhoods #neighborhoods-carousel .carousel-caption {
  top: 0px;
  width: 100%;
  margin: 0 auto;
  left: 0px;
}
@media (max-width: 1024px) {
  #neighborhoods #neighborhoods-carousel .carousel-caption {
    bottom: 0px;
  }
}
#neighborhoods #neighborhoods-carousel .carousel-caption .carousel-titles {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-family: "Avenir LT W01_45 Book1475508", "Avenir LT W01_45 Book O1475514", sans-serif;
  font-size: 106px;
  line-height: 91px;
}
@media screen and (min-width: 1025px) and (max-width: 1330px) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-titles {
    font-size: 66px;
  }
}
@media (max-width: 992px) and (orientation: portrait) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-titles {
    font-size: 70px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-titles {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-titles {
    font-size: 37px;
    line-height: 32px;
  }
}
#neighborhoods #neighborhoods-carousel .carousel-caption .carousel-subtitles {
  margin-bottom: 55px;
}
@media screen and (min-width: 1025px) and (max-width: 1330px) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-subtitles {
    margin-bottom: 38px;
  }
}
@media (max-width: 992px) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-subtitles {
    margin-bottom: 38px;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-subtitles {
    margin-bottom: 15px;
  }
}
#neighborhoods #neighborhoods-carousel .carousel-caption .carousel-subtitles h3 {
  display: inline;
  margin-right: 30px;
  color: white;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-subtitles h3 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  #neighborhoods #neighborhoods-carousel .carousel-caption .carousel-subtitles h3 {
    margin-right: 18px;
    font-size: 15px;
  }
}
#neighborhoods #neighborhoods-carousel .carousel-caption .carousel-subtitles h3:last-child {
  margin-right: 0px;
}
#neighborhoods .tab-selector {
  background: #005aa3;
  border-top: 3px solid white;
}
@media (max-width: 992px) {
  #neighborhoods .tab-selector .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#neighborhoods .tab-selector .active a {
  background-color: #db0000 !important;
}
#neighborhoods .tab-selector li {
  border-left: 1px solid white;
  border-right: 1px solid white;
  display: table;
  vertical-align: middle;
  width: 25%;
  float: left;
  margin-left: 0px;
}
#neighborhoods .tab-selector li a {
  color: white;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 20px;
  padding: 8px;
  letter-spacing: 1px;
  height: 72px;
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 992px) {
  #neighborhoods .tab-selector li a {
    font-size: 11px;
    margin-bottom: 0px;
    letter-spacing: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #neighborhoods .tab-selector li a {
    font-size: 17px;
  }
}
#neighborhoods .tab-selector li a:hover {
  background-color: #db0000;
}
#neighborhoods .tab-selector li a:focus {
  background-color: #005aa3;
}

/**END NEIGHBORHOOD STYLES   **/
/**--------------------------**/
/**BEGAN PROMO AREA STYLES   **/
.promo-1-container {
  padding-left: 0px;
  background: url("../images/home/promo/bg-promo1-birding.jpg") no-repeat;
  background-size: contain;
  position: relative;
  /** Mobile **/
  /**LANDSCAPE MOBILE DEVICES **/
}
@media (max-width: 992px) {
  .promo-1-container {
    padding-left: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 736px) {
  .promo-1-container {
    padding-left: 10px;
    margin-bottom: 25px;
    background: url("../images/home/promo/bg-promo1-birding-mobile.jpg") no-repeat 10px 0;
    background-size: contain;
  }
}
@media only screen and (max-device-width: 740px) and (orientation: landscape) {
  .promo-1-container {
    /*padding-right: 0px;*/
  }
}
.promo-1-container img {
  visibility: hidden;
}
.promo-1-container .events {
  position: absolute;
  height: 11%;
  width: 22%;
  bottom: 9%;
  left: 9%;
  /** Mobile **/
}
@media (max-width: 736px) {
  .promo-1-container .events {
    height: 13%;
    width: 53%;
    top: 41%;
    left: 23%;
  }
}
.promo-1-container .lodging {
  position: absolute;
  height: 11%;
  width: 22%;
  bottom: 9%;
  left: 38%;
}
@media (max-width: 736px) {
  .promo-1-container .lodging {
    height: 14%;
    width: 53%;
    bottom: 26%;
    left: 23%;
  }
}
.promo-1-container .shore-saving {
  position: absolute;
  height: 11%;
  width: 22%;
  bottom: 9%;
  left: 67%;
}
@media (max-width: 736px) {
  .promo-1-container .shore-saving {
    height: 14%;
    width: 53%;
    bottom: 6%;
    left: 23%;
  }
}

.promo-2-container {
  padding-right: 0px;
  /** Mobile **/
  /**LANDSCAPE MOBILE DEVICES **/
}
@media (max-width: 992px) {
  .promo-2-container {
    padding-right: 10px;
  }
}
@media only screen and (max-device-width: 740px) and (orientation: landscape) {
  .promo-2-container {
    /*padding-left: 0px;*/
  }
}

#promo-area {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#promo-area p {
  color: white;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir LT W01_85 Heavy_1475550", sans-serif;
}
#promo-area .promo-1 {
  background: url("../images/home/promo/bg-promo1.jpg");
  width: 100%;
  float: left;
  height: 342px;
  background-size: cover;
  /** Extra large **/
  /** Mobile **/
  /**LANDSCAPE MOBILE DEVICES **/
}
@media (max-width: 992px) {
  #promo-area .promo-1 {
    background: url("../images/home/promo/bg-promo1-mobile.jpg") no-repeat;
    margin-bottom: 30px;
    height: 290px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #promo-area .promo-1 {
    background: url("../images/home/promo/bg-promo1.jpg") no-repeat -120px center;
  }
}
@media only screen and (max-device-width: 740px) and (orientation: landscape) {
  #promo-area .promo-1 {
    background: url("../images/home/promo/bg-promo1.jpg") no-repeat -120px center;
  }
}
#promo-area .promo-1 .content-promo-1 {
  margin-top: 15px;
}
@media (max-width: 992px) {
  #promo-area .promo-1 .content-promo-1 img {
    width: 139px;
  }
}
@media (max-width: 992px) {
  #promo-area .promo-1 .content-promo-1 p {
    text-shadow: 2px 2px 5px #000;
    margin-top: 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #promo-area .promo-1 .content-promo-1 p {
    text-shadow: 2px 2px 5px #000;
  }
}
#promo-area .promo-1 .content-promo-1 .btn {
  /* margin-top: 31px; */
}
@media (max-width: 992px) {
  #promo-area .promo-1 .content-promo-1 .btn {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #promo-area .promo-1 .content-promo-1 .btn {
    margin-top: 15px;
  }
}
#promo-area .promo-2 {
  background: url("../images/home/promo/bg-promo2.jpg") no-repeat center -80px;
  width: 100%;
  float: left;
  height: 342px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  #promo-area .promo-2 {
    background: url("../images/home/promo/bg-promo2-mobile.jpg") no-repeat center center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #promo-area .promo-2 {
    background: url("../images/home/promo/bg-promo2.jpg") no-repeat center -80px;
  }
}
@media only screen and (max-device-width: 740px) and (orientation: landscape) {
  #promo-area .promo-2 {
    background: url("../images/home/promo/bg-promo2.jpg") no-repeat center -80px;
  }
}
#promo-area .promo-2 h4 {
  color: white;
}
#promo-area .promo-2 h4 span {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir LT W01_65 Medium1475538", sans-serif;
  font-size: 46px;
  font-size: 2.875rem;
}
#promo-area .promo-2 .btn {
  margin-top: 140px;
}

/**END PROMO AREA STYLES       **/
/**--------------------------  **/
/**BEGAN FOOTER STYLES ON HOME **/
.instagram-footer {
  margin-top: 20px;
  float: left;
  width: 100%;
}
@media (max-width: 1025px) {
  .instagram-footer {
    display: none;
  }
}
.instagram-footer.outMargin {
  margin-top: 0;
}

footer {
  float: left;
  width: 100%;
}
@media (max-width: 1025px) {
  footer {
    margin-top: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  footer {
    margin-top: 25px;
  }
}

/**END FOOTER STYLES ON HOME **/
/*MOBILE*/
.results-counter .results {
  padding-left: 0px;
}

@media (max-width: 992px) {
  .filters-checkboxes .list-group {
    padding: 0px;
  }
  .filters-checkboxes .list-group .list-item-group {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cccccc;
  }
  .filters-checkboxes .list-group .list-item-group .list-filters-secundary {
    padding-right: 7px;
    padding-bottom: 20px;
  }

  .button-filters-onebutton .filter-mobile-button .btn {
    margin-bottom: 0px;
  }
}
i.glyphicon.glyphicon-menu-down {
  float: right;
  font-size: 14px;
}

.print-friendly-btn a {
  text-decoration: none;
  font-weight: bold;
  margin-right: 12px;
}

/*# sourceMappingURL=main.css.map */
