/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 500;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /*font: inherit;*/
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  line-height: 1.42857143;
  background-color: #fff;
}
input,
button,
select,
textarea {
  /*font-family: inherit;*/
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.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;
  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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .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 {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #4cc6f4;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #6bb31d;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #599a13;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f5cc0b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e3bd0a;
}
.label-danger {
  background-color: #e43012;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d52b0e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  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 {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  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: #333;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 430px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !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: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
/*.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}*/
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  /*-webkit-animation-fill-mode: both;
  animation-fill-mode: both;*/
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/**********************/
.owl-theme .owl-controls{
    margin-top:10px;
    text-align:center;
    -webkit-tap-highlight-color:transparent;
}
.owl-prev .fa,.owl-next .fa{
    display: block;
    line-height: 24px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    color:#fff;
    font-size:14px;
    background:#d6d6d6;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    width: 24px;
    height: 24px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
}
/*.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#fff;
    text-decoration:none;
}*/
.owl-theme .owl-controls .owl-nav .disabled{
    opacity:.5;
    cursor:default;
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline;
}
.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:0 2px;
    background-color:#959595;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background-color:transparent;
    border: 1px solid #959595;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background:#869791;
	color:#fff;
	text-decoration:none
}

.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default
}

.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
	*display:inline
}

.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 2px;
	background:#959595;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background-color:transparent;
	border: 1px solid #959595;
}

/*To move navigation buttons outside use these settings:*/

.testimonial-carousel .owl-controls .owl-nav [class*="owl-"]{
    background-color: transparent;
    border: 1px solid #959595;
    color: #959595;
}

  .testimonial-carousel .owl-controls .owl-nav div {
	  position: absolute;
      width: 19px;
      height: 17px;
      line-height: 17px;
  }
.testimonial-carousel .owl-controls .owl-nav div i{
    line-height:8px;
    display:block;
}
.testimonial-carousel .owl-controls .owl-nav .owl-prev{
	left: -45px;
	top: 43%;
    transform: translateY(-43%);
    -moz-transform: translateY(-43%);
    -webkit-transform: translateY(-43%);
    -o-transform: translateY(-43%);
}

.testimonial-carousel .owl-controls .owl-nav .owl-next{
	right: -45px;
    top: 43%;
    transform: translateY(-43%);
    -moz-transform: translateY(-43%);
    -webkit-transform: translateY(-43%);
    -o-transform: translateY(-43%);
}

/*To move navigation buttons outside use these settings:*/

.banner-slider .owl-controls .owl-nav [class*="owl-"]{
    background-color: #00aeef;
    border:0;
    color: #fff;
    margin: 0;
    padding: 0;
    opacity: 0.75;
}

.banner-slider .owl-controls .owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 42px !important;
}
.banner-slider .owl-controls .owl-nav div i{
    vertical-align: middle;
    line-height: 45px;
    display: block;
}
.banner-slider .owl-controls .owl-nav .owl-prev{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-slider .owl-controls .owl-nav .owl-next{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*! jQuery UI - v1.12.0 - 2016-08-14
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */
	.pp_social {display:none !important;}
	.pp_description{display: none !important;}
	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }

	div.pp_default .pp_top .pp_left { background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat; } /* Top right corner */

	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url(../img/prettyPhoto/default/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; }
	div.pp_default .pp_gallery ul li a { background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }
	div.pp_default .pp_social { margin-top: 7px; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url(../img/prettyPhoto/default/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; }
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */

	div.dark_rounded .pp_top .pp_left { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.dark_rounded .pp_content_container .pp_left { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */

	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }

	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat; } /* Loader icon */

	div.dark_square .pp_expand { background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_square .pp_arrow_previous { background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_square .pp_next:hover { background: url(../img/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */

	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }

	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_square .pp_arrow_previous { background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_square .pp_next:hover { background: url(../img/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.light_square .pp_loaderIcon { background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */

	div.facebook .pp_top .pp_left { background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; }
	div.facebook .pp_loaderIcon { background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */

	div.facebook .pp_arrow_previous { background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }

	div.facebook .pp_next:hover { background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.facebook .pp_bottom .pp_left { background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}

	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}


		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }

			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}

			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}

		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }

		.pp_fade { display: none; }

		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}

			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }

			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0;
				}

				.pp_social { float: left; margin: 0; }
				.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }
				.pp_social .twitter { float: left; }

				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}

					.pp_nav p {
						float: left;
						margin: 2px 4px;
						white-space: nowrap;
					}

					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}

					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}

		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}

		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}

			.pp_gallery div {
				float: left;
				overflow: hidden;
				position: relative;
			}

			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}

			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}

			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }

			.pp_gallery ul a img { border: 0; }

			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}

			.pp_gallery li.default a {
				background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}

			.pp_gallery li.default a img { display: none; }

			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}

		a.pp_next {
			background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}

		a.pp_previous {
			background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}

		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}

		a.pp_close {
			position: absolute; right: 0; top: 0;
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}

		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }

			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}

			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}

		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}

		#pp_full_res {
			line-height: 1 !important;
		}

			#pp_full_res .pp_inline {
				text-align: left;
			}

				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}

/* prettyPhoto styling for small screens */
@media (max-width: 767px)
{
	.pp_pic_holder.default
	{
		width: 100%!important;
		margin-top:-100px !important;
		left: 0 !important;
		overflow: hidden;
	}
	div.default .pp_content_container .pp_left
	{
		padding-left: 0!important;
	}
	div.default .pp_content_container .pp_right
	{
		padding-right: 0!important;
	}
	.pp_content
	{
		width: 100% !important;
		height: 300px !important;
		position: relative;
	}
	.pp_fade
	{
		width: 100% !important;
		height: 100% !important;
	}
	a.pp_expand,
	a.pp_contract,
	.pp_hoverContainer,
	.pp_gallery,
	.pp_top,
	.pp_bottom
	{
		display: none!important;
	}
	#pp_full_res{
		position: relative;
		width: 100% !important;
		height: 100% !important;
	}
	#pp_full_res img
	{
		width: 100% !important;
		height: 100% !important;
	}

	a.pp_close
	{
		right: 10px!important;
		top: 10px!important;
	}
	#pp_full_res iframe{
		width: 100% !important;
		height: 100%;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 24px;
    height: 24px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: RGBA(0, 0, 0, 0.5);
    z-index: 10;
    border-radius: 3px;

}


.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 17px;
    line-height: 23px;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 24px;
}

.slick-prev
{
    left: 12px;
}
[dir='rtl'] .slick-prev
{
    right: 12px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105';
}

.slick-next
{
    right: 12px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 12px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f104';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 10px;
    margin:0;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    /* padding: 5px;*/

    cursor: pointer;

    color: transparent;
    outline: none;
    /*background: transparent;*/
    background-color: #959595;
    border-radius: 50%;
    border: 1px solid #959595;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    opacity: 1;
}
/*.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.slick-dots li.slick-active button
{
    /*opacity: .75;*/
    background: none;
    color: black;
}

/*------------------------------------------------------------------
[Styles]

Project:	Houzez html5 Template
Version:	1.1
Last change:
Primary use:	Real estate
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Navigation
4. Content
5. Widgets
6. Modules
7. Typography
8. Buttons
9. Footer
-------------------------------------------------------------------*/

/*START GLOBAL STYLE*/
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f6f6f6;
  padding-right: 0 !important;
}

*:focus {
  outline: none;
}

.header-mobile, .blog-header, .item-foot, .item-caption .item-caption-list, .property-item-v2 .item-body-top,
.property-item-v2 .item-body-bottom, .account-block, .area-title, .my-property .media-body, .add-tab-content .add-tab-row, .profile-top, .media-tabs, .form-small .agent-media-head, .yelp-category .yelp-cat-list li, .detail-title, .document-list li, .plan-tabber .tab-pane, .floor-title-block, .print-header, .print-header-detail, .accord-block .accord-tab, .profile-tabs, .reviews-list .review-top, .property-filter-wrap, .article-footer, .comment-navigation, .document-topic-list li, .info-title, .method-row, .pkg-total-list li, .widget-download li, .widget-calculate .morg-result, .widget-categories ul, .widget_categories ul, .widget_archive ul, .widget_meta ul, .widget_recent_entries ul, .widget_pages ul, .widget-pages ul, .widget_recent_comments ul, .widget_nav_menu ul, .widget-categories li, .widget_categories li, .widget_archive li, .widget_meta li, .widget_recent_entries li, .widget_pages li, .widget-pages li, .widget_recent_comments li, .widget_nav_menu li, .lightbox-popup .popup-inner, .lightbox-header, .lightbox-slide-nav {
  *zoom: 1;
}
.header-mobile:before, .blog-header:before, .item-foot:before, .item-caption .item-caption-list:before, .property-item-v2 .item-body-top:before,
.property-item-v2 .item-body-bottom:before, .account-block:before, .area-title:before, .my-property .media-body:before, .add-tab-content .add-tab-row:before, .profile-top:before, .media-tabs:before, .form-small .agent-media-head:before, .yelp-category .yelp-cat-list li:before, .detail-title:before, .document-list li:before, .plan-tabber .tab-pane:before, .floor-title-block:before, .print-header:before, .print-header-detail:before, .accord-block .accord-tab:before, .profile-tabs:before, .reviews-list .review-top:before, .property-filter-wrap:before, .article-footer:before, .comment-navigation:before, .document-topic-list li:before, .info-title:before, .method-row:before, .pkg-total-list li:before, .widget-download li:before, .widget-calculate .morg-result:before, .widget-categories ul:before, .widget_categories ul:before, .widget_archive ul:before, .widget_meta ul:before, .widget_recent_entries ul:before, .widget_pages ul:before, .widget-pages ul:before, .widget_recent_comments ul:before, .widget_nav_menu ul:before, .widget-categories li:before, .widget_categories li:before, .widget_archive li:before, .widget_meta li:before, .widget_recent_entries li:before, .widget_pages li:before, .widget-pages li:before, .widget_recent_comments li:before, .widget_nav_menu li:before, .lightbox-popup .popup-inner:before, .lightbox-header:before, .lightbox-slide-nav:before, .header-mobile:after, .blog-header:after, .item-foot:after, .item-caption .item-caption-list:after, .property-item-v2 .item-body-top:after,
.property-item-v2 .item-body-bottom:after, .account-block:after, .area-title:after, .my-property .media-body:after, .add-tab-content .add-tab-row:after, .profile-top:after, .media-tabs:after, .form-small .agent-media-head:after, .yelp-category .yelp-cat-list li:after, .detail-title:after, .document-list li:after, .plan-tabber .tab-pane:after, .floor-title-block:after, .print-header:after, .print-header-detail:after, .accord-block .accord-tab:after, .profile-tabs:after, .reviews-list .review-top:after, .property-filter-wrap:after, .article-footer:after, .comment-navigation:after, .document-topic-list li:after, .info-title:after, .method-row:after, .pkg-total-list li:after, .widget-download li:after, .widget-calculate .morg-result:after, .widget-categories ul:after, .widget_categories ul:after, .widget_archive ul:after, .widget_meta ul:after, .widget_recent_entries ul:after, .widget_pages ul:after, .widget-pages ul:after, .widget_recent_comments ul:after, .widget_nav_menu ul:after, .widget-categories li:after, .widget_categories li:after, .widget_archive li:after, .widget_meta li:after, .widget_recent_entries li:after, .widget_pages li:after, .widget-pages li:after, .widget_recent_comments li:after, .widget_nav_menu li:after, .lightbox-popup .popup-inner:after, .lightbox-header:after, .lightbox-slide-nav:after {
  content: " ";
  display: table;
}
.header-mobile:after, .blog-header:after, .item-foot:after, .item-caption .item-caption-list:after, .property-item-v2 .item-body-top:after,
.property-item-v2 .item-body-bottom:after, .account-block:after, .area-title:after, .my-property .media-body:after, .add-tab-content .add-tab-row:after, .profile-top:after, .media-tabs:after, .form-small .agent-media-head:after, .yelp-category .yelp-cat-list li:after, .detail-title:after, .document-list li:after, .plan-tabber .tab-pane:after, .floor-title-block:after, .print-header:after, .print-header-detail:after, .accord-block .accord-tab:after, .profile-tabs:after, .reviews-list .review-top:after, .property-filter-wrap:after, .article-footer:after, .comment-navigation:after, .document-topic-list li:after, .info-title:after, .method-row:after, .pkg-total-list li:after, .widget-download li:after, .widget-calculate .morg-result:after, .widget-categories ul:after, .widget_categories ul:after, .widget_archive ul:after, .widget_meta ul:after, .widget_recent_entries ul:after, .widget_pages ul:after, .widget-pages ul:after, .widget_recent_comments ul:after, .widget_nav_menu ul:after, .widget-categories li:after, .widget_categories li:after, .widget_archive li:after, .widget_meta li:after, .widget_recent_entries li:after, .widget_pages li:after, .widget-pages li:after, .widget_recent_comments li:after, .widget_nav_menu li:after, .lightbox-popup .popup-inner:after, .lightbox-header:after, .lightbox-slide-nav:after {
  clear: both;
}

/*START LOAD ANIMATIONS */
.owl-theme .owl-controls .owl-nav [class*=owl-], .header-main div, .header-left, .header-right, .account-dropdown, .navi > ul ul, .nav-dropdown, .item-thumb .hover-effect:before, figure .hover-effect:before, .carousel-module .carousel .item figure .hover-effect:before, .item-thumb .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb .slick-slide:before, figure .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure .slick-slide:before, #transportation span, #supermarkets span, #schools span, #libraries span, #pharmacies span, #hospitals span, .services-module .service-block, .agents-block, .partner-block {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

button, a, .hover-effect, .slideshow .slideshow-nav-main .slick-slide, .top-bar .dropdown-menu > li, .nav-dropdown a, .login-tabs li, .banner-search-tabs .search-tab, .search-expand-btn, .item-thumb .hover-effect:after, figure .hover-effect:after, .carousel-module .carousel .item figure .hover-effect:after, .item-thumb .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main .item-thumb .slick-slide:after, figure .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main figure .slick-slide:after, .detail-bar .detail-tabs li, .video-thumb, .attachment-houzez-property-detail-gallery, .profile-tabs li, #transportation, #supermarkets, #schools, #libraries, #pharmacies, #hospitals, #houzez-gmap-main .map-btn {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.team-caption {
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.search-panel, .compare-panel {
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.slide-animated {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

button:active {
  outline: none !important;
}
button:hover {
  outline: none !important;
}
button:focus {
  outline: none !important;
}

hr {
  border-color: #e4e4e4;
}

h1, h2, h3, h4 {
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #00aeef;
  text-decoration: none;
}
a:hover {
  color: #4cc6f4;
  text-decoration: none;
}
a:focus {
  color: #4cc6f4;
  text-decoration: none;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

pre {
  margin: 0 0 20px;
}

iframe {
  max-width: 100%;
}

label {
  font-weight: 400;
  font-size: 14px;
}

label.error {
  position: absolute;
  color: red;
  font-size: 13px;
  bottom: -5px;
}
@media (min-width: 1200px) {
  label.error {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7.5px;
    height: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  label.error {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7.5px;
    height: 25px;
    margin-bottom: 0;
  }
}

label.success {
  position: absolute;
  color: green;
  font-size: 13px;
  bottom: -5px;
}

blockquote p {
  margin: 0 !important;
}

.hover-effect, .slideshow .slideshow-nav-main .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 0;
}

/*START TYPO CLASSES*/
.blue {
  color: #00aeef;
}

.text-primary {
  color: #00aeef;
}

.text-success {
  color: #77c720;
}

.text-danger {
  color: #e43012;
}

/*START SOCIAL ICONS STYLE*/
.btn-social {
  color: #fff;
}
.btn-social + .btn-social {
  margin-top: 10px;
}
.btn-social:hover {
  color: #fff;
}
.btn-social .fa {
  float: left;
  line-height: 20px;
}

.btn-facebook:hover {
  color: #506dab !important;
}

.btn-twitter:hover {
  color: #00aced !important;
}

.btn-pinterest:hover {
  color: #cb2027 !important;
}

.btn-instagram:hover {
  color: #517fa4 !important;
}

.btn-google-plus:hover {
  color: #dd4b39 !important;
}

.btn-linkedin:hover {
  color: #007bb6 !important;
}

.btn-youtube:hover {
  color: #bb0000 !important;
}

.btn-dribbble:hover {
  color: #ea4c89 !important;
}

.btn-foursquare:hover {
  color: #0072b1 !important;
}

.btn-flickr:hover {
  color: #ff0084 !important;
}

.btn-vimeo:hover {
  color: #aad450 !important;
}

.btn-tumblr:hover {
  color: #32506d !important;
}

.btn-rss:hover {
  color: #FF6600 !important;
}

.btn-email:hover {
  color: #ccc !important;
}

.btn-bg-facebook {
  background-color: #506dab;
}
.btn-bg-facebook:hover {
  background-color: #405788;
  color: #fff;
}

.btn-bg-twitter {
  background-color: #00aced;
}
.btn-bg-twitter:hover {
  background-color: #0087ba;
  color: #fff;
}

.btn-bg-pinterest {
  background-color: #cb2027;
}
.btn-bg-pinterest:hover {
  background-color: #9f191f;
  color: #fff;
}

.btn-bg-instagram {
  background-color: #517fa4;
}
.btn-bg-instagram:hover {
  background-color: #406582;
  color: #fff;
}

.btn-bg-google-plus {
  background-color: #dd4b39;
}
.btn-bg-google-plus:hover {
  background-color: #c23321;
  color: #fff;
}

.btn-bg-linkedin {
  background-color: #007bb6;
}
.btn-bg-linkedin:hover {
  background-color: #005983;
  color: #fff;
}

.btn-bg-youtube {
  background-color: #bb0000;
}
.btn-bg-youtube:hover {
  background-color: #880000;
  color: #fff;
}

.btn-bg-dribbble {
  background-color: #ea4c89;
}
.btn-bg-dribbble:hover {
  background-color: #e51e6b;
  color: #fff;
}

.btn-bg-foursquare {
  background-color: #0072b1;
}
.btn-bg-foursquare:hover {
  background-color: #00517e;
  color: #fff;
}

.btn-bg-flickr {
  background-color: #ff0084;
}
.btn-bg-flickr:hover {
  background-color: #cc006a;
  color: #fff;
}

.btn-bg-vimeo {
  background-color: #aad450;
}
.btn-bg-vimeo:hover {
  background-color: #93c130;
  color: #fff;
}

.btn-bg-tumblr {
  background-color: #32506d;
}
.btn-bg-tumblr:hover {
  background-color: #22364a;
  color: #fff;
}

.btn-bg-rss {
  background-color: #FF6600;
}
.btn-bg-rss:hover {
  background-color: #cc5200;
  color: #fff;
}

.btn-bg-email {
  background-color: #ccc;
}
.btn-bg-email:hover {
  background-color: #b3b3b3;
  color: #fff;
}

.btn-bg-yahoo {
  background-color: rgba(128, 0, 128, 0.75);
}
.btn-bg-yahoo:hover {
  background-color: rgba(77, 0, 77, 0.75);
  color: #fff;
}

/*START ELEMENTS BEHAVIORS CLASSES*/
table {
  margin-bottom: 15px;
}

.table-striped > thead > tr > th {
  background-color: #e9e9e9;
  font-weight: 400;
  border-bottom: 0;
  border-right: 1px solid #fff;
  padding: 10px 15px;
}
.table-striped > thead > tr > th:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .table-striped > thead > tr > th {
    padding: 5px 10px;
  }
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #eeeeee;
}
.table-striped > tbody > tr {
  background-color: transparent;
}
.table-striped > tbody > tr > td, .widget_calendar table .table-striped > tbody > tr > th {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .table-striped > tbody > tr > td, .widget_calendar table .table-striped > tbody > tr > th {
    padding: 5px 10px;
  }
}

.table-list {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.nav-inline {
  display: inline-block;
  list-style: none;
}

.list-inline {
  list-style: none;
  margin: 0;
}
.list-inline > li {
  padding: 0;
  padding-right: 10px;
  display: inline-block;
}

.v-align-bottom {
  vertical-align: bottom !important;
}

.v-align-middle {
  vertical-align: middle !important;
}

.v-align-top {
  vertical-align: top !important;
}

.full-width {
  width: 100%;
}

.form-control, .post-password-form input[type='password'] {
  height: 42px;
  width: 100%;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #959595;
  padding: 6px 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 1px solid #cccccc;
}
.form-control:focus, .post-password-form input[type='password']:focus {
  border-color: #00aeef;
  outline: 0;
  box-shadow: none;
}
.form-control:-moz-placeholder, .post-password-form input[type='password']:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .post-password-form input[type='password']:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .post-password-form input[type='password']::-webkit-input-placeholder {
  color: #999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-control, .post-password-form input[type='password'] {
    width: 100%;
    height: 50px;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .form-control, .post-password-form input[type='password'] {
    width: 100%;
    height: 50px;
    font-size: 14px !important;
  }
}

.form-control.error, .post-password-form input.error[type='password'] {
  border: 1px solid red;
}

.form-control.success, .post-password-form input.success[type='password'] {
  border: 1px solid green;
}

/*START ALERT STYLE*/
.alert {
  border-radius: 0;
}

.alert-info {
  background-color: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.22);
}

/*START OWL AND SLICK SLIDER ARROWS STYLE*/
.slick-prev:hover, .slideshow .slide .slick-next:hover, .slideshow .slideshow-nav .slick-next:hover, .testimonial-carousel .slick-next:hover, .banner-slider .slick-next:hover,
.slick-prev:focus,
.slideshow .slide .slick-next:focus,
.slideshow .slideshow-nav .slick-next:focus,
.testimonial-carousel .slick-next:focus,
.banner-slider .slick-next:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: rgba(0, 174, 239, 0.8);
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-prev:focus,
.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-next:focus,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:active {
  color: #fff;
  outline: none;
  background: rgba(0, 174, 239, 0.75);
  border-color: rgba(0, 174, 239, 0.75);
}

.owl-prev .fa, .owl-next .fa {
  display: block;
  line-height: 21px;
  font-size: 16px;
}

.owl-controls .owl-nav .owl-prev {
  left: 12px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-controls .owl-nav .owl-next {
  right: 12px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-carousel .item-wrap {
  margin-bottom: 0;
}

/*START MARGINS AND PADDING CLASSES*/
.no-margin {
  margin: 0 !important;
}
.no-margin .module-item {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bg {
  background: none !important;
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

/*START UL > LI COLUMNS CLASSES*/
.list-two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.list-three-col {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
@media (max-width: 767px) {
  .list-three-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (max-width: 481px) {
  .list-three-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.list-four-col {
  line-height: 25px;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
@media (max-width: 767px) {
  .list-four-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (max-width: 481px) {
  .list-four-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

/*START INPUTS WITH ICONS CLASSES*/
.input-group-addon {
  padding: 5px 15px;
  background-color: #fff;
  color: #9b9b9b;
}

.icon-holder .form-control:not(textarea), .icon-holder .post-password-form input[type='password']:not(textarea), .post-password-form .icon-holder input[type='password']:not(textarea) {
  padding-left: 54px;
}

.field-group {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
.field-group input {
  display: block;
  height: 43px;
  border: none;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 300;
  padding: 6px 12px;
  width: 100%;
}
.field-group input + input {
  border-top: 1px solid #cccccc;
}
@media (min-width: 768px) and (max-width: 991px) {
  .field-group input {
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .field-group input {
    height: 50px;
    font-size: 14px;
  }
}

.input-icon {
  position: relative;
}
.input-icon input {
  padding-left: 40px !important;
  position: relative;
  color: #959595;
}
.input-icon + .input-icon {
  border-top: 1px solid #cccccc;
}
.input-icon:before {
  color: #959595;
  text-align: center;
  font-family: "FontAwesome";
  height: 43px;
  width: 40px;
  line-height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .input-icon:before {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .input-icon:before {
    height: 50px;
    line-height: 50px;
  }
}

.input-icon-right input {
  padding-left: 12px !important;
  padding-right: 40px !important;
}
.input-icon-right:before {
  left: auto;
  right: 0;
}

.input-user:before {
  content: "\f007";
}

.input-email:before {
  content: "\f0e0";
}

.input-pass:before {
  content: "\f023";
}

.input-search:before {
  content: "\f002";
}

.input-calendar:before {
  content: "\f073";
}

.input-level-down:before {
  content: "";
  background-image: url("../img/icons/save-search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

.search-location {
  position: relative;
}
.search-location .location-trigger {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 42px;
  line-height: 42px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-location .location-trigger {
    height: 50px;
    line-height: 50px;
  }
}

.white-block {
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 767px) {
  .white-block {
    padding: 25px !important;
  }
}

.vegas-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mapPlaceholder, .slider-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.mapPlaceholder .loader-inner, .slider-placeholder .loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mapPlaceholder .loader-ripple, .slider-placeholder .loader-ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%) scale(0.4);
  -o-transform: translate(-50%, -50%) scale(0.4);
  -ms-transform: translate(-50%, -50%) scale(0.4);
  -webkit-transform: translate(-50%, -50%) scale(0.4);
  transform: translate(-50%, -50%) scale(0.4);
}

.slider-placeholder {
  color: #fff;
}

.scrolltop-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  background-color: #00aeef;
  color: #fff;
  padding: 0;
  z-index: 999;
}
.scrolltop-btn:hover {
  opacity: .8;
}

.btn.scrolltop-btn {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu > li > a {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .dropdown-menu > li > a {
    padding: 6px 15px;
    font-size: 12px;
  }
}
.dropdown-menu > li > a:hover {
  color: #000;
  text-decoration: none;
  background-color: rgba(0, 174, 239, 0.12);
}
.dropdown-menu > li > a:focus {
  color: #000;
  text-decoration: none;
  background-color: rgba(0, 174, 239, 0.12);
}
.dropdown-menu > li > a:active {
  color: #000;
  text-decoration: none;
  background-color: rgba(0, 174, 239, 0.12);
}
.dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #00aeef;
  outline: 0;
}
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00aeef;
  outline: 0;
}
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00aeef;
  outline: 0;
}

.container {
  padding: 0;
}
@media (max-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 480px;
  }
}
@media (max-width: 481px) {
  .container {
    width: 100%;
  }
}

/*START MODELS STYLE*/
.modal-dialog {
  margin: 70px auto;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 10px;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 0;
  height: 60px;
  background-color: #393939;
}
.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  font-size: 22px;
  text-align: center;
  line-height: 55px;
  margin-top: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.modal-header .close .fa {
  position: relative;
  top: -3px;
}
.modal-header ul {
  float: left;
  margin: 0;
}
.modal-header .modal-title {
  float: left;
  line-height: 26px;
  color: #fff;
  padding: 16px 0 16px 24px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .modal-header .modal-title {
    font-size: 14px;
  }
}

.modal-body.modal-payment {
  padding: 64px;
  text-align: center;
}
.modal-body.modal-payment .btn {
  padding: 13px 75px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .modal-body.modal-payment {
    padding: 44px;
  }
  .modal-body.modal-payment .btn {
    padding: 10px 45px;
  }
}

.modal-payment-text {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 22px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .modal-payment-text {
    font-size: 14px;
    line-height: 18px;
  }
}

/*START BOOTSTRAP SELECT STYLE*/
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .btn.btn-default {
  border: 1px solid #cccccc;
  color: #959595;
  font-size: 14px;
  text-transform: none;
  height: 42px;
  background-color: #fff;
  font-weight: 400;
}
.bootstrap-select .btn.btn-default:hover {
  background-color: #fff;
}
.bootstrap-select .btn.btn-default:focus {
  background-color: #fff;
}
.bootstrap-select .btn.btn-default.focus {
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-select .btn.btn-default {
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .bootstrap-select .btn.btn-default {
    height: 50px;
    font-size: 14px;
  }
}
.bootstrap-select > .dropdown-toggle {
  padding: 0 25px 0 15px;
}

.bootstrap-select.open .btn.btn-default {
  background-color: #fff;
  box-shadow: none;
}

/*START SHARE TOOLTIP STYLE*/
.share_tooltip {
  position: absolute;
  right: -4px;
  bottom: 35px;
  background-color: #00aeef;
  white-space: nowrap;
  display: block;
  padding: 0 5px;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.share_tooltip a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 0 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.share_tooltip a:hover {
  color: #000 !important;
}
@media (max-width: 767px) {
  .share_tooltip a {
    width: 20px;
    padding: 0;
    font-size: 12px;
  }
}
.share_tooltip:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  top: inherit;
  right: 10px;
  bottom: -13px;
  left: inherit;
  z-index: 2;
  width: 0;
  border-width: 7px;
  border-top-color: #00aeef;
}
.share_tooltip.in {
  visibility: visible;
  z-index: 5;
}

.tooltip_left {
  line-height: 16px;
  position: absolute;
  top: inherit;
  right: 30px;
  bottom: 50%;
  left: inherit;
  z-index: -1;
  -moz-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.tooltip_left:after {
  position: absolute;
  top: inherit;
  right: -14px;
  bottom: 7px;
  left: inherit;
  z-index: 2;
  border-top-color: transparent;
  border-left-color: #00aeef;
}

/*START ITEM ACTIONS STYLE*/
.actions {
  margin: 0;
  list-style: none;
  font-size: 0 !important;
}
.actions li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}
.actions li:last-child {
  margin: 0;
}
.actions li > span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-align: center;
}
.actions li > span:hover {
  background-color: #00aeef;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*START TOP BAR*/
@media (max-width: 991px) {
  .top-has-nav .top-bar-left,
  .top-has-nav .top-bar-right {
    width: 70% !important;
  }
}
@media (max-width: 991px) {
  .top-has-nav .top-bar-left.top-nav-area,
  .top-has-nav .top-bar-right.top-nav-area {
    width: 30% !important;
  }
}

.top-bar {
  background-color: #000;
}
.top-bar .top-inner {
  font-size: 0;
  line-height: normal;
}
.top-bar ul {
  margin: 0;
  line-height: normal;
  font-size: 0;
}
.top-bar .top-bar-left {
  float: left;
  text-align: left;
  width: 50%;
  position: relative;
}
.top-bar .top-bar-left.houzez-top-bar-full {
  width: 100% !important;
}
.top-bar .top-bar-right {
  float: left;
  text-align: right;
  width: 50%;
  position: relative;
}
.top-bar .top-bar-right.houzez-top-bar-full {
  width: 100% !important;
}
.top-bar .top-nav > ul > li > a {
  padding: 0 12px;
}
.top-bar .top-nav > ul > li > a:hover {
  background-color: transparent;
}
.top-bar .top-nav > ul .has-child > a:after {
  content: '\f107';
}
.top-bar .top-nav > ul ul {
  top: 50px;
  width: 180px;
}
.top-bar .top-nav > ul ul a {
  padding: 10px 15px;
  font-size: 12px;
}
.top-bar .top-nav > ul ul li {
  text-transform: capitalize;
}
.top-bar .top-nav > ul ul li ul.sub-menu {
  right: -180px;
}
.top-bar .top-nav > ul ul .has-child > a:after {
  content: '\f105';
}
.top-bar .top-nav > ul li.active > a {
  color: #4cc6f4;
  background-color: transparent;
}
.top-bar .top-nav > ul li.active ul {
  top: 32px;
}
.top-bar .nav-dropdown {
  width: 240px;
}
.top-bar .nav-dropdown a {
  font-size: 12px;
  line-height: 18px;
  padding: 12px 14px;
}
.top-bar .nav-dropdown .expand-me {
  line-height: 41px;
}
.top-bar .mobile-nav {
  display: none;
  padding: 4px 0;
}
.top-bar .mobile-nav .nav-trigger.mobile-open + .nav-dropdown {
  top: 32px;
}
.top-bar .dropdown-menu {
  background-color: #000;
  border-radius: 0;
  margin-top: 0;
  border: 0;
  min-width: 100%;
}
.top-bar .dropdown-menu > li {
  cursor: pointer;
  display: block;
  padding: 6px 8px;
  font-size: 12px;
  color: #fff;
  line-height: 1.42857;
}
.top-bar .dropdown-menu > li:hover {
  color: #00aeef;
}
.top-bar .dropdown-menu > li > a {
  font-size: 12px;
  padding: 0;
  color: #fff;
}
.top-bar .dropdown-menu > li > a:hover {
  color: #00aeef;
  background-color: transparent;
}
@media (max-width: 991px) {
  .top-bar .top-bar-left.top-nav-area .mobile-nav {
    float: left;
  }
  .top-bar .top-bar-right.top-nav-area .mobile-nav {
    float: right;
  }
  .top-bar .top-bar-right.top-nav-area .nav-dropdown {
    left: auto;
    right: 0;
  }
  .top-bar .top-bar-right.top-nav-area .nav-dropdown > ul:before {
    left: auto;
    right: 2px;
  }
  .top-bar .top-nav {
    display: none;
  }
  .top-bar .mobile-nav {
    display: block;
  }
}
@media (max-width: 481px) {
  .top-bar.hide-top-bar-mobile {
    display: none !important;
  }
}

.top-contact ul {
  list-style: none;
  font-size: 0;
}
.top-contact li {
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
  margin-right: 23px;
  font-weight: 400;
}
.top-contact li:last-child {
  margin: 0;
}
.top-contact .top-bar-phone .fa,
.top-contact .top-bar-contact .fa {
  position: relative;
  top: 1px;
}
.top-contact a {
  color: #fff;
}
.top-contact .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .top-contact li {
    margin-right: 16px;
  }
  .top-contact span {
    display: none;
  }
}

.top-bar-social a {
  margin-right: 8px;
  font-size: 16px;
  color: #fff;
}
.top-bar-social a:last-child {
  margin: 0;
}
.top-bar-social .fa {
  margin: 0;
}

.top-drop-downs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.top-drop-downs > li {
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-right: 28px;
}
.top-drop-downs > li:last-child {
  margin: 0;
}
.top-drop-downs .btn {
  border-radius: 0;
  font-size: 12px;
  padding: 7px 0;
  color: #fff;
  background-color: transparent;
}
.top-drop-downs .btn:hover {
  color: #00aeef;
}
.top-drop-downs .fa {
  margin-left: 18px;
}

/*START HEADERS STYLE*/
.header-main .container {
  position: relative;
}

.header-mobile {
  z-index: 11;
  height: auto;
  background-color: #00aeef;
  min-height: 60px;
}
.header-mobile > .container {
  position: relative;
}
@media (max-width: 481px) {
  .header-mobile > .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-mobile .mobile-nav {
  width: 25%;
  line-height: 60px;
  float: left;
  z-index: 999;
}
.header-mobile .header-logo {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 55px;
}
.header-mobile .header-logo img {
  max-height: 20px;
}
.header-mobile .header-user {
  text-align: right;
  float: left;
  width: 25%;
  line-height: 55px;
}
.header-mobile .user-image {
  width: 26px;
}
.header-mobile .user-icon {
  width: 24px;
  display: inline-block;
  text-align: center;
  height: 26px;
  color: #fff;
  font-size: 20px;
}
.header-mobile .account-action li.active .account-dropdown {
  top: 60px;
}
.header-mobile .account-action > li {
  line-height: 57px !important;
}
.header-mobile .account-action li.active + .account-dropdown {
  top: 40px !important;
  z-index: 999;
}
.header-mobile .account-dropdown {
  width: 100%;
}
.header-mobile .account-dropdown ul:before {
  border-width: 5px;
  right: 6px;
  top: -10px;
}
@media (max-width: 767px) {
  .header-mobile .account-dropdown ul:before {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .header-mobile .nav-dropdown > ul::before {
    left: 18px;
  }
}

.header-section-default, .header-section-4 {
  background-color: #004274;
  position: relative;
}
.header-section-default .header-left, .header-section-4 .header-left {
  float: left;
  width: 75%;
}
.header-section-default .header-left .navi, .header-section-4 .header-left .navi {
  float: left;
  margin-left: 5%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-section-default .header-left, .header-section-4 .header-left {
    width: 70%;
  }
}
.header-section-default .header-right, .header-section-4 .header-right {
  float: right;
  width: 25%;
}
.header-section-default .header-right .btn-default, .header-section-4 .header-right .btn-default {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-section-default .header-right .btn-default:hover, .header-section-4 .header-right .btn-default:hover {
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-section-default .header-right, .header-section-4 .header-right {
    width: 30%;
  }
}

.logo {
  line-height: 55px;
  float: left;
}

.header-right {
  text-align: right;
}
.header-right > div {
  line-height: 60px;
}
.header-right > div > a {
  color: #fff;
  display: inline-block;
}
.header-right > div > a:hover {
  color: #fff;
}
.header-right > div > a:active {
  color: #fff;
  border-color: #fff;
}
.header-right > div > a:focus {
  color: #fff;
  border-color: #fff;
}
.header-right > div > a + a {
  margin-left: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-right > div > a + a {
    margin-left: 3px;
  }
}
.header-right > div .fa {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .header-right > div {
    line-height: 38px;
  }
}
.header-right .btn {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.header-right .btn:hover {
  color: #fff;
}
.header-right .account-action {
  position: relative;
}
.header-right .account-action > li {
  font-size: 14px;
  line-height: 60px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-right .account-action > li {
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .header-right .account-action > li {
    line-height: 34px;
  }
}

.header-top-social ul {
  list-style: none;
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .header-top-social ul {
    text-align: right;
  }
}
.header-top-social li {
  display: inline-block;
  font-size: 20px;
}
.header-top-social li + li {
  margin-left: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-social li {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .header-top-social li {
    font-size: 17px;
    line-height: 30px;
  }
}
.header-top-social a {
  color: #fff;
}
.header-top-social a:hover {
  color: #4cc6f4;
}

.account-action {
  list-style: none;
  margin: 0;
}
.account-action > li {
  display: inline-block;
  line-height: 46px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.account-action li.active .account-dropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 60px;
  visibility: visible;
}
@media (max-width: 991px) {
  .account-action li.active .account-dropdown {
    top: 60px;
  }
}
.account-action .user-image {
  border-radius: 50%;
  margin-left: 10px;
  max-width: 22px;
}

.account-dropdown {
  position: absolute;
  top: 80px;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  min-width: 230px;
  z-index: 10;
}
.account-dropdown > ul {
  list-style: none;
  margin: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
}
.account-dropdown > ul:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  top: -16px;
  right: 31px;
  bottom: inherit;
  left: inherit;
  z-index: 2;
  width: 0;
  border-width: 8px;
  border-bottom-color: #fff;
}
.account-dropdown > ul > li {
  border-bottom: 1px solid #e6e6e6;
}
.account-dropdown > ul > li > a {
  border-left: 0 !important;
  display: block;
  color: #2e3e49;
  padding: 15px 15px 15px 22px !important;
  line-height: normal !important;
  text-align: left;
  text-transform: capitalize;
  font-size: 14px !important;
}
.account-dropdown > ul > li > a:hover {
  color: #4cc6f4;
}
.account-dropdown > ul > li.active a {
  background-color: #00aeef;
  color: #fff;
}
.account-dropdown > ul .fa {
  margin: 0;
  margin-right: 22px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .account-dropdown > ul > li > a {
    padding: 14px 14px 14px 18px !important;
    font-size: 12px !important;
  }
  .account-dropdown > ul .fa {
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .account-dropdown > ul > li > a {
    padding: 14px 14px 14px 18px !important;
    font-size: 12px !important;
  }
  .account-dropdown > ul .fa {
    margin-right: 10px !important;
  }
}

.header-contact {
  float: left;
}
.header-contact .contact-block {
  float: left;
  width: 33.333%;
}
.header-contact .contact-block .media-heading {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 5px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .header-contact .contact-block .media-heading {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 2px;
  }
}
@media (max-width: 481px) {
  .header-contact .contact-block .media-heading {
    font-size: 8px;
    line-height: 8px;
  }
}
.header-contact .contact-block p {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .header-contact .contact-block p {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 481px) {
  .header-contact .contact-block p {
    font-size: 8px;
    line-height: 8px;
  }
}
.header-contact .contact-block .fa {
  font-size: 30px;
  color: #4cc6f4;
  margin: 3px 5px 0 0;
}
@media (max-width: 767px) {
  .header-contact .contact-block .fa {
    font-size: 24px;
    margin: 0 5px 0 0;
  }
}
@media (max-width: 481px) {
  .header-contact .contact-block .fa {
    font-size: 20px;
    margin: -2px 0 0 0;
  }
}

/*SPLASH HEADER STYLE*/
#splash-section .header-mobile {
  background-color: transparent;
}
@media (max-width: 991px) {
  #splash-section .header-mobile .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#splash-section .nav-dropdown {
  padding-left: 15px;
  padding-right: 15px;
}
#splash-section .nav-dropdown ul::before {
  left: 2px;
}
#splash-section .account-dropdown {
  padding-left: 15px;
  padding-right: 15px;
}
#splash-section .account-dropdown ul::before {
  right: 16px;
}
@media (max-width: 991px) {
  #splash-section .account-dropdown ul::before {
    right: 4px;
  }
}

.header-section-default.splash-header, .splash-header.header-section-4 {
  background-color: transparent;
  padding: 30px 15px;
}
@media (max-width: 991px) {
  .header-section-default.splash-header .header-left, .splash-header.header-section-4 .header-left {
    width: 58%;
  }
}
@media (max-width: 481px) {
  .header-section-default.splash-header .header-left, .splash-header.header-section-4 .header-left {
    width: 64%;
  }
}
@media (max-width: 321px) {
  .header-section-default.splash-header .header-left, .splash-header.header-section-4 .header-left {
    width: 70%;
  }
}
.header-section-default.splash-header .navi > ul > li, .splash-header.header-section-4 .navi > ul > li {
  font-weight: 500;
}
.header-section-default.splash-header .navi > ul > li > a:hover, .splash-header.header-section-4 .navi > ul > li > a:hover {
  color: #00aeef;
  background-color: transparent;
}
.header-section-default.splash-header .navi > ul > li.active > a, .splash-header.header-section-4 .navi > ul > li.active > a {
  color: #00aeef;
  background-color: transparent;
}
.header-section-default.splash-header .header-right a:hover, .splash-header.header-section-4 .header-right a:hover {
  color: #00aeef;
}
.header-section-default.splash-header .header-right .account-action > li, .splash-header.header-section-4 .header-right .account-action > li {
  line-height: 60px;
}
@media (max-width: 991px) {
  .header-section-default.splash-header, .splash-header.header-section-4 {
    padding: 0 0 30px 0;
  }
}

/*START HEADER VERSION 2*/
.header-section-2 {
  position: relative;
}
.header-section-2 .header-mobile {
  background-color: #374550;
}
@media (max-width: 991px) {
  .header-section-2 .header-mobile .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
.header-section-2 .header-mobile .account-dropdown {
  padding-left: 15px;
  padding-right: 15px;
}
.header-section-2 .nav-dropdown {
  padding-left: 15px;
  padding-right: 15px;
}
.header-section-2 .logo {
  float: inherit;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .header-section-2 .logo {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.header-section-2 .header-top-social {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  border-right: 1px solid #2a353d;
}
@media (max-width: 991px) {
  .header-section-2 .header-top-social {
    display: block;
    text-align: center;
    width: 50%;
    padding: 0;
    float: right;
    border: 0;
  }
}
.header-section-2 .header-top-call {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 32px;
  background-color: #00aeef;
  width: 365px;
}
@media (max-width: 991px) {
  .header-section-2 .header-top-call {
    display: block;
    width: 50%;
    padding: 0;
    float: left;
    background-color: transparent !important;
  }
}
.header-section-2 .navi > ul > li.active ul {
  top: 47px;
}
.header-section-2 .navi > ul ul {
  top: 67px;
}
.header-section-2 .navi > ul ul li.active ul.sub-menu {
  top: 0;
}
.header-section-2 .navi > ul ul ul.sub-menu {
  top: 20px;
}
.header-section-2 .avatar {
  font-size: 21px;
  color: #fff;
  white-space: nowrap;
}
.header-section-2 .avatar img {
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-section-2 .avatar {
    font-size: 17px;
    line-height: 35px;
  }
  .header-section-2 .avatar img {
    width: 29px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header-section-2 .avatar {
    font-size: 14px;
    line-height: 30px;
  }
  .header-section-2 .avatar img {
    width: 25px;
    margin-right: 8px;
    position: relative;
    top: -2px;
  }
}
.header-section-2 .account-action > li {
  line-height: 46px;
}
.header-section-2 .account-action li.active .account-dropdown {
  top: 47px;
}
@media (max-width: 991px) {
  .header-section-2 .header-top {
    padding: 10px 15px;
    background-color: #00aeef;
  }
}
.header-section-2 .header-right {
  padding-left: 20px;
  border-left: 1px solid #2a353d;
}
.header-section-2 .header-right .user {
  line-height: 46px;
}
.header-section-2 .header-right .btn {
  height: 34px;
  line-height: 20px !important;
}

.header-top {
  display: table;
  width: 100%;
  background-color: #374550;
}

.header-bottom {
  width: 100%;
  background-color: #2e3e49;
  border-top: 1px solid #2a353d;
  border-bottom: 1px solid #2a353d;
}
.header-bottom .navi > ul > li {
  border-right: 1px solid #2a353d;
}
.header-bottom .navi > ul > li > a {
  line-height: 46px;
}
.header-bottom .navi > ul > li > a:hover {
  background-color: #00aeef;
}
.header-bottom .navi > ul > li.active > a {
  background-color: #00aeef;
}
.header-bottom .header-nav {
  float: left;
}
.header-bottom .header-right {
  float: right;
}

/*START HEADER VERSION 3*/
.header-section-3 {
  position: relative;
}
.header-section-3 .header-mobile {
  background-color: #00aeef;
}
.header-section-3 .logo {
  line-height: 32px;
}
.header-section-3 .logo img {
  width: 100%;
}
.header-section-3 .header-top {
  background-color: #fff;
  padding: 36px 0;
}
@media (max-width: 991px) {
  .header-section-3 .header-top {
    padding: 15px 0;
    background-color: #00aeef;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .header-section-3 .header-top .media-heading {
    color: #fff;
  }
  .header-section-3 .header-top .fa {
    color: #fff;
  }
}
@media (max-width: 481px) {
  .header-section-3 .header-top .container {
    width: 100%;
  }
}
.header-section-3 .header-top-social {
  float: right;
  line-height: 34px;
}
.header-section-3 .header-top-social a {
  color: #000;
}
.header-section-3 .header-bottom {
  background-color: #00aeef;
  border: none;
}
.header-section-3 .header-right a {
  border-color: rgba(255, 255, 255, 0.5);
  line-height: 50px;
}
.header-section-3 .header-right .user {
  line-height: 50px;
}
.header-section-3 .navi > ul > li {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-section-3 .navi > ul > li > a {
  line-height: 50px;
}
.header-section-3 .navi > ul > li.active ul {
  top: 50px;
}
.header-section-3 .account-action li {
  line-height: 50px;
  color: #fff;
}
.header-section-3 .account-action li.active .account-dropdown {
  top: 50px;
}

.sticky_nav.header-section-3 {
  background-color: #00aeef;
  border-top: 0;
  border-bottom: 0;
}

/*START HEADER VERSION 4*/
.header-section-4 {
  background-color: #fff;
}
.header-section-4 .logo {
  line-height: 85px;
}
.header-section-4 .header-left {
  float: left;
  width: 75%;
}
.header-section-4 .header-left .navi {
  float: left;
  margin-left: 5%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-section-4 .header-left {
    width: 70%;
  }
}
.header-section-4 .header-right {
  float: right;
  width: 25%;
}
.header-section-4 .header-right a {
  color: #004274;
}
.header-section-4 .header-right a:hover {
  color: #00aeef;
}
.header-section-4 .header-right .btn {
  border-color: #004274;
}
.header-section-4 .header-right .btn:hover {
  background-color: #00aeef;
  color: #fff;
  border-color: #00aeef;
}
.header-section-4 .header-right .user {
  line-height: 88px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-section-4 .header-right {
    width: 30%;
  }
}
.header-section-4 .header-mobile .user a {
  color: #000;
}
.header-section-4 .mobile-nav .nav-trigger {
  color: #000;
}
.header-section-4 .navi > ul > li {
  font-weight: 500;
}
.header-section-4 .navi > ul > li > a {
  line-height: 90px;
  color: #004274;
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
}
.header-section-4 .navi > ul > li > a:hover {
  color: #00aeef;
  background-color: transparent;
}
.header-section-4 .navi > ul > li > a:active {
  color: #00aeef;
  background-color: transparent;
}
.header-section-4 .navi > ul > li.active > a {
  color: #00aeef;
  background-color: transparent;
}
.header-section-4 .navi > ul > li.active ul {
  top: 90px;
}
.header-section-4 .navi > ul ul {
  top: 110px;
}
.header-section-4 .navi > ul ul li.active ul.sub-menu {
  top: 0;
}
.header-section-4 .navi > ul ul ul.sub-menu {
  top: 20px;
}
.header-section-4 .account-action li {
  line-height: 90px;
  color: #004274;
}
.header-section-4 .account-action li.active .account-dropdown {
  top: 90px;
}
.header-section-4 .account-dropdown {
  top: 110px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-section-4 .account-dropdown {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .header-section-4 .account-dropdown {
    top: 80px;
  }
}

.header-section-4 .nav-right .container {
  position: relative;
}
.header-section-4 .nav-right .header-left {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 290px;
}
.header-section-4 .nav-right .header-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  z-index: 2;
}

.header-transparent {
  background-color: transparent !important;
}

/*START NAVIGATION*/
.sticky_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.sticky_nav .header-transparent {
  position: relative;
  background-color: #000;
}
.sticky_nav .header-transparent .navi > ul > li > a {
  color: #fff;
}
.sticky_nav .header-transparent .navi > ul > li > a:hover {
  color: #00aeef;
  background-color: transparent;
}
.sticky_nav .header-transparent .navi > ul > li > a:active {
  background-color: transparent;
}
.sticky_nav .header-transparent .navi > ul > li.active > a {
  background-color: transparent;
}

.nav-right .navi {
  float: right !important;
}
.nav-right .navi > ul > li:nth-last-child(-n+3) ul {
  left: auto;
  right: 0;
}
.nav-right .navi > ul > li:nth-last-child(-n+3) ul ul.sub-menu {
  right: auto;
  left: -250px;
}

.navi > ul > li {
  position: relative;
  display: inline-block;
  list-style: none;
}
.navi > ul > li > a {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
}
.navi > ul > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navi > ul > li > a {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navi > ul > li > a {
    padding: 0 9px;
  }
}
.navi > ul .has-child > a:after {
  content: '\f0d7';
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  float: right;
}
.navi > ul > li.active > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navi > ul > li.active ul {
  position: absolute;
  top: 60px;
  right: inherit;
  bottom: inherit;
  left: 0;
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.navi > ul ul {
  position: absolute;
  top: 80px;
  right: inherit;
  bottom: inherit;
  left: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  list-style: none;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  text-align: left !important;
}
.navi > ul ul li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.navi > ul ul li:last-child {
  border: none;
}
.navi > ul ul a {
  display: block;
  padding: 13px 15px;
  color: #2e3e49;
}
.navi > ul ul a:hover {
  background: none;
  color: #fff;
}
.navi > ul ul .has-child > a:after {
  content: '\f0da';
}
.navi > ul ul li.active > a {
  color: #00aeef;
}
.navi > ul ul li.active ul.sub-menu {
  top: 0 !important;
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.navi > ul ul ul.sub-menu {
  position: absolute;
  top: 20px;
  right: -250px;
  bottom: inherit;
  left: inherit;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.navi .houzez-megamenu > .sub-menu {
  width: 100%;
  display: table;
  padding: 35px;
}
.navi .houzez-megamenu > .sub-menu > li {
  display: table-cell;
  table-layout: fixed;
  border: none !important;
  padding-right: 40px;
}
.navi .houzez-megamenu > .sub-menu > li:last-child {
  padding: 0;
}
.navi .houzez-megamenu > .sub-menu > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.navi .houzez-megamenu > .sub-menu .houzez-menu-title-hidden > a {
  display: none;
}
.navi .houzez-megamenu > .sub-menu .sub-menu {
  position: inherit;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: inherit;
  z-index: 1;
}
.navi .houzez-megamenu > .sub-menu .sub-menu li {
  border: none;
  display: block;
}
.navi .houzez-megamenu > .sub-menu .sub-menu a {
  padding: 6px 0;
}

/*START HEADER BLOG*/
.blog-header {
  background-color: #004274;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.blog-header .blog-header-nav {
  float: left;
}
.blog-header .blog-header-search {
  float: right;
  padding: 8px 0;
}
.blog-header .blog-header-search form {
  position: relative;
}
.blog-header .blog-header-search .form-control, .blog-header .blog-header-search .post-password-form input[type='password'], .post-password-form .blog-header .blog-header-search input[type='password'] {
  border-color: #fff;
}
.blog-header .blog-header-search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  color: #575757;
  font-size: 17px;
}
.blog-header .navi > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 20px;
}
.blog-header .navi > ul > li > a:hover {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #00aeef;
}

.property-menu-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .property-menu-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .property-menu-wrap {
    display: none !important;
  }
}

.property-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 0;
}
.property-menu li {
  display: inline-block;
  margin-right: 45px;
}
.property-menu li:last-child {
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .property-menu li {
    margin-right: 36px;
  }
}
.property-menu a {
  display: block;
  font-size: 14px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.property-menu a:hover {
  color: #000;
}
.property-menu a.active {
  box-shadow: inset 0 -3px #4cc6f4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .property-menu a {
    font-size: 12px;
  }
}

/*START MOBILE MENU STYLE*/
.mobile-nav {
  float: left;
}
.mobile-nav .nav-trigger {
  cursor: pointer;
  color: #fff;
  line-height: 18px;
  height: 18px;
  width: 18px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.mobile-nav .nav-trigger.mobile-open + .nav-dropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 60px;
  visibility: visible;
}

.nav-dropdown {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.nav-dropdown > ul {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.95);
}
.nav-dropdown > ul:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  top: -12px;
  right: inherit;
  bottom: inherit;
  left: 2px;
  z-index: 2;
  width: 0;
  border-width: 6px;
  border-bottom-color: #fff;
}
.nav-dropdown ul {
  list-style: none;
  margin: 0;
  position: relative;
}
.nav-dropdown li {
  width: 100%;
  border-top: 1px solid #f5f5f5;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
  position: relative;
}
.nav-dropdown li:first-child {
  border: none;
}
.nav-dropdown li .expand-me {
  position: absolute;
  right: 0;
  top: 0;
  color: #959595;
  display: block;
  width: 100%;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  text-align: right;
  padding-right: 18px;
}
.nav-dropdown li .expand-me:before {
  content: '\f0da';
  font-family: "FontAwesome";
}
.nav-dropdown li:hover {
  background-color: #00aeef;
}
.nav-dropdown li:hover > .expand-me {
  color: #fff;
}
.nav-dropdown li:hover > a {
  color: #fff;
}
.nav-dropdown a {
  color: #959595;
  display: inline-block;
  padding: 14px 18px;
  width: 100%;
}
.nav-dropdown li.active > a {
  color: #fff;
  background-color: #00aeef;
}
.nav-dropdown li.active > .expand-me {
  color: #fff;
}
.nav-dropdown li.active > .expand-me:before {
  content: '\f0d7';
}
.nav-dropdown ul ul {
  display: none;
}
.nav-dropdown ul ul .expand-me {
  color: #fff;
}
.nav-dropdown ul ul a {
  color: #fff;
  background-color: #4cc6f4;
}

.nav-dropdown.container {
  padding: 0;
}

/*START TEMPLATE CONTENT STYLE */
.fave-load-more {
  text-align: center;
}
.fave-load-more a {
  background-color: transparent;
  border: 1px solid #00aeef;
  padding-left: 60px;
  padding-right: 60px;
}
.fave-load-more a:hover {
  background-color: #00aeef;
  color: #fff;
}

/*START UI AUTOCOMPLETE SLIDER STYLE*/
.ui-autocomplete {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 10px;
  line-height: 17px;
  border-bottom: 1px solid #e4f1c6;
}
.ui-menu .ui-menu-item:hover {
  color: #fff;
}

.ui-widget.ui-widget-content {
  border: 1px solid #f5f5f5;
}

/*START UI RANGE SLIDER STYLE*/
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-handle:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 10px;
  background-image: url("../img/range-handle-image.png");
  background-position: center;
  background-repeat: no-repeat;
}

.ui-slider-horizontal {
  height: 10px;
  background-color: #f9f9f9 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 50%;
  height: 1px;
  background-color: #00bff3;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #fff;
  font-weight: normal;
  color: #454545;
}

/*START FULL MAP AREA STYLE*/
.houzez-map-full {
  padding: 0 !important;
  max-height: 700px !important;
  min-height: 0 !important;
}

.map-full {
  height: 100%;
}

.search-panel {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  width: 300px;
  height: 100%;
  padding: 20px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.search-panel .search-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.search-panel .search-bottom .form-group {
  margin-bottom: 20px;
}
.search-panel .reset-save {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
}
.search-panel .search-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.search-panel .search-scroll-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
}
.search-panel label {
  font-weight: 500;
}
.search-panel .btn-group {
  display: table;
  width: 100%;
}
.search-panel .btn-group .btn-search-option {
  display: table-cell;
  width: 33.333%;
  font-weight: 400;
  background-color: #f1f1f1;
  border-color: #ccc;
  color: #777;
}
.search-panel .btn-group .btn-search-option:hover {
  background-color: #fff;
  border-color: #ccc;
}
.search-panel .btn-group .btn-search-option.active {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
}
.search-panel .range-text {
  margin-bottom: 30px;
}
.search-panel .range-text p {
  font-size: 14px;
  font-weight: 300;
}
.search-panel .range-text .range-title,
.search-panel .range-text .min-price-range,
.search-panel .range-text .max-price-range,
.search-panel .range-text .min-size-range,
.search-panel .range-text .max-size-range {
  color: #000;
  font-weight: 500;
}
.search-panel .ui-slider-horizontal {
  height: 3px;
  border: 0;
  background-color: transparent !important;
}
.search-panel .ui-slider-horizontal .ui-slider-range {
  height: 3px;
  top: 0;
}
.search-panel .ui-slider .ui-slider-handle {
  width: 42px;
  height: 42px;
  top: -21px;
}
.search-panel .range-wrap {
  border-radius: 3px;
  background-color: #00bff3;
  padding-right: 33px;
  padding-left: 8px;
}
.search-panel .range-advanced-main {
  margin-bottom: 30px;
}
.search-panel .range-advanced-main:first-child {
  margin-top: 15px;
}
.search-panel .row {
  margin-left: -10px;
  margin-right: -10px;
}
.search-panel div[class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.search-panel .form-group {
  margin-bottom: 10px;
}
.search-panel .options-btn-wrap {
  text-align: center;
}
.search-panel .advance-trigger {
  color: #00aeef;
}
.search-panel .features-list {
  padding-top: 20px;
}
.search-panel .features-list .checkbox-inline {
  width: calc(49% - 10px);
  margin-left: 0;
  margin-right: 10px;
}
.search-panel.panel-open {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.search-panel .search-panel-btn {
  position: absolute;
  left: -52px;
  top: 10px;
  padding: 10px 15px;
  background-color: #fff;
  color: black;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .search-panel {
    width: 250px;
  }
}

/*START MAP AND MAP LOADER STYLE*/
#map-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#map {
  width: 100%;
  height: 100%;
}

.map-info-box {
  width: 275px !important;
  padding: 6px;
  position: relative;
}
.map-info-box:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -40px;
  left: 50%;
  z-index: 2;
  width: 0;
  border-width: 20px;
  border-top-color: #fff;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.map-info-box .price h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.map-info-box .price .rant {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin: 5px 0 0;
}

.infoBox {
  -webkit-animation: boxfadeIn 0.9s;
  /* Chrome, Safari, Opera */
  animation: boxfadeIn 0.9s;
}

.gm-style .infoBox > img {
  max-width: none;
  z-index: 10;
  right: -16px;
}

.loader-ripple {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

.loader-ripple div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}

.loader-ripple div:nth-of-type(1) {
  border-color: #00aeef;
}

.loader-ripple div:nth-of-type(2) {
  border-color: #ff6e00;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.login-block {
  padding: 28px;
}
.login-block .checkbox {
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
}
.login-block .btn {
  padding: 11px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-block .btn {
    padding: 16px 15px;
  }
}
@media (max-width: 767px) {
  .login-block .btn {
    padding: 16px 15px;
  }
}
.login-block hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.login-block p {
  margin-bottom: 20px;
}
.login-block .form-group {
  margin-bottom: 20px;
}
.login-block a {
  font-size: 14px;
}

.login-tabs {
  font-size: 0;
}
.login-tabs li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  padding: 0 28px;
  cursor: pointer;
  font-weight: 400;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.login-tabs li:hover {
  background-color: #fff;
  color: #000;
}
.login-tabs li.active {
  background-color: #fff;
  color: #000;
}

/*START LOGIN REGISTER PAGE STYLE*/
.login-register-block {
  padding: 40px;
  background-color: #fff;
  margin: 0 auto;
  width: 360px;
}
.login-register-block .back {
  margin-top: 30px;
  text-align: center;
  display: block;
}

.login-register-title {
  margin-bottom: 30px;
}
.login-register-title h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.login-register-title a {
  line-height: 24px;
}

/*START STARS STYLE*/
.rating {
  color: #9b9b9b;
}
.rating .star-text-right, .rating .star-text-left {
  margin-left: 5px;
  font-size: 13px;
  line-height: 13px;
}
.rating .star-text-left {
  margin-right: 5px;
  margin-left: 0;
}

.bottom-ratings, .top-ratings {
  color: #f8b42b;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.bottom-ratings .fa, .top-ratings .fa {
  display: inline;
  margin-left: 2px;
}

.top-ratings {
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 0;
}

.view-popup {
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .view-popup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

.tooltip {
  white-space: nowrap;
}

/*START SPLASH SEARCH STYLE*/
#splash-section {
  position: relative;
  width: 100%;
}
#splash-section .vegas-overlay {
  z-index: 2;
}
#splash-section .splash-inner-media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background-position: center;
  background-size: cover,100%;
  background-repeat: no-repeat;
  z-index: 1;
}
#splash-section .splash-inner-content {
  height: 100%;
  position: relative;
  z-index: 3;
}

.splash-search {
  position: relative;
  width: 100%;
  z-index: 5;
}
.splash-search .search-table {
  display: table;
  width: 100%;
}
.splash-search .search-col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.splash-search h1 {
  padding: 0 15px;
  color: #fff;
}
.splash-search h2 {
  margin-bottom: 35px;
}
.splash-search .banner-sub-title {
  color: #fff;
}

/*START BANNER SEARCH STYLE*/
.banner-search-main {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.66);
  padding: 10px;
  max-width: 810px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .banner-search-main .form-group {
    margin: 0 !important;
  }
}
.banner-search-main .form-group .bootstrap-select {
  display: table-cell;
  vertical-align: middle;
  width: 300px !important;
}
@media (max-width: 991px) {
  .banner-search-main .form-group .bootstrap-select {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .banner-search-main .form-group .bootstrap-select .dropdown-toggle {
    float: none;
    width: 100%;
    border-radius: 4px;
  }
}
.banner-search-main .form-group .search {
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}
@media (max-width: 991px) {
  .banner-search-main .form-group .search {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.banner-search-main .form-group .search-btn {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .banner-search-main .form-group .search-btn {
    padding-left: 0;
    display: block;
    width: 100%;
  }
}
.banner-search-main .form-control, .banner-search-main .post-password-form input[type='password'], .post-password-form .banner-search-main input[type='password'] {
  box-shadow: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  width: 100%;
  text-align: left;
  border: none;
  border-left: 1px solid #dbdbdb;
}
@media (max-width: 991px) {
  .banner-search-main .form-control, .banner-search-main .post-password-form input[type='password'], .post-password-form .banner-search-main input[type='password'] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: none;
  }
}
.banner-search-main .open .dropdown-toggle {
  background-color: #fff;
}
.banner-search-main .dropdown-toggle {
  border: none !important;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-search-main .dropdown-toggle {
    width: 107px;
  }
}
@media (max-width: 481px) {
  .banner-search-main .dropdown-toggle {
    width: 100px;
  }
}
.banner-search-main .dropdown-toggle .caret {
  margin-left: 10px;
}
.banner-search-main .search-btn {
  padding-left: 10px;
}
.banner-search-main .btn-secondary {
  padding: 6px 30px;
  height: 42px;
  width: 100%;
}
.banner-search-main .btn-secondary:hover i {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .banner-search-main {
    width: 75%;
  }
  .banner-search-main .form-group {
    width: 100%;
  }
}

/*START BANNER SEARCH TABER STYLE*/
.banner-search-taber {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.banner-search-taber .tab-content {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 10px;
}
.banner-search-taber .banner-search-main {
  background-color: transparent;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.banner-search-tabs {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 0;
  margin: 0;
}
.banner-search-tabs .search-tab {
  display: table-cell;
  width: 100%;
  padding-right: 2px;
}
.banner-search-tabs .search-tab:last-child {
  padding: 0;
}
.banner-search-tabs .search-tab.active .search-tab-inner {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
}
.banner-search-tabs .search-tab-inner {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 43px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: 43px;
  background-color: rgba(0, 66, 116, 0.2);
  color: #fff;
  cursor: pointer;
}
.banner-search-tabs .search-tab-inner:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
}
.banner-search-tabs .search-tab-inner:active {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
}
@media (max-width: 767px) {
  .banner-search-tabs .search-tab-inner {
    font-size: 12px;
  }
}

/*START ADVANCED SEARCH STYLE*/
.advance-search-header {
  width: 100%;
  padding: 9px 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #004274 !important;
}
.advance-search-header div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.advance-search-header .row {
  margin-right: -5px;
  margin-left: -5px;
}
.advance-search-header .search-long .search {
  border-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advance-search-header {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .advance-search-header {
    display: none !important;
  }
}

.advanced-search-sticky {
  display: block;
  position: fixed !important;
  top: 0;
  width: 100% !important;
  z-index: 11 !important;
  -webkit-animation: fadein 0.4s;
  -moz-animation: fadein 0.4s;
  -ms-animation: fadein 0.4s;
  -o-animation: fadein 0.4s;
  animation: fadein 0.4s;
}

.advanced-search {
  background-color: #fff;
  position: relative;
}
.advanced-search .form-group {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .advanced-search .form-group {
    margin-bottom: 13px !important;
  }
}
.advanced-search .advance-fields {
  padding-top: 13px;
  display: none;
}
.advanced-search .btn {
  display: block;
}
.advanced-search .btn i {
  float: left;
  line-height: 20px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .advanced-search .btn {
    font-weight: 400;
    font-size: 12px;
  }
  .advanced-search .btn i {
    line-height: 12px;
  }
}
.advanced-search .form-control, .advanced-search .post-password-form input[type='password'], .post-password-form .advanced-search input[type='password'] {
  box-shadow: none;
}
.advanced-search .advance-btn {
  background: transparent;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
}
.advanced-search .advance-btn .fa {
  float: inherit;
  font-size: 15px;
  position: relative;
  margin-right: 6px;
}
.advanced-search .advance-btn:hover {
  color: #4cc6f4;
  box-shadow: none;
}
@media (max-width: 767px) {
  .advanced-search .advance-btn {
    font-size: 12px;
  }
  .advanced-search .advance-btn i {
    line-height: 12px;
  }
}
.advanced-search .advance-btn.active {
  color: #00aeef;
  box-shadow: none;
}
.advanced-search .features-list .checkbox-inline {
  margin: 0;
  margin-right: 25px;
  color: #fff;
  line-height: 26px;
}
.advanced-search .features-list .checkbox-inline input {
  margin-top: 7px;
}
.advanced-search .features-list .checkbox-inline:last-child {
  margin: 0;
}
@media (max-width: 481px) {
  .advanced-search .features-list .checkbox-inline {
    width: 49%;
    margin: 0;
    padding-right: 10px;
  }
}
.advanced-search .features-list label.title {
  color: #fff;
  padding: 13px 0 15px;
  font-weight: 700;
}
.advanced-search .field-expand {
  padding-bottom: 15px;
}
.advanced-search .range-text p {
  color: #fff;
}
.advanced-search .range-title {
  color: #fff;
}
.advanced-search .search-long {
  margin: 0;
}
.advanced-search .search-long .advance-btn {
  font-weight: 300;
  color: #616161;
  line-height: 0;
  width: 100%;
}
.advanced-search .search-long .advance-btn:hover {
  color: #00aeef;
}
.advanced-search .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -7px;
}

.search-long div:not(.dropdown-menu) {
  display: table-cell !important;
  vertical-align: middle;
}
.search-long .bootstrap-select {
  width: 130px !important;
}
.search-long .bootstrap-select .btn {
  border: none;
  border-radius: 0;
  height: 42px;
}
.search-long .search {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.search-long .search input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}
.search-long .search-btn .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  height: 44px;
}
.search-long .advance-btn {
  font-weight: 300;
  color: #616161;
  padding: 6px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.search-long .advance-btn:hover {
  color: #00aeef;
}
.search-long .advance-btn .fa {
  font-size: 14px;
}
.search-long .input-icon {
  width: 10000px;
  padding-left: 2px;
}
.search-long .search-location {
  width: 10000px;
}

.advanced-search-mobile {
  background-color: #004274;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: none;
}
@media (max-width: 481px) {
  .advanced-search-mobile .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advanced-search-mobile {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .advanced-search-mobile {
    display: block !important;
  }
}
.advanced-search-mobile .single-search-inner {
  display: table-cell;
  vertical-align: middle;
}
.advanced-search-mobile .single-search-inner .form-control::-moz-placeholder, .advanced-search-mobile .single-search-inner .post-password-form input[type='password']::-moz-placeholder, .post-password-form .advanced-search-mobile .single-search-inner input[type='password']::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.advanced-search-mobile .single-search-inner .form-control:-ms-input-placeholder, .advanced-search-mobile .single-search-inner .post-password-form input[type='password']:-ms-input-placeholder, .post-password-form .advanced-search-mobile .single-search-inner input[type='password']:-ms-input-placeholder {
  color: #fff;
}
.advanced-search-mobile .single-search-inner .form-control::-webkit-input-placeholder, .advanced-search-mobile .single-search-inner .post-password-form input[type='password']::-webkit-input-placeholder, .post-password-form .advanced-search-mobile .single-search-inner input[type='password']::-webkit-input-placeholder {
  color: #fff;
}
.advanced-search-mobile .single-search {
  width: 10000px;
}
.advanced-search-mobile .single-search .form-control, .advanced-search-mobile .single-search .post-password-form input[type='password'], .post-password-form .advanced-search-mobile .single-search input[type='password'] {
  height: 50px;
  border: none;
  background-color: transparent;
  color: #fff;
}
.advanced-search-mobile .advance-fields {
  position: relative;
  display: none;
  padding: 10px 0;
  border-top: 1px solid #fff;
}
.advanced-search-mobile .advance-fields:after {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  top: -12px;
  right: inherit;
  bottom: inherit;
  left: 3px;
  z-index: 2;
  width: 0;
  border-width: 6px;
  border-bottom-color: #fff;
}
.advanced-search-mobile .advance-fields .form-group {
  margin-bottom: 10px;
}
.advanced-search-mobile .advance-fields .btn {
  height: 50px;
}
.advanced-search-mobile .advance-fields .input-group-addon {
  background-color: #eee;
}
.advanced-search-mobile .advance-fields .form-control, .advanced-search-mobile .advance-fields .post-password-form input[type='password'], .post-password-form .advanced-search-mobile .advance-fields input[type='password'] {
  height: 50px;
}
.advanced-search-mobile .advance-fields .row {
  margin-left: -5px;
  margin-right: -5px;
}
.advanced-search-mobile .advance-fields div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.advanced-search-mobile .single-search-wrap {
  display: table;
}
.advanced-search-mobile .single-search-wrap button {
  height: 40px;
  width: 30px;
  background: none;
  border: none;
  padding: 5px 2px;
  color: #fff;
  font-size: 18px;
}
.advanced-search-mobile .btn-secondary {
  padding: 7px 15px;
}
.advanced-search-mobile .range-wrap {
  border: 1px solid #cccccc;
  background-color: #f1f1f1 !important;
  border-radius: 3px;
  padding-right: 40px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .advanced-search-mobile .range-wrap {
    padding-right: 39px;
    padding-left: 6px;
  }
}
.advanced-search-mobile .ui-slider .ui-slider-handle {
  width: 50px;
  height: 50px;
  top: -1px;
}
.advanced-search-mobile .ui-slider .ui-slider-handle:before {
  width: 14px;
  height: 14px;
}
.advanced-search-mobile .ui-slider-horizontal {
  height: 48px;
  background-color: transparent !important;
  border: none !important;
}
.advanced-search-mobile .ui-slider-horizontal .ui-slider-range {
  top: 46%;
  height: 3px;
}
.advanced-search-mobile .range-advanced-main {
  margin-bottom: 10px;
  margin-top: 8px;
}
.advanced-search-mobile .range-text {
  text-align: center;
}
.advanced-search-mobile .range-text p {
  margin-bottom: 16px;
  font-size: 14px;
  color: #fff;
}
.advanced-search-mobile .range-text .range-title {
  color: #fff;
}
.advanced-search-mobile .advance-trigger {
  cursor: pointer;
  line-height: 45px;
  margin-bottom: 8px;
  color: #fff;
}
.advanced-search-mobile .features-list .checkbox-inline {
  margin-left: 0;
  margin-right: 20px;
  width: 28%;
  color: #fff;
}
.advanced-search-mobile .field-expand {
  padding-bottom: 15px;
}

.btn-number {
  background-color: #f1f1f1;
  color: #9b9b9b;
  opacity: 1 !important;
}
.btn-number:active {
  color: #000;
}

.form-control.input-number, .post-password-form input.input-number[type='password'] {
  text-align: center;
  border: 0;
}

.input-count-group {
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
}
.input-count-group .btn-number {
  background-color: #fff;
}
.input-count-group .input-number {
  padding: 0;
}

.advance-trigger {
  cursor: pointer;
}

.field-expand {
  display: none;
}

.search-expandable {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.search-expandable div[class^="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.search-expandable .row {
  margin-left: -5px;
  margin-right: -5px;
}
.search-expandable .advanced-search {
  float: left;
  padding: 17px 15px 0;
  background-color: #004274;
  width: 100%;
}
.search-expandable .advance-btn {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.search-expandable .advance-btn:hover {
  background-color: #3a6fa7;
}
.search-expandable .advance-btn.active {
  background-color: #3a6fa7;
}
.search-expandable .search-expandable-left {
  width: 80%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-expandable .search-expandable-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-expandable .search-expandable-left {
    width: 100%;
  }
}
.search-expandable .search-expandable-right {
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-expandable .search-expandable-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-expandable .search-expandable-right {
    width: 100%;
  }
}
.search-expandable .features-list {
  padding-bottom: 30px;
}
.search-expandable .advance-fields {
  padding: 0;
}

.search-expand-btn {
  color: #fff;
  padding: 13px 15px 10px 15px;
  display: inline-block;
  line-height: 16px;
  border-radius: 4px 4px 0 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  width: 230px;
  position: relative;
}
.search-expand-btn:after {
  font-family: "FontAwesome";
  content: '\f0d8';
  margin-left: 15px;
  position: absolute;
  right: 15px;
}

.search-expand-btn.active:after {
  content: '\f0d7';
}

.advanced-search-hidden {
  display: none;
}

.search-expandable-mini .search-inner-wrap {
  width: 370px;
}
@media (max-width: 767px) {
  .search-expandable-mini .search-inner-wrap {
    width: 100%;
  }
}
.search-expandable-mini .advanced-search {
  padding: 30px;
}
.search-expandable-mini .range-text {
  text-align: center;
}
.search-expandable-mini .range-text p {
  font-size: 13px;
}

.search-mini-right .search-inner-wrap {
  float: right;
}
.search-mini-right .search-expand-btn {
  float: right;
}

.search-mini-left .search-inner-wrap {
  float: left;
}
.search-mini-left .search-expand-btn {
  float: left;
}

.sticky_show_scroll_active {
  padding-top: 0 !important;
}

.advance-search-full .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.advanced-search-module {
  position: relative;
  padding: 30px 0;
}
.advanced-search-module .fa {
  margin-right: 8px;
}
.advanced-search-module button.btn {
  width: 100%;
}
.advanced-search-module .advance-title {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 30px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .advanced-search-module .advance-title .fa {
    display: none;
  }
}
@media (max-width: 767px) {
  .advanced-search-module .advance-title {
    font-size: 16px;
    line-height: 16px;
  }
  .advanced-search-module .advance-title .fa {
    display: none;
  }
}
.advanced-search-module .range-text p {
  color: #000;
}
.advanced-search-module .range-title {
  color: #959595;
}
.advanced-search-module .title {
  cursor: pointer;
  font-size: 14px;
  line-height: 42px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
}
@media (max-width: 767px) {
  .advanced-search-module .title {
    font-size: 12px;
    line-height: 35px;
  }
}
.advanced-search-module .features-list {
  padding-top: 15px;
  display: none;
}
.advanced-search-module .features-list .checkbox-inline {
  color: #000;
}

/*START RANGE SLIDER STYLE*/
.range-advanced-main {
  margin-bottom: 20px;
}

.range-text p {
  line-height: 16px;
  font-weight: 300;
  margin-bottom: 13px;
}

.range-title {
  color: #959595;
  font-weight: 500;
}

.min-price-range,
.max-price-range {
  color: #00aeef;
  font-weight: 500;
}

.range-wrap {
  padding: 0 5px;
}

.radius-range-wrap {
  padding: 7px 5px 0 5px;
}

.radius-text-wrap {
  font-size: 14px;
  font-weight: 300;
  color: #959595;
}

.range-input {
  display: none;
}

/*START PAGE TITLE AND BREADCRUMBS STYLE*/
.breadcrumb {
  margin: 0;
  background: none;
  padding: 18px 0 0;
}
.breadcrumb li {
  color: #707070;
}
.breadcrumb li a {
  color: #707070;
  font-weight: 400;
}
.breadcrumb li a:hover {
  color: #00aeef;
}
.breadcrumb li:after {
  font-family: "FontAwesome";
  color: #9b9b9b;
  content: "\f105";
  padding: 0 5px;
}
.breadcrumb li:last-child:after {
  content: "";
  padding: 0;
}
.breadcrumb li + li:before {
  content: "";
  padding: 0;
}

.breadcrumb-top {
  padding: 30px 0 30px;
}
.breadcrumb-top .breadcrumb {
  padding: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-top {
    padding: 20px 0 20px;
  }
  .breadcrumb-top .breadcrumb {
    padding: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-top {
    padding: 15px 0 15px;
  }
  .breadcrumb-top .breadcrumb {
    padding: 0 0 10px;
  }
}

.breadcrumb-single {
  padding: 25px 0;
}
.breadcrumb-single .breadcrumb {
  padding: 0;
}
@media (max-width: 767px) {
  .breadcrumb-single {
    padding: 15px 0;
  }
}

.page-title {
  padding: 30px 0;
}
.page-title .page-title-left {
  float: left;
}
.page-title .page-title-right {
  float: right;
}
.page-title .page-title-right .breadcrumb {
  padding: 0;
}
.page-title .page-title-right .breadcrumb li {
  line-height: 36px;
}
@media (max-width: 767px) {
  .page-title .page-title-right .breadcrumb li {
    line-height: 28px;
  }
}
@media (max-width: 481px) {
  .page-title .page-title-right .breadcrumb li {
    line-height: 24px;
  }
}
.page-title h1, .page-title h2, .page-title h3, .page-title h4 {
  margin: 0 !important;
}
.page-title .view {
  float: right;
  line-height: 35px;
}
.page-title .author-meta {
  margin-top: 20px;
}
@media (max-width: 481px) {
  .page-title .author-meta {
    margin-top: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .page-title {
    padding: 22px 0;
  }
}

.page-title-center .breadcrumb {
  text-align: center;
}
.page-title-center .page-title-left {
  width: 100%;
  text-align: center;
}

.view-btn {
  text-transform: uppercase;
  margin: 0 5px;
  font-weight: normal;
  cursor: pointer;
  color: #cfcfcf;
  font-size: 20px;
  vertical-align: middle;
}
.view-btn:hover {
  color: #000;
}

.view-btn.active {
  color: #000;
}

/*START PROPERTY ITEM LIST GRID STYLE*/
.figure-block + .figure-block {
  margin-top: 20px;
}
.figure-block img {
  width: 100%;
  display: block;
}
.figure-block .detail-bottom {
  text-align: center;
  padding: 8px 0 0 0;
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  z-index: 1;
}
.figure-block .detail-bottom ul {
  color: #000;
}
.figure-block a {
  color: #fff;
}

.figure-grid {
  height: 290px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.figure-grid .actions {
  top: 12px;
  right: 12px;
  bottom: auto !important;
}

.item-wrap {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .item-wrap {
    width: 100%;
    float: left;
  }
}

.item-thumb, figure, .carousel-module .carousel .item figure {
  position: relative;
  z-index: 1;
}
.item-thumb img, figure img, .carousel-module .carousel .item figure img {
  width: 100%;
}
.item-thumb .label-featured, figure .label-featured, .carousel-module .carousel .item figure .label-featured {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
}
.item-thumb .label-wrap, figure .label-wrap, .carousel-module .carousel .item figure .label-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}
.item-thumb .actions, figure .actions, .carousel-module .carousel .item figure .actions {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
}
.item-thumb .price, figure .price, .carousel-module .carousel .item figure .price {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
  text-align: left;
}
.item-thumb .price h3, figure .price h3, .carousel-module .carousel .item figure .price h3 {
  color: #fff;
}
.item-thumb .price .rant, figure .price .rant, .carousel-module .carousel .item figure .price .rant {
  color: #fff;
}
.item-thumb .price .price-start, figure .price .price-start, .carousel-module .carousel .item figure .price .price-start {
  color: #fff;
}
.item-thumb .price .item-price, figure .price .item-price, .carousel-module .carousel .item figure .price .item-price {
  color: #fff;
  display: block;
}
.item-thumb .price .item-sub-price, figure .price .item-sub-price, .carousel-module .carousel .item figure .price .item-sub-price {
  color: #fff;
  display: block;
}
.item-thumb .item-price-block, figure .item-price-block, .carousel-module .carousel .item figure .item-price-block {
  position: absolute;
  left: 12px;
  bottom: 12px;
}
.item-thumb .blue, figure .blue, .carousel-module .carousel .item figure .blue {
  color: #fff;
}
.item-thumb .thumb-caption, figure .thumb-caption, .carousel-module .carousel .item figure .thumb-caption {
  position: absolute;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 12px;
  width: 100%;
}
.item-thumb .thumb-caption .cap-price, figure .thumb-caption .cap-price, .carousel-module .carousel .item figure .thumb-caption .cap-price {
  color: #fff;
}
.item-thumb .thumb-caption .actions, figure .thumb-caption .actions, .carousel-module .carousel .item figure .thumb-caption .actions {
  color: #fff;
}
.item-thumb .hover-effect:before, figure .hover-effect:before, .carousel-module .carousel .item figure .hover-effect:before, .item-thumb .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb .slick-slide:before, figure .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure .slick-slide:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.item-thumb .hover-effect:after, figure .hover-effect:after, .carousel-module .carousel .item figure .hover-effect:after, .item-thumb .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main .item-thumb .slick-slide:after, figure .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main figure .slick-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.item-thumb:hover .hover-effect:before, figure:hover .hover-effect:before, .carousel-module .carousel .item figure:hover .hover-effect:before, .item-thumb:hover .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb:hover .slick-slide:before, figure:hover .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure:hover .slick-slide:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-image: none;
  z-index: 2;
}
.item-thumb:hover .hover-effect:after, figure:hover .hover-effect:after, .carousel-module .carousel .item figure:hover .hover-effect:after, .item-thumb:hover .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main .item-thumb:hover .slick-slide:after, figure:hover .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main figure:hover .slick-slide:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.item-thumb:hover a, figure:hover a, .carousel-module .carousel .item figure:hover a {
  color: #fff;
}

.item-body .rating + h2 {
  margin-top: 5px;
}
.item-body .info-row + .info-row {
  margin-top: 10px;
}
.item-body .amenities {
  min-height: 40px;
}
.item-body .amenities span {
  margin-right: 10px;
}
@media (max-width: 481px) {
  .item-body .amenities {
    margin-bottom: 15px;
  }
}
.item-body .property-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 380px;
}
@media (max-width: 1199px) {
  .item-body .property-title {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .item-body .property-title {
    max-width: 100%;
  }
}
.item-body .property-location {
  color: #9b9b9b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 265px;
}
.item-body p {
  margin: 0;
}
.item-body .phone {
  position: absolute;
  right: 0;
  bottom: 0;
  /*@include respond-to(tablet-landscape-desktop){
    top: 44px;
  }*/
}
@media (max-width: 767px) {
  .item-body .phone {
    top: 0;
  }
}
.item-body .phone .btn {
  padding: 7px 15px;
}
.item-body .phone .btn + p {
  margin-top: 12px;
}
.item-body .date a {
  color: #9b9b9b;
}
.item-body .date p {
  display: inline-block;
  color: #9b9b9b;
  margin-right: 10px;
}
.item-body .date p i {
  margin-right: 5px;
}
.item-body .date p:last-child {
  margin: 0;
}
.item-body .table-cell {
  position: relative;
}

.item-foot {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 14px 20px;
}
.item-foot .item-foot-left {
  float: left;
}
.item-foot .item-foot-right {
  float: right;
}
.item-foot p {
  color: #9b9b9b;
}
.item-foot a {
  color: #9b9b9b;
}
.item-foot i {
  margin-right: 5px;
}

.item-amenities {
  list-style: none;
  margin: 0;
  font-size: 0;
}
.item-amenities li {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  font-weight: 300;
  border-right: 1px solid #ccc;
  padding: 0 8px;
}
.item-amenities li:first-child {
  padding-left: 0;
}
.item-amenities li:last-child {
  border: none;
}
.item-amenities li span {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  display: block;
  color: #000;
  font-weight: 300;
}

.item-date {
  list-style: none;
  margin: 0;
}
.item-date li {
  display: inline-block;
  color: #777777;
  font-size: 12px;
  font-weight: 300;
  margin-right: 12px;
}
.item-date li:last-child {
  margin: 0;
}
.item-date .fa {
  font-size: 14px;
  margin-right: 5px;
}

.item-price-block {
  text-align: right;
}
.item-price-block span {
  display: block;
}
.item-price-block .item-price {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.item-price-block .item-sub-price {
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.item-caption .label-wrap {
  margin-bottom: 7px;
  position: relative;
  top: auto;
  right: auto;
}
.item-caption .item-caption-title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.item-caption .item-caption-list {
  list-style: none;
  margin: 0;
}
.item-caption .item-caption-list li {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
  float: left;
  margin-right: 5px;
}
.item-caption .item-caption-list li:last-child {
  margin: 0;
}
.item-caption .item-caption-list .cap-price {
  font-size: 16px;
  font-weight: 500;
}

.detail {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
  z-index: 2;
  /*padding:18px  20px;*/
  padding: 12px;
  width: 100%;
}
.detail h3 {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
}
.detail ul {
  color: #fff;
}
.detail ul li {
  padding: 0;
  padding-right: 10px;
}
.detail ul li:last-child {
  padding: 0;
}
.detail .fig-title {
  margin-bottom: 10px;
}
.detail .actions li {
  padding: 0;
}

@media (min-width: 1200px) {
  .grid-four-col .detail h3 {
    max-width: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-four-col .detail h3 {
    max-width: 150px;
  }
}

@media (min-width: 1200px) {
  .grid-three-col .detail h3 {
    max-width: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-three-col .detail h3 {
    max-width: 228px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-three-col .detail h3 {
    max-width: 155px;
  }
}

.price {
  color: #000;
  text-align: right;
}
.price .price-start {
  color: #777;
}
.price .rant {
  color: #aeaeae;
}

.label-wrap {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  line-height: normal;
}
.label-wrap .label {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  border-radius: 2px;
  font-size: 10px;
  padding: 3px 6px 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 11px;
  vertical-align: top;
  font-weight: 500;
}
.label-wrap .label:last-child {
  margin: 0;
}

.label-left {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  z-index: 3;
}

.label-right {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  z-index: 3;
}

.label-featured {
  background-color: #77c720;
  color: #fff;
  padding: 3px 6px 3px;
}

.label-status,
.label-default {
  background-color: #333333;
}

/*START PAGE BODY AREA STYLE*/
#section-body {
  padding-bottom: 40px;
  position: relative;
  min-height: 700px;
}

#section-body-inner {
  padding: 40px 0;
  position: relative;
  min-height: 700px;
}

#section-body.landing-page {
  padding: 0;
}

@media (min-width: 1200px) {
  .container-sidebar {
    width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-sidebar {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .container-contentbar {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-contentbar {
    width: 70%;
  }
}

/*START LIST GRID AREA STYLE*/
.list-grid-area {
  float: right;
}
@media (max-width: 767px) {
  .list-grid-area {
    float: inherit;
  }
}

#save_search_click i {
  font-size: 14px;
  margin-right: 5px;
}

@media (max-width: 481px) {
  .list-tabs .tabs {
    display: block;
    width: 100%;
  }
}
.list-tabs .tabs a {
  padding: 18px 10px;
}
@media (max-width: 767px) {
  .list-tabs .tabs a {
    padding: 12px 10px;
  }
}
@media (max-width: 481px) {
  .list-tabs .sort-tab {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
}

.tabs {
  vertical-align: middle;
}
.tabs p {
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 21px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .tabs p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media (max-width: 481px) {
  .tabs p {
    font-size: 12px;
  }
}
.tabs .tabs-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.tabs ul {
  margin: 0;
  list-style: none;
  font-size: 0;
}
.tabs li {
  display: inline-block;
  margin-right: 1px;
}
.tabs a {
  color: #000;
  background-color: #ebebeb;
  display: block;
  width: 170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tabs a {
    width: 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabs a {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .tabs a {
    width: 84px;
  }
}
@media (max-width: 481px) {
  .tabs a {
    font-size: 12px;
  }
}
.tabs a:hover {
  background-color: #fff;
}
.tabs a:active {
  background-color: #fff;
}
.tabs a.active {
  background-color: #fff;
}

.list-search {
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #00aeef;
  background-color: rgba(0, 174, 239, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.list-search .input-icon:before {
  color: #000;
}
.list-search form {
  position: relative;
  color: #000;
  font-weight: 500;
}
.list-search .save-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  padding: 0 14px;
  cursor: pointer;
}
.list-search .save-btn:after {
  font-family: "FontAwesome";
  content: '\f006';
  display: inline-block;
  margin-left: 10px;
  color: #ffba01;
}
@media (max-width: 767px) {
  .list-search .save-btn {
    line-height: 34px;
    font-size: 12px;
  }
}
.list-search .save-btn.saved:after {
  content: '\f005';
}
.list-search .form-control, .list-search .post-password-form input[type='password'], .post-password-form .list-search input[type='password'] {
  color: #000;
  font-weight: 400;
  padding-right: 83px;
}
.list-search .form-control[readonly], .list-search .post-password-form input[readonly][type='password'], .post-password-form .list-search input[readonly][type='password'] {
  background-color: #fff;
}
@media (max-width: 767px) {
  .list-search {
    padding: 15px;
  }
}

.list-compare-wrap {
  font-size: 0;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.list-compare-wrap .compare-thumb-block {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .list-compare-wrap .compare-thumb-block {
    width: 60px;
  }
}
.list-compare-wrap .btn-compare {
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .list-compare-wrap .btn-compare {
    padding: 11px 15px;
  }
}
@media (max-width: 767px) {
  .list-compare-wrap {
    padding: 15px;
  }
}

.sort-tab {
  color: #9b9b9b;
  vertical-align: middle;
  font-weight: 500;
}
.sort-tab .bootstrap-select {
  width: auto !important;
  top: -1px;
  left: -8px;
}
.sort-tab .bootstrap-select .btn.btn-default {
  border: none;
  background-color: transparent;
  text-transform: none;
  color: #00aeef;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.sort-tab .bootstrap-select .btn.btn-default:hover {
  color: #000;
  background-color: transparent;
}
.sort-tab .bootstrap-select .btn.btn-default:focus {
  background: none;
  box-shadow: none;
  outline: none !important;
}
.sort-tab .open > .btn.btn-default {
  border: none;
  background: none !important;
  box-shadow: none;
}
@media (max-width: 481px) {
  .sort-tab {
    font-size: 12px;
  }
}
.sort-tab .dropdown-menu {
  left: auto;
  right: 0;
}

#content-area hr {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  #content-area {
    margin-bottom: 30px;
  }
}

/*START LIST VIEW AND GRID VIEW STYLE*/
.property-listing {
  margin-bottom: -8px;
}
.property-listing .row {
  margin-left: -4px;
  margin-right: -4px;
}
.property-listing .item-wrap {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
.property-listing .grid-row {
  margin-left: -4px;
  margin-right: -4px;
}
.property-listing .not-found {
  background-color: #fff;
  padding: 20px;
}
.property-listing .figure-block {
  width: 254px;
  height: 170px;
}
@media (max-width: 767px) {
  .property-listing .figure-block {
    width: 100%;
    height: auto;
  }
}
.property-listing .grid-view-1-col .item-wrap {
  width: 100%;
}
.property-listing .grid-view-3-col .item-wrap {
  width: 33.33%;
}

.property-listing.list-view .hide-on-grid {
  display: block;
}
.property-listing.list-view .hide-on-list {
  display: none;
}
.property-listing.list-view .hidden-gird-cell {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .property-listing.list-view .property-item {
    display: block;
  }
  .property-listing.list-view .property-item .table-cell {
    display: block;
  }
  .property-listing.list-view .property-item .item-body {
    padding: 15px 7px 7px;
    width: 100%;
  }
  .property-listing.list-view .property-item .item-body .phone {
    position: relative !important;
  }
  .property-listing.list-view .property-item .body-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .property-listing.list-view .property-item .body-right {
    width: 100%;
  }
  .property-listing.list-view .property-item .info-row {
    text-align: left;
  }
  .property-listing.list-view .hide-on-grid {
    display: none;
  }
  .property-listing.list-view .hide-on-list {
    display: block;
  }
  .property-listing.list-view .hidden-gird-cell {
    display: none !important;
  }
}

.grid-view .figure-block,
.grid-view .item-thumb,
.grid-view figure,
.grid-view .carousel-module .carousel .item figure,
.carousel-module .carousel .item .grid-view figure {
  width: 100%;
  height: auto;
  display: block;
}
.grid-view .item-wrap {
  padding-left: 4px;
  padding-right: 4px;
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
}
.grid-view .item-wrap:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-view .item-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-view .item-wrap {
    width: 100%;
  }
}
.grid-view .property-item {
  display: block;
}
.grid-view .property-item .table-cell {
  display: block;
}
.grid-view .property-item .item-body {
  padding: 15px 12px 7px;
  width: 100%;
}
.grid-view .property-item .item-body .phone {
  position: relative !important;
}
.grid-view .property-item .item-body .amenities {
  height: auto;
}
.grid-view .property-item .body-left {
  width: 100%;
  margin-bottom: 15px;
}
.grid-view .property-item .body-right {
  width: 100%;
}
.grid-view .property-item .info-row {
  text-align: left;
}
.grid-view .property-item-v2 {
  padding: 8px;
}
.grid-view .property-item-v2 .figure-block {
  display: block;
  width: 100%;
}
.grid-view .property-item-v2 .item-thumb, .grid-view .property-item-v2 figure, .grid-view .property-item-v2 .carousel-module .carousel .item figure, .carousel-module .carousel .item .grid-view .property-item-v2 figure {
  width: 100%;
}
.grid-view .property-item-v2 .item-body {
  width: 100%;
  display: block;
}
.grid-view .property-item-v2 .body-inner {
  width: 100%;
  position: relative;
}
.grid-view .property-item-v2 .item-body-top,
.grid-view .property-item-v2 .item-body-bottom {
  position: relative;
  padding: 12px 15px;
}
.grid-view .property-item-v2 .item-body-top {
  padding-bottom: 0;
}
.grid-view .property-item-v2 .item-body-bottom {
  padding-top: 0;
}
.grid-view .property-item-v2 .item-title {
  margin-bottom: 30px;
  width: 100%;
}
.grid-view .property-item-v2 .item-amenities {
  width: 100%;
}
.grid-view .property-item-v2 .item-price-block {
  text-align: left;
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
}
.grid-view .property-item-v2 .item-price-block span {
  color: #fff;
}
.grid-view .property-item-v2 .item-date {
  width: 100%;
}
.grid-view .property-item-v2 .actions {
  right: 12px;
  left: auto;
}
.grid-view .hide-on-grid {
  display: none;
}
.grid-view .hide-on-list {
  display: block;
}
.grid-view .hidden-gird-cell {
  display: none !important;
}

.grid-view-3-col .item-wrap {
  width: 33.33%;
}
.grid-view-3-col .item-wrap:nth-child(2n+1) {
  clear: none;
}
.grid-view-3-col .item-wrap:nth-child(3n+1) {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-view-3-col .item-body .amenities {
    margin-bottom: 15px;
  }
  .grid-view-3-col .property-item .cell {
    display: block;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .grid-view-3-col .item-wrap {
    width: 100% !important;
  }
}

.property-item {
  background-color: #fff;
  width: 100%;
  padding: 8px;
}
.property-item .item-body {
  padding: 10px 12px 10px 20px;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  width: 1000px;
}
.property-item .body-left {
  width: 1000px;
  position: relative;
}
.property-item .body-right {
  width: 280px;
  position: relative;
}
@media (max-width: 991px) {
  .property-item .btn {
    font-size: 11px;
    padding: 6px 10px;
  }
}
.property-item .cell {
  display: table-cell;
  width: 1000px;
  vertical-align: top;
}
@media (max-width: 481px) {
  .property-item .cell {
    display: block;
    text-align: left !important;
  }
}
.property-item .cell + .cell {
  text-align: right;
}
.property-item .label-wrap {
  margin-bottom: 5px;
}

.property-item.item-grid {
  display: block;
  position: relative;
}
.property-item.item-grid .item-thumb, .property-item.item-grid figure, .property-item.item-grid .carousel-module .carousel .item figure, .carousel-module .carousel .item .property-item.item-grid figure {
  display: block;
}
.property-item.item-grid figure {
  display: block;
}
.property-item.item-grid .body-left {
  display: block;
  width: 100%;
}
.property-item.item-grid .body-right {
  display: block;
  width: 100%;
}
.property-item.item-grid .info-row {
  text-align: left;
}
.property-item.item-grid .item-body {
  padding: 15px 12px 7px;
  display: block;
  width: 100%;
}
.property-item.item-grid .item-body .amenities {
  height: auto;
}
.property-item.item-grid .phone {
  position: relative;
  top: 0;
}
@media (max-width: 321px) {
  .property-item.item-grid .cell {
    display: block;
    text-align: left !important;
  }
}
.property-item.item-grid .cell + .cell {
  width: 250px;
}
@media (max-width: 321px) {
  .property-item.item-grid .cell + .cell {
    margin-top: 15px;
  }
}

.property-item-v2 {
  background-color: #fff;
  width: 100%;
  padding: 8px;
  padding-right: 0;
}
.property-item-v2 .figure-block {
  display: table-cell;
  width: auto;
  height: auto;
  vertical-align: top;
}
.property-item-v2 .item-thumb, .property-item-v2 figure, .property-item-v2 .carousel-module .carousel .item figure, .carousel-module .carousel .item .property-item-v2 figure {
  width: 280px;
}
.property-item-v2 .item-body {
  width: 1000px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.property-item-v2 .item-body-top,
.property-item-v2 .item-body-bottom {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 12px 20px;
  z-index: 4;
}
.property-item-v2 .item-body-top {
  top: 0;
}
.property-item-v2 .item-body-bottom {
  bottom: 0;
}
.property-item-v2 .item-title {
  float: left;
}
.property-item-v2 .property-title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 8px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .property-item-v2 .property-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.property-item-v2 .property-location {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .property-item-v2 .property-location {
    font-size: 12px;
    line-height: 14px;
  }
}
.property-item-v2 .item-amenities {
  float: left;
}
.property-item-v2 .item-date {
  float: right;
  margin-top: 20px;
}
.property-item-v2 .item-price-block {
  float: right;
}
.property-item-v2 .actions {
  left: 12px;
  right: auto;
}
.property-item-v2 .property-location {
  width: 400px;
}

.property-item-v2.item-grid {
  padding: 8px;
}
.property-item-v2.item-grid .figure-block,
.property-item-v2.item-grid .item-thumb,
.property-item-v2.item-grid figure,
.property-item-v2.item-grid .carousel-module .carousel .item figure,
.carousel-module .carousel .item .property-item-v2.item-grid figure {
  width: 100%;
  height: auto;
  display: block;
}
.property-item-v2.item-grid .item-body {
  width: 100%;
  display: block;
}
.property-item-v2.item-grid .body-inner {
  width: 100%;
  position: relative;
}
.property-item-v2.item-grid .item-body-top,
.property-item-v2.item-grid .item-body-bottom {
  position: relative;
  padding: 12px 15px;
}
.property-item-v2.item-grid .item-body-top {
  padding-bottom: 0;
}
.property-item-v2.item-grid .item-body-bottom {
  padding-top: 0;
}
.property-item-v2.item-grid .item-title {
  margin-bottom: 30px;
  width: 100%;
}
.property-item-v2.item-grid .item-amenities {
  width: 100%;
}
.property-item-v2.item-grid .item-price-block {
  text-align: left;
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
}
.property-item-v2.item-grid .item-price-block span {
  color: #fff;
}
.property-item-v2.item-grid .item-date {
  width: 100%;
}
.property-item-v2.item-grid .actions {
  right: 12px;
  left: auto;
}

.property-item-grid .actions {
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
}
.property-item-grid .price {
  right: 20px;
  bottom: 20px;
  left: auto;
  top: auto;
}
.property-item-grid .item-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
}
.property-item-grid .item-price {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.property-item-grid .item-sub-price {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.property-item-grid .label-left {
  top: 20px;
  left: 20px;
}
.property-item-grid .label-right {
  top: 20px;
  right: 20px;
}

/*START HALF AND HALF AREA STYLE*/
#section-body.houzez-body-half {
  min-height: 100%;
  padding: 0;
}
#section-body.houzez-body-half .houzez-module {
  padding: 25px 10px;
}
#section-body.houzez-body-half .houzez-module .detail-bottom {
  display: none;
}
#section-body.houzez-body-half .property-listing {
  position: relative;
}
#section-body.houzez-body-half .property-listing .info-row + .info-row {
  margin-top: 11px;
}
@media (max-width: 1199px) {
  #section-body.houzez-body-half .property-listing .item-wrap {
    width: 50%;
    float: left;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #section-body.houzez-body-half .property-listing .item-wrap + .item-wrap {
    margin-top: 0;
  }
  #section-body.houzez-body-half .property-listing .item-body {
    padding: 15px 7px 7px;
  }
  #section-body.houzez-body-half .property-listing .item-body h4 {
    max-width: 185px;
  }
  #section-body.houzez-body-half .property-listing .item-body .date p {
    display: block;
    margin: 0;
    line-height: 20px;
  }
  #section-body.houzez-body-half .property-listing .figure-block {
    width: 100%;
    height: auto;
  }
  #section-body.houzez-body-half .property-listing .table-cell {
    display: block;
    width: 100%;
  }
  #section-body.houzez-body-half .property-listing .table-cell .item-thumb img, #section-body.houzez-body-half .property-listing .table-cell figure img, #section-body.houzez-body-half .property-listing .table-cell .carousel-module .carousel .item figure img, .carousel-module .carousel .item #section-body.houzez-body-half .property-listing .table-cell figure img {
    width: 100%;
  }
  #section-body.houzez-body-half .property-listing .body-left {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #section-body.houzez-body-half .property-listing .item-wrap {
    width: 100%;
  }
}
@media (max-width: 481px) {
  #section-body.houzez-body-half .property-listing .item-wrap {
    width: 100%;
  }
}
#section-body.houzez-body-half .item-foot {
  padding: 14px 8px;
}
#section-body.houzez-body-half .item-foot p {
  line-height: 12px;
}
#section-body.houzez-body-half .item-body .phone {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #section-body.houzez-body-half .item-body h2 {
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #section-body.houzez-body-half .item-body h2 {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  #section-body.houzez-body-half .item-body h2 {
    max-width: 200px;
  }
}
#section-body.houzez-body-half .btn {
  margin: 0;
}
@media (max-width: 481px) {
  #section-body.houzez-body-half .item-wrap {
    width: 100%;
  }
  #section-body.houzez-body-half .col {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #section-body.houzez-body-half .property-listing.list-view .hide-on-grid {
    display: none !important;
  }
  #section-body.houzez-body-half .property-listing.list-view .hide-on-list {
    display: block !important;
  }
  #section-body.houzez-body-half .property-listing.list-view .hidden-gird-cell {
    display: none !important;
  }
}

.map-half {
  overflow: hidden;
  height: 100%;
}

.map-module-half .houzez-module {
  padding: 25px 10px;
}

.module-half {
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .module-half {
    overflow: inherit;
    height: auto !important;
  }
}
.module-half .advanced-search {
  padding: 20px;
  background-color: #fff;
}
.module-half .advanced-search .range-advanced-main {
  margin: 0;
}
.module-half .advanced-search .advance-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  background-color: #ff6e00;
}
.module-half .advanced-search .row {
  margin-left: -5px;
  margin-right: -5px;
}
.module-half .advanced-search div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.module-half .search-long .bootstrap-select .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
.module-half .search-long .input-icon {
  width: auto;
}
.module-half .advance-trigger {
  margin: 10px 0 20px;
  cursor: pointer;
}
.module-half .features-list {
  padding-bottom: 14px;
}
.module-half .features-list label.title {
  font-size: 12px;
}
.module-half .features-list .checkbox-inline {
  width: 20%;
  color: #000;
}
.module-half .property-listing .item-wrap:nth-child(2n+1) {
  clear: both;
}
.module-half .module-title {
  padding: 0 !important;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .module-half .sort-tab {
    display: none;
  }
}

.listing-on-half div[class*="col-"] {
  margin-bottom: 30px;
}

.splash-module-half .houzez-module {
  padding: 0 30px 30px 30px;
}
.splash-module-half .houzez-module:first-child {
  padding-top: 30px;
}

.splash-half {
  height: 100%;
}
.splash-half .splash-search {
  position: absolute;
  top: 45%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.splash-half .splash-footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

/*START HOUZEZ TABER MODULE STYLE*/
.houzez-taber-wrap .houzez-tabs {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 0;
  margin: 0;
}
.houzez-taber-wrap .houzez-tabs li {
  display: table-cell;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: 50px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #ccc;
  color: #000;
  cursor: pointer;
}
.houzez-taber-wrap .houzez-tabs li:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
}
.houzez-taber-wrap .houzez-tabs li:hover:before {
  background-color: #00aeef;
}
.houzez-taber-wrap .houzez-tabs li:active:before {
  background-color: #00aeef;
}
.houzez-taber-wrap .houzez-tabs li.active:before {
  background-color: #00aeef;
}
@media (max-width: 767px) {
  .houzez-taber-wrap .houzez-tabs li {
    display: block;
    width: 100%;
  }
  .houzez-taber-wrap .houzez-tabs li:before {
    top: 0;
    bottom: auto;
  }
}

.houzez-taber-body {
  padding-top: 20px;
}
.houzez-taber-body .row {
  margin-left: -5px;
  margin-right: -5px;
}
.houzez-taber-body div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/*START MY ACCOUNT STYLE*/
@media (min-width: 768px) and (max-width: 991px) {
  .user-dashboard-left {
    display: none;
  }
}
@media (max-width: 767px) {
  .user-dashboard-left {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .user-dashboard-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .user-dashboard-right {
    width: 100%;
  }
}

.account-block + .account-block {
  margin-top: 30px;
}
.account-block textarea.form-control {
  height: auto;
}
.account-block .my-avatar img {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .account-block .my-avatar {
    margin-bottom: 30px;
  }
}
.account-block .my-avatar .profile-img-info {
  font-size: 12px;
  display: inline-block;
  margin: 5px 0 0;
}
.account-block .form-control, .account-block .post-password-form input[type='password'], .post-password-form .account-block input[type='password'] {
  box-shadow: none;
}
.account-block .account-action-title {
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.account-block .account-action-right {
  float: right;
}

.profile-area h1 {
  font-weight: 500;
  margin-bottom: 25px;
}
.profile-area h2 {
  font-weight: 500;
  margin-bottom: 25px;
}
.profile-area h3 {
  font-weight: 500;
  margin-bottom: 25px;
}
.profile-area h4 {
  font-weight: 500;
  margin-bottom: 25px;
}

.invoice-area {
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.invoice-area .invoice-form {
  padding: 30px;
}

.invoice-list .table-hover {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.invoice-list .table-hover > thead > tr > th {
  font-weight: 500;
}
.invoice-list .table-hover > thead > tr > th, .invoice-list .table-hover > tbody > tr > td, .invoice-list .widget_calendar table .table-hover > tbody > tr > th, .widget_calendar table .invoice-list .table-hover > tbody > tr > th {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
.invoice-list .table-hover > tbody > tr:hover {
  background-color: #f9f9f9;
}
.invoice-list .btn-invoice {
  border: 1px solid #b2b2b2;
  color: #707070;
  float: right;
  padding: 5px 10px;
  background-color: #fff;
}

.invoiceModal .modal-body {
  background-color: #f9f9f9;
  padding: 40px;
}
.invoiceModal .payment-details,
.invoiceModal .customer-details,
.invoiceModal .billing-address {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.invoiceModal .billing-address {
  margin-bottom: 0;
}
.invoiceModal p,
.invoiceModal address {
  margin-bottom: 0;
}
.invoiceModal .payment-details-product,
.invoiceModal .payment-details-total,
.invoiceModal .customer-details-name,
.invoiceModal .customer-details-email,
.invoiceModal .billing-address {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.invoiceModal .payment-details-product:last-of-type,
.invoiceModal .payment-details-total:last-of-type,
.invoiceModal .customer-details-name:last-of-type,
.invoiceModal .customer-details-email:last-of-type,
.invoiceModal .billing-address:last-of-type {
  border-bottom: none;
}

.area-title {
  border-bottom: 1px solid #f0f0f0;
  padding: 22px 30px;
}
.area-title .title-left {
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.area-title .title-right {
  float: right;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.my-property-search {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 8px;
}
.my-property-search .form-group {
  width: 10000px;
  margin: 0;
  padding-right: 10px;
}
.my-property-search .form-control, .my-property-search .post-password-form input[type='password'], .post-password-form .my-property-search input[type='password'] {
  width: 100%;
  height: 38px;
}
.my-property-search .btn {
  padding: 10px 20px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .my-property-search {
    padding: 20px;
  }
}

.my-property-listing .row {
  margin-left: -7px;
  margin-right: -7px;
}
.my-property-listing div[class*='col-'] {
  padding-left: 7px;
  padding-right: 7px;
}
.my-property-listing .figure-block {
  width: 150px;
}
@media (max-width: 767px) {
  .my-property-listing .figure-block {
    width: 100%;
    height: auto;
  }
}

.my-property {
  background-color: #fff;
  padding: 8px;
  overflow: visible;
}
.my-property .media-body {
  overflow: visible;
}
.my-property .my-description {
  float: left;
  width: 330px;
}
.my-property .my-description .label {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 9px;
  padding: 4px 5px 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .my-property .my-description {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-property .my-description {
    width: 295px;
  }
}
@media (max-width: 767px) {
  .my-property .my-description {
    width: 100%;
    text-align: center;
  }
}
.my-property .my-actions {
  float: right;
  padding-right: 22px;
  position: relative;
  top: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .my-property .my-actions {
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-property .my-actions {
    top: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .my-property .my-actions {
    margin-top: 15px;
    margin-bottom: 7px;
    top: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
.my-property .my-heading {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 5px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
  color: #00aeef;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-property .address {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-property p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 13px;
}
.my-property .dropdown-menu {
  left: inherit;
  right: 0;
  min-width: 190px;
  padding: 0;
}
.my-property .dropdown-menu .pay-options {
  padding: 12px;
}
.my-property .dropdown-menu ul {
  margin: 0;
  list-style: none;
}
.my-property .dropdown-menu li {
  border-top: 1px solid #e5e5e5;
}
.my-property .dropdown-menu a {
  padding: 12px;
  color: #000;
  font-size: 12px;
  display: block;
}
.my-property .dropdown-menu a:hover {
  color: #4cc6f4;
}
.my-property .dropdown-menu .fa {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .my-property .media-left, .my-property .next-prev-block .media-right, .next-prev-block .my-property .media-right {
    display: block;
    padding: 0;
    padding-bottom: 15px;
  }
  .my-property .media-body {
    display: block;
    width: 100%;
  }
}

.pay-options table {
  width: 100%;
  margin: 0;
}
.pay-options td, .pay-options .widget_calendar table th, .widget_calendar table .pay-options th {
  font-size: 12px;
  vertical-align: middle;
  padding: 0 0 3px 0 !important;
  font-weight: 400;
  border: none;
}
.pay-options tfoot td, .pay-options tfoot .widget_calendar table th, .widget_calendar table .pay-options tfoot th {
  padding-top: 8px;
  font-weight: 400;
}
.pay-options .checkbox {
  margin: 0;
}
.pay-options label {
  font-weight: 400;
  font-size: 12px;
}
.pay-options input[type="radio"],
.pay-options input[type="checkbox"] {
  margin-top: 5px;
}

.my-actions .action-btn {
  background: none;
  display: inline-block;
  padding: 8px 9px;
  height: 33px;
  line-height: 13px;
  background-color: #cccccc;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-align: center;
}
.my-actions .action-btn:hover {
  background-color: #4cc6f4;
}
.my-actions .action-btn:focus {
  background-color: #4cc6f4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .my-actions .action-btn {
    padding: 4px 6px;
    height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-actions .action-btn {
    padding: 3px 6px;
    height: 22px;
    line-height: 13px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .my-actions .action-btn {
    padding: 3px 6px;
    height: 22px;
    line-height: 13px;
    font-size: 12px;
  }
}
.my-actions .pay-btn {
  padding: 0 9px !important;
  background-color: #959595;
  font-size: 12px;
  font-weight: 700;
}
.my-actions .pay-btn .fa {
  margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .my-actions .pay-btn {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-actions .pay-btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .my-actions .pay-btn {
    font-size: 12px;
  }
}
.my-actions .open .action-btn {
  background-color: #4cc6f4;
}
.my-actions .alert {
  max-width: 290px;
}

.expire-text {
  margin-top: 15px;
  text-align: center;
}

.saved-search-list .saved-search-block {
  position: relative;
  padding: 30px 30px 30px 65px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .saved-search-list .saved-search-block {
    padding: 30px 40px 30px 65px;
  }
}
.saved-search-list .saved-search-block + .saved-search-block {
  border-top: 1px solid #e5e5e5;
}
.saved-search-list .saved-search-block p {
  margin: 0;
  line-height: 24px;
}
.saved-search-list .saved-search-block .remove-search {
  position: absolute;
  top: 41px;
  left: 25px;
  font-size: 22px;
  line-height: 20px;
  background: none;
  border: none;
  color: #b2b2b2;
}
.saved-search-list .saved-search-block .remove-search:hover {
  color: #4cc6f4;
}
.saved-search-list .saved-search-block .btn-primary {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .saved-search-list .saved-search-block .btn-primary {
    position: relative;
    top: 0;
    right: auto;
    margin-top: 20px;
  }
}

/*ADD NEW LISTING PAGE STYLE*/
.add-title-tab {
  background-color: #fff;
  padding: 14px 30px;
  border: 1px solid #e5e5e5;
  height: 57px;
  position: relative;
}
.add-title-tab h3 {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.add-title-tab .add-expand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  z-index: 2;
  width: 57px;
  height: 57px;
  cursor: pointer;
  font-family: "FontAwesome";
  line-height: 57px;
  text-align: center;
  font-size: 18px;
  color: #959595;
}
.add-title-tab .add-expand:before {
  content: "\f107";
  top: 1px;
  position: relative;
}
.add-title-tab .add-expand.active:before {
  content: "\f106";
}

.add-tab-content {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.add-tab-content .push-padding-bottom {
  padding-bottom: 10px !important;
}
.add-tab-content .add-tab-row {
  padding: 30px 30px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.add-tab-content .add-tab-row:last-child {
  border: none;
}
.add-tab-content #map {
  height: 265px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .add-tab-content #map + button {
    margin-bottom: 30px;
  }
}
.add-tab-content .form-group {
  margin-bottom: 20px;
}
.add-tab-content .checkbox {
  margin-bottom: 20px;
  margin-top: 0;
}
.add-tab-content .additional-block {
  width: 100%;
}
.add-tab-content .additional-block button {
  background: none;
  border: none;
  font-size: 14px;
  display: block;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.add-tab-content .additional-block button:hover {
  color: #4cc6f4;
}
.add-tab-content .additional-block button .fa {
  margin-right: 5px;
}
.add-tab-content .additional-block span {
  font-size: 14px;
  color: #b2b2b2;
}
.add-tab-content .additional-block .sort-additional-row {
  cursor: move;
  display: block;
}
.add-tab-content .additional-block .remove-additional-row {
  cursor: pointer;
  font-size: 17px;
}
.add-tab-content .additional-block .action-field {
  text-align: left;
  width: 4%;
  padding: 0;
}
.add-tab-content .additional-block .field-title {
  width: 35%;
}
.add-tab-content .additional-block td, .add-tab-content .additional-block .widget_calendar table th, .widget_calendar table .add-tab-content .additional-block th {
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  border: none;
}
.add-tab-content .additional-block tbody td, .add-tab-content .additional-block tbody .widget_calendar table th, .widget_calendar table .add-tab-content .additional-block tbody th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.add-tab-content .additional-block tfoot td, .add-tab-content .additional-block tfoot .widget_calendar table th, .widget_calendar table .add-tab-content .additional-block tfoot th {
  padding-top: 10px;
}

.add-attachment .attach-list {
  margin-bottom: 25px;
}
.add-attachment .btn {
  margin-bottom: 15px;
}
.add-attachment p {
  margin-bottom: 15px;
}
.add-attachment .media {
  margin-top: 20px;
}
.add-attachment .media:first-child {
  margin: 0;
}
.add-attachment .media-left, .add-attachment .next-prev-block .media-right, .next-prev-block .add-attachment .media-right {
  padding-right: 20px;
}
.add-attachment .attach-icon {
  width: 60px;
  font-size: 70px;
}
@media (max-width: 767px) {
  .add-attachment .attach-icon {
    width: 40px;
    height: 46px;
  }
}
.add-attachment .media-heading {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.add-attachment .attach-actions {
  margin: 0;
  list-style: none;
  font-size: 0;
}
.add-attachment .attach-actions li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-right: 15px;
}
.add-attachment .attach-actions li:last-child {
  margin: 0;
}
.add-attachment .attach-actions li a {
  color: #000;
}
.add-attachment .attach-actions li a:hover {
  color: #00aeef;
}

.file-upload-block {
  position: relative;
}
.file-upload-block .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 32px;
  padding-left: 32px;
}

.add-sort-table {
  margin: 0;
}
.add-sort-table .row-sort {
  padding-right: 27px;
}
.add-sort-table .row-remove {
  padding-left: 27px;
}
.add-sort-table .row-sort,
.add-sort-table .row-remove {
  padding-top: 20px;
  vertical-align: top;
}
.add-sort-table .sort-middle {
  padding-bottom: 35px;
}
.add-sort-table .sort {
  cursor: move;
}
.add-sort-table .remove {
  cursor: pointer;
}
.add-sort-table .sort,
.add-sort-table .remove {
  color: #b2b2b2;
}
.add-sort-table tfoot .sort-middle {
  padding: 0;
}

.sort-inner-block {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 35px;
  border-radius: 4px;
}

.media-gallery {
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.media-gallery .row {
  margin-left: -5px;
  margin-right: -5px;
}
.media-gallery div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.gallery-thumb {
  position: relative;
}
.gallery-thumb img {
  position: relative;
  z-index: 5;
}
.gallery-thumb .icon {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.gallery-thumb .icon-fav {
  left: 0;
}
.gallery-thumb .icon-fav:hover {
  color: #f8b42b;
}
.gallery-thumb .icon-delete {
  right: 0;
}
.gallery-thumb .icon-loader {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: default;
  display: none;
}

.media-drag-drop {
  background-color: #efefef;
  border: 2px dashed #dfdfdf;
  text-align: center;
  padding: 30px;
}
.media-drag-drop h4 {
  color: #8b9293;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.media-drag-drop .fa {
  margin-right: 8px;
}

/*START MY ACCOUNT SIDEBAR STYLE*/
@media (max-width: 767px) {
  .my-sidebar {
    margin-bottom: 30px;
  }
}

.my-menu {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .my-menu {
    display: none;
  }
}
.my-menu li {
  border: 1px solid #e5e5e5;
  text-align: left;
  width: 100%;
}
.my-menu li + li {
  border-top: 0;
}
.my-menu li a {
  color: #959595;
  background-color: #fff;
  display: block;
  padding: 20px 20px;
}
.my-menu li a:last-child {
  border: none;
}
.my-menu li a:hover, .my-menu li a:active {
  color: #000;
}
@media (max-width: 767px) {
  .my-menu li a {
    padding: 15px 20px;
  }
}
.my-menu .active a {
  background-color: #00aeef;
  color: #fff;
}
.my-menu .active a:hover, .my-menu .active a:active {
  color: #fff;
}
.my-menu .fa {
  margin-right: 10px;
}

/*START PROFILE AREA STYLE*/
.profile-menu-tabs {
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.profile-menu-tabs li {
  display: table-cell;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #fff;
  font-size: 14px;
}
.profile-menu-tabs li:last-child {
  border: 0;
}
.profile-menu-tabs li.active a {
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-menu-tabs li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .profile-menu-tabs li {
    font-size: 12px;
  }
}
.profile-menu-tabs a {
  display: block;
  background-color: #eaeaea;
  color: #000;
  padding: 13px 10px;
}
.profile-menu-tabs a:hover {
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-menu-tabs {
    table-layout: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-menu-tabs {
    display: none;
  }
}
@media (max-width: 767px) {
  .profile-menu-tabs {
    display: none;
  }
}

.profile-top {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 8px;
}
.profile-top .profile-top-left {
  float: left;
  width: 25%;
  padding-right: 10px;
  padding-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-top .profile-top-left {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .profile-top .profile-top-left {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
.profile-top .profile-top-right {
  float: right;
  width: 75%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-top .profile-top-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .profile-top .profile-top-right {
    width: 100%;
  }
}
.profile-top .my-property-search {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.profile-top .title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-top .title {
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .profile-top .title {
    width: 100%;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-top {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .profile-top {
    padding: 15px;
  }
}

.my-list-sidebar {
  margin-bottom: 30px;
}

.my-property-menu {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  margin-top: 8px;
}
.my-property-menu:first-child {
  margin: 0;
}
.my-property-menu ul {
  list-style: none;
  margin: 0;
}
.my-property-menu li {
  border-top: 1px solid #f1f1f1;
}
.my-property-menu li:first-child {
  border: none;
}
.my-property-menu li.active a {
  color: #00aeef;
}
.my-property-menu li:hover a {
  color: #00aeef;
}
.my-property-menu a {
  display: block;
  padding: 13px 20px;
  color: #777;
  font-weight: 500;
}

.menu-status li {
  color: #000;
  font-weight: 300;
  padding: 13px 20px;
}

/*START DETAIL TOP SECTION STYLE*/
.header-detail {
  padding: 25px 0 28px;
}
.header-detail .breadcrumb {
  padding: 0;
  margin-bottom: 15px;
}
.header-detail .breadcrumb li {
  line-height: 28px;
}
.header-detail ul {
  padding: 0;
  margin-bottom: 12px;
  line-height: 14px;
}
.header-detail h1 .actions span {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.header-detail .property-address {
  color: #707070;
}
.header-detail .item-price {
  display: block;
}
.header-detail .item-price .price-start {
  font-size: 14px;
  color: #767676;
  vertical-align: top;
  font-weight: 300;
  margin-right: 10px;
}
.header-detail .item-sub-price {
  color: #707070;
  display: block;
}
.header-detail .item-sub-price .actions span {
  cursor: pointer;
}
.header-detail .label-wrap {
  top: -3px;
  position: relative;
  height: 24px;
}
.header-detail .label-wrap .label {
  padding: 6px 10px 6px;
}
@media (max-width: 767px) {
  .header-detail .label-wrap .label {
    padding: 3px 6px;
  }
}
@media (max-width: 767px) {
  .header-detail .label-wrap {
    top: -1px;
    height: 17px;
  }
}
.header-detail .header-left {
  float: left;
}
.header-detail .header-left h1 {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-detail .header-left h1 {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .header-detail .header-left h1 {
    max-width: 200px;
  }
}
.header-detail .header-left .property-address {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-detail .header-left .property-address {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .header-detail .header-left .property-address {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .header-detail .header-left {
    width: 55%;
  }
}
.header-detail .header-right {
  float: right;
}
@media (max-width: 767px) {
  .header-detail .header-right {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .header-detail {
    padding: 18px 0 16px;
  }
  .header-detail .breadcrumb {
    display: none;
  }
  .header-detail .actions {
    display: none;
  }
}

.form-media {
  position: absolute;
  left: 40px;
  top: 40px;
  display: inline-block;
  width: 370px;
}
.form-media .media-left figure, .form-media .next-prev-block .media-right figure, .next-prev-block .form-media .media-right figure {
  width: 101px;
}
.form-media .media-left .item-thumb, .form-media .next-prev-block .media-right .item-thumb, .next-prev-block .form-media .media-right .item-thumb, .form-media .media-left figure, .form-media .next-prev-block .media-right figure, .next-prev-block .form-media .media-right figure, .form-media .media-left .carousel-module .carousel .item figure, .carousel-module .carousel .item .form-media .media-left figure {
  width: 101px;
}
.form-media .media-left .media-object, .form-media .next-prev-block .media-right .media-object, .next-prev-block .form-media .media-right .media-object {
  width: 80px;
}
.form-media .media-left a, .form-media .next-prev-block .media-right a, .next-prev-block .form-media .media-right a {
  display: block;
  width: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-media {
    left: 20px;
    top: 20px;
    width: 315px;
    padding: 20px;
  }
  .form-media .form-control, .form-media .post-password-form input[type='password'], .post-password-form .form-media input[type='password'] {
    height: 34px;
  }
}
@media (max-width: 991px) {
  .form-media {
    display: none;
  }
}

.detail-top-grid #gallery {
  width: 100%;
  background-position: center center;
  background-size: cover, 100%;
  background-repeat: no-repeat;
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-top-grid #gallery {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .detail-top-grid #gallery {
    min-height: 380px;
  }
}

.detail-top.detail-top-full .container {
  position: relative;
}
.detail-top.detail-top-full #gallery {
  width: 100%;
  background-position: center;
  background-size: cover,100%;
  background-repeat: no-repeat;
  min-height: 600px;
}
.detail-top.detail-top-full #gallery:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-top.detail-top-full #gallery {
    min-height: 415px;
  }
}
@media (max-width: 767px) {
  .detail-top.detail-top-full #gallery {
    min-height: 415px;
  }
}
.detail-top.detail-top-full .media-tabs-up {
  width: 100%;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 10;
}
.detail-top.detail-top-full .media-tabs-up .label-wrap {
  position: absolute;
  top: 12px;
}
@media (max-width: 767px) {
  .detail-top.detail-top-full .media-tabs-up {
    top: inherit;
    left: inherit;
    position: relative;
  }
}
.detail-top.detail-top-full .label {
  padding: 6px 10px 6px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .detail-top.detail-top-full .label {
    padding: 4px 8px 4px;
    font-size: 10px;
    line-height: 11px;
  }
}
.detail-top.detail-top-full .media-tabs {
  text-align: right;
  top: 0;
  right: 0;
}
.detail-top.detail-top-full .media-detail-down {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 10;
}
@media (max-width: 768px) {
  .detail-top.detail-top-full .media-detail-down {
    bottom: 15px;
  }
}
@media (max-width: 481px) {
  .detail-top.detail-top-full .media-detail-down {
    bottom: 15px;
  }
}
.detail-top.detail-top-full .header-detail {
  padding: 0;
}
.detail-top.detail-top-full .header-detail h1 {
  color: #fff;
}
.detail-top.detail-top-full .header-detail .property-address {
  color: #fff;
  text-align: left;
}
.detail-top.detail-top-full .header-detail h4 {
  color: #fff;
}
.detail-top.detail-top-full .header-detail .actions {
  margin-left: 10px;
  margin-bottom: 5px;
}
.detail-top.detail-top-full .header-left,
.detail-top.detail-top-full .header-right {
  float: none;
  text-align: left;
}
.detail-top.detail-top-full .header-left {
  padding-right: 15px;
  width: 100%;
}
.detail-top.detail-top-full .header-right {
  padding-top: 23px;
}
@media (max-width: 767px) {
  .detail-top.detail-top-full .header-right {
    padding: 0;
  }
}
.detail-top.detail-top-full .breadcrumb li {
  color: #fff;
  line-height: 12px;
}
.detail-top.detail-top-full .breadcrumb li + li:after {
  color: #fff;
}
.detail-top.detail-top-full .breadcrumb a {
  color: #fff;
}
.detail-top.detail-top-full .breadcrumb a:hover {
  color: #00aeef;
}

@media (max-width: 481px) {
  .detail-top-slideshow .tab-content {
    margin: 0 -15px;
  }
}
.detail-top-slideshow .item {
  height: 600px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-top-slideshow .item {
    height: 465px;
  }
}
@media (max-width: 767px) {
  .detail-top-slideshow .item {
    height: 365px;
  }
}

.detail-content-slideshow .media-tabs {
  top: 20px;
  right: 20px;
}
@media (max-width: 481px) {
  .detail-content-slideshow .tab-content {
    margin: 0 -15px;
  }
}
.detail-content-slideshow .item {
  height: 430px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-content-slideshow .item {
    height: 365px;
  }
}
@media (max-width: 767px) {
  .detail-content-slideshow .item {
    height: 365px;
  }
}

.detail-top {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.detail-top .tab-content {
  position: relative;
}
.detail-top .tab-pane {
  width: 100%;
  min-height: 600px;
}
.detail-top .tab-pane .view-popup {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .detail-top {
    margin-bottom: 20px;
  }
}

.detail-media {
  position: relative;
}
.detail-media .wpcf7-textarea {
  height: 100px;
}
.detail-media #gallery {
  position: relative;
}
.detail-media .label-wrap {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

.media-tabs {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 9;
}
.media-tabs .actions {
  display: none;
}
.media-tabs .actions li > span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .media-tabs {
    position: relative;
    right: inherit !important;
    top: inherit !important;
    padding-top: 20px;
  }
  .media-tabs .media-tabs-list {
    float: left;
    line-height: 24px;
  }
  .media-tabs .actions {
    float: right;
    display: block;
    margin-right: 0;
  }
  .media-tabs .actions li {
    font-size: 16px;
    margin-right: 10px;
  }
  .media-tabs .actions li:last-child {
    margin: 0;
  }
}

.media-tabs-list {
  list-style: none;
  margin: 0;
  font-size: 0;
}
.media-tabs-list li {
  display: inline-block;
  position: relative;
  margin-left: 12px !important;
}
.media-tabs-list li > a {
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.media-tabs-list li > a:hover {
  background-color: rgba(0, 174, 239, 0.6);
}
.media-tabs-list li:first-child {
  margin: 0 !important;
}
.media-tabs-list li.active a {
  background-color: rgba(0, 174, 239, 0.6);
}

/*START SMALL FORM STYLE*/
.form-small {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
}
.form-small .agent-media-head {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f1f1f1;
}
.form-small .head-left {
  float: left;
  margin: 0;
}
.form-small .head-right {
  float: right;
  margin: 0;
}
.form-small .agent-media {
  margin: 0 0 16px;
}
.form-small .form-small-title {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .form-small {
    padding: 15px;
  }
}

.agent-media .media-object {
  border: 3px solid #fff;
}
.agent-media .media-left, .agent-media .next-prev-block .media-right, .next-prev-block .agent-media .media-right {
  padding-right: 14px;
}
.agent-media .media-left a, .agent-media .next-prev-block .media-right a, .next-prev-block .agent-media .media-right a {
  display: block;
  width: 74px;
}
.agent-media ul {
  margin: 0;
  list-style: none;
}
.agent-media ul a {
  color: #000;
}
.agent-media ul a:hover {
  color: #4cc6f4;
}
.agent-media dl {
  margin: 0;
}
.agent-media dl a {
  color: #000;
}
@media (max-width: 767px) {
  .agent-media dd .fa {
    margin-right: 0 !important;
  }
}
.agent-media span {
  margin-right: 12px;
}
.agent-media span:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .agent-media span {
    margin-right: 5px;
  }
  .agent-media span span {
    display: none;
  }
}
.agent-media .fa {
  margin: 0 5px 0 1px;
  text-align: center;
}
.agent-media .profile-social, .agent-media .agency-social {
  margin-top: 10px;
}
.agent-media .profile-social li, .agent-media .agency-social li {
  margin-right: 6px;
}
.agent-media .profile-social a, .agent-media .agency-social a {
  font-size: 22px;
  color: #cfcfcf;
}
.agent-media .profile-social .fa, .agent-media .agency-social .fa {
  margin: 0;
}

/*START DETAIL PAGE STYLE*/
.section-detail-content #sidebar {
  padding: 0;
}

.blog-page {
  padding-top: 40px;
}

.detail-bar .detail-media {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .detail-bar {
    margin-bottom: 30px;
  }
}
.detail-bar .detail-block + .detail-block {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar .detail-block + .detail-block {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .detail-bar .detail-block + .detail-block {
    margin-top: 20px;
  }
}
.detail-bar .header-detail {
  padding: 18px 0 0;
}
.detail-bar .header-detail h1 {
  margin-bottom: 4px;
  font-size: 24px;
}
.detail-bar .header-detail h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.detail-bar .header-detail p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .detail-bar .header-detail h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .detail-bar .header-detail h4 {
    font-size: 14px;
  }
  .detail-bar .header-detail p {
    font-size: 12px;
  }
}
.detail-bar .detail-content-tabber {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar .detail-content-tabber {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .detail-bar .detail-content-tabber {
    margin-bottom: 30px;
  }
}
.detail-bar .detail-tabs {
  list-style: none;
  margin: 0 !important;
  display: table;
  width: 100%;
}
.detail-bar .detail-tabs li {
  display: table-cell;
  padding: 5px;
  height: 50px;
  background-color: #ebebeb;
  vertical-align: middle;
  border-right: 1px solid #f5f5f5;
  cursor: pointer;
}
.detail-bar .detail-tabs li:last-child {
  border: none;
}
.detail-bar .detail-tabs li:hover, .detail-bar .detail-tabs li:focus, .detail-bar .detail-tabs li:active {
  background-color: #00aeef;
  color: #fff;
}
@media (max-width: 767px) {
  .detail-bar .detail-tabs li {
    height: 40px;
  }
}
@media (max-width: 481px) {
  .detail-bar .detail-tabs li {
    display: block;
    width: 100%;
    height: 38px;
    border-right: 0;
    border-bottom: 1px solid #f5f5f5;
  }
}
.detail-bar .detail-tabs li.active {
  background-color: #fff;
}
.detail-bar .detail-tabs li.active:hover {
  color: #000;
}
.detail-bar .detail-tabs.detail-tabs-vertical {
  position: absolute;
  left: -60px;
  top: 0;
  display: block;
  width: 60px;
  margin: 0 !important;
}
.detail-bar .detail-tabs.detail-tabs-vertical li {
  display: block;
  height: 60px;
  line-height: 50px;
  font-size: 22px;
  border-right: 0;
  border-bottom: 1px solid #f5f5f5;
  color: #bcbcbc;
}
.detail-bar .detail-tabs.detail-tabs-vertical li:hover, .detail-bar .detail-tabs.detail-tabs-vertical li:focus, .detail-bar .detail-tabs.detail-tabs-vertical li:active {
  color: #fff;
}
.detail-bar .detail-tabs.detail-tabs-vertical li.active {
  color: #000;
}
@media (max-width: 768px) {
  .detail-bar .detail-tabs.detail-tabs-vertical {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    font-size: 0;
  }
  .detail-bar .detail-tabs.detail-tabs-vertical li {
    display: inline-block;
    border-right: 1px solid #f5f5f5;
    border-bottom: 0;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .detail-bar .detail-tabs.detail-tabs-vertical li {
    height: 40px;
    width: 40px;
    line-height: 30px;
    font-size: 18px;
  }
}

.detail-bar-full .detail-title {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.detail-bar-full .detail-title .title-left {
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 30px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar-full .detail-title .title-left {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 46px;
  }
}
@media (max-width: 767px) {
  .detail-bar-full .detail-title .title-left {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 25px;
  }
}
.detail-bar-full .detail-block {
  padding: 76px 0;
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar-full .detail-block {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .detail-bar-full .detail-block {
    padding: 38px 0;
  }
}
.detail-bar-full .property-description {
  padding-left: 200px;
  padding-right: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar-full .property-description {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .detail-bar-full .property-description {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.detail-bar-full .detail-sub-title {
  text-align: center !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 440px;
  margin: 50px auto;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .detail-bar-full .detail-sub-title {
    margin: 35px auto;
  }
}
.detail-bar-full .update-text {
  color: #777777;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  margin: 0;
}
.detail-bar-full .detail-features {
  padding: 0;
  display: table;
  width: 100%;
}
.detail-bar-full .detail-features-left,
.detail-bar-full .detail-features-right {
  padding: 110px;
  display: table-cell;
  width: 50%;
}
.detail-bar-full .detail-features-left .detail-title,
.detail-bar-full .detail-features-right .detail-title {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar-full .detail-features-left,
  .detail-bar-full .detail-features-right {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .detail-bar-full .detail-features-left,
  .detail-bar-full .detail-features-right {
    padding: 35px;
    display: block;
    width: 100%;
  }
}
.detail-bar-full .detail-features-left {
  background-color: #fafafa;
}
.detail-bar-full .detail-features-left li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar-full .detail-features-left li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .detail-bar-full .detail-features-left li {
    font-size: 14px;
    line-height: 20px;
  }
}
.detail-bar-full .detail-features-left strong {
  font-weight: 400;
}
.detail-bar-full .detail-features-right {
  background-color: #f5f5f5;
}
.detail-bar-full .detail-features-right li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar-full .detail-features-right li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .detail-bar-full .detail-features-right li {
    font-size: 14px;
    line-height: 20px;
  }
}
.detail-bar-full .detail-address {
  padding-left: 35px;
  padding-right: 35px;
}
.detail-bar-full .detail-address ul {
  text-align: center;
}
.detail-bar-full .detail-address li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-bar-full .detail-address li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .detail-bar-full .detail-address li {
    font-size: 14px;
    line-height: 20px;
  }
}
.detail-bar-full .detail-address-inner {
  margin: 0 auto;
  max-width: 1024px;
}
.detail-bar-full .property-video {
  padding: 0;
}
.detail-bar-full .detail-gallery {
  padding: 0;
}
.detail-bar-full .detail-walkscore {
  background-color: #f8f8f8;
  padding: 30px 0;
  text-align: center;
}
.detail-bar-full .detail-multi-properties p {
  font-size: 16px;
}
.detail-bar-full .multi-properties-inner {
  max-width: 970px;
  margin: 0 auto;
}
.detail-bar-full .table-multi-properties tr > th {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  border-right: 0;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000;
  white-space: nowrap;
  padding: 26px 15px !important;
}
.detail-bar-full .table-multi-properties tr > td, .detail-bar-full .table-multi-properties .widget_calendar table tr > th, .widget_calendar table .detail-bar-full .table-multi-properties tr > th {
  font-size: 16px;
  padding: 26px 15px;
  white-space: nowrap;
}
.detail-bar-full .table-popover td, .detail-bar-full .table-popover .widget_calendar table th, .widget_calendar table .detail-bar-full .table-popover th {
  font-size: 12px !important;
  padding: 15px 10px !important;
}
.detail-bar-full .table-popover .table-popover-title {
  font-size: 10px !important;
}
@media (max-width: 767px) {
  .detail-bar-full {
    padding-top: 30px;
  }
}

.yelp-category .yelp-cat-block {
  margin-top: 30px;
}
.yelp-category .yelp-cat-block:first-child {
  margin: 0;
}
.yelp-category .cat-title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 14px;
}
.yelp-category .yelp-cat-list {
  list-style: none;
  padding-left: 34px;
  margin: 0;
}
.yelp-category .yelp-cat-list li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 400;
}
.yelp-category .yelp-cat-list .time-review {
  font-size: 12px;
  font-weight: 400;
  color: #8f8f8f;
  margin-left: 6px;
}
.yelp-category .yelp-cat-list .cat-list-left {
  float: left;
}
.yelp-category .yelp-cat-list .cat-list-right {
  float: right;
}

.yelp-cat-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 4px;
  background-color: #8b572a;
  text-align: center;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 6px;
}
.yelp-cat-icon .fa {
  margin: 0 !important;
}

.property-description ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.property-description ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.property-description ol ul, .property-description ol ol, .property-description ul ul, .property-description ul ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}
.property-description dt, .property-description dd {
  line-height: 24px;
}
.property-description dd {
  font-size: 16px;
}
@media (max-width: 767px) {
  .property-description ul {
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .property-description ul ol {
    padding-left: 15px;
  }
  .property-description ul ul {
    padding-left: 15px;
  }
  .property-description ol {
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .property-description ol ol {
    padding-left: 15px;
  }
  .property-description ol ul {
    padding-left: 15px;
  }
}

.detail-address ul {
  list-style: none;
  margin: 0;
}

.detail-features ul {
  list-style: none;
  margin: 0;
}

.detail-list ul {
  list-style: none;
  margin: 0;
}

.detail-block {
  background-color: #fff;
  padding: 40px;
}
.detail-block .alert-info {
  color: #000;
  padding: 15px 25px;
  border-color: #00aeef;
  background-color: rgba(0, 174, 239, 0.1);
}
.detail-block .alert-info li {
  line-height: 35px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .detail-block .alert-info li {
    line-height: 24px;
    font-size: 13px;
  }
}
.detail-block .list-features a {
  color: #000;
}
.detail-block .list-features a:hover {
  color: #4cc6f4;
}
@media (max-width: 767px) {
  .detail-block {
    padding: 20px;
  }
}
.detail-block .fa {
  margin-right: 5px;
}

.detail-title {
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.detail-title .title-left {
  float: left;
}
.detail-title .title-right {
  float: right;
  font-size: 12px;
  line-height: 18px;
}
.detail-title .title-right .fa {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .detail-title {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
}

.detail-title-inner {
  padding-bottom: 18px;
  margin-bottom: 25px;
  margin-top: 40px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .detail-title-inner {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

.detail-sub-title {
  position: relative;
  z-index: 1;
}
.detail-sub-title:before {
  border-top: 1px solid #ccc;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.detail-sub-title span {
  background: #fff;
  padding: 0 15px;
}

.document-list {
  list-style: none;
}
.document-list li {
  line-height: 14px !important;
  font-size: 14px !important;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}
.document-list a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.video-block {
  background-color: #000;
  position: relative;
}
.video-block .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.video-block img {
  width: 100%;
}
.video-block:hover .video-thumb, .video-block:hover .attachment-houzez-property-detail-gallery {
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-block:hover .attachment-houzez-property-detail-gallery {
  opacity: 1;
  filter: alpha(opacity=100);
}

.video-thumb, .attachment-houzez-property-detail-gallery {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.detail-multi-properties .table-wrapper {
  overflow-x: auto;
}
.detail-multi-properties .popover {
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.detail-multi-properties .popover .popover-content {
  padding: 0;
}

.table-multi-properties {
  margin: 0;
}
.table-multi-properties > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f9f9 !important;
}
.table-multi-properties th {
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: none;
  font-weight: 500;
  vertical-align: middle !important;
  padding: 5px 15px !important;
}
@media (max-width: 767px) {
  .table-multi-properties th {
    padding: 5px 8px !important;
  }
}
.table-multi-properties td, .table-multi-properties .widget_calendar table th, .widget_calendar table .table-multi-properties th {
  font-size: 12px;
  border-top: 0 !important;
  border-bottom: 1px solid #e5eeed;
  vertical-align: middle;
  padding: 15px 15px;
}
@media (max-width: 767px) {
  .table-multi-properties td, .table-multi-properties .widget_calendar table th, .widget_calendar table .table-multi-properties th {
    padding: 10px 8px;
  }
}
.table-multi-properties p {
  font-size: 12px;
  margin: 0;
}

.walkscore_details img {
  vertical-align: middle;
  display: inline-block;
}
.walkscore_details span {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  padding-top: 4px;
}

.popover {
  font-family: "Roboto", sans-serif;
}

.table-popover {
  margin: 0;
}
.table-popover tr:last-child td, .table-popover tr:last-child .widget_calendar table th, .widget_calendar table .table-popover tr:last-child th {
  border: none;
}
.table-popover .table-popover-title {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 23px !important;
}
.table-popover td, .table-popover .widget_calendar table th, .widget_calendar table .table-popover th {
  width: 50%;
  font-size: 12px;
  padding: 15px 10px !important;
  border-color: #e5eeed !important;
  color: #000;
}

.slideshow img {
  max-width: 100%;
}
.slideshow .slide, .slideshow .slideshow-nav {
  margin: 0;
  padding: 0;
}
.slideshow .slide .slick-prev, .slideshow .slideshow-nav .slick-prev, .slideshow .slide .slick-next, .slideshow .slideshow-nav .slick-next {
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background-color: rgba(0, 174, 239, 0.75);
}
.slideshow .slide .slick-prev:before, .slideshow .slideshow-nav .slick-prev:before, .slideshow .slide .slick-next:before, .slideshow .slideshow-nav .slick-next:before {
  font-size: 28px;
}
.slideshow .slide .slick-prev:hover, .slideshow .slideshow-nav .slick-prev:hover, .slideshow .slide .slick-next:hover, .slideshow .slideshow-nav .slick-next:hover {
  background-color: rgba(0, 174, 239, 0.12);
}
.slideshow .slide .slick-prev:focus, .slideshow .slideshow-nav .slick-prev:focus, .slideshow .slide .slick-next:focus, .slideshow .slideshow-nav .slick-next:focus {
  background-color: rgba(0, 174, 239, 0.12);
}
@media (max-width: 767px) {
  .slideshow .slide .slick-prev, .slideshow .slideshow-nav .slick-prev, .slideshow .slide .slick-next, .slideshow .slideshow-nav .slick-next {
    width: 30px;
    height: 30px;
  }
}
.slideshow .slide .slick-next, .slideshow .slideshow-nav .slick-next {
  left: inherit;
  right: 0;
}
.slideshow .slideshow-nav-main {
  padding: 1px 0;
  background-color: #fff;
}
.slideshow .slideshow-nav-main .slick-slide {
  padding-right: 1px;
  position: relative;
  cursor: pointer;
}
.slideshow .slideshow-nav-main .slick-slide img {
  width: 100%;
}
.slideshow .slideshow-nav-main .slick-current:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.detail-property-listing {
  padding: 0;
  margin: 40px 0;
  background-color: transparent;
}
.detail-property-listing h4 {
  margin-bottom: 40px;
}

.next-prev-block {
  margin-top: 40px;
}
.next-prev-block .media-left, .next-prev-block .media-right {
  padding-right: 25px;
}
.next-prev-block .media-left a, .next-prev-block .media-right a {
  display: block;
  width: 99px;
}
@media (max-width: 767px) {
  .next-prev-block .media-left, .next-prev-block .media-right {
    padding-right: 15px;
  }
  .next-prev-block .media-left a, .next-prev-block .media-right a {
    width: 50px;
    line-height: 14px;
  }
}
.next-prev-block .media-right {
  padding-right: 0;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .next-prev-block .media-right {
    padding-left: 15px;
  }
}
.next-prev-block .prev-box {
  width: 50%;
}
.next-prev-block .prev-box h4 {
  padding-left: 12px;
}
.next-prev-block .next-box {
  width: 50%;
}
.next-prev-block .next-box h4 {
  padding-right: 12px;
}
@media (max-width: 767px) {
  .next-prev-block {
    margin-top: 30px;
  }
  .next-prev-block .media-heading {
    margin: 0;
  }
  .next-prev-block h4 {
    display: none;
  }
}

.detail-content {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 767px) {
  .detail-content {
    padding: 15px;
  }
}
.detail-content img {
  max-width: 100%;
}

.detail-contact-inner {
  margin: 0 auto;
  max-width: 575px;
  padding: 0 15px;
}

.detail-page-view {
  padding-left: 15px;
  padding-right: 15px;
}

.detail-amenities-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.detail-amenities-list li {
  display: inline-block;
  font-size: 18px !important;
  line-height: 24px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-amenities-list li {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .detail-amenities-list li {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 30px !important;
  }
}
.detail-amenities-list .media-left, .detail-amenities-list .next-prev-block .media-right, .next-prev-block .detail-amenities-list .media-right {
  max-width: 69px;
  text-align: center;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .detail-amenities-list .media-left, .detail-amenities-list .next-prev-block .media-right, .next-prev-block .detail-amenities-list .media-right {
    max-width: 50px;
    padding-right: 15px;
  }
}
.detail-amenities-list .media-body {
  width: 130px;
  text-align: left;
}
@media (max-width: 767px) {
  .detail-amenities-list .media-body {
    width: 85px;
  }
}
.detail-amenities-list .fa {
  font-size: 50px;
}

.detail-gallery {
  padding: 0;
}
.detail-gallery div[class*="col-"] {
  padding: 0;
}
.detail-gallery img {
  width: 100%;
}

.inquiry-title {
  font-size: 30px !important;
  line-height: 36px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}

.agent-info-block {
  margin-bottom: 50px;
  text-align: center;
}
.agent-info-block .agent-thumb {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 28px;
}
.agent-info-block .agent-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.agent-info-block .agent-info {
  list-style: none;
  margin: 0;
  font-size: 0;
  text-align: center;
  margin-bottom: 14px;
}
.agent-info-block .agent-info li {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
}
.agent-info-block .agent-info li:last-child {
  margin: 0;
}
.agent-info-block .agent-info .agent-name {
  font-weight: 400;
}
.agent-info-block .agent-info .agent-mobile {
  font-weight: 300;
}
.agent-info-block .profile-social, .agent-info-block .agency-social {
  margin-bottom: 15px;
}
.agent-info-block .profile-social li, .agent-info-block .agency-social li {
  margin-right: 8px;
}
.agent-info-block .profile-social a, .agent-info-block .agency-social a {
  font-size: 20px;
  line-height: 20px;
}
.agent-info-block .profile-social .fa, .agent-info-block .agency-social .fa {
  margin: 0 !important;
}
.agent-info-block .view-link {
  font-weight: 500;
  line-height: 32px;
}

/*START PLANS TABBER STYLE*/
.plan-tabber div[class*="col-"] {
  padding: 60px 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-tabber div[class*="col-"] {
    padding: 45px 25px;
  }
}
@media (max-width: 767px) {
  .plan-tabber div[class*="col-"] {
    padding: 30px 0;
  }
}
.plan-tabber .detail-amenities-list {
  text-align: left;
}
.plan-tabber .detail-amenities-list li {
  margin: 0;
}

.plan-tabs {
  list-style: none;
  margin: 0;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #777777;
}
.plan-tabs li {
  position: relative;
  bottom: -1px;
  display: inline-block;
  font-size: 18px;
  padding: 26px 34px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  cursor: pointer;
}
.plan-tabs li:last-child {
  border-right: 1px solid #777;
}
.plan-tabs li.active {
  box-shadow: inset 0 4px 0 #00aeef;
  border-top-color: #00aeef;
  background-color: #fff;
  color: #00aeef;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-tabs li {
    padding: 18px 28px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .plan-tabs li {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (max-width: 481px) {
  .plan-tabs li {
    padding: 12px 15px;
    font-size: 12px;
  }
}

.floor-content .floor-title {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .floor-content .floor-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .floor-content .floor-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.floor-content .floor-price {
  font-size: 18px;
  line-height: 36px;
  margin: 0 0 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .floor-content .floor-price {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .floor-content .floor-price {
    font-size: 14px;
    line-height: 26px;
  }
}
.floor-content p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 32px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .floor-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .floor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.floor-content .detail-amenities-list .media-body {
  width: 90px;
}
@media (max-width: 767px) {
  .floor-content .detail-amenities-list .media-body {
    width: 75px;
  }
}
.floor-content .detail-amenities-list .media-left, .floor-content .detail-amenities-list .next-prev-block .media-right, .next-prev-block .floor-content .detail-amenities-list .media-right {
  padding-right: 10px;
}

.floor-image {
  text-align: center;
}

.floor-title-block {
  margin-bottom: 20px;
}
.floor-title-block .floor-title {
  float: left;
}
.floor-title-block .floor-price {
  float: right;
}

/*START PRINT PAGE STYLE*/
.print-detail-main {
  background-color: #fff;
}

.print-detail {
  margin: 0 auto;
  width: 798px;
}
.print-detail p {
  font-size: 16px;
}
.print-detail .print-list-three-col {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style: none;
}
.print-detail .print-list-three-col li {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.print-detail .detail-block {
  padding: 38px;
}
.print-detail .detail-title {
  padding-bottom: 35px;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .print-detail .detail-title {
    padding-bottom: 20px;
  }
}
.print-detail .detail-title-inner {
  padding-bottom: 0;
  margin-bottom: 30px;
  margin-top: 0;
  border: none;
}
.print-detail .detail-title-inner .title-right {
  font-size: 18px;
}
.print-detail .detail-title-inner .title-inner {
  font-size: 18px;
  line-height: 20px;
}
.print-detail .property-link {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
}
.print-detail .header-detail {
  padding: 0;
  margin-bottom: 20px;
}
.print-detail .agent-media .media-heading {
  margin-bottom: 6px;
  text-transform: capitalize;
  font-size: 14px;
}
.print-detail .agent-media ul {
  font-size: 0;
}
.print-detail .agent-media li {
  display: inline-block;
  width: 33%;
  line-height: 16px;
  font-size: 14px;
}
.print-detail .alert {
  margin-bottom: 30px;
  padding: 0;
}
.print-detail .print-floor {
  margin-bottom: 30px;
}
.print-detail .accord-outer {
  margin-bottom: 30px;
}
.print-detail .accord-tab {
  background-color: #fff !important;
  border: 1px solid #d4d4d4;
  padding: 16px 20px !important;
}
.print-detail .accord-tab h3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.print-detail .accord-tab ul {
  float: right !important;
  list-style: none;
  margin: 0 !important;
  width: auto !important;
}
.print-detail .accord-tab li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.print-detail .accord-tab li:last-child {
  margin: 0;
}
.print-detail .accord-content {
  display: block !important;
  border: 1px solid #d4d4d4;
  border-top: 0;
  text-align: left;
}
.print-detail .accord-content .floor-image {
  margin-bottom: 50px;
  text-align: center;
}
.print-detail .accord-content p:last-child {
  margin: 0;
}

.print-header {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7d7d7;
}
.print-header .print-header-left {
  float: left;
  width: 100%;
  text-align: center;
}
.print-header .print-header-right {
  float: right;
  text-align: right;
}
.print-header .print-header-right p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
}
.print-header .print-header-right p:last-child {
  margin: 0;
}

.print-header-detail {
  margin-bottom: 20px;
}
.print-header-detail h1 {
  margin-bottom: 4px;
  font-size: 24px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.print-header-detail h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #707070;
  line-height: 20px;
  text-transform: inherit;
  text-align: inherit;
}
.print-header-detail p {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
  margin: 0;
}
.print-header-detail .print-header-detail-left {
  float: left;
}
.print-header-detail .print-header-detail-right {
  float: right;
}

.print-logo {
  display: inline-block;
}
.print-logo span {
  display: block;
}
.print-logo .tag-line {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #000;
}

.print-banner {
  margin-bottom: 30px;
  text-align: center;
}
.print-banner img {
  max-width: 100%;
}
.print-banner .print-main-image {
  position: relative;
}
.print-banner .qr-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.print-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.print-gallery .print-gallery-image {
  padding-bottom: 30px;
}
.print-gallery .print-gallery-image:last-child {
  padding: 0;
}

.accord-block .accord-tab {
  background-color: #f2f2f2;
  border-top: 1px solid #d4d4d4;
  position: relative;
  padding: 14px 60px 13px 20px;
}
@media (max-width: 767px) {
  .accord-block .accord-tab {
    padding: 13px;
  }
}
.accord-block .accord-tab h3 {
  float: left;
}
.accord-block .accord-tab ul {
  float: right;
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  .accord-block .accord-tab ul {
    margin-top: 3px;
    width: 100%;
  }
}
.accord-block .accord-tab li {
  display: inline-block;
  margin-right: 30px;
}
.accord-block .accord-tab li:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .accord-block .accord-tab li {
    margin-right: 15px;
  }
}
.accord-block .accord-tab .expand-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-family: "FontAwesome";
}
.accord-block .accord-tab .expand-icon:before {
  content: "\f107";
}
.accord-block .accord-tab .expand-icon.active:before {
  content: "\f106";
}
.accord-block .accord-content {
  padding: 20px;
  text-align: center;
  display: none;
}

.pagination-main .pagination {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pagination-main .pagination li {
  margin-right: 1px !important;
  display: inline-block;
}
.pagination-main .pagination li:last-child a {
  border-radius: 0;
}
.pagination-main .pagination li:first-child a {
  border-radius: 0;
}
.pagination-main .pagination li.active a {
  background-color: #00aeef;
  color: #fff;
}
.pagination-main .pagination a {
  width: 40px;
  height: 40px;
  border: none;
  color: #00aeef;
}
.pagination-main .pagination a:hover {
  color: #00aeef;
}

/*START PROFILE DETAIL PAGE STYLE*/
.profile-detail-block {
  padding: 40px;
  background-color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .profile-detail-block {
    padding: 20px;
  }
}
.profile-detail-block img {
  width: 100%;
}
.profile-detail-block .profile-image {
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .profile-detail-block .profile-image {
    margin-bottom: 30px;
  }
}
.profile-detail-block .profile-image .company-logo {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 120px;
  z-index: 4;
}
.profile-detail-block .form-small {
  padding: 0;
}
.profile-detail-block .form-small textarea.form-control {
  resize: none;
  height: 90px;
}
.profile-detail-block .form-small .form-group {
  margin-bottom: 11px;
}

.profile-description .position, .agency-description .position {
  color: #9b9b9b;
}
.profile-description .profile-description-left, .agency-description .profile-description-left {
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .profile-description .profile-description-left, .agency-description .profile-description-left {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-description .profile-description-left, .agency-description .profile-description-left {
    width: 65%;
  }
}
.profile-description .profile-description-right, .agency-description .profile-description-right {
  float: right;
}
.profile-description .profile-description-right .profile-contact, .agency-description .profile-description-right .profile-contact, .profile-description .profile-description-right .agency-contact, .agency-description .profile-description-right .agency-contact {
  margin-top: 0 !important;
}
@media (min-width: 1200px) {
  .profile-description .profile-description-right, .agency-description .profile-description-right {
    width: 23%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-description .profile-description-right, .agency-description .profile-description-right {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-description .profile-description-right, .agency-description .profile-description-right {
    width: 100%;
  }
  .profile-description .profile-description-right .profile-contact, .agency-description .profile-description-right .profile-contact, .profile-description .profile-description-right .agency-contact, .agency-description .profile-description-right .agency-contact {
    margin: 20px 0 !important;
  }
}
@media (max-width: 767px) {
  .profile-description .profile-description-right, .agency-description .profile-description-right {
    width: 100%;
  }
  .profile-description .profile-description-right .profile-contact, .agency-description .profile-description-right .profile-contact, .profile-description .profile-description-right .agency-contact, .agency-description .profile-description-right .agency-contact {
    margin: 20px 0 !important;
  }
}

.profile-contact, .agency-contact {
  list-style: none;
  margin-bottom: 27px;
  margin-top: 20px;
}
.profile-contact .email, .agency-contact .email {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .profile-contact .email, .agency-contact .email {
    margin-top: 20px;
  }
}
.profile-contact li + li, .agency-contact li + li {
  margin-top: 10px;
}
.profile-contact span, .agency-contact span {
  font-weight: 500;
  text-transform: uppercase;
}

.profile-social, .agency-social {
  margin: 0;
  font-size: 0;
}
.profile-social li, .agency-social li {
  display: inline-block;
  margin-right: 6px !important;
}
.profile-social li:last-child, .agency-social li:last-child {
  margin: 0;
}
.profile-social a, .agency-social a {
  font-size: 27px;
  display: inline-block;
  vertical-align: middle;
  color: #cfcfcf;
}
@media (max-width: 767px) {
  .profile-social a, .agency-social a {
    font-size: 20px;
  }
}
.profile-social a:hover, .agency-social a:hover {
  color: #4cc6f4;
}

.profile-rating {
  list-style: none;
  margin-top: 12px;
}
.profile-rating span {
  font-weight: 500;
}

.company-detail .position {
  margin-bottom: 15px;
}
.company-detail .profile-contact .email, .company-detail .agency-contact .email {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .company-detail .profile-contact .email, .company-detail .agency-contact .email {
    margin-top: 16px;
  }
}
.company-detail .profile-contact li + li, .company-detail .agency-contact li + li {
  margin-top: 8px;
}
.company-detail .profile-contact, .company-detail .agency-contact {
  margin-bottom: 18px;
  margin-top: 18px;
}

.profile-tabs {
  list-style: none;
  margin: 0;
  width: 100%;
}
.profile-tabs li {
  float: left;
  padding: 5px;
  height: 50px;
  width: 155px;
  background-color: #ebebeb;
  vertical-align: middle;
  border-right: 1px solid #f5f5f5;
  cursor: pointer;
}
.profile-tabs li:last-child {
  border: none;
}
.profile-tabs li:hover {
  background-color: #00aeef;
  color: #fff;
}
.profile-tabs li:focus {
  background-color: #00aeef;
  color: #fff;
}
.profile-tabs li:active {
  background-color: #00aeef;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-tabs li {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .profile-tabs li {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #f5f5f5;
  }
}
.profile-tabs li.active {
  background-color: #fff;
}
.profile-tabs li.active:hover {
  color: #000;
}

.profile-tab-content {
  padding: 38px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .profile-tab-content {
    padding: 24px;
  }
}

.profile-properties {
  background-color: transparent;
  padding: 0;
}
.profile-properties .property-listing.grid-view .item-wrap {
  width: 33.333333%;
}
.profile-properties .property-listing.grid-view .item-wrap:nth-child(3n+1) {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-properties .property-listing.grid-view .item-wrap {
    width: 50%;
  }
  .profile-properties .property-listing.grid-view .item-wrap:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .profile-properties .property-listing.grid-view .item-wrap {
    width: 100%;
  }
}

.profile-agents {
  padding: 0;
  background-color: transparent;
}
.profile-agents figure {
  margin: 0 !important;
}
.profile-agents .profile-description-top {
  float: left;
  width: 100%;
}
.profile-agents .profile-description .position, .profile-agents .agency-description .position {
  margin-bottom: 28px !important;
}
.profile-agents .profile-description p, .profile-agents .agency-description p {
  margin-bottom: 10px !important;
}
.profile-agents .profile-description .btn, .profile-agents .agency-description .btn {
  margin-top: 23px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-agents .profile-social, .profile-agents .agency-social {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .profile-agents .profile-social, .profile-agents .agency-social {
    margin-bottom: 15px !important;
  }
}

.profile-map {
  padding: 0;
}
.profile-map #map {
  width: 100%;
  height: 400px;
}

.reviews-list {
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.reviews-list .media {
  margin-top: 30px;
}
.reviews-list .media:first-child {
  margin: 0;
}
@media (max-width: 767px) {
  .reviews-list .media {
    margin-top: 20px;
  }
}
.reviews-list .media-heading {
  float: left;
}
.reviews-list .media-heading a {
  color: #000;
}
.reviews-list .rating {
  float: left;
  margin: 0 !important;
  line-height: 18px;
}
.reviews-list .review-top {
  margin-bottom: 5px;
}
.reviews-list .review-date {
  color: #959595;
}
@media (max-width: 767px) {
  .reviews-list {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .reviews-list .media-left a, .reviews-list .next-prev-block .media-right a, .next-prev-block .reviews-list .media-right a {
    width: 38px !important;
  }
}

.add-rating {
  margin-bottom: 20px;
}
.add-rating .rating {
  line-height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .add-rating .rating {
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .company-detail .form-small {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .agent-detail .form-small {
    margin-top: 30px;
  }
}

.property-filter-wrap {
  background-color: #fff;
  padding: 10px 10px 10px 23px;
  margin-bottom: 10px;
}
.property-filter-wrap .bootstrap-select {
  width: 145px !important;
}
@media (max-width: 767px) {
  .property-filter-wrap .bootstrap-select {
    width: 100% !important;
  }
}
.property-filter-wrap label {
  color: #999;
}

.filter-title {
  float: left;
  margin: 0;
  line-height: 42px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-title {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .filter-title {
    line-height: 50px;
  }
}

.filter-inputs {
  float: right;
}
.filter-inputs > ul {
  display: table;
  list-style: none;
  margin: 0;
}
.filter-inputs > ul > li {
  display: table-cell;
  padding-right: 10px;
}
.filter-inputs > ul > li:last-child {
  padding: 0;
}
@media (max-width: 481px) {
  .filter-inputs {
    width: 100%;
  }
}

/*START AGENT LIST PAGE STYLE*/
.agent-listing .profile-detail-block {
  padding: 30px;
  margin: 0;
}
.agent-listing .profile-detail-block + .profile-detail-block {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .agent-listing .profile-detail-block {
    padding: 20px;
  }
}
.agent-listing .media-left, .agent-listing .next-prev-block .media-right, .next-prev-block .agent-listing .media-right {
  padding-right: 30px;
}
.agent-listing .media-left figure, .agent-listing .next-prev-block .media-right figure, .next-prev-block .agent-listing .media-right figure {
  margin-bottom: 20px;
  display: block;
  width: 239px;
}
@media (max-width: 767px) {
  .agent-listing .media-left figure, .agent-listing .next-prev-block .media-right figure, .next-prev-block .agent-listing .media-right figure {
    width: 150px;
  }
}
@media (max-width: 481px) {
  .agent-listing .media-left figure, .agent-listing .next-prev-block .media-right figure, .next-prev-block .agent-listing .media-right figure {
    width: 65px;
  }
}
.agent-listing .profile-description .position, .agent-listing .agency-description .position {
  margin-bottom: 20px;
}
.agent-listing .profile-description p, .agent-listing .agency-description p {
  margin-bottom: 30px;
}
.agent-listing .profile-description .profile-contact, .agent-listing .agency-description .profile-contact, .agent-listing .profile-description .agency-contact, .agent-listing .agency-description .agency-contact {
  margin: 20px 0;
}
.agent-listing .profile-description .profile-contact .email, .agent-listing .agency-description .profile-contact .email, .agent-listing .profile-description .agency-contact .email, .agent-listing .agency-description .agency-contact .email {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .agent-listing .profile-description .position, .agent-listing .agency-description .position {
    margin-bottom: 10px;
  }
  .agent-listing .profile-description p, .agent-listing .agency-description p {
    margin-bottom: 20px;
  }
  .agent-listing .profile-description .agent-contact, .agent-listing .agency-description .agent-contact {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .agent-listing .profile-social, .agent-listing .agency-social {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .agent-listing .media-left, .agent-listing .next-prev-block .media-right, .next-prev-block .agent-listing .media-right {
    padding-right: 15px;
  }
}

/*START AGENCY BLOCK STYLE*/
.agency-block {
  padding: 30px;
  margin: 0;
  background-color: #fff;
  margin-top: 30px;
}
.agency-block:first-child {
  margin-top: 0;
}
.agency-block figure {
  width: 240px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .agency-block figure {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .agency-block figure {
    width: 100%;
  }
}
.agency-block .media-left, .agency-block .next-prev-block .media-right, .next-prev-block .agency-block .media-right {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .agency-block .media-left, .agency-block .next-prev-block .media-right, .next-prev-block .agency-block .media-right {
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .agency-block .media-body {
    overflow: visible;
  }
}
.agency-block .agency-body-left {
  display: table-cell;
  padding-right: 30px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .agency-block .agency-body-left {
    display: block;
    padding-right: 0;
  }
}
.agency-block .agency-body-right {
  display: table-cell;
  width: 210px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .agency-block .agency-body-right {
    display: block;
    width: 100%;
  }
}
.agency-block .social-top {
  display: block;
}
@media (max-width: 767px) {
  .agency-block .social-top {
    display: none;
  }
}
.agency-block .social-bottom {
  display: none;
}
@media (max-width: 767px) {
  .agency-block .social-bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  .agency-block {
    padding: 20px;
  }
}

.agency-description p {
  margin: 0;
}

.agency-contact {
  margin-bottom: 0;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .agency-contact {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.agency-social {
  margin-left: 1px;
}
.agency-social a {
  font-size: 20px;
  line-height: 20px;
}

.agency-block.item-grid figure {
  width: 100%;
}
.agency-block.item-grid .position {
  margin-bottom: 12px;
}
.agency-block.item-grid .media-left, .agency-block.item-grid .next-prev-block .media-right, .next-prev-block .agency-block.item-grid .media-right {
  display: block;
  padding-right: 0;
  padding-bottom: 15px;
}
.agency-block.item-grid .media-body {
  overflow: visible;
  display: block;
  width: 100%;
}
.agency-block.item-grid .agency-body-left {
  display: block;
  padding-right: 0;
}
.agency-block.item-grid .agency-body-right {
  display: block;
  width: 100%;
}
.agency-block.item-grid .agency-contact {
  margin-top: 15px;
  margin-bottom: 15px;
}
.agency-block.item-grid .social-top {
  display: none;
}
.agency-block.item-grid .social-bottom {
  display: block;
}
.agency-block.item-grid .view-link {
  padding: 0;
  margin-top: 10px;
}

/*START AGENCY module STYLE*/
.agency-module .row {
  margin-left: 0;
  margin-right: 0;
}
.agency-module div[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.agency-module .agency-block {
  box-shadow: 0 0 1px #b7b7b7;
}

.agency-module-carousel .agency-block {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.agency-module-carousel .item {
  padding: 3px 0 !important;
}

/*START TEAM BLOCK STYLE*/
.team-module {
  margin-bottom: -30px;
}

.team-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-block:hover .team-caption-before {
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.team-block:hover .team-caption-after {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.team-block:focus .team-caption-before {
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.team-block:focus .team-caption-after {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.team-block > img {
  width: 100%;
}

.team-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.team-caption-before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.8) 100%);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.team-caption-before .team-caption-inner {
  bottom: 0;
}

.team-caption-after {
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.team-caption-after .team-caption-inner {
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.team-caption-after .team-name {
  color: #000;
}
.team-caption-after .team-name a {
  color: #000;
}
.team-caption-after .team-name a:hover {
  color: #00aeef;
}
.team-caption-after .team-designation {
  color: #000;
}
.team-caption-after .team-designation a {
  color: #000;
}
.team-caption-after .team-designation a:hover {
  color: #00aeef;
}
.team-caption-after .team-social li a {
  color: #7f7f7f;
}

.team-caption-inner {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px 20px;
  text-align: center;
}

.team-name {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .team-name {
    font-size: 14px;
    line-height: 18px;
  }
}
.team-name a {
  color: #fff;
}

.team-designation {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .team-designation {
    font-size: 12px;
    line-height: 16px;
  }
}
.team-designation a {
  color: #fff;
}

.team-description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 23px;
  margin: 15px 0 20px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.team-social {
  margin: 0;
  font-size: 0;
  list-style: none;
}
.team-social li {
  display: inline-block;
  margin-right: 6px;
}
.team-social li:last-child {
  margin: 0;
}
.team-social a {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 767px) {
  .team-social a {
    font-size: 20px;
  }
}
.team-social a:hover {
  color: #4cc6f4;
}

/*START 404 PAGE STYLE*/
.error-404-page {
  padding-top: 40px;
}
.error-404-page h1 {
  font-size: 40px;
  line-height: 40px;
}
.error-404-page p {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 481px) {
  .error-404-page h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .error-404-page p {
    font-size: 16px;
    line-height: 24px;
  }
}

/*START BLOG PAGES STYLE*/
@media (min-width: 768px) and (max-width: 991px) {
  .article-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .article-main {
    margin-bottom: 30px;
  }
}

.blog-article + .blog-article {
  margin-top: 30px;
}
.blog-article .article-detail, .blog-article .comments-block {
  padding: 40px 48px;
}
@media (max-width: 767px) {
  .blog-article .article-detail, .blog-article .comments-block {
    padding: 20px 28px;
  }
}
.blog-article .page-title {
  background-color: #fff;
  padding: 40px 48px;
}
@media (max-width: 767px) {
  .blog-article .page-title {
    padding: 20px 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-main {
    margin-bottom: 30px;
  }
}

/*START SIMPLE PAGE STYLE*/
.article-media {
  text-align: center;
}

.article-detail, .comments-block {
  background-color: #fff;
  padding: 40px;
}
.article-detail .article-title a, .comments-block .article-title a {
  color: #000;
}
.article-detail .article-title a:hover, .comments-block .article-title a:hover {
  color: #4cc6f4;
}
.article-detail ul, .comments-block ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.article-detail ol, .comments-block ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.article-detail ol ul, .comments-block ol ul, .article-detail ol ol, .comments-block ol ol, .article-detail ul ul, .comments-block ul ul, .article-detail ul ol, .comments-block ul ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .article-detail, .comments-block {
    padding: 20px;
  }
  .article-detail ul, .comments-block ul {
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .article-detail ul ol, .comments-block ul ol {
    padding-left: 15px;
  }
  .article-detail ul ul, .comments-block ul ul {
    padding-left: 15px;
  }
  .article-detail ol, .comments-block ol {
    padding-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .article-detail ol ol, .comments-block ol ol {
    padding-left: 15px;
  }
  .article-detail ol ul, .comments-block ol ul {
    padding-left: 15px;
  }
}
.article-detail .gallery, .comments-block .gallery {
  margin-bottom: 20px;
}
.article-detail .pagination, .comments-block .pagination {
  padding: 0 !important;
}
.article-detail .pagination > li > a, .comments-block .pagination > li > a {
  background-color: #f9f9f9;
}
.article-detail .pagination > li > a:hover, .comments-block .pagination > li > a:hover {
  background-color: #eee;
}

.article-footer {
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 36px;
}
.article-footer .author-meta {
  float: left;
}
.article-footer .article-footer-right {
  float: right;
  line-height: 36px;
}
.article-footer .meta-title {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 13px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.article-footer .meta-tags {
  margin: 0;
  list-style: none;
  font-size: 0;
}
.article-footer .meta-tags li {
  display: inline-block;
}
.article-footer .meta-tags a {
  font-size: 14px;
  line-height: 1;
  margin: 0 3px 3px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
  display: block;
  padding: 4px 10px 5px 10px;
  background-color: #4cc6f4;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.article-footer .meta-tags a:hover {
  background-color: #0eaae5;
}
@media (max-width: 767px) {
  .article-footer {
    padding: 20px;
  }
  .article-footer .meta-title {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 13px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-footer .meta-tags a {
    font-size: 12px;
  }
  .article-footer .author-meta {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .article-footer .article-footer-right {
    width: 100%;
    text-align: center;
  }
}

.author-meta {
  margin: 0;
  list-style: none;
}
.author-meta li {
  display: inline-block;
  color: #959595;
  margin-right: 13px;
  font-size: 14px;
  line-height: 14px;
  margin: 0 13px 0 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.author-meta li:last-child {
  margin: 0;
}
.author-meta li i {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .author-meta li {
    font-size: 12px;
  }
}
.author-meta .meta-image {
  margin-right: 10px;
  border-radius: 50%;
}
@media (max-width: 481px) {
  .author-meta .meta-image {
    display: none !important;
  }
}

.page-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  text-transform: inherit;
  text-align: center;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
  max-width: -webkit-calc(33.33% - 4px);
  max-width: calc(33.33% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.blog-section {
  border-bottom: 1px solid #e1e1e1;
  padding: 38px 0;
}
.blog-section .blog-section-title, .blog-section .comment-reply-title {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 38px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.blog-section:last-child {
  border: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .blog-section {
    padding: 25px 0;
  }
  .blog-section .blog-section-title, .blog-section .comment-reply-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 25px;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
}

.next-prev-blog {
  margin: 0;
}
.next-prev-blog .media-left a, .next-prev-blog .next-prev-block .media-right a, .next-prev-block .next-prev-blog .media-right a, .next-prev-blog .media-right a {
  width: 46px;
  line-height: 25px;
  margin-top: 7px;
  color: #000;
}
.next-prev-blog .media-left a:hover, .next-prev-blog .next-prev-block .media-right a:hover, .next-prev-block .next-prev-blog .media-right a:hover, .next-prev-blog .media-right a:hover {
  color: #4cc6f4;
}
.next-prev-blog .media-left a .fa, .next-prev-blog .next-prev-block .media-right a .fa, .next-prev-block .next-prev-blog .media-right a .fa, .next-prev-blog .media-right a .fa {
  font-size: 25px;
}
@media (max-width: 767px) {
  .next-prev-blog .media-left a, .next-prev-blog .next-prev-block .media-right a, .next-prev-block .next-prev-blog .media-right a, .next-prev-blog .media-right a {
    width: 23px;
    margin: 0;
    line-height: 14px;
  }
  .next-prev-blog .media-left a .fa, .next-prev-blog .next-prev-block .media-right a .fa, .next-prev-block .next-prev-blog .media-right a .fa, .next-prev-blog .media-right a .fa {
    font-size: 20px;
  }
}
.next-prev-blog .media-left a, .next-prev-blog .next-prev-block .media-right a, .next-prev-block .next-prev-blog .media-right a {
  text-align: right;
}
.next-prev-blog .media-right a {
  text-align: left;
}
.next-prev-blog h3 {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: capitalize !important;
  text-align: inherit;
}
.next-prev-blog h3 a {
  color: #000;
}
.next-prev-blog h4 {
  padding: 0 !important;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.author-detail-block, .comments-block {
  padding-left: 20px;
  padding-right: 20px;
}
.author-detail-block .media-left, .comments-block .media-left, .author-detail-block .next-prev-block .media-right, .next-prev-block .author-detail-block .media-right, .comments-block .next-prev-block .media-right, .next-prev-block .comments-block .media-right {
  padding-right: 26px;
}
.author-detail-block .media-left figure, .comments-block .media-left figure, .author-detail-block .next-prev-block .media-right figure, .next-prev-block .author-detail-block .media-right figure, .comments-block .next-prev-block .media-right figure, .next-prev-block .comments-block .media-right figure {
  width: 60px;
}
@media (max-width: 767px) {
  .author-detail-block .media-left, .comments-block .media-left, .author-detail-block .next-prev-block .media-right, .next-prev-block .author-detail-block .media-right, .comments-block .next-prev-block .media-right, .next-prev-block .comments-block .media-right {
    padding-right: 15px;
  }
  .author-detail-block .media-left figure, .comments-block .media-left figure, .author-detail-block .next-prev-block .media-right figure, .next-prev-block .author-detail-block .media-right figure, .comments-block .next-prev-block .media-right figure, .next-prev-block .comments-block .media-right figure {
    width: 45px;
  }
}
.author-detail-block .media-body .heading, .comments-block .media-body .heading {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 13px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.author-detail-block .media-body p, .comments-block .media-body p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 22px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.author-detail-block .profile-social a, .comments-block .profile-social a, .author-detail-block .agency-social a, .comments-block .agency-social a {
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .author-detail-block, .comments-block {
    padding-left: 0;
    padding-right: 0;
  }
  .author-detail-block .media-body .heading, .comments-block .media-body .heading {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px;
  }
  .author-detail-block .media-body p, .comments-block .media-body p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}

/*START ABOUT PAGE TEAM STYLE*/
.about-team-main {
  margin-bottom: 30px;
}

.about-team-block figure img {
  margin-bottom: 10px;
}
.about-team-block div {
  text-align: center;
}

/*START COMPARE PANEL STYLE*/
.compare-panel {
  width: 240px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.compare-panel.panel-open {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.panel-btn {
  padding: 0;
  position: absolute;
  border-radius: 0;
  font-size: 21px;
  height: 63px;
  left: -35px;
  top: 230px;
  width: 35px;
}

.compare-panel-header {
  padding: 20px 15px;
  border-bottom: 1px solid #f1f1f1;
}
.compare-panel-header .title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #777;
}

.compare-panel-body {
  padding: 30px;
}

.compare-thumb-main {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.compare-thumb-main .compare-thumb {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  height: 56px;
  width: 95px;
  float: left;
  margin-bottom: 10px;
}
.compare-thumb-main .thumb-inner-empty {
  height: 56px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: 2px dashed #ccc;
}
.compare-thumb-main .btn-trash {
  position: absolute;
  bottom: 7px;
  right: 12px;
  color: #fff;
  background: none;
  border: none;
  line-height: 14px;
}

/*START COMPARE PAGE STYLE*/
@media (max-width: 767px) {
  .compare-table-wrap {
    overflow-x: auto;
  }
  .compare-table-wrap .compare-table {
    width: 700px;
  }
}

.compare-table .table-title {
  text-align: right;
  font-weight: 500;
  width: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-table .table-title {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .compare-table .table-title {
    width: 100px;
  }
}
.compare-table > thead > tr > th {
  padding-top: 0;
  background-color: transparent;
  color: #000;
  border: none;
}
.compare-table td, .compare-table .widget_calendar table th, .widget_calendar table .compare-table th {
  font-size: 14px;
}
.compare-table .tr-head {
  background-color: #064372 !important;
  color: #fff;
}
.compare-table .mark-yes {
  color: #39b54a;
}
.compare-table .mark-no {
  color: #f26c4f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-table {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .compare-table {
    font-size: 12px;
  }
}

.compare-thumb {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .compare-thumb {
    margin-bottom: 10px;
  }
}

.compare-caption .compare-title {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 12px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-caption .compare-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .compare-caption .compare-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.compare-caption .compare-price {
  color: #00aeef;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-caption .compare-price {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .compare-caption .compare-price {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px;
  }
}
.compare-caption .compare-type {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-caption .compare-type {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .compare-caption .compare-type {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px;
  }
}

.comments-block {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.comments-block .media-body .heading {
  margin-bottom: 5px;
}
.comments-block .media-body .subheading {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 13px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .comments-block .media-body .subheading {
    font-size: 12px;
    line-height: 12px;
  }
}
.comments-block .media-body p {
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .comments-block .media-body p {
    margin: 0 0 12px;
  }
}
.comments-block .media-body .reply {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.comments-block .media-body .reply .fa {
  margin-left: 4px;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .comments-block .media-body .reply {
    font-size: 14px;
    line-height: 14px;
  }
}
.comments-block .media .media {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comments-block .media .media {
    margin-top: 15px;
  }
}
.comments-block .children {
  padding-left: 87px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comments-block .children {
    padding-left: 30px;
    margin-top: 15px;
  }
}

.comment-navigation {
  padding-top: 38px;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
}
@media (max-width: 767px) {
  .comment-navigation {
    padding-top: 25px;
  }
}

.bypostauthor {
  position: relative;
  overflow: visible;
  list-style: none;
  background-color: #fff;
  padding: 40px;
}
.bypostauthor .comment-banner {
  position: absolute;
  top: -5px;
  right: 20px;
  width: 30px;
  height: 41px;
  background-image: url("../img/comment-banner.png");
  background-position: center;
  background-repeat: no-repeat;
}
.bypostauthor .comment-respond {
  margin-top: 30px;
}

#transportation, #supermarkets, #schools, #libraries, #pharmacies, #hospitals {
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  float: left;
  clear: left;
  position: relative;
  white-space: nowrap;
  height: 40px;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  #transportation, #supermarkets, #schools, #libraries, #pharmacies, #hospitals {
    height: 30px;
  }
}
#transportation .icon, #supermarkets .icon, #schools .icon, #libraries .icon, #pharmacies .icon, #hospitals .icon {
  width: 40px;
  height: 40px;
  padding: 4px;
  position: relative;
}
@media (max-width: 767px) {
  #transportation .icon, #supermarkets .icon, #schools .icon, #libraries .icon, #pharmacies .icon, #hospitals .icon {
    width: 30px;
    height: 30px;
  }
}
#transportation img, #supermarkets img, #schools img, #libraries img, #pharmacies img, #hospitals img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  #transportation img, #supermarkets img, #schools img, #libraries img, #pharmacies img, #hospitals img {
    width: 15px;
  }
}
#transportation span, #supermarkets span, #schools span, #libraries span, #pharmacies span, #hospitals span {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transform: translate3d(48%, 0, 0);
  -o-transform: translate3d(48%, 0, 0);
  -ms-transform: translate3d(48%, 0, 0);
  -webkit-transform: translate3d(48%, 0, 0);
  transform: translate3d(48%, 0, 0);
  padding-right: 12px;
  padding-left: 16px;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  visibility: hidden;
}
@media (max-width: 767px) {
  #transportation span, #supermarkets span, #schools span, #libraries span, #pharmacies span, #hospitals span {
    height: 30px;
    line-height: 30px;
  }
}
#transportation:hover span, #supermarkets:hover span, #schools:hover span, #libraries:hover span, #pharmacies:hover span, #hospitals:hover span {
  z-index: 1;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#transportation.active span, #supermarkets.active span, #schools.active span, #libraries.active span, #pharmacies.active span, #hospitals.active span {
  z-index: 1;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/*START CONTACT PAGE STYLE*/
.contact-area ul {
  list-style: inside;
}
@media (max-width: 767px) {
  .contact-area .contact-block-inner {
    margin-top: 30px;
  }
  .contact-area .contact-block-inner:first-child {
    margin: 0;
  }
}

.contact-info-block {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-info-block {
    margin-bottom: 22px;
  }
}
.contact-info-block:last-child {
  margin: 0;
}
.contact-info-block.alert {
  font-size: 14px;
}

.contact-info-title {
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact-info-title {
    font-size: 16px;
  }
}

/*START FAQS PAGE STYLE*/
.toggle-content-main {
  margin-bottom: 22px;
}

.toggle-title {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.toggle-title:before {
  content: '\f067';
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 27px;
}
.toggle-title h4 {
  font-size: 16px;
  margin: 0;
}
.toggle-title.active:before {
  content: '\f068';
}

.toggle-content {
  display: none;
  padding-left: 25px;
  margin-bottom: 21.74px;
  margin-top: 1em;
}
.toggle-content p:last-child {
  margin: 0;
}

/*START DOCUMENTATION PAGE STYLE*/
.document-page-top {
  text-align: center;
  padding: 110px 0;
  background-color: #d8d8d8;
}
.document-page-top form {
  width: 680px;
  margin: 0 auto;
}
.document-page-top form .form-group {
  margin-right: -5px;
  margin-left: -5px;
}
.document-page-top .form-control, .document-page-top .post-password-form input[type='password'], .post-password-form .document-page-top input[type='password'] {
  height: 40px;
  text-align: left;
}
.document-page-top div[class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.document-title {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.document-menu {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background-color: #d8d8d8;
}

.document-nav {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.document-nav li {
  display: inline-block;
  font-size: 14px;
  margin-right: 46px;
}
.document-nav li:last-child {
  margin: 0;
}
.document-nav a {
  display: block;
  line-height: 48px;
  color: #7e7e7e;
}

.document-body {
  padding: 55px 0;
  background-color: #fff;
}

.document-sidebar {
  background-color: #d8d8d8;
  border: 1px solid #979797;
  width: 100%;
  min-height: 500px;
}

.document-topic-list {
  margin: 0;
  list-style: none;
}
.document-topic-list li {
  padding-bottom: 14px;
  padding-top: 34px;
  border-bottom: 1px solid #979797;
}
.document-topic-list li:first-child {
  padding-top: 0;
}
.document-topic-list .topic-title {
  float: left;
}
.document-topic-list .topic-read-more {
  float: right;
}

.topic-title {
  color: #777777;
  font-size: 26px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}

.topic-read-more {
  background-color: #cccccc;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 20px;
}

/*START MEMBERSHIP PAGE STYLE*/
.membership-page-top {
  padding-top: 68px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .membership-page-top {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .membership-page-top {
    padding-top: 38px;
  }
}

.membership-page-title {
  margin-bottom: 54px;
}
.membership-page-title .page-title {
  padding: 0;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 15px;
  font-weight: 500;
  text-transform: inherit;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .membership-page-title .page-title {
    font-size: 30px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .membership-page-title .page-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.membership-page-title .page-subtitle {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: center;
}
@media (max-width: 767px) {
  .membership-page-title .page-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .membership-page-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .membership-page-title {
    margin-bottom: 30px;
  }
}

.pay-step-bar {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
}

.pay-step-block {
  display: table-cell;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  border-right: 1px solid transparent;
}
.pay-step-block:last-child {
  border: none;
}
.pay-step-block a {
  display: block;
  color: #777777;
  text-align: center;
  border-bottom: 4px solid #cccccc;
  padding-bottom: 16px;
}
.pay-step-block a:hover {
  border-color: #00aeef;
  color: #000;
}
.pay-step-block > span {
  display: block;
  text-align: center;
  border-bottom: 4px solid #cccccc;
  padding-bottom: 16px;
}
.pay-step-block.active {
  color: #000;
  font-weight: 500;
}
.pay-step-block.active span {
  border-color: #00aeef;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pay-step-block {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pay-step-block {
    font-size: 12px;
  }
  .pay-step-block a, .pay-step-block span {
    padding-bottom: 10px;
  }
}
@media (max-width: 481px) {
  .pay-step-block {
    font-size: 10px;
  }
}

.membership-content-area {
  padding-top: 30px;
}

.membership-content {
  padding: 32px 40px;
  background-color: #fff;
}
.membership-content label {
  font-weight: 500;
}
.membership-content .form-group {
  margin-bottom: 22px;
}
.membership-content .btn-submit {
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
}
.membership-content .help-block {
  text-align: center;
  margin: 17px 0 0;
  font-weight: 300;
  color: #777;
}
@media (min-width: 768px) and (max-width: 991px) {
  .membership-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .membership-content {
    margin-bottom: 30px;
    padding: 18px 20px;
  }
}

.info-title {
  margin-bottom: 27px;
}
.info-title .info-title-left {
  float: left;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-title .info-title-left {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .info-title .info-title-left {
    font-size: 18px;
  }
}
.info-title .already-account {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-title .already-account {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .info-title .already-account {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .info-title {
    margin-bottom: 10px;
  }
}

.info-detail {
  margin-bottom: 47px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-detail {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .info-detail {
    margin-bottom: 10px;
  }
}

.method-select-block {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.method-select-block .radio, .method-select-block .checkbox {
  margin-top: 15px;
}
.method-select-block .radio label, .method-select-block .checkbox label {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .method-select-block .radio label, .method-select-block .checkbox label {
    padding-left: 20px;
  }
}
.method-select-block .radio input[type="radio"],
.method-select-block .checkbox input[type="checkbox"] {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .method-select-block .radio input[type="radio"],
  .method-select-block .checkbox input[type="checkbox"] {
    margin-left: -20px;
  }
}
.method-select-block p {
  margin: 0;
  font-weight: 300;
}

.method-row {
  border-bottom: 1px solid #ebebeb;
  padding: 16px 34px;
}
.method-row:last-child {
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .method-row {
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .method-row {
    padding: 10px 20px;
  }
}

.method-select {
  float: left;
  width: 50%;
}
.method-select .radio label, .method-select .checkbox label {
  font-size: 16px;
}

.method-type {
  float: left;
  width: 50%;
}

.method-description {
  padding-top: 5px;
}
.method-description p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .method-description p {
    font-size: 12px;
    line-height: 20px;
  }
}

.method-option {
  display: none;
  background-color: #f1f1f1;
  padding: 12px 34px;
}
.method-option .checkbox {
  margin: 0;
}
.method-option .radio label, .method-option .checkbox label {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .method-option {
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .method-option {
    padding: 10px 20px;
  }
}

.payment-side-block {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.payment-side-block .side-block-title {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 24px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}

.pkg-total-list {
  list-style: none;
  margin: 0;
}
.pkg-total-list li {
  border-top: 1px dotted #ccc;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 0;
}
.pkg-total-list li.total-list-head {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
}
.pkg-total-list li:last-child {
  font-size: 16px;
  font-weight: 500;
  border-top: 2px solid #000;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .pkg-total-list li {
    font-size: 14px;
    padding: 12px 0;
  }
  .pkg-total-list li.total-list-head {
    font-size: 14px;
  }
  .pkg-total-list li:last-child {
    font-size: 14px;
  }
}

.membership-done-block {
  min-height: 425px;
  text-align: center;
}
.membership-done-block .done-icon {
  font-size: 72px;
  color: #71c514;
}
.membership-done-block .done-block-inner {
  max-width: 650px;
  margin: 0 auto;
}

/* =============================================

WP Classes

============================================= */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption,
.img-caption {
  max-width: 96%;
  /*Image does not overflow the content area*/
}

.wp-caption.alignnone,
.img-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft,
.img-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright,
.img-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img,
.img-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text,
.img-caption p.img-caption-text {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 0 0 0 4px;
  margin-top: 12px;
  font-style: italic;
  border-left: 3px solid #00aeef;
  color: #aaa;
}

.post-password-form input[type='password'] {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .post-password-form input[type='password'] {
    margin-top: 6px;
  }
}
.post-password-form input[type='submit'] {
  background-color: #00aeef;
  color: #fff;
  border: 1px solid #00aeef;
}
.post-password-form input[type='submit']:hover {
  background-color: #0eaae5;
}

/*START SIDEBAR and footer WIDGETS STYLE*/
.sidebar-white .widget {
  border: none !important;
  background-color: #fff;
  padding: 20px !important;
}
.sidebar-white .widget + .widget {
  margin-top: 30px !important;
}
@media (max-width: 991px) {
  .sidebar-white .widget + .widget {
    margin-top: 20px !important;
  }
}
.sidebar-white .widget-logout,
.sidebar-white .widget-range,
.sidebar-white .widget-login,
.sidebar-white .widget-contact {
  padding: 0 !important;
}

.widget-top {
  margin-bottom: 17px;
}

.widget-body {
  font-size: 14px;
}

.widget {
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
  .widget {
    padding-bottom: 20px;
  }
}
.widget + .widget {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .widget + .widget {
    margin-top: 20px;
  }
}
.widget .media + .media {
  margin-top: 20px;
}
.widget .media-left .item-thumb, .widget .next-prev-block .media-right .item-thumb, .next-prev-block .widget .media-right .item-thumb, .widget .media-left figure, .widget .next-prev-block .media-right figure, .next-prev-block .widget .media-right figure, .widget .media-left .carousel-module .carousel .item figure, .carousel-module .carousel .item .widget .media-left figure {
  width: 101px;
}
.widget .media-left figure, .widget .next-prev-block .media-right figure, .next-prev-block .widget .media-right figure {
  width: 101px;
}
.widget .media-left a, .widget .next-prev-block .media-right a, .next-prev-block .widget .media-right a {
  display: block;
  width: 101px;
}
.widget .amenities p {
  color: #707070;
}
.widget .rating {
  margin-bottom: 10px;
  line-height: 12px;
}
.widget .rating .star-text-left {
  vertical-align: middle;
  color: #000;
}
.widget .rating p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 5px;
  line-height: 13px;
}
.widget p {
  color: #636363;
}
.widget .item-thumb .thumb-caption, .widget figure .thumb-caption, .widget .carousel-module .carousel .item figure .thumb-caption, .carousel-module .carousel .item .widget figure .thumb-caption {
  padding: 10px;
}

.widget-download {
  background-color: #fff;
  padding: 30px;
  border: none;
}
@media (max-width: 767px) {
  .widget-download {
    padding: 15px;
  }
}
.widget-download ul {
  list-style: none;
  margin: 0;
}
.widget-download li a {
  font-weight: 500;
}
.widget-download li:last-child {
  margin: 0;
}

.widget-contact .widget-body {
  padding: 20px;
  background-color: #fff;
}
.widget-contact .form-small {
  padding: 0;
}
.widget-contact .media-heading {
  margin-bottom: 7px;
}
.widget-contact .media-left a, .widget-contact .next-prev-block .media-right a, .next-prev-block .widget-contact .media-right a {
  width: 74px;
}
.widget-contact ul li {
  font-weight: 300;
  padding-left: 25px;
}
.widget-contact ul .fa {
  margin-left: -25px;
  margin-right: 10px;
}

.widget-calculate .form-group {
  position: relative;
}
.widget-calculate .field-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  border-right: 1px solid #cccccc;
  color: #959595;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-calculate .field-icon {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .widget-calculate .field-icon {
    height: 50px;
    line-height: 50px;
  }
}
.widget-calculate .morg-detail {
  margin-top: 25px;
}
.widget-calculate .morg-result h3 {
  float: left;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.widget-calculate .morg-result span {
  font-weight: 700;
}
.widget-calculate .morg-result .show-morg {
  float: right;
  cursor: pointer;
}
.widget-calculate .morg-summery {
  color: #9b9b9b;
  display: none;
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 15px;
}
.widget-calculate .morg-summery .result-title {
  font-weight: 700;
}
.widget-calculate .morg-summery .result-value {
  margin-bottom: 8px;
}
.widget-calculate .morg-summery .result-value:last-child {
  margin: 0;
}

.widget_houzez_featured_properties {
  padding: 0;
  margin-bottom: 30px;
}
.widget_houzez_featured_properties .slick-dots {
  bottom: -28px;
}
.widget_houzez_featured_properties .owl-controls .owl-nav .owl-prev,
.widget_houzez_featured_properties .owl-controls .owl-nav .owl-next {
  top: 44%;
}

.widget-login .widget-body {
  padding: 20px;
  background-color: #fff;
}
.widget-login .login-tabs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}
.widget-login .login-tabs li {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  height: 42px;
  line-height: 42px;
  border-bottom: 0;
}
.widget-login .login-tabs li:hover {
  background-color: #fff;
  color: #000;
  height: 43px;
  margin-bottom: -1px;
}
.widget-login .login-tabs li:last-child {
  border-left: 0;
}
.widget-login .login-tabs li.active {
  background-color: #fff;
  color: #000;
  height: 43px;
  margin-bottom: -1px;
}
.widget-login .login-block {
  padding: 0;
}
.widget-login .media .thumb {
  width: 64px;
}
@media (max-width: 767px) {
  .widget-login .media .thumb {
    width: 46px;
  }
}
.widget-login .media .media-left, .widget-login .media .next-prev-block .media-right, .next-prev-block .widget-login .media .media-right {
  padding-right: 15px;
}
.widget-login .media .media-right {
  padding-left: 15px;
}
.widget-login .media p {
  color: #B1B1B1;
}

.widget-logout .widget-body {
  padding: 20px;
  background-color: white;
}
.widget-logout .thumb {
  width: 64px;
}
.widget-logout .thumb img {
  border-radius: 50%;
}

.widget-slider .owl-controls .owl-nav .owl-next,
.widget-slider .owl-controls .owl-nav .owl-prev {
  top: 42%;
}

.widget-rated {
  margin-bottom: 5px;
}

.widget-categories ul, .widget_categories ul, .widget_archive ul, .widget_meta ul, .widget_recent_entries ul, .widget_pages ul, .widget-pages ul, .widget_recent_comments ul, .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.widget-categories ul ul, .widget_categories ul ul, .widget_archive ul ul, .widget_meta ul ul, .widget_recent_entries ul ul, .widget_pages ul ul, .widget-pages ul ul, .widget_recent_comments ul ul, .widget_nav_menu ul ul {
  padding: 10px 0 0 5px;
  width: 100%;
}
.widget-categories li, .widget_categories li, .widget_archive li, .widget_meta li, .widget_recent_entries li, .widget_pages li, .widget-pages li, .widget_recent_comments li, .widget_nav_menu li {
  color: #9b9b9b;
  display: block;
  width: 100%;
  padding-left: 10px;
}
.widget-categories li:last-child, .widget_categories li:last-child, .widget_archive li:last-child, .widget_meta li:last-child, .widget_recent_entries li:last-child, .widget_pages li:last-child, .widget-pages li:last-child, .widget_recent_comments li:last-child, .widget_nav_menu li:last-child {
  margin: 0;
}
.widget-categories li li, .widget_categories li li, .widget_archive li li, .widget_meta li li, .widget_recent_entries li li, .widget_pages li li, .widget-pages li li, .widget_recent_comments li li, .widget_nav_menu li li {
  font-size: 12px;
}
.widget-categories a, .widget_categories a, .widget_archive a, .widget_meta a, .widget_recent_entries a, .widget_pages a, .widget-pages a, .widget_recent_comments a, .widget_nav_menu a {
  position: relative;
  padding-left: 10px;
  margin-left: -10px;
}
.widget-categories a:before, .widget_categories a:before, .widget_archive a:before, .widget_meta a:before, .widget_recent_entries a:before, .widget_pages a:before, .widget-pages a:before, .widget_recent_comments a:before, .widget_nav_menu a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}
.widget-categories .cat-count, .widget_categories .cat-count, .widget_archive .cat-count, .widget_meta .cat-count, .widget_recent_entries .cat-count, .widget_pages .cat-count, .widget-pages .cat-count, .widget_recent_comments .cat-count, .widget_nav_menu .cat-count {
  float: right;
}

.widget-reviews .media-heading, .reviews-list .media-heading {
  margin-bottom: 8px;
}
.widget-reviews .media-left, .reviews-list .media-left, .widget-reviews .next-prev-block .media-right, .next-prev-block .widget-reviews .media-right, .reviews-list .next-prev-block .media-right, .next-prev-block .reviews-list .media-right {
  padding-right: 20px;
}
.widget-reviews .media-left a, .reviews-list .media-left a, .widget-reviews .next-prev-block .media-right a, .next-prev-block .widget-reviews .media-right a, .reviews-list .next-prev-block .media-right a, .next-prev-block .reviews-list .media-right a {
  display: block;
  width: 50px;
}
.widget-reviews .media-left figure, .reviews-list .media-left figure, .widget-reviews .next-prev-block .media-right figure, .next-prev-block .widget-reviews .media-right figure, .reviews-list .next-prev-block .media-right figure, .next-prev-block .reviews-list .media-right figure {
  width: 50px;
}
.widget-reviews .media-left .item-thumb, .reviews-list .media-left .item-thumb, .widget-reviews .next-prev-block .media-right .item-thumb, .next-prev-block .widget-reviews .media-right .item-thumb, .reviews-list .next-prev-block .media-right .item-thumb, .next-prev-block .reviews-list .media-right .item-thumb, .widget-reviews .media-left figure, .reviews-list .media-left figure, .widget-reviews .next-prev-block .media-right figure, .next-prev-block .widget-reviews .media-right figure, .reviews-list .next-prev-block .media-right figure, .next-prev-block .reviews-list .media-right figure, .widget-reviews .media-left .carousel-module .carousel .item figure, .carousel-module .carousel .item .widget-reviews .media-left figure, .reviews-list .media-left .carousel-module .carousel .item figure, .carousel-module .carousel .item .reviews-list .media-left figure {
  width: 50px;
}
.widget-reviews .rating, .reviews-list .rating {
  margin-bottom: 8px;
}
.widget-reviews p, .reviews-list p {
  margin: 0;
}

.widget-range .widget-body {
  padding: 20px;
  background-color: #fff;
}
.widget-range .range-block {
  background-color: #fff;
  padding: 12px 0;
}
.widget-range .range-block + .range-block {
  border-top: 1px solid #e5e5e5;
}
.widget-range .rang-form-block {
  padding-bottom: 0;
}
.widget-range h4 {
  color: #000;
}
.widget-range .range-text {
  margin-top: 15px;
}
.widget-range .range-input {
  width: 50%;
  color: #909090;
  background: none;
  border: none;
}
.widget-range .range-input + .range-input {
  text-align: right !important;
}
.widget-range .form-group + .form-group {
  margin: 0;
}
.widget-range .advance-trigger {
  margin: 0 0 15px;
}
.widget-range .features-list {
  padding-bottom: 20px;
}
.widget-range .features-list .checkbox-inline {
  margin: 0;
  width: 50%;
}

.widget_categories a, .widget_archive a, .widget_meta a, .widget_recent_entries a, .widget_pages a, .widget-pages a, .widget_recent_comments a, .widget_nav_menu a {
  margin-right: 5px;
}

.widget-pages ul {
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.widget-pages ul ul {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
  /* Actually FF 20+ */
}
.widget-pages li {
  line-height: 20px;
  list-style: none;
}
.widget-pages li a:before {
  content: "\f0da";
  margin-right: 15px;
  font-family: "FontAwesome";
}
.widget-pages li li {
  font-size: 12px;
}

.widget_recent_comments .recentcomments a {
  display: block;
}

.widget_text p {
  margin: 0;
}
.widget_text p + p {
  margin-top: 15px;
}

.widget_calendar caption {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar table td, .widget_calendar table th {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.widget_tag_cloud .tagcloud {
  font-size: 0;
}
.widget_tag_cloud .tagcloud a {
  font-size: 14px;
  line-height: 1;
  margin: 0 3px 3px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
  display: inline-block;
  padding: 4px 10px 5px 10px;
  background-color: #4cc6f4;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #0eaae5;
}
@media (max-width: 767px) {
  .widget_tag_cloud .tagcloud a {
    font-size: 12px;
  }
}

.widget_search form div {
  position: relative;
}
.widget_search form input[type="text"] {
  height: 42px;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 6px 20px;
}
.widget_search form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 42px;
  background: none;
  border: none;
}
.widget_search form button:before {
  content: '\f002';
  font-family: "FontAwesome";
  display: block;
  color: #000;
}

.widget-about img {
  max-width: 100%;
}

.widget-news p {
  color: #fff;
}
.widget-news .media-left a, .widget-news .next-prev-block .media-right a, .next-prev-block .widget-news .media-right a,
.widget-news .media-right a {
  display: block;
  width: 85px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-news .media-left a, .widget-news .next-prev-block .media-right a, .next-prev-block .widget-news .media-right a,
  .widget-news .media-right a {
    width: 55px;
  }
}

.widget-contact ul li {
  font-weight: 300;
  padding-left: 25px;
}
.widget-contact ul .fa {
  margin-left: -25px;
}

.widget-newsletter .input-icon:before, .widget_mc4wp_form_widget .input-icon:before {
  height: 43px;
  line-height: 41px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-newsletter .input-icon:before, .widget_mc4wp_form_widget .input-icon:before {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .widget-newsletter .input-icon:before, .widget_mc4wp_form_widget .input-icon:before {
    height: 50px;
    line-height: 50px;
  }
}
.widget-newsletter p, .widget_mc4wp_form_widget p {
  margin-bottom: 10px;
}
.widget-newsletter form, .widget_mc4wp_form_widget form {
  margin-bottom: 15px;
}
.widget-newsletter .form-control, .widget_mc4wp_form_widget .form-control, .widget-newsletter .post-password-form input[type='password'], .post-password-form .widget-newsletter input[type='password'], .widget_mc4wp_form_widget .post-password-form input[type='password'], .post-password-form .widget_mc4wp_form_widget input[type='password'] {
  border-color: #fff;
  border: none;
}
.widget-newsletter .form-group, .widget_mc4wp_form_widget .form-group {
  width: 1000px;
  padding-right: 10px;
  margin: 0;
}
.widget-newsletter .btn, .widget_mc4wp_form_widget .btn {
  padding: 11px 35px;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .widget-newsletter .btn, .widget_mc4wp_form_widget .btn {
    padding: 15px 35px;
  }
}
@media (max-width: 767px) {
  .widget-newsletter .btn, .widget_mc4wp_form_widget .btn {
    padding: 15px 35px;
  }
}

.widget-current ul {
  margin: 0;
  list-style: none;
}
.widget-current li {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.widget-current span {
  font-weight: 500;
}

.widget-available {
  background-color: #00aeef !important;
  border-color: #00aeef !important;
}
.widget-available .body-inner + .body-inner {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.widget-available .my-title {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.widget-available .title-type {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 7px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
}
.widget-available .price-type {
  color: #fff !important;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 30px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.widget-available .info-title {
  color: #fff !important;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 2px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.widget-available p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.widget-change .form-group {
  margin-bottom: 24px;
}
.widget-change .form-group:first-child {
  margin-bottom: 20px;
}
.widget-change .dropdown-toggle {
  height: 32px;
}
.widget-change a.btn {
  text-align: left;
  position: relative;
}
.widget-change a.btn .fa {
  position: absolute;
  right: 13px;
  top: 9px;
  font-size: 20px;
}
.widget-change a.btn + .btn {
  margin-top: 10px;
}

/*START FOOTER WIDGETS STYLE*/
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .widget-body {
  background-color: transparent;
  padding: 0;
}
.footer-widget .widget-title {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.footer-widget .media-heading {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 5px 0;
  font-weight: 500;
}
.footer-widget h4 {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.footer-widget .amenities p {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  font-weight: 400;
}
.footer-widget .media-left .item-thumb, .footer-widget .next-prev-block .media-right .item-thumb, .next-prev-block .footer-widget .media-right .item-thumb, .footer-widget .media-left figure, .footer-widget .next-prev-block .media-right figure, .next-prev-block .footer-widget .media-right figure, .footer-widget .media-left .carousel-module .carousel .item figure, .carousel-module .carousel .item .footer-widget .media-left figure {
  width: 101px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .footer-widget .media-object {
    width: 92px;
  }
}
.footer-widget li {
  list-style: none;
  line-height: 20px;
}

.my-widget {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.my-widget + .my-widget {
  margin-top: 30px;
}
.my-widget .my-title {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.my-widget .body-inner {
  padding: 20px;
}
.my-widget .body-inner + .body-inner {
  border-top: 1px solid #e5e5e5;
}

.footer-widget.widget-categories li a:before, .footer-widget.widget_categories li a:before, .footer-widget.widget_archive li a:before, .footer-widget.widget_meta li a:before, .footer-widget.widget_recent_entries li a:before, .footer-widget.widget_pages li a:before, .footer-widget.widget-pages li a:before, .footer-widget.widget_recent_comments li a:before, .footer-widget.widget_nav_menu li a:before {
  content: "\f0da";
  margin-right: 10px;
  font-family: "FontAwesome";
}

.widget_houzez_latest_posts h4 {
  font-size: 16px;
  line-height: 24px;
}

.widget_houzez_latest_posts img {
  max-width: 70px;
  margin-top: 5px;
}

.widget_houzez_latest_posts p {
  margin-bottom: 0;
}

.widget_houzez_featured_properties .label {
  position: absolute;
  font-size: 10px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: inherit;
  top: 12px;
  right: inherit;
  bottom: inherit;
  left: 12px;
  z-index: 3;
  background-color: #77c720;
  color: #fff;
  padding: 4px 5px 4px;
  line-height: 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.footer-widget .figure-block + .figure-block {
  margin-top: 20px;
}

.footer-widget .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
}

.footer-widget .slick-dots li.slick-active button {
  background: none;
}

.footer-bottom .navi li {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: center;
}

.footer-bottom p,
.footer-bottom .foot-social p {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.footer-widget.widget-categories li a:before, .footer-widget.widget_categories li a:before, .footer-widget.widget_archive li a:before, .footer-widget.widget_meta li a:before, .footer-widget.widget_recent_entries li a:before, .footer-widget.widget_pages li a:before, .footer-widget.widget-pages li a:before, .footer-widget.widget_recent_comments li a:before, .footer-widget.widget_nav_menu li a:before,
.footer-widget.widget_categories li a:before,
.footer-widget.widget_archive li a:before,
.footer-widget.widget_meta li a:before,
.footer-widget.widget_recent_entries li a:before,
.footer-widget.widget_pages li a:before,
.footer-widget.widget-pages li a:before,
.footer-widget.widget_recent_comments li a:before,
.footer-widget.widget_nav_menu li a:before,
.footer-widget.widget_archive li a:before,
.footer-widget.widget_meta li a:before,
.footer-widget.widget_recent_entries li a:before,
.footer-widget.widget_pages li a:before,
.footer-widget.widget-pages li a:before,
.footer-widget.widget_nav_menu li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 14px;
  left: 0;
  top: 1px;
}

.footer-widget.widget_categories a, .footer-widget.widget_archive a, .footer-widget.widget_meta a, .footer-widget.widget_recent_entries a, .footer-widget.widget_pages a, .footer-widget.widget-pages a, .footer-widget.widget_recent_comments a, .footer-widget.widget_nav_menu a,
.footer-widget.widget-categories a,
.footer-widget.widget_categories a,
.footer-widget.widget_archive a,
.footer-widget.widget_meta a,
.footer-widget.widget_recent_entries a,
.footer-widget.widget_pages a,
.footer-widget.widget-pages a,
.footer-widget.widget_recent_comments a,
.footer-widget.widget_nav_menu a,
.footer-widget.widget_archive a,
.footer-widget.widget_meta a,
.footer-widget.widget_recent_entries a,
.footer-widget.widget_pages a,
.footer-widget.widget-pages a,
.footer-widget.widget_recent_comments a,
.footer-widget.widget_nav_menu a {
  margin-right: 5px;
}

.footer-widget.widget_calendar table {
  width: 100%;
}

.footer-widget.widget_calendar caption {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

.footer-widget.widget_calendar table td, .footer-widget.widget_calendar table th,
.footer-widget.widget_calendar table th {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.footer-widget.widget_search form input[type="text"] {
  height: 42px;
  width: 100%;
  border: 1px solid #fff;
  padding: 6px 20px;
}

.footer-widget.widget_search form div {
  position: relative;
}

.footer-widget.widget_search form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 42px;
  background: none;
  border: none;
}

.footer-widget.widget_search form button:before {
  content: '\f002';
  font-family: "FontAwesome";
  display: block;
  color: #000;
}

.footer-widget.widget_tag_cloud .tagcloud a {
  font-size: 14px;
  line-height: 1;
  margin: 0 3px 3px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
  display: inline-block;
  padding: 4px 10px 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.widget-image-banner-180x150 .image-banner {
  padding: 3px;
}

.widget-image-banner-180x150 img {
  margin-bottom: 3px;
}

.widget-contact-agent .form-small {
  padding: 0;
  background: none;
}

/*START MODULES STYLE*/
.module-gray-bg {
  background-color: #ededed;
}

.module-white-bg {
  background-color: #fff;
}

.module-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.three_columns .module-item {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .three_columns .module-item {
    width: 100%;
  }
}

.four_columns .module-item {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .four_columns .module-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .four_columns .module-item {
    width: 100%;
  }
}

.houzez-section-title-light h2,
.houzez-section-title-light .sub-heading {
  color: #000;
}

.houzez-section-title-dark h2,
.houzez-section-title-dark .sub-heading {
  color: #fff;
}

.module-title {
  padding: 55px 0 0 0 !important;
}
@media (max-width: 767px) {
  .module-title {
    padding: 35px 0 0 0 !important;
  }
}

.module-title + .houzez-module {
  padding: 40px 0 55px;
}
@media (max-width: 767px) {
  .module-title + .houzez-module {
    padding: 20px 0 35px;
  }
}

.houzez-module {
  padding: 55px 0;
}
@media (max-width: 767px) {
  .houzez-module {
    padding: 35px 0;
  }
}
.houzez-module .module-title-nav {
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
.houzez-module .module-title-nav div {
  display: table-cell;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  .houzez-module .module-title-nav div {
    width: 70%;
  }
}
.houzez-module .module-title-nav h2 {
  color: #000;
}
.houzez-module .module-title-nav .sub-title {
  color: #000;
}
.houzez-module .list-tabs {
  padding: 0 5px 25px;
}
.houzez-module .bootstrap-select > .dropdown-toggle {
  padding-right: 12px;
}

.module-nav {
  vertical-align: bottom !important;
  text-align: right;
}
.module-nav .btn {
  font-size: 10px !important;
  color: #00aeef;
  background-color: transparent;
  border: 1px solid #00aeef;
  padding: 5px 10px !important;
  margin-right: 6px !important;
  display: inline-block;
}
.module-nav .btn:hover {
  color: #fff;
  background-color: #00aeef;
}
.module-nav .btn:active {
  color: #fff;
  background-color: #00aeef;
}
.module-nav .btn.active {
  color: #fff;
  background-color: #00aeef;
}
.module-nav .btn:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .module-nav {
    width: 30%;
  }
  .module-nav button.btn {
    display: none;
  }
}

.services-module .service-block {
  background-color: #fff;
  text-align: center;
  padding: 0 30px 30px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.services-module .service-block:hover {
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  z-index: 100;
}
.services-module .service-block .block-icon {
  padding: 80px 0 70px;
  font-size: 60px;
  min-width: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-module .service-block .block-icon {
    padding: 40px 0;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .services-module .service-block .block-icon {
    padding: 30px 0;
    font-size: 38px;
  }
  .services-module .service-block .block-icon img {
    width: 40px;
  }
}
.services-module .service-block p {
  color: #636363;
}
@media (max-width: 481px) {
  .services-module div[class*="col-"] {
    width: 100%;
  }
}

.services-module.style2 .service-block {
  padding: 0 30px 30px;
}

.services-module.style3 .service-blocks-main {
  padding: 38px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.services-module.style3 .service-block {
  display: table;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
  padding: 0;
}
.services-module.style3 .service-block:hover {
  transform: none;
}
.services-module.style3 .service-block .block-icon {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 0 0;
  font-size: 40px;
}
.services-module.style3 .service-block .block-content {
  display: table-cell;
  vertical-align: top;
  width: 10000px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-module.style3 .service-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services-module.style3 .service-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services-module.style3 div[class*="col-"] + div[class*="col-"] {
    margin-top: 30px;
  }
}

div[class*="col-"] > .item-wrap {
  padding: 0;
}

/*START CALL TO ACTION MODULES STYLE*/
.callto-action {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  padding: 20px 28px;
  display: table;
  width: 100%;
}
.callto-action div {
  display: table-cell;
  vertical-align: middle;
}
.callto-action div + div {
  padding-left: 15px;
}
.callto-action div p {
  color: #636363;
}
@media (max-width: 767px) {
  .callto-action div {
    display: block;
    text-align: center;
  }
  .callto-action div + div {
    margin-top: 15px;
  }
  .callto-action div .btn {
    display: block;
  }
}

/*START CAROUSEL MODULES STYLE*/
.carousel-module .carousel .item {
  background: transparent;
  box-shadow: none;
  padding: 0;
  padding-left: 1px;
}
.carousel-module .carousel .item .item-thumb, .carousel-module .carousel .item figure {
  display: block;
}
.carousel-module .item-wrap {
  margin: 0;
}
.carousel-module .item-thumb .actions, .carousel-module figure .actions, .carousel-module .carousel .item figure .actions {
  top: 12px;
  right: 12px;
  bottom: auto;
}
.carousel-module .property-item .actions {
  top: auto !important;
  bottom: 12px !important;
}

.caption-above .detail-bottom {
  display: none;
}
.caption-above .thumb-caption {
  display: none;
}
.caption-above .detail h3 {
  max-width: 200px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .caption-above .detail h3 {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .caption-above .detail h3 {
    max-width: 140px;
  }
}

.caption-bottom .detail-above {
  display: none;
}
.caption-bottom .fig-title {
  margin: 0;
  line-height: 16px;
}
.caption-bottom .detail h3 {
  max-width: 140px;
  display: inline-block;
  color: #000;
  line-height: 20px;
}

.grid-row {
  margin-left: -7px;
  margin-right: -7px;
}
.grid-row div[class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

/*START PROPERTY GRID MODULES STYLE*/
.property-grid-module div[class*="col-"] {
  padding: 0;
  padding-bottom: 1px !important;
  padding-left: 1px !important;
}
@media (max-width: 481px) {
  .property-grid-module div[class*="col-"] {
    width: 100%;
  }
}

/*START POST CARD MODULES STYLE*/
.post-card-module {
  margin-bottom: -14px;
}
.post-card-module .item-wrap {
  padding: 0;
}

.post-card-item {
  padding: 8px;
  background-color: #fff;
}
.post-card-item .thumb-caption {
  padding: 17px;
}
.post-card-item .thumb-caption .file-type, .post-card-item .thumb-caption .comment-count {
  color: #fff;
  font-size: 12px;
}
.post-card-item .thumb-caption .comment-count .count {
  margin-right: 5px;
}
.post-card-item .thumb-caption .post-card-title,
.post-card-item .thumb-caption h3 {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 206px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-card-item .thumb-caption .post-card-title,
  .post-card-item .thumb-caption h3 {
    width: 166px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-card-item .thumb-caption .post-card-title,
  .post-card-item .thumb-caption h3 {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .post-card-item .thumb-caption .post-card-title,
  .post-card-item .thumb-caption h3 {
    width: 365px;
  }
}
@media (max-width: 481px) {
  .post-card-item .thumb-caption .post-card-title,
  .post-card-item .thumb-caption h3 {
    width: 215px;
  }
}
.post-card-item .caption-table {
  display: table;
}
.post-card-item .caption-table .caption-left {
  display: table-cell;
  width: 10000px;
  vertical-align: bottom;
}
.post-card-item .caption-table .file-type, .post-card-item .caption-table .thumb-caption .comment-count, .post-card-item .thumb-caption .caption-table .comment-count {
  display: table-cell;
  vertical-align: bottom;
}
.post-card-item .post-card-meta {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}
.post-card-item .post-card-meta i {
  margin-right: 5px;
}
.post-card-item .post-card-body {
  background-color: #fff;
}
.post-card-item .read .fa {
  margin-left: 3px;
  margin-right: 0;
}

.post-card-description {
  padding: 15px 12px;
  border-bottom: 1px solid #e5e5e5;
}
.post-card-description ul {
  font-size: 12px;
  color: #959595;
  margin-bottom: 10px;
}
.post-card-description ul i {
  margin-right: 5px;
}
.post-card-description h3 {
  color: #000;
  display: block;
  min-height: 42px;
}
.post-card-description p {
  color: #636363;
  font-size: 14px;
  line-height: 22px;
}

.post-card-author {
  padding: 10px 12px 2px;
  display: table;
  width: 100%;
}
.post-card-author .author-image, .post-card-author .author-name {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
.post-card-author .author-name {
  padding-left: 12px;
  width: auto;
}
.post-card-author .author-name span {
  display: block;
  color: #959595;
  font-size: 12px;
  line-height: 12px;
}
.post-card-author .author-name span + span {
  margin-top: 6px;
}

/*START POST CARD MASONRY MODULES STYLE*/
.post-card-masonry .grid-block.row {
  margin-left: -5px;
  margin-right: -5px;
}
.post-card-masonry .grid-block.row div[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

/*START POST CARD BLOCK MODULES STYLE*/
.post-card-block-module {
  margin-bottom: -30px;
}
.post-card-block-module .block-col {
  margin-bottom: 30px;
}

/*START TESTIMONIALS MODULE STYLE*/
@media (max-width: 767px) {
  #testimonial-module .block-col + .block-col {
    margin-top: 30px;
  }
}

.testimonial-item, .agents-block, .partner-block {
  text-align: center;
}
.testimonial-item .auther-thumb, .agents-block .auther-thumb, .partner-block .auther-thumb {
  display: inline-block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-item .web-logo, .agents-block .web-logo, .partner-block .web-logo {
  margin-bottom: 13px;
  height: 20px;
}
.testimonial-item .web-logo img, .agents-block .web-logo img, .partner-block .web-logo img {
  width: auto !important;
  display: inline-block !important;
  max-height: 20px;
  max-width: 102px;
}

.testimonial-carousel .slick-prev, .testimonial-carousel .slideshow .slide .slick-next, .slideshow .slide .testimonial-carousel .slick-next, .testimonial-carousel .slideshow .slideshow-nav .slick-next, .slideshow .slideshow-nav .testimonial-carousel .slick-next, .testimonial-carousel .slick-next {
  left: -45px;
  right: inherit;
  height: 17px;
  width: 19px;
  background-color: transparent;
  border: 1px solid #959595;
  color: #959595;
  top: 55%;
  padding: 3px;
}
.testimonial-carousel .slick-prev:before, .testimonial-carousel .slideshow .slide .slick-next:before, .slideshow .slide .testimonial-carousel .slick-next:before, .testimonial-carousel .slideshow .slideshow-nav .slick-next:before, .slideshow .slideshow-nav .testimonial-carousel .slick-next:before, .testimonial-carousel .slick-next:before {
  height: 17px;
  line-height: 14px;
  color: #959595;
  opacity: 1;
  filter: alpha(opacity=100);
}
.testimonial-carousel .slick-prev:hover, .testimonial-carousel .slick-next:hover {
  background-color: #959595;
  opacity: 1;
  filter: alpha(opacity=100);
}
.testimonial-carousel .slick-prev:hover:before, .testimonial-carousel .slick-next:hover:before {
  color: #fff;
}
@media (max-width: 481px) {
  .testimonial-carousel .slick-prev, .testimonial-carousel .slideshow .slide .slick-next, .slideshow .slide .testimonial-carousel .slick-next, .testimonial-carousel .slideshow .slideshow-nav .slick-next, .slideshow .slideshow-nav .testimonial-carousel .slick-next, .testimonial-carousel .slick-next {
    width: 17px;
    left: -20px;
  }
}
.testimonial-carousel .slick-next {
  right: -45px;
  left: inherit;
}
@media (max-width: 481px) {
  .testimonial-carousel .slick-next {
    width: 17px;
    right: -20px;
  }
}

.testimonial-carousel .owl-controls .owl-nav [class*="owl-"] {
  background-color: transparent;
  border: 1px solid #959595;
  color: #959595;
  position: absolute;
  width: 19px;
  height: 17px;
  line-height: 17px;
  padding: 3px;
}
@media (max-width: 767px) {
  .testimonial-carousel .owl-controls .owl-nav [class*="owl-"] {
    display: none !important;
  }
}

.testimonial-carousel .owl-controls .owl-nav [class*="owl-"] i {
  line-height: 8px;
  display: block;
}

.testimonial-carousel .owl-controls .owl-nav .owl-prev {
  left: -45px;
  top: 43%;
  transform: translateY(-43%);
  -moz-transform: translateY(-43%);
  -webkit-transform: translateY(-43%);
  -o-transform: translateY(-43%);
}

.testimonial-carousel .owl-controls .owl-nav .owl-next {
  right: -45px;
  top: 43%;
  transform: translateY(-43%);
  -moz-transform: translateY(-43%);
  -webkit-transform: translateY(-43%);
  -o-transform: translateY(-43%);
}

/*START AGENTS MODULE STYLE*/
#agents-module div[class*="col-"] {
  padding: 0;
}

.agents-block, .partner-block {
  background-color: #fff;
  text-align: center;
  padding: 35px 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.agents-block .auther-thumb, .partner-block .auther-thumb {
  width: 150px;
  height: 150px;
}
.agents-block:hover, .partner-block:hover {
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  z-index: 100;
}
.agents-block .block-body .description, .partner-block .block-body .description {
  color: #959595;
  font-style: inherit;
  height: 60px;
  overflow: hidden;
  padding: 0 15px;
}
.agents-block .block-body .auther-info, .partner-block .block-body .auther-info {
  color: #000;
}

.agents-carousel-module .agents-block:hover, .agents-carousel-module .partner-block:hover {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  transform: none;
}
.agents-carousel-module .item {
  padding-bottom: 5px;
}

.block-body .auther-info {
  color: #000;
}
.block-body .auther-info span {
  display: block;
}
.block-body .auther-info span span {
  display: inline-block;
}

.partner-block .partner-logo {
  text-align: center;
}
.partner-block .partner-logo img {
  width: auto !important;
  display: inline-block !important;
}

/*START LOCATION MODULE STYLE*/
.location-module {
  margin-bottom: -30px;
}
.location-module div[class*="col-"] {
  margin-bottom: 30px;
}

.location-block {
  position: relative;
  height: 370px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .location-block {
    height: 306px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .location-block {
    height: 235px;
  }
}
@media (max-width: 767px) {
  .location-block {
    height: 138px;
  }
}
.location-block div {
  text-align: center;
  position: absolute;
  top: 50%;
  right: inherit;
  bottom: inherit;
  left: 50%;
  z-index: 3;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.location-block .location-fig-caption {
  text-align: center;
  position: absolute;
  top: 50%;
  right: inherit;
  bottom: inherit;
  left: 50%;
  z-index: 3;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.location-block .heading {
  color: #fff;
}
.location-block .sub-heading {
  color: #fff;
}
@media (max-width: 767px) {
  .location-block figure {
    height: 138px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .location-block figure img {
    width: 100%;
  }
}
.location-block a {
  display: block;
}
.location-block a:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.location-block a:hover:before {
  opacity: 0.1;
}

/*START SPONSORS MODULE STYLE*/
.sponsors-module {
  background: #ecedee;
  padding: 25px 0;
}
.sponsors-module ul {
  text-align: center;
}
.sponsors-module li {
  text-align: center;
  margin: 10px 14px;
  padding: 0;
}

/*START PRICE TABLE MODULE STYLE*/
.package-table-module div[class*="col-"] {
  padding: 0;
}

.package-block {
  position: relative;
  box-shadow: 0 0 0 1px #ececec;
  background-color: #fff;
  padding: 32px 0 40px 0;
  width: 100%;
  z-index: 1;
}
.package-block .package-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 17px;
}
.package-block .package-price {
  font-size: 64px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 18px;
}
.package-block .package-price span {
  vertical-align: top;
  display: inline-block;
  word-spacing: normal;
  letter-spacing: normal;
}
.package-block .package-price .price-number {
  line-height: 50px;
}
.package-block .package-price .price-before,
.package-block .package-price .price-after {
  font-size: 24px;
  line-height: 32px;
}
.package-block .package-list {
  list-style: none;
  margin-bottom: 36px;
  padding: 0;
}
.package-block .package-list li {
  text-align: center;
  border-top: 1px solid #ececec;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0;
  font-weight: 300;
}
.package-block .package-list li:last-child {
  border-bottom: 1px solid #ececec;
}
.package-block .package-link {
  text-align: center;
}
.package-block .btn {
  display: inline-block;
  padding: 14px 30px;
}
.package-block.active {
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  border: 1px solid #ececec;
  padding: 50px 0 52px 0;
  margin-top: -19px;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .package-block {
    padding: 30px 0 34px 0;
  }
  .package-block .package-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .package-block .package-price {
    font-size: 56px;
    line-height: 42px;
    padding: 16px 0;
    margin-bottom: 16px;
  }
  .package-block .package-price .price-number {
    line-height: 42px;
  }
  .package-block .package-price .price-before,
  .package-block .package-price .price-after {
    font-size: 20px;
    line-height: 28px;
  }
  .package-block .package-list li {
    border-top: 1px solid #ececec;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 0;
  }
  .package-block .package-list li:last-child {
    border-bottom: 1px solid #ececec;
  }
  .package-block .btn {
    padding: 12px 26px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .package-block {
    padding: 26px 0 36px 0;
  }
  .package-block .package-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .package-block .package-price {
    font-size: 46px;
    line-height: 34px;
    padding: 12px 0;
    margin-bottom: 12px;
  }
  .package-block .package-price .price-number {
    line-height: 34px;
  }
  .package-block .package-price .price-before,
  .package-block .package-price .price-after {
    font-size: 16px;
    line-height: 20px;
  }
  .package-block .package-list {
    margin-bottom: 26px;
  }
  .package-block .package-list li {
    border-top: 1px solid #ececec;
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0;
  }
  .package-block .package-list li:last-child {
    border-bottom: 1px solid #ececec;
  }
  .package-block .btn {
    padding: 10px 26px;
    font-size: 12px;
  }
  .package-block.active {
    padding: 42px 0 44px 0;
    border: none;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }
}

.style2 .package-block {
  background-color: #004274;
  box-shadow: 0 0 0 1px #1a5481;
}
.style2 .package-block.active {
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  background-color: #125d96;
  border-color: #1a5481;
}
@media (max-width: 767px) {
  .style2 .package-block.active {
    padding: 42px 0 44px 0;
    border: none;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }
}
.style2 .package-title,
.style2 .package-price,
.style2 .package-list {
  color: #fff;
}
.style2 .package-list li {
  border-color: #13507f;
}
.style2 .package-list li:last-child {
  border-color: #13507f;
}
.style2 .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.style2 .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*START HEADER MEDIA*/
.header-media {
  position: relative;
}

/*START BANNERS MODULE STYLE*/
.banner-video {
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-video {
    height: 450px;
  }
}
.banner-video .banner-video-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner-parallax {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.banner-parallax .banner-inner {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-parallax .banner-bg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  visibility: inherit;
  z-index: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .banner-parallax {
    height: 350px !important;
  }
}

.banner-inner {
  position: relative;
  height: 600px;
  width: 100%;
  /*@include respond-to(tablet-portrait){
    height: 300px;
    background-size: 150% auto;
    background-attachment: fixed !important;
    background-position: top center !important;
  }
  @include respond-to(phone){
    height: 280px;
    background-size: 240% auto;
  }*/
}
.banner-inner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.banner-caption {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  width: 100%;
}
.banner-caption h1 {
  color: #fff;
}
.banner-caption h2 {
  color: #fff;
}

@media (min-width: 991px) {
  body.transparent-yes .banner-caption {
    top: 55%;
  }
}

.banner-video-inner {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-module {
  position: relative;
  padding: 0;
}
.banner-module .slick-slide {
  position: relative;
}
.banner-module .slick-slide .caption {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(-30%, -50%) scale(0.5);
  -o-transform: translate(-30%, -50%) scale(0.5);
  -ms-transform: translate(-30%, -50%) scale(0.5);
  -webkit-transform: translate(-30%, -50%) scale(0.5);
  transform: translate(-30%, -50%) scale(0.5);
}
.banner-module .slick-active .caption {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translate(-30%, -50%) scale(1);
  -o-transform: translate(-30%, -50%) scale(1);
  -ms-transform: translate(-30%, -50%) scale(1);
  -webkit-transform: translate(-30%, -50%) scale(1);
  transform: translate(-30%, -50%) scale(1);
}
@media (max-width: 767px) {
  .banner-module .slick-active .caption {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.banner-module .owl-item {
  position: relative;
}
.banner-module .owl-item .caption {
  /* @include translate(-30%,-50%);*/
}
.banner-module .owl-item.active .caption {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@media (max-width: 767px) {
  .banner-module .owl-item.active .caption {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.banner-module .caption {
  display: inline-block;
  width: 515px;
  padding: 17px;
  min-height: 85px;
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 2;
  -moz-transform: translate(-30%, -50%);
  -o-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
.banner-module .caption ul {
  color: #000;
}
.banner-module .caption ul li {
  padding: 0;
  padding-right: 10px;
}
.banner-module .caption ul li:last-child {
  padding: 0;
}
@media (max-width: 481px) {
  .banner-module .caption ul {
    font-size: 12px;
  }
}
.banner-module .caption img {
  width: auto !important;
}
.banner-module .caption .price {
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: inherit;
  left: inherit;
  z-index: 2;
}
.banner-module .caption .feature-label {
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: inherit;
  padding: 5px;
  color: #fff;
  position: absolute;
  top: -20px;
  right: inherit;
  bottom: inherit;
  left: 0;
  z-index: 2;
  background: #77c720;
}
.banner-module .caption .btn-detail {
  border-radius: 0;
  padding: 7px 15px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 2;
}
.banner-module .caption .btn-detail .fa {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .banner-module .caption {
    width: 350px;
    padding: 12px;
  }
  .banner-module .caption .price {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 481px) {
  .banner-module .caption {
    width: 270px;
  }
  .banner-module .caption .amenities {
    display: none;
  }
  .banner-module .caption .date {
    display: none;
  }
}

.banner-slider {
  margin: 0;
  /*opacity: 0;
  @extend %animation;*/
}
.banner-slider .owl-controls {
  margin: 0;
}
.banner-slider .owl-controls .owl-nav div[class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
}
.banner-slider .owl-controls .owl-nav div[class*="owl-"] .fa {
  line-height: 45px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .banner-slider .owl-controls .owl-nav div[class*="owl-"] {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
  }
  .banner-slider .owl-controls .owl-nav div[class*="owl-"] .fa {
    line-height: 34px;
    font-size: 20px;
  }
}
.banner-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.banner-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}
@media (max-width: 767px) {
  .banner-slider .owl-controls {
    padding: 7px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.banner-slider .owl-dot span {
  background-color: #fff !important;
}
.banner-slider .owl-dot.active span {
  background-color: transparent !important;
  border-color: #fff !important;
}
.banner-slider .slick-prev, .banner-slider .slideshow .slide .slick-next, .slideshow .slide .banner-slider .slick-next, .banner-slider .slideshow .slideshow-nav .slick-next, .slideshow .slideshow-nav .banner-slider .slick-next, .banner-slider .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 174, 239, 0.75);
  border-radius: 0;
  left: 0;
  right: inherit;
}
.banner-slider .slick-prev:before, .banner-slider .slideshow .slide .slick-next:before, .slideshow .slide .banner-slider .slick-next:before, .banner-slider .slideshow .slideshow-nav .slick-next:before, .slideshow .slideshow-nav .banner-slider .slick-next:before, .banner-slider .slick-next:before {
  vertical-align: middle;
  line-height: 46px;
  display: block;
  height: 50px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .banner-slider .slick-prev, .banner-slider .slideshow .slide .slick-next, .slideshow .slide .banner-slider .slick-next, .banner-slider .slideshow .slideshow-nav .slick-next, .slideshow .slideshow-nav .banner-slider .slick-next, .banner-slider .slick-next {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .banner-slider .slick-prev:before, .banner-slider .slideshow .slide .slick-next:before, .slideshow .slide .banner-slider .slick-next:before, .banner-slider .slideshow .slideshow-nav .slick-next:before, .slideshow .slideshow-nav .banner-slider .slick-next:before, .banner-slider .slick-next:before {
    height: 38px;
    line-height: 36px;
    font-size: 28px;
  }
}
@media (max-width: 481px) {
  .banner-slider .slick-prev, .banner-slider .slideshow .slide .slick-next, .slideshow .slide .banner-slider .slick-next, .banner-slider .slideshow .slideshow-nav .slick-next, .slideshow .slideshow-nav .banner-slider .slick-next, .banner-slider .slick-next {
    display: none !important;
  }
}
.banner-slider .slick-next {
  right: 0;
  left: inherit;
}
.banner-slider .slick-slide img {
  width: 100%;
}
.banner-slider .item {
  height: 600px;
  background-position: center center;
  background-size: cover,100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-slider .item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .banner-slider .item {
    height: 300px;
  }
}
.banner-slider .banner-link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.banner-page-title {
  height: 300px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-page-title {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .banner-page-title {
    height: 170px;
  }
}

/*START HOUZEZ MAP MODULE*/
#houzez-gmap-main {
  position: relative;
  width: 100%;
  height: 550px;
}
#houzez-gmap-main .map-arrows-actions {
  font-size: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
}
#houzez-gmap-main .map-next-prev-actions {
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
#houzez-gmap-main .map-zoom-actions {
  font-size: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 4;
}
#houzez-gmap-main .map-btn {
  cursor: pointer;
  display: inline-block;
  line-height: 29px;
  color: #fff;
  height: 30px;
  border: none;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0 10px;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
}
#houzez-gmap-main .map-btn:hover {
  background-color: rgba(76, 198, 244, 0.75);
}
#houzez-gmap-main .map-btn + .map-btn {
  margin-left: 3px;
}
@media (max-width: 481px) {
  #houzez-gmap-main .map-btn span {
    display: none;
  }
}
#houzez-gmap-main .map-search {
  height: 30px;
  width: 188px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0 8px;
  top: 20px !important;
  left: 82px !important;
}
#houzez-gmap-main .open .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.75);
}
#houzez-gmap-main .dropdown-menu {
  min-width: 74px;
  width: 74px;
  background-color: rgba(0, 0, 0, 0.75);
  border: none;
}
#houzez-gmap-main .dropdown-menu a {
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
}
#houzez-gmap-main .map-info-box {
  z-index: 4;
}

.mapfull {
  position: fixed !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.mapfull #houzez-listing-map {
  height: 100% !important;
}

#houzez-listing-map-vc {
  height: 550px;
  position: relative;
}

#listing-map {
  height: 550px;
  position: relative;
}

#houzez-listing-map {
  height: 100%;
  width: 100%;
  position: relative;
}

/*START LIGHT BOX STYLE*/
#lightbox-popup-main {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999;
  overflow: hidden;
  visibility: hidden;
}

#lightbox-popup-main.active {
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}

.lightbox-popup {
  position: relative;
  margin: 30px auto;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.lightbox-popup .popup-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.lightbox-popup .popup-inner .expand-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(45, 45, 45, 0.8);
  color: #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  font-family: "FontAwesome";
}
.lightbox-popup .popup-inner .expand-icon:before {
  content: "\f065";
}
.lightbox-popup .popup-inner .expand-icon:hover {
  font-size: 20px;
}
.lightbox-popup .popup-inner .expand-icon.compress {
  font-size: 20px;
}
.lightbox-popup .popup-inner .expand-icon.compress:before {
  content: "\f066";
}
.lightbox-popup .popup-inner .expand-icon.compress:hover {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lightbox-popup .popup-inner {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .lightbox-popup {
    position: absolute;
    width: 100% !important;
    height: 100%;
    margin: 0;
  }
}

.lightbox-left {
  float: left;
  width: 860px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.lightbox-left .header-title {
  width: 100%;
  padding-right: 180px;
}
@media (max-width: 767px) {
  .lightbox-left {
    z-index: inherit;
  }
}
.lightbox-left .lightbox-close {
  display: none;
}
@media (max-width: 767px) {
  .lightbox-left .lightbox-close {
    display: inline-block;
  }
}
.lightbox-left .show {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .lightbox-left {
    height: 100%;
  }
}

.lightbox-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  background-color: #fff;
  z-index: 5;
}
.lightbox-right .lightbox-header {
  background-color: #393939;
}
@media (max-width: 767px) {
  .lightbox-right {
    z-index: -1;
    top: 45px;
    width: 100%;
    height: calc(100% - 45px);
  }
}

.lightbox-right.in {
  z-index: 2;
}

.lightbox-header {
  width: 100%;
  height: 60px;
  background-color: #2d2d2d;
  position: relative;
  z-index: 1;
}
.lightbox-header .header-title {
  padding-left: 20px;
  width: 100%;
}
.lightbox-header .header-title p {
  color: #fff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 92%;
  line-height: 60px;
}
@media (max-width: 767px) {
  .lightbox-header .header-title p {
    line-height: 45px;
  }
}
.lightbox-header .header-title img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.lightbox-header .header-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.lightbox-header .header-actions ul {
  font-size: 0;
}
.lightbox-header .header-actions li {
  margin: 0;
  line-height: 60px;
  padding: 0 20px;
  color: #575757;
  border-left: 1px solid #575757;
  font-size: 24px !important;
}
.lightbox-header .header-actions li:hover {
  color: #fff;
}
.lightbox-header .header-actions li:focus {
  color: #fff;
}
.lightbox-header .header-actions li:active {
  color: #fff;
}
@media (max-width: 767px) {
  .lightbox-header .header-actions li {
    color: #fff;
    font-size: 18px !important;
    width: 50px;
    text-align: center;
    padding: 0;
  }
}
.lightbox-header .header-actions span {
  width: auto;
  height: auto;
  line-height: 100%;
  opacity: 1;
  background-color: transparent;
}
.lightbox-header .header-actions span:hover {
  background-color: transparent;
}
.lightbox-header .header-actions .lightbox-close {
  color: #fff;
}
.lightbox-header .header-actions .tooltip_left {
  right: 50px;
}
@media (max-width: 767px) {
  .lightbox-header .visible-xs {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .lightbox-header {
    height: 45px;
    background-color: #000;
    border-bottom: 1px solid #575757;
  }
  .lightbox-header .header-actions li {
    line-height: 45px;
    font-size: 18px;
  }
  .lightbox-header .header-actions .share-btn {
    display: none;
  }
}

.gallery-area {
  background-color: #000;
  padding: 20px;
  position: relative;
  min-height: 566px;
}
.gallery-area .lightbox-slide {
  margin: 0;
  display: none;
  padding: 0;
}
.gallery-area .lightbox-slide img {
  width: auto;
  max-height: 600px;
  display: inline-block;
}
.gallery-area .gallery-inner {
  width: 100%;
  position: relative;
  left: 50%;
  top: 0;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .gallery-area .gallery-inner {
    position: absolute;
    left: 50%;
    top: 44%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.gallery-area .owl-carousel .owl-item {
  text-align: center;
}
.gallery-area .owl-controls {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-area {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .gallery-area {
    min-height: calc(100% - 45px);
    padding: 0 0 50px;
  }
}

.agent-area .form-small {
  padding: 20px;
}
.agent-area .agent-media .media-left a, .agent-area .agent-media .next-prev-block .media-right a, .next-prev-block .agent-area .agent-media .media-right a {
  width: 100px !important;
}

.lightbox-slide-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  border-top: 1px solid #4b4b4b;
}

.lightbox-arrow-left {
  float: left;
  border-right: 1px solid #4b4b4b !important;
}

.lightbox-arrow-right {
  float: right;
  border-left: 1px solid #4b4b4b !important;
}

.lightbox-arrow {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.lightbox-arrow:hover {
  background-color: #00aeef;
}

.lightbox-nav-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

/*START TYPOGRAPHY STYLE*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

strong, b {
  font-weight: 500;
}

.breadcrumb {
  line-height: 12px;
}
.breadcrumb li {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .breadcrumb li {
    line-height: 18px;
  }
}

/*START PAGE TITLE AND BREADCRUMBS TYPO*/
.page-title .title-head {
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title .title-head {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page-title .title-head {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 481px) {
  .page-title .title-head {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.page-title h1 {
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-title h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page-title h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 481px) {
  .page-title h1 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

h1 {
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 24px;
    line-height: 30;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

h2 {
  font-size: 24px;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 18px;
    line-height: 24;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 16px;
    line-height: 22;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 14px;
    line-height: 20;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

h6 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  h6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h6 {
    margin-bottom: 10px;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.form-control, .post-password-form input[type='password'] {
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.dropdown-menu > li > a {
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.rating {
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.top-bar .top-nav > ul > li > a {
  font-size: 13px;
  line-height: 31px;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  text-align: inherit;
}

.splash-search h1 {
  font-size: 43px;
  line-height: 43px;
  margin: 0 0 10px;
  font-weight: 500;
  text-transform: inherit;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .splash-search h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .splash-search h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 481px) {
  .splash-search h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.splash-search .banner-sub-title {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 35px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .splash-search .banner-sub-title {
    font-size: 20px;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .splash-search .banner-sub-title {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
  }
}

.banner-caption h1 {
  font-size: 43px;
  line-height: 43px;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: inherit;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-caption h1 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .banner-caption h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 5px;
  }
}
@media (max-width: 481px) {
  .banner-caption h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
  }
}
.banner-caption h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px;
  font-weight: 300;
  text-transform: inherit;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-caption h2 {
    font-size: 14px;
    line-height: 16px;
  }
}

.header-right a {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}

.navi ul {
  font-size: 0;
  line-height: inherit;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.navi ul li {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  text-align: inherit;
}
.navi ul ul li {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}

/*START LIST GRID AREA STYLE*/
.list-tabs .tabs a {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .list-tabs .tabs a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }
}

.sort-tab .btn {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .sort-tab .btn {
    font-size: 12px;
  }
}

.item-body .property-title {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 7px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .item-body .property-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.item-body .property-location {
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .item-body .property-location {
    font-size: 12px;
    line-height: 14px;
  }
}
.item-body .date p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.item-body .phone p {
  font-size: 12px;
  line-height: 12px;
  margin: 8px 0 0 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.price .price-start {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 7px;
}
.price h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .price h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
.price .rant {
  font-size: 12px;
  line-height: 12px;
  margin: 7px 0 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.price .item-price {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .price .item-price {
    font-size: 14px;
    line-height: 14px;
  }
}
.price .item-sub-price {
  font-size: 12px;
  line-height: 12px;
  margin: 7px 0 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}

.item-thumb, figure, .carousel-module .carousel .item figure {
  /*.cap-actions{
    @include typography(12px, 16px, 0, 400, inherit, inherit);
  }*/
}
.item-thumb .label-featured, figure .label-featured, .carousel-module .carousel .item figure .label-featured {
  font-size: 10px;
  line-height: 11px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
}
.item-thumb .thumb-caption, figure .thumb-caption, .carousel-module .carousel .item figure .thumb-caption {
  /*.actions{
    @include typography(0, 14px, 0, 400, inherit, inherit);
  }*/
}
.item-thumb .thumb-caption .cap-price, figure .thumb-caption .cap-price, .carousel-module .carousel .item figure .thumb-caption .cap-price {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
}
.item-thumb .thumb-caption .cap-social, figure .thumb-caption .cap-social, .carousel-module .carousel .item figure .thumb-caption .cap-social {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: inherit;
}

.item-foot p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.detail h3 {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.detail ul {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail ul {
    font-size: 12px;
    line-height: 16px;
  }
}
.detail .cap-price {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail .cap-price {
    font-size: 14px;
    line-height: 14px;
  }
}

.item-body .amenities p {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}

/*START ADVANCED SEARCH SECTION*/
#advanced-search .dropdown-toggle {
  font-size: 16px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: center;
}
@media (max-width: 481px) {
  #advanced-search .dropdown-toggle {
    font-weight: 400;
    text-transform: inherit;
  }
}
#advanced-search .form-control, #advanced-search .post-password-form input[type='password'], .post-password-form #advanced-search input[type='password'] {
  font-size: 16px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 481px) {
  #advanced-search .form-control, #advanced-search .post-password-form input[type='password'], .post-password-form #advanced-search input[type='password'] {
    font-weight: 400;
    text-transform: inherit;
  }
}
#advanced-search .advance-btn {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  text-align: inherit;
  background: transparent;
  font-weight: 400;
}
#advanced-search .advance-btn:hover {
  color: #4cc6f4;
  box-shadow: none;
}
#advanced-search .features-list label.title {
  font-size: 14px;
  line-height: 14px;
  margin: 7px 0 14px 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: inherit;
}

/*START MODULES STYLE*/
.module-title h1 {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .module-title h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
}
@media (max-width: 481px) {
  .module-title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.module-title h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .module-title h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 481px) {
  .module-title h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.module-title .sub-heading {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .module-title .sub-heading {
    font-size: 14px;
    line-height: 20px;
  }
}

.sub-heading {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .sub-heading {
    font-size: 14px;
    line-height: 20px;
  }
}

.houzez-module .module-title-nav h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .houzez-module .module-title-nav h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.houzez-module .module-title-nav .sub-title {
  font-size: 18px;
  line-height: 18px;
  margin: 5px 0 0 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.houzez-module .module-title-nav .module-nav .btn {
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.services-module .service-block h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-module .service-block h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .services-module .service-block h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.services-module .service-block p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .services-module .service-block p {
    font-size: 12px;
    line-height: 20px;
  }
}
.services-module .service-block .find {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .services-module .service-block .find {
    font-size: 12px;
    line-height: 12px;
  }
}

.services-module.style2 h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 8px 0;
  font-weight: 700;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .services-module.style2 h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 8px 0;
    font-weight: 700;
    text-transform: inherit;
    text-align: inherit;
  }
}

/*START POST CARD MODULES STYLE*/
.post-card-item .thumb-caption h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 700;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .post-card-item .thumb-caption h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.post-card-description h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .post-card-description h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
.post-card-description .read {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

/*START AGENTS MODULE STYLE*/
.agents-block .block-body .description, .partner-block .block-body .description {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .agents-block .block-body .description, .partner-block .block-body .description {
    font-size: 14px;
    line-height: 20px;
  }
}
.agents-block .block-body .auther-info, .partner-block .block-body .auther-info {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .agents-block .block-body .auther-info, .partner-block .block-body .auther-info {
    font-size: 12px;
    line-height: 16px;
  }
}
.agents-block .block-body .view, .partner-block .block-body .view {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .agents-block .block-body .view, .partner-block .block-body .view {
    font-size: 14px;
    line-height: 14px;
  }
}

.block-body .description {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-body .description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .block-body .description {
    font-size: 14px;
    line-height: 24px;
  }
}
.block-body h3.description {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-body h3.description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .block-body h3.description {
    font-size: 14px;
    line-height: 24px;
  }
}
.block-body .auther-info {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

/*START CALL TO ACTION MODULES STYLE*/
.callto-action div h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .callto-action div h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-transform: inherit;
    text-align: inherit;
  }
}
@media (max-width: 767px) {
  .callto-action div h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-transform: inherit;
    text-align: inherit;
  }
}
.callto-action div p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

/*START LOCATION MODULE STYLE*/
.location-block .heading {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 5px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .location-block .heading {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 700;
  }
}
@media (max-width: 481px) {
  .location-block .heading {
    font-size: 18px;
    line-height: 18px;
  }
}
.location-block .sub-heading {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

/*START BANNER MODULE STYLE*/
/*START MY ACCOUNT STYLE*/
.my-menu li a {
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

/*START DETAIL TOP SECTION STYLE*/
.header-detail h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 9px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-detail h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .header-detail h1 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.header-detail .property-address {
  font-size: 14px;
  line-height: 14px;
  margin: 0 !important;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .header-detail .property-address {
    font-size: 12px;
    line-height: 12px;
  }
}
.header-detail .item-price {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 8px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-detail .item-price {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .header-detail .item-price {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.header-detail .item-sub-price {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-detail .item-sub-price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header-detail .item-sub-price {
    font-size: 12px;
  }
}
.header-detail .label-wrap .label {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .header-detail .label-wrap .label {
    font-size: 10px;
    line-height: 11px;
  }
}

.detail-top-full .header-detail h4 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .detail-top-full .header-detail h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .detail-top-full .header-detail h4 {
    font-size: 14px;
  }
}

/*START AGENT MEDIA STYLE*/
.form-small .head-left {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.form-small .head-right {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.form-small .form-small-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.agent-media dt {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 4px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
}
@media (max-width: 767px) {
  .agent-media dt {
    font-size: 12px;
    line-height: 18px;
  }
}
.agent-media dd {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .agent-media dd {
    font-size: 12px;
    line-height: 18px;
  }
}
.agent-media .view {
  font-weight: 500;
  font-size: 14px;
}
.agent-media .media-heading {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 4px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
}

/*START DETAIL PAGE STYLE*/
.detail-bar h1 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-bar h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.detail-bar h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-bar h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.detail-bar h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-bar h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.detail-bar h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-bar h4 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.detail-bar p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-bar p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.detail-bar ul li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-bar ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.detail-bar ol li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-bar ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.detail-bar .detail-tabs li {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .detail-bar .detail-tabs li {
    font-size: 12px;
  }
}
@media (max-width: 481px) {
  .detail-bar .detail-tabs li {
    line-height: 26px;
  }
}
.detail-bar .agent-media li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 2px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.detail-title .title-left {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-title .title-left {
    font-size: 14px;
  }
}
.detail-title p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
  /*@include respond-to(tablet-portrait){
    line-height: 18px;
  }*/
}

.detail-title-inner .title-inner {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .detail-title-inner .title-inner {
    font-size: 14px;
  }
}

.next-prev-block h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 10px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .next-prev-block h3 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
  }
}
.next-prev-block h4 {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .next-prev-block h4 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
  }
}
.next-prev-block i {
  font-size: 18px;
}
@media (max-width: 767px) {
  .next-prev-block i {
    font-size: 15px;
  }
}

/*START ARTICLE DETAIL STYLE*/
.article-detail h1, .comments-block h1 {
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 24px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail h2, .comments-block h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 18px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail h3, .comments-block h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 18px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail h4, .comments-block h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 18px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail h5, .comments-block h5 {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 18px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail h6, .comments-block h6 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 18px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail p, .comments-block p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail p:last-child, .comments-block p:last-child {
  margin: 0;
}
.article-detail ul li, .comments-block ul li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail ol li, .comments-block ol li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.article-detail dt, .comments-block dt, .article-detail dd, .comments-block dd {
  line-height: 24px;
}
.article-detail dd, .comments-block dd {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .article-detail h1, .comments-block h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 24px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h2, .comments-block h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 18px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h3, .comments-block h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 18px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h4, .comments-block h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 18px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h5, .comments-block h5 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 18px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h6, .comments-block h6 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 18px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail p, .comments-block p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 18px 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail ul li, .comments-block ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .article-detail ol li, .comments-block ol li {
    font-size: 14px;
    line-height: 22px;
  }
  .article-detail dt, .comments-block dt, .article-detail dd, .comments-block dd {
    line-height: 22px;
  }
  .article-detail dd, .comments-block dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .article-detail h1, .comments-block h1 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h2, .comments-block h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 16px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h3, .comments-block h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 16px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h4, .comments-block h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h5, .comments-block h5 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h6, .comments-block h6 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 16px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail p, .comments-block p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 16px 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail ul li, .comments-block ul li {
    font-size: 12px;
    line-height: 20px;
  }
  .article-detail ol li, .comments-block ol li {
    font-size: 12px;
    line-height: 20px;
  }
  .article-detail dt, .comments-block dt, .article-detail dd, .comments-block dd {
    line-height: 20px;
  }
  .article-detail dd, .comments-block dd {
    font-size: 12px;
  }
}
@media (max-width: 481px) {
  .article-detail h1, .comments-block h1 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 18px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h2, .comments-block h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h3, .comments-block h3 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 15px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h4, .comments-block h4 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 15px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
  .article-detail h5, .comments-block h5 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 15px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
}

.list-three-col li {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .list-three-col li {
    font-size: 12px;
    line-height: 25px;
  }
}

.accord-block h3 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .accord-block h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
.accord-block li {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .accord-block li {
    font-size: 12px;
    line-height: 14px;
  }
}
.accord-block .expand-icon {
  font-size: 18px;
  line-height: 50px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: center;
}

/*START PAGINATION STYLE*/
.pagination-main .pagination a {
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: center;
}

/*START PROFILE DETAIL PAGE STYLE*/
.profile-detail-block .form-small h3 {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
}
@media (max-width: 767px) {
  .profile-detail-block .form-small h3 {
    font-size: 12px;
    line-height: 12px;
  }
}

.profile-description .agent-title, .agency-description .agent-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .profile-description .agent-title, .agency-description .agent-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.profile-description h3, .agency-description h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .profile-description h3, .agency-description h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.profile-description p, .agency-description p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 35px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .profile-description p, .agency-description p {
    margin-bottom: 20px;
  }
}
.profile-description .position, .agency-description .position {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 23px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .profile-description .position, .agency-description .position {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}

.profile-contact li, .agency-contact li {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .profile-contact li, .agency-contact li {
    font-size: 12px;
    line-height: 12px;
  }
}

.profile-rating li {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.profile-tabs li {
  font-size: 14px;
  line-height: 3.4;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .profile-tabs li {
    font-size: 12px;
  }
}

.profile-tab-content .title {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 30px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .profile-tab-content .title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}

.profile-overview p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 24px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .profile-overview p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
  }
}

.reviews-list .media-heading {
  font-size: 16px;
  line-height: 18px;
  margin: 0 16px 0 0 !important;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .reviews-list .media-heading {
    font-size: 14px;
  }
}
.reviews-list .review-date {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 14px;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .reviews-list .review-date {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 8px;
  }
}

.add-review-block .review-title {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .add-review-block .review-title {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
  }
}

.add-rating label {
  font-size: 16px;
  line-height: 20px;
  margin: 0 10px 0 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .add-rating label {
    font-size: 14px;
    line-height: 18px;
  }
}

/*START WIDGETS TYPO STYLE*/
.widget .media-heading {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.widget h4 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 8px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.widget .amenities p {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.widget .rating .star-text-left {
  font-size: 14px;
  line-height: 14px;
  margin: 0 5px 0 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
.widget p {
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

.widget-download .widget-title {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .widget-download .widget-title {
    font-size: 16px;
    line-height: 14px;
  }
}
.widget-download li {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .widget-download li {
    font-size: 12px;
    line-height: 12px;
  }
}

.widget-categories li, .widget_categories li, .widget_archive li, .widget_meta li, .widget_recent_entries li, .widget_pages li, .widget-pages li, .widget_recent_comments li, .widget_nav_menu li {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}
@media (max-width: 767px) {
  .widget-categories li, .widget_categories li, .widget_archive li, .widget_meta li, .widget_recent_entries li, .widget_pages li, .widget-pages li, .widget_recent_comments li, .widget_nav_menu li {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
  }
}

.widget-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
}

.widget-range h4 {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 10px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.widget-range .range-input {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

/*START FOOTER WIDGETS STYLE*/
.footer p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}
.footer .widget-pages li {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: inherit;
  text-align: inherit;
}
.footer .widget-news .media-heading {
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 4px 0;
  font-weight: 700;
  text-transform: inherit;
  text-align: inherit;
}
.footer .widget-news p {
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 4px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}

/*START BOOTSTAP BUTTONS STYLE*/
.btn {
  padding: 11px 15px;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  outline: none !important;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: center;
}
.btn .fa.fa-left {
  margin-right: 8px;
}
.btn .fa.fa-right {
  margin-left: 8px;
}
.btn .fa.pull-left {
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    padding: 15px 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 15px 15px;
    font-size: 14px;
  }
}

.btn-long {
  padding-left: 55px;
  padding-right: 55px;
}

.btn-md {
  padding: 8px 15px;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-default:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  /*background-color: #d4d4d4;
  border-color: #8c8c8c;*/
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #00aeef;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #009bd6;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #009bd6;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #009bd6;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  /*background-color: #0497ce;
  border-color: #122b40;*/
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #ff6e00;
  border-color: #ff6e00;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #e66300;
  border-color: #e66300;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #e66300;
  border-color: #e66300;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #e66300;
  border-color: #e66300;
}

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  /*background-color: #204d74;
  border-color: #122b40;*/
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  /*background-color: #337ab7;
  border-color: #2e6da4;*/
}

.btn-secondary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #71c514;
  border-color: #71c514;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #5c9917;
  border-color: #518a11;
}

.btn-success:hover {
  color: #fff;
  background-color: #61ab0f;
  border-color: #62a617;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5c9917;
  border-color: #518a11;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #5c9917;
  border-color: #518a11;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #7abf2e;
  border-color: #72b428;
}

.btn-success .badge {
  color: #71c514;
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning: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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger: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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 18px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px !important;
  font-size: 12px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: center;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*START FOOTER STYLE*/
.splash-footer {
  padding: 30px 15px;
}

.splash-foot-left {
  text-align: left;
  color: #fff;
}
.splash-foot-left p {
  margin: 0;
}
.splash-foot-left p i {
  margin-right: 5px;
}

.splash-foot-right, .footer-bottom .foot-social {
  text-align: right;
  color: #fff;
}
.splash-foot-right p, .footer-bottom .foot-social p {
  margin: 0;
}
.splash-foot-right p a, .footer-bottom .foot-social p a {
  text-decoration: none;
  margin-left: 5px;
  color: #fff;
}

#footer-section {
  width: 100%;
}

.footer {
  background-color: #004274;
  padding: 100px 0 70px;
}
@media (max-width: 767px) {
  .footer {
    padding: 45px 0 15px;
  }
}
.footer p {
  color: #d7d7d7;
}
.footer a {
  color: #fff;
  font-weight: 300;
}
.footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer .read {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
.footer .read .fa {
  position: relative;
  top: 1px;
}
.footer li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
}
.footer .fa {
  margin-right: 10px;
}
.footer .social {
  font-size: 0;
}
.footer .social li {
  font-size: 18px;
  display: inline-block;
  margin: 0 7px 0 0 !important;
  list-style: none;
}
.footer .social li:last-child {
  margin: 0;
}
.footer .social .fa {
  margin: 0;
}

.footer-bottom {
  width: 100%;
  background-color: #00335A;
  border-top: 1px solid #00243f;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom div[class*="col-"] {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-bottom div[class*="col-"]:last-child {
    margin: 0;
  }
}
.footer-bottom p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.footer-bottom .navi a {
  color: #fff;
  line-height: 24px;
}
.footer-bottom .navi a:hover {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: transparent;
}
.footer-bottom .navi ul {
  text-align: center;
  line-height: normal;
}
.footer-bottom .navi li {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-bottom .navi {
    text-align: center !important;
  }
}
.footer-bottom .foot-social p a {
  color: #fff;
  font-size: 14px;
}
.footer-bottom .foot-social p a:hover {
  color: #4cc6f4;
}
@media (max-width: 767px) {
  .footer-bottom .foot-social {
    text-align: center;
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes boxfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes boxfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes bounceInRight {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
}
@keyframes bounceInRight {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/*START MAP LOADER KEYFRAME ANIMATIONS*/
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
/*START LIST LOADER KEYFRAME ANIMATIONS*/
@-webkit-keyframes loading {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -ms-transform: scale(1, 2.2);
    -webkit-transform: scale(1, 2.2);
    transform: scale(1, 2.2);
  }
  40% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes loading {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -ms-transform: scale(1, 2.2);
    -webkit-transform: scale(1, 2.2);
    transform: scale(1, 2.2);
  }
  40% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes loading {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -ms-transform: scale(1, 2.2);
    -webkit-transform: scale(1, 2.2);
    transform: scale(1, 2.2);
  }
  40% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes loading {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -ms-transform: scale(1, 2.2);
    -webkit-transform: scale(1, 2.2);
    transform: scale(1, 2.2);
  }
  40% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -ms-transform: scale(1, 2.2);
    -webkit-transform: scale(1, 2.2);
    transform: scale(1, 2.2);
  }
  40% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.item-wrap.inactive{opacity:0.7}.item-wrap.inactive:hover{opacity:1}.item-foot a.btn{color:#fff}.item-body .property-location{white-space:normal;overflow:visible;max-width:inherit;font-weight:300;margin-bottom:10px}.header-section-3 .header-top{padding:15px 0}.header-section-3 .logo{margin:-9px 0px}.header-section-3 .logo svg{display:block;height:60px}.header-detail .property-address b{font-weight:700}.header-section-3 .header-bottom{background-color:#00aeef}.header-bottom .navi>ul>li{border-color:#269abc}.header-bottom .navi>ul>li a:hover{background-color:#009bd6}.header-bottom .navi>ul>li:first-child{border-left:solid 1px #269abc}.my-30{margin:30px 0}.mt-45{margin-top:45px}.banner-caption{text-align:center}.banner-caption h1,.banner-caption h2{max-width:700px;display:block;margin-left:auto;margin-right:auto}.yelp-cat-icon{width:30px;height:30px;line-height:30px;font-size:16px;background-color:#009bd6}.yelp-category .yelp-cat-list{padding-left:40px}#banner-slider .item>img{opacity:1}#banner-slider .item{background-color:#00335A}.transparent-caption{position:absolute;bottom:40%;left:15%;max-width:600px;z-index:2;color:#fff;font-size:16px}.transparent-caption .caption-title{text-transform:uppercase;font-weight:bold}.transparent-caption .caption-subtitle{font-size:50px;line-height:55px}.table-rooms tbody tr td{border:none;padding:4px 8px}.table-rooms i{font-size:1rem}.table-rooms .col-title{font-weight:700}.availability-tabs .plan-tabs li.active{background-color:#00aeef;box-shadow:inset 0 4px 0 #fff;border-top-color:#777}.availability-tabs .plan-tabs li.active a{color:#fff}.parallax-small{position:relative;height:350px;overflow:hidden}.banner-parallax .banner-content-bg-wrap{position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;backface-visibility:hidden;visibility:inherit;z-index:0;opacity:1}#home-contact{position:relative;margin-bottom:-60px}.map-bottom #houzez-gmap-main{border-top:solid 10px #00aeef}#types-contact{margin-top:40px;position:relative;margin-bottom:-100px}.error-message{color:#d9534f;font-size:12px;margin-top:3px}.detail-block.emboss{-webkit-box-shadow:0px 2px 2px 0px rgba(27, 27, 27, 0.2);-moz-box-shadow:0px 2px 2px 0px rgba(27, 27, 27, 0.2);box-shadow:0px 2px 2px 0px rgba(27, 27, 27, 0.2);margin-top:-40px}@media (max-width:991px){.header-contact-wrapper a{color:#ffffff}}.header-contact{width:100%;text-align:center}.header-contact .contact-block{width:auto;margin-left:10px;display:inline-block;float:none;text-align:left}.header-contact .contact-block:first-child{margin-left:0}.header-contact .contact-block .media-left{padding-right:0;vertical-align:middle}.header-contact .contact-block .media-body{width:auto}@media (min-width:991px){.header-contact{width:100%;text-align:right}.header-contact .contact-block{width:auto;margin-left:30px;display:inline-block;float:none;text-align:left}.header-contact .contact-block:first-child{margin-left:0}.header-contact .contact-block .media-left{padding:0 10px 0 0;vertical-align:middle}.header-contact .contact-block .media-left i{margin:0;font-size:30px;line-height:1em}.header-contact .contact-block .media-body{width:auto}.header-contact .contact-block .media-heading{margin:0 0 5px 0}.header-contact .contact-block .media-heading,.header-contact .contact-block p{font-size:15px;line-height:1em}}@media (max-width:992px){.header-contact{display:flex;justify-content:space-between;flex-wrap:wrap}.header-contact .contact-block .media-left{padding-right:3px}.header-contact .contact-block .media-heading{display:none}.header-contact .contact-block .media-body{vertical-align:middle}.header-contact .contact-block p{font-size:15px;line-height:15px}.header-mobile{padding:5px 0;background-color:#ffffff}.header-mobile .mobile-nav{width:30%;line-height:62px}.header-mobile .mobile-nav .nav-trigger{color:#00335A}.header-mobile .header-logo{width:40%}.header-mobile .header-logo svg{max-height:62px;display:block}}@media (min-width:1200px){#banner-slider .item .caption{width:650px}#banner-slider .item .caption .property-title{margin-bottom:20px;font-size:23px;line-height:23px}#banner-slider .item .caption .price h3{font-size:23px;line-height:23px}#banner-slider .item .caption .property-location{font-size:15px;line-height:15px}#banner-slider .item .caption .amenities{margin-top:20px}#banner-slider .item .caption .amenities p{font-size:15px}#banner-slider .item .caption .info-row.date p{font-size:15px}#banner-slider .item .caption .btn-detail{font-size:1.1em}}@media (min-width:992px){#banner-slider .item{background-image:none !important}}@media (max-width:991px){#banner-slider .item{height:400px;background-position:center;background-size:cover;background-repeat:no-repeat}#banner-slider .item img{display:none}#banner-slider .item .caption{width:70%}#banner-slider .item .caption .property-location{display:none}#banner-slider .item .caption .amenities{min-height:1px}#banner-slider .item .caption .info-row.date{display:none}}@media (max-width:767px){#banner-slider .item .caption .price{top:auto;right:auto;bottom:12px;left:12px}#banner-slider .item .caption .amenities{display:none}#banner-slider .owl-controls{bottom:50%}}.capital{text-transform:uppercase}.detail-block .alert-info{padding:15px 20px}.detail-block .alert-info p{margin-bottom:0}.contact-info-block ul{list-style:inside}.plan-tabs li.active{box-shadow:none}@media (max-width:767px){.plan-tabs li a{padding:10px !important}}.item-body .property-title{font-size:18px;margin:0 0 12px 0}.item-body .amenities h3{margin:15px 0 10px 0}.item-body .amenities span{margin-right:20px}tr.w-bg{background-color:rgba(0, 174, 239, 0.1)}tr.w-bg.w-border{border-top:1px solid #00aeef}tr.w-bg.pt td{padding-top:10px !important}tr.w-bg.pb td{padding-bottom:10px !important}@media (max-width:767px){.detail-bar p{text-align:justify}.item-thumb .hover-effect:before,.item-thumb .hover-effect:after{display:none;background-color:transparent !important}.banner-parallax{height:200px !important}}.table-multi-properties>tbody>tr>td{vertical-align:middle}.table-multi-properties p{margin:0}.table-multi-properties .label{font-size:90%}.label .small,.label small{color:inherit}.home-promo{padding:50px 0 100px 0;background-color:#00335A}.home-promo h3{line-height:1em}.home-promo .home-promo-title{margin-bottom:50px;color:#ffffff;font-size:2.7em;font-weight:300;text-align:center}.home-promo .wrapepr{overflow:hidden;box-shadow:0 0 7px rgba(28, 28, 28, 0.5)}.home-promo .details,.home-promo .picture{width:50%;height:350px;float:left}.home-promo .details{padding:40px 60px;background-color:#ffffff}.home-promo .details .title{margin-bottom:20px;font-size:24px;font-weight:400}.home-promo .details .description{overflow:hidden;font-size:1.1em;color:#999999}.home-promo .details .specs{margin-bottom:30px;display:flex;justify-content:space-between;font-size:1.1em;font-weight:700;color:#00aeef}.home-promo .picture{overflow:hidden;position:relative;background-image:url("http://new.imo360.ro/admin/images/DevelopmentAttachments/eExterior-Banner-nemodificat-2.jpg?w=810&h=430&fit=crop");background-size:cover;background-position:center;background-repeat:no-repeat}.home-promo .picture .price-bar{padding:5px 30px;position:absolute;top:15px;right:0;font-size:2.3em;font-weight:900;color:#ffffff;background-color:#6bb31d}.home-promo .picture .promo-bar{padding:5px 30px;position:absolute;right:0;bottom:20%;font-size:1.5em;font-weight:700;text-align:center;color:#ffffff;background-color:#00aeef;box-shadow:0 0 7px rgba(28, 28, 28, 0.5)}@media (max-width:991px){.home-promo .wrapepr{display:flex;flex-wrap:wrap}.home-promo .details,.home-promo .picture{width:100%;height:auto}.home-promo .picture{height:230px;order:-1}.home-promo .picture .price-bar{padding:0px 10px;font-size:1.8em}.home-promo .picture .promo-bar{padding:5px 10px;font-size:1.3em}.home-promo .details{padding:20px 30px}.home-promo .details .title{margin-bottom:10px;font-size:19px}.home-promo .details .specs{margin-bottom:15px}.home-promo .details .btn.float-right{width:100%;display:block !important;float:none !important}}.mobile_contact{display:none}@media (max-width:767px){.mobile_contact{display:block;padding:10px 15px;position:fixed;right:0px;bottom:0px;left:0px;z-index:999;border-top:2px solid #00aeef;background-color:#ffffff}}@media (max-width:767px){.pp_pic_holder{width:90% !important;margin:0 5%;left:auto !important}.pp_pic_holder .ppt{width:100% !important}#pp_full_res img{width:100% !important;height:auto !important}.pp_content{height:auto !important}.pp_top,.pp_bottom{display:block !important}#pp_full_res{padding-bottom:33px}.pp_content_container .pp_details{top:-33px;width:100% !important}a.pp_close{position:relative;top:auto !important;right:auto !important;float:right}}@media (max-width:767px){.footer-bottom{padding-bottom:72px}#footer-menu li{display:block}}.header-top-social li{font-size:25px}.header-top-social li a{color:#bababa !important}#section-contact{padding-bottom:40px;position:relative}#section-developments-rooms-filter{margin:30px 0}.plan-tabs li{padding:0}.plan-tabs li a{padding:26px 34px;display:block}