<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 2400px) {﻿
@media print
{
  *,
  *::before,
  *::after
  {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited
  {
    text-decoration: underline;
  }

  abbr[title]::after
  {
    content: " (" attr(title) ")";
  }

  pre
  {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote
  {
    border: 2px solid #999;
    page-break-inside: avoid;
  }

  thead
  {
    display: table-header-group;
  }

  tr,
  tr,
  img
  {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3
  {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3
  {
    page-break-after: avoid;
  }

  .navbar
  {
    display: none;
  }

  .badge
  {
    border: 2px solid #000;
  }

  .table
  {
    border-collapse: collapse !important;
  }

  .table td,
  .table th
  {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td
  {
    border: 2px solid #ddd !important;
  }
}

html
{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body
{
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
  display: block;
}

audio,
canvas,
progress,
video
{
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls])
{
  display: none;
  height: 0;
}

[hidden],
template
{
  display: none;
}

a
{
  background-color: transparent;
}

a:active,
a:hover
{
  outline: 0;
}

abbr[title]
{
  border-bottom: 2px dotted;
}

b,
strong
{
  font-weight: bold;
}

dfn
{
  font-style: italic;
}

h1
{
  font-size: 2em;
  margin: 0.67em 0;
}

mark
{
  background: #ff0;
  color: #8a803e;
}

mark.color
{
  color: #fff;
}

small
{
  font-size: 80%;
}

sub,
sup
{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup
{
  top: -0.5em;
}

sub
{
  bottom: -0.25em;
}

img
{
  border: 0;
}

svg:not(:root)
{
  overflow: hidden;
}

figure
{
  margin: 1em 80px;
}

hr
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre
{
  overflow: auto;
}

code,
kbd,
pre,
samp
{
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea
{
  color: inherit;
  font: inherit;
  margin: 0;
}

button
{
  overflow: visible;
}

button,
select
{
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled]
{
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
  border: 0;
  padding: 0;
}

input
{
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"]
{
  -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-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration
{
  -webkit-appearance: none;
}

fieldset
{
}

legend
{
  border: 0;
  padding: 0;
}

textarea
{
  overflow: auto;
}

optgroup
{
  font-weight: bold;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th
{
  padding: 0;
}

@media print
{
  *,
  *:before,
  *:after
  {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited
  {
    text-decoration: underline;
  }

  a[href]:after
  {
    content: " (" attr(href) ")";
  }

  abbr[title]:after
  {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after
  {
    content: "";
  }

  pre,
  blockquote
  {
    border: 2px 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 &gt; .caret,
  .dropup &gt; .btn &gt; .caret
  {
    border-top-color: #000 !important;
  }

  .label
  {
    border: 2px solid #000;
  }

  .table
  {
    border-collapse: collapse !important;
  }

  .table td,
  .table th
  {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td
  {
    border: 2px solid #ddd !important;
  }
}

*
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html
{
  font-size: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea
{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a
{
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover,
a:focus
{
  text-decoration: underline;
}

a:focus
{
  outline: thin dotted;
  outline: 10px auto -webkit-focus-ring-color;
  outline-offset: -4px;
}

figure
{
  margin: 0;
}

img
{
  vertical-align: middle;
}

.img-responsive
{
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded
{
  border-radius: 12px;
}

.img-thumbnail
{
  padding: 8px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle
{
  border-radius: 50%;
}

hr
{
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 2px solid #eeeeee;
}

.sr-only
{
  position: absolute;
  width: 2px;
  height: 2px;
  margin: -2px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus
{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"]
{
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small
{
  font-weight: normal;
  line-height: 1;
  color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3
{
  margin-top: 40px;
  margin-bottom: 20px;
}

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: 20px;
  margin-bottom: 20px;
}

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: 72px;
}

h2,
.h2
{
  font-size: 60px;
}

h3,
.h3
{
  font-size: 48px;
}

h4,
.h4
{
  font-size: 36px;
}

h5,
.h5
{
  font-size: 28px;
}

h6,
.h6
{
  font-size: 24px;
}

p
{
  margin: 0 0 34px;
}

.lead
{
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 1536px)
{
  .lead
  {
    font-size: 42px;
  }
}

small,
.small
{
  font-size: 85%;
}

mark,
.mark
{
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left
{
  text-align: left;
}

.text-right
{
  text-align: right;
}

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

.text-justify
{
  text-align: justify;
}

.text-nowrap
{
  white-space: nowrap;
}

.text-lowercase
{
  text-transform: lowercase;
}

.text-uppercase
{
  text-transform: uppercase;
}

.text-capitalize
{
  text-transform: capitalize;
}

.text-muted
{
  color: #777777;
}

.text-primary
{
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus
{
  color: #286090;
}

.text-success
{
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus
{
  color: #2b542c;
}

.text-info
{
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus
{
  color: #245269;
}

.text-warning
{
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus
{
  color: #66512c;
}

.text-danger
{
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus
{
  color: #843534;
}

.bg-primary
{
  color: #fff;
  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: 18px;
  margin: 80px 0 40px;
  border-bottom: 2px solid #eeeeee;
}

ul,
ol
{
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 30px;
}

ul ul,
ol ul,
ul ol,
ol ol
{
  margin-bottom: 0;
}

.list-unstyled
{
  padding-left: 0;
  list-style: none;
}

.list-inline
{
  padding-left: 0;
  list-style: none;
  margin-left: -10px;
}

.list-inline &gt; li
{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

dl
{
  margin-top: 0;
  margin-bottom: 40px;
}

dt,
dd
{
  line-height: 1.42857143;
}

dt
{
  font-weight: bold;
}

dd
{
  margin-left: 0;
}

@media (min-width: 1536px)
{
  .dl-horizontal dt
  {
    float: left;
    width: 320px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd
  {
    margin-left: 360px;
  }
}

abbr[title],
abbr[data-original-title]
{
  cursor: help;
  border-bottom: 2px dotted #777777;
}

.initialism
{
  font-size: 90%;
  text-transform: uppercase;
}

blockquote
{
  padding: 20px 40px;
  margin: 0 0 40px;
  font-size: 34px;
  line-height: 60px;
  color: #888;
  border-left: 10px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child
{
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small
{
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before
{
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right
{
  padding-right: 30px;
  padding-left: 0;
  border-right: 10px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before
{
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after
{
  content: '\00A0 \2014';
}

address
{
  margin-bottom: 40px;
  font-style: normal;
  line-height: 1.42857143;
}

.container
{
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1536px)
{
  .container
  {
    width: 1500px;
  }
}

@media (min-width: 1984px)
{
  .container
  {
    width: 1940px;
  }
}

@media (min-width: 2480px)
{
  .container
  {
    width: 2180px;
  }
}

@media (min-width: 2734px)
{
  .container
  {
    width: 2420px;
  }
}

.container-fluid
{
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.row
{
  margin-left: -30px;
  margin-right: -30px;
}

.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: 2px;
  padding-left: 30px;
  padding-right: 30px;
}

.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: 1536px)
{
  .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: 1984px)
{
  .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: 2520px)
{
  .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: 16px;
  padding-bottom: 16px;
  color: #777777;
  text-align: left;
}

th
{
  text-align: left;
}

.table
{
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td
{
  padding: 16px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 2px solid #dddddd;
}

.table &gt; thead &gt; tr &gt; th
{
  vertical-align: bottom;
  border-bottom: 4px solid #dddddd;
}

.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td
{
  border-top: 0;
}

.table &gt; tbody + tbody
{
  border-top: 4px solid #dddddd;
}

.table .table
{
  background-color: #ffffff;
}

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td
{
  padding: 10px;
}

.table-bordered
{
  border: 2px solid #dddddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td
{
  border: 2px solid #dddddd;
}

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td
{
  border-bottom-width: 4px;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd)
{
  background-color: #f9f9f9;
}

.table-hover &gt; tbody &gt; tr:hover
{
  background-color: #f5f5f5;
}

table col[class*="col-"]
{
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"]
{
  position: static;
  float: none;
  display: table-cell;
}

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th
{
  background-color: #f5f5f5;
}

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th
{
  background-color: #e8e8e8;
}

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th
{
  background-color: #dff0d8;
}

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th
{
  background-color: #d0e9c6;
}

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th
{
  background-color: #d9edf7;
}

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th
{
  background-color: #c4e3f3;
}

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th
{
  background-color: #fcf8e3;
}

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th
{
  background-color: #faf2cc;
}

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th
{
  background-color: #f2dede;
}

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th
{
  background-color: #ebcccc;
}

.table-responsive
{
  overflow-x: auto;
  min-height: 0.01%;
}



.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
{
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after
{
  clear: both;
}

.center-block
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right
{
  float: right !important;
}

.pull-left
{
  float: left !important;
}

.hide
{
  display: none !important;
}

.show
{
  display: block !important;
}

.invisible
{
  visibility: hidden;
}

.text-hide
{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden
{
  display: none !important;
}

.affix
{
  position: fixed;
}

@-ms-viewport
{
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg
{
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block
{
  display: none !important;
}

























@media (min-width: 2400px)
{
  .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: 2400px)
{
  .visible-lg-block
  {
    display: block !important;
  }
}

@media (min-width: 2400px)
{
  .visible-lg-inline
  {
    display: inline !important;
  }
}

@media (min-width: 2400px)
{
  .visible-lg-inline-block
  {
    display: inline-block !important;
  }
}







@media (min-width: 2400px)
{
  .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;
  }
}
﻿@charset "UTF-8";












input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
	height: 102px;
	line-height: 102px;
	padding: 0 40px;
	outline: none;
	font-size: 30px;
	color: #808080;
	margin: 0 0 32px 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	border: 2px solid #dbdbdb;
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.06);
	font-weight: 500;
	opacity: 1;
	border-radius: 6px;
}

select {
	padding: 30px 36px;
	cursor: pointer;
}

input {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
	color: #808080;
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	border: 2px solid #d8d8d8;
	opacity: 1;
}

input[type="submit"] {
  border: none;
  padding: 22px 36px;
  width: auto;
}

input[type="checkbox"] { display: inline; }

input[type="radio"] {
	width: 30px;
	height: 30px;
	cursor: pointer;
	box-shadow: none;
}


::-webkit-input-placeholder { 
	color: #888;
	opacity: 1;
}

:-moz-placeholder { 
	color: #888;
	opacity: 1;
}

::-moz-placeholder { 
	color: #888;
	opacity: 1;
}

:-ms-input-placeholder { 
	color: #888;
	opacity: 1;
}

textarea {
	height: auto;
	line-height: 54px;
	padding: 40px;
	min-height: 260px;
	transition: none !important;
	min-width: 100%;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 16px;
}


label span,
legend span {
	font-weight: normal;
	font-size: 28px;
	color: #444;
}

fieldset {
    padding: 0;
    border: none;
}


a, button { outline: none !important; }
a:focus,
a:hover { text-decoration: none; color: #333;}
img { max-width: 100%; }




#logo { display: inline-block; margin-top: 6px; }

#logo img { max-height: 76px; width: auto; transform: translate3d(0,0,0); }
img.footer-logo { max-height: 76px; width: auto; }

#header {
	position: relative;
	z-index: 999;
	padding: 36px 0 16px 0;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
	font-size: 32px;
}


.header-widget {
	position: relative;
	top: -2px;
	height: 108px;
}

.header-widget .button,
.header-widget .button.border {
	margin-right: 0;
	min-width: 260px;
	text-align: center;
	position: relative;
	line-height: 52px;
	font-weight: 500;
}

.header-widget .button.border i {
	font-size: 34px;
	padding: 0px 0 0 8px;
	top: 4px;
	display: inline-block;
	position: relative;
}

.header-widget .sign-in {
	position: relative;
	color: #333;
	margin-right: 50px;
	top: 20px;
	display: inline-block;
	vertical-align: top;
}

.header-widget .sign-in i { padding-right: 8px; font-size: 30px; }
.header-widget .sign-in:hover { color: #66676b; }



header.fullwidth .container {
	width: 100%;
	margin: 0;
	padding: 0 80px;
}

.left-side {
	float: left;
	width: 65%;
	display: inline-block;

}

.right-side {
	float: right;
	width: 35%;
	display: inline-block;
}




#logo,
#navigation { float: left; }

#logo { margin-right: 100px; }

.header-widget { text-align: right; }




#header.cloned {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}

#header.cloned { background-color: #fff; }


#header.cloned #logo img { transform: translate3d(0,0,0); max-width: 240px; margin-top: 2px; }
#header.cloned { padding: 36px 0 14px 0; }

.sticky-logo { display: none; }

#header.cloned.unsticky {
	opacity: 1;
	visibility: hidden;
    pointer-events: none;
	transform: translate(0,-100%) scale(1);
	transition: 0.3s;
}

#header.cloned.sticky {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0) scale(1);
	transition: 0.3s;
}




#footer {
	padding: 140px 0 0 0;
	background-color: #fff;
	border-top: 2px solid rgba(0,0,0,0.09);
	font-size: 32px;
}

#footer.sticky-footer { box-shadow: none; }
#footer.dark { border-top: none; }

#footer h4 {
	color: #333;
	font-size: 42px;
	margin-bottom: 50px;
}

.footer-shadow {
	width: 100%;
	display: block;
	background: #fff;
	height: 400px;
	margin-top: -400px;
	position: relative;
	z-index: -1;
	box-shadow: 0 40px 80px -40px rgba(0,0,0,0.06);
}

.text-widget span { color: #707070; }
.text-widget span.address { display: block; margin-bottom: 20px;}

#footer a {
	color: #66676b;
}


#footer ul.footer-links {
	margin: 0 0 30px 0;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}

#footer .footer-links li { position: relative; list-style: none; }

#footer .footer-links li a {
	padding: 0 0 18px 32px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #707070;
	line-height: 42px;
}

#footer .footer-links li a:hover {
	padding-left:44px;
	color: #66676b;
}

#footer .footer-links li:before {
	font-family: "FontAwesome";
	font-size: 40px;
	content: "\f105";
	position: absolute;
	left: 0;
	top: -4px;
	padding: 0 14px 0 0;
	color: #ccc;
}



.copyrights {
	color: #707070;
	border-top: 2px solid rgba(0,0,0,0.09);
	margin-top: 120px;
	text-align: center;
	padding: 80px 0;
	display: inline-block;
	width: 100%;
}

#footer.alt .copyrights {
	margin-top:0;
	border: none;
	padding: 50px;
}

.copyrights a { color: #707070; }



#footer.dark {
	background: #222;
	color: #aaa;
}

#footer.dark a,
#footer.dark h4,
#footer.dark a:hover {
	color: #fff;
}

#footer.dark .text-widget,
#footer.dark .text-widget span,
#footer.dark .footer-links li a {
	color: #aaa;
}

#footer.dark .footer-links li a:hover { color: #fff; }
#footer.dark .footer-links li:before { color: #666; }

#footer.dark .copyrights {
	color: #aaa;
	border-top: 2px solid rgba(255,255,255,0.09);
}

#footer .social-icons li a {
    opacity: 0.8;
    transition: opacity 0.35s;
}

#footer .social-icons li a:hover { opacity: 1; }




#backtotop {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 50px;
	margin: 0 50px 0 0;
	z-index: 999;
	transition: 0.35s;
	transform: scale(0.7);
}

#backtotop.visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 92px;
	height: 92px;
	background-color: #66676b;
	opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 52px
}

body #backtotop a { color: #fff; }

#backtotop a:after {
	content: "\f106";
	font-family: "FontAwesome";
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}





#navigation {
	position: relative;
	display: block;
}

#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul a {
	display: block;
	text-decoration: none;
}

#navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#navigation ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99999;
}

#navigation ul ul li { float: none; }

#navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0;
}

#navigation ul ul {
	margin: 20px 0 0 30px;
}

#navigation ul ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	background: rgba(255,255,255,0);
	width: 100%;
	height: 20px;
}

#navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	left: -20px;
	top: 0;
	opacity: 0;
}

#navigation ul li:hover &gt; ul {
	opacity: 1;
	visibility: visible;
}


#navigation ul li a:after,
#navigation ul ul li a:after {
	font-family: "FontAwesome";
	opacity: 0.5;
}

#navigation ul li a:after { content: '\f107'; padding-left: 14px; }
#navigation ul ul li a:after {
	content: '\f105';
	position: absolute;
	right: 30px;
	top: 14px;
}

#navigation ul li a:only-child:after { content: ''; padding: 0; }
#navigation ul ul li a:only-child:after { content: '';}



#navigation ul ul {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	border-radius: 8px;
	font-size: 30px;
}

#navigation ul ul li { border-radius: 8px; }
#navigation ul ul li:last-child { border-bottom: none; }

#navigation ul li:hover ul a,
#navigation ul ul a {
	line-height: 54px !important;
	padding: 10px 80px 10px 30px !important;
	line-height: 48px !important;
}

body #navigation ul ul {
	padding: 24px 20px;
	box-sizing: border-box;
}

#navigation ul ul li { width: 360px; }

#navigation ul ul li:hover {
	border-radius: 0;
}

#navigation ul ul li:first-child { border-radius: 8px 8px 0 0; }
#navigation ul ul li:last-child { border-radius: 0 0 8px 8px; }

#navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0,30px,0);
}

#navigation ul li:hover &gt; ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}



#navigation.style-1 .current {
	background-color: transparent;
	color: #66676b;
}

#navigation.style-1 { margin-top: 2px; }

#navigation.style-1 .current:after { opacity: 1; }

#navigation.style-1 ul li {
	transition: all 0.25s;
}

#navigation.style-1 ul li a { color: #444; cursor: pointer; }
#navigation.style-1 ul li:hover a { color: #66676b; }

#navigation.style-1 ul ul li a { color: #444 !important; }

#navigation.style-1 ul ul li { opacity: 0.8; }
#navigation.style-1 ul ul li:hover { opacity: 1; }

#navigation.style-1 ul a {
	line-height: 64px;
	padding: 10px 30px;
}

#navigation.style-1 ul li { margin: 0 10px; }

#navigation.style-1 ul ul li { margin: 0; border-radius: 0; }

#navigation.style-1 ul ul li:first-child { border-radius: 8px 8px 0 0; }
#navigation.style-1 ul ul li:last-child { border-radius: 0 0 8px 8px; }


#navigation ul ul li a:after {
	opacity: 0.5;
	transition: all 0.25s;
	transform: translateX(-10px);
}

#navigation ul ul li:hover a:after {
	opacity: 1;
	transform: translateX(0);
}




.mega-menu {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	position: absolute;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	border-radius: 8px;
	font-size: 30px;
	display: flex;
	top: 100%;
	left: 0;
	padding: 40px 0;
	box-sizing: border-box;
	font-size: 28px;
	margin-top: -4px;
	background-color: #fff;
	width: 400px;
	z-index: 99;
	transform: translate3d(-42%,48px,0);
}

.mega-menu:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 0;
	display: block;
	width: 100%;
	height: 24px;
	opacity: 0;
}

#navigation ul li .mega-menu ul { 
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0,0,0);
	position: relative;
	display: inline-block;
	flex: 1;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	top: auto;
	left: auto;
	background-color: transparent;
}

#navigation ul li:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(-42%,24px,0);
}

#navigation ul li:hover .mega-menu ul {
	opacity: 1;
	visibility: visible;
}


#navigation .mega-menu ul,
#navigation .mega-menu ul li {
	width: 100%;
}

.mega-menu.two-columns    { width: 858px;}
.mega-menu.three-columns  { width: 1286px;}
.mega-menu.four-columns   { width: 1714px;}

#navigation ul .mega-menu ul a {
	color: #bbb;
	padding: 0 !important;
	display: block;
	margin-left: 0;
	-wekkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#navigation ul li:hover .mega-menu ul a, 
#navigation ul .mega-menu ul a {
    padding: 12px 0 !important;
    line-height: 44px !important;
    transform: translate3d(0,0,0) !important;
}

#navigation .mega-menu ul li {
	padding: 0 60px;
}

#navigation ul li a i {
	font-size: 28px;
	position: relative;
	top: 0;
	padding-right: 10px;
}

.mega-menu-section {
	display: inline-block;
	float: left;
	width: 428px;
	padding: 0;
	border-right: 2px solid #e9e9e9;
}

.mega-menu .mega-menu-section:last-child { border: none; }

.mega-menu-headline {
	color: #222;
	opacity: 1 !important;
	font-weight: 600;
	display: block;
	padding: 16px 60px !important;
	letter-spacing: 0;
	font-size: 28px;
	line-height: 42px;
}


.mobile-styles .mm-listview { margin: 0px -40px !important; }
.mobile-styles .mm-listview .mega-menu-headline { color: #fff; padding: 30px 40px !important; background: #222 !important; }
.mobile-styles .mm-listview li a i { padding-right: 10px; }
.mobile-styles.mm-panel:before { height: 20px !important; }





.user-menu {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 50px;
	top: 18px;
	vertical-align: top;
	padding-left: 50px;
	margin-left: 50px;
}

.user-menu .user-name { transition: 0.2s; }



.user-menu .user-name:after {
	content: "\f107";
	font-family: "FontAwesome";
	transition: 0.2s;
	transform: rotate(0deg);
	display: inline-block;
	margin-left: 12px;
	color: #aaa;
}

.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name {
	color: #66676b;
}

.user-menu.active .user-name:after { transform: rotate(180deg); }


.user-name span img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	image-rendering: -webkit-optimize-contrast;
}

.user-name span {
	display: inline-block;
	width: 76px;
	height: 76px;
	margin-right: 20px;
	border-radius: 50%;
	position: absolute;
	left: -44px;
	top: -10px;
}

.user-menu ul {
	float: left;
	text-align: left;
	position: absolute;
	top: 90px;
	right: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	border-radius: 8px;
	display: inline-block;
	width: 360px;
	font-size: 30px;
	transform: translate3d(0,30px,0);
	padding: 24px 20px;
	box-sizing: border-box;
	transition: 0.25s;
	visibility: hidden;
	opacity: 0;
	z-index: 110;
}

.user-menu ul li a {
	padding: 12px 30px;
	line-height: 44px;
	display: inline-block;
	color: #696969;
	transition: 0.2s;
}

.user-menu ul li a:hover {
	color: #444;
}

.user-menu ul li a i {
	width: 40px;
	position: relative;
	display: inline-block;
}

.user-menu.active ul {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0,0,0);
}




.mm-hidden { display: none!important }

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels,
.mm-panels&gt;.mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none!important;
    transition: none!important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels&gt;.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 40px
}

.mm-panels&gt;.mm-panel.mm-hasnavbar {
    padding-top: 80px
}

.mm-panels&gt;.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels&gt;.mm-panel:after,
.mm-panels&gt;.mm-panel:before {
    content: '';
    display: block;
    height: 40px
}

.mm-vertical .mm-panel {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 20px 0 20px 20px
}

.mm-listview .mm-vertical .mm-panel .mm-listview&gt;li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview&gt;li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened&gt;.mm-panel,
li.mm-vertical.mm-opened&gt;.mm-panel {
    display: block
}

.mm-listview&gt;li.mm-vertical&gt;.mm-next,
.mm-vertical .mm-listview&gt;li&gt;.mm-next {
    box-sizing: border-box;
    height: 80px;
    bottom: auto
}

.mm-listview&gt;li.mm-vertical.mm-opened&gt;.mm-next:after,
.mm-vertical .mm-listview&gt;li.mm-opened&gt;.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 38px
}

.mm-btn {
    box-sizing: border-box;
    width: 80px;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 4px solid transparent;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 36px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 50px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 46px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 46px;
    left: auto
}

.mm-navbar {
    border-bottom: 2px solid;
    border-color: inherit;
    text-align: center;
    line-height: 60px;
    height: 100px;
    padding: 0 80px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar&gt;* {
    display: block;
    padding: 20px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #262626;
}

.mm-listview,
.mm-listview&gt;li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 28px;
    line-height: 40px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview&gt;li {
    position: relative
}

.mm-listview&gt;li,
.mm-listview&gt;li .mm-next,
.mm-listview&gt;li .mm-next:before,
.mm-listview&gt;li:after {
    border-color: inherit
}

.mm-listview&gt;li {
    border-bottom: 2px solid #404040;
}

.mm-listview&gt;li&gt;a,
.mm-listview&gt;li&gt;span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 28px 20px 28px 40px;
    margin: 0;
}

.mm-listview&gt;li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mm-listview&gt;li:not(.mm-divider):after {
    left: 40px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 100px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 2px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 100px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 100px;
    margin-right: 0
}

.mm-panels&gt;.mm-panel&gt;.mm-listview {
    margin: 40px -40px
}

.mm-panels&gt;.mm-panel&gt;.mm-listview:first-child,
.mm-panels&gt;.mm-panel&gt;.mm-navbar+.mm-listview {
    margin-top: -20px;
}

.mm-menu {
    background: #2a2a2a;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar&gt;* {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(255,255,255,0.8);
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview&gt;li .mm-next:after {
    border-color: rgba(255,255,255,0.8);
}

.mm-menu .mm-listview&gt;li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview&gt;li.mm-selected&gt;a:not(.mm-next),
.mm-menu .mm-listview&gt;li.mm-selected&gt;span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview&gt;li { transition: 0.2s; }
.mm-menu .mm-listview&gt;li:hover {
    background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview&gt;li.mm-opened.mm-vertical&gt;.mm-panel,
.mm-menu .mm-listview&gt;li.mm-opened.mm-vertical&gt;a.mm-next,
.mm-menu.mm-vertical .mm-listview&gt;li.mm-opened&gt;.mm-panel,
.mm-menu.mm-vertical .mm-listview&gt;li.mm-opened&gt;a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 280px;
    max-width: 880px
}

html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}



@media all and (min-width:1100px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(880px, 0);
        -ms-transform: translate(880px, 0);
        transform: translate(880px, 0);
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

.mm-sronly {
    border: 0!important;
    clip: rect(2px, 2px, 2px, 2px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
    width: 2px!important;
    height: 2px!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important
}

em.mm-counter {
    font: inherit;
    font-size: 28px;
    font-style: normal;
    text-indent: 0;
    line-height: 40px;
    display: block;
    margin-top: -20px;
    position: absolute;
    right: 90px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 180px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 180px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 180px
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span {
    padding-right: 180px;
}

.mm-vertical&gt;.mm-counter {
    top: 24px;
    margin-top: 0
}

.mm-vertical.mm-spacer&gt;.mm-counter {
    margin-top: 80px
}

.mm-nosubresults&gt;.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    background-color: rgba(0,0,0,0.3);
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
	line-height: 38px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Open Sans";
}


.mmenu-trigger {
    height: 100px;
    width: 100px;
    display: none;
    position: relative;
    margin: 0 0 40px 0;
    background-color: #eee;
    border-radius: 8px;
    cursor: pointer;
}


.hamburger {
    padding: 0;
    top: 24px;
    left: 26px;
    transform: scale(0.67);
    -moz-transform: scale(0.70) translateY(8px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -4px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 68px;
    height: 8px;
    background-color: #555;
    border-radius: 8px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before { top: -20px; }
.hamburger-inner::after { bottom: -20px; }


.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
    top: -40px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -20px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }


.mmenu-trigger { display: none; }







.main-search-container {
	display: block;
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 1240px;
	z-index: 9;
}

.main-search-container:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: linear-gradient(to right, rgba(255,255,255,0.99) 20%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,0) 95%);
}

.main-search-container h2 {
	font-size: 144px;
	text-shadow: 2px 2px 0 rgba(0,0,0,.25),0 2px 32px rgba(0,0,0,.5);
}

.main-search-container h4 {
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	line-height: 64px;
	text-shadow: 2px 2px 0 rgba(0,0,0,.25),0 2px 32px rgba(0,0,0,.9);
}


.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	overflow: hidden;
}
.main-search-container video {
	top: 50%;
	transform: translateY(-52%);
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -10;
	background-size: cover;
	transition: 1s opacity;
	position: absolute;
}



.main-search-container.dark-overlay:before
{
	
	background: linear-gradient(45deg,rgba(0,0,0,.49) 0,transparent 75%,transparent 98%);
}
.main-search-container.dark-overlay h2 { color: #fff; }
.main-search-container.dark-overlay h4 { color: rgba(255,255,255,0.9); padding-left: .15em; }



.main-search-inner {
	position: relative;
	display: block;
	top: 50%;
    transform: translate(0, -50%);
	padding-bottom: 60px;
}

.main-search-inner select {
	border: none;
	padding-top: 4px;
	padding-bottom: 0;
	height: 88px;
	box-shadow: none;
}



.main-search-input {
	margin-top: 100px;
	border-radius: 100px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 18px;
	max-height: 136px;
}

.main-search-input-item {
	flex: 1;
	border-right: 2px solid #e9e9e9;
	margin-top: 6px;
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}

.main-search-input  .main-search-input-item:nth-last-child(2) {
	border-right: none;
	padding-left: 30px;
	padding-right: 30px;
}

.main-search-input-item.location a {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	padding: 20px;
	background: #fff;
}

.main-search-input-item.location a:hover { color: #66676b; }

.main-search-input input,
.main-search-input input:focus {
	font-size: 32px;
	border: none;
	background: #fff;
	margin: 0;
	padding: 0;
	height: 88px;
	line-height: 88px;
    box-shadow: none;
}

.main-search-input button.button {
	font-size: 36px;
	font-weight: 600;
	padding: 0 80px;
	margin-right: 2px;
	height: 100px;
	outline: none;
}


.gray-style.main-search-input {
	box-shadow: none;
	background-color: #f7f7f7;
	top: -20px;
	position: relative;
}

.gray-style .main-search-input-item.location a,
.gray-style.main-search-input input,
.gray-style.main-search-input input:focus {
	background: #f7f7f7;
}

.gray-style .main-search-input-item { border-color: #e0e0e0; }




body .pac-item {
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: 0.2s;
    padding: 10px 30px;
}

body .pac-container {
    border-radius: 0 0 8px 8px;
    box-shadow: none;
    border: 2px solid #e0e0e0;
    border-top: none;
    box-sizing: content-box;
    margin-top: -4px;
    font-family: "Raleway";
}



.main-search-input .pac-container {
    left: 0 !important;
    top: 108px !important;
}

.input-with-icon i,
.main-search-input-item.location a {
	padding: 10px 20px;
	z-index: 101;
}

#autocomplete-container,
#autocomplete-input {
    position: relative;
    z-index: 101;
}

.main-search-input.gray-style .main-search-input-item.location a,
.main-search-input.gray-style #autocomplete-input { background: transparent; }
.main-search-input.gray-style #autocomplete-input { padding-right: 72px; }

@media (min-width: 1984px) {
	.main-search-input .pac-container {
	    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	    border: none;
	    padding-top: 90px;
	    z-index: 9;
	    left: 0 !important;
	    top: 2px !important;
	    border-radius: 8px;
	}

	.main-search-input.gray-style .pac-container {
	    box-shadow: none;
	    border: 2px solid #e0e0e0;
	}

	.main-search-input-item,
	.main-search-input-item #autocomplete-input {
		padding: 0 30px;
	}
}




.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
  margin: 50px 0;
}

.rangeslider--horizontal {
  height: 6px;
  width: 100%;
}

.rangeslider--vertical {
  width: 40px;
  min-height: 300px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #66676b;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
	background: white;
	border: 4px solid #66676b;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
	cursor: pointer;
	display: inline-block;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
  	top: 50%;
  	transform: translateY(-50%);
}

.rangeslider--vertical .rangeslider__handle {
  left: -20px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 16px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 16px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 16px rgba(255, 0, 255, 0.9);
}

.range-output {
	font-size: 36px;
	font-weight: 400;
	color: #666;
}
.range-output:after {
	content: "km";
}

.data-radius-title {
	font-style: normal;
	font-size: 30px;
	color: #888;
	font-weight: 400;
	margin-top: 0;
	display: block;
}



.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	zoom: 1;
	*display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	z-index: 990;
	width: 100%;
	border: 2px solid #dbdbdb;
	background-color: #fff;
	border-top: 0;
	border-radius: 0 0 8px 8px;

}

.chosen-container.chosen-with-drop .chosen-drop { left: 0; }
.chosen-container a { cursor: pointer; }


.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 36px;
	height: 102px;
	line-height: 100px;
	border: 2px solid #dbdbdb;
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	color: #888;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 500;
	border-radius: 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single { border-radius: 8px 8px 0 0; }

.chosen-container-active .chosen-drop,
.chosen-container-single .chosen-drop {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.chosen-container-active.chosen-with-drop .chosen-drop {
	opacity: 1;
	visibility: visible;
}

.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 52px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
}

.chosen-container-single .chosen-single-with-deselect span { margin-right: 76px; }

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 36px;
	height: 100%;
}


.chosen-container-single .chosen-single div:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 36px;
	margin: 2px 0 0 0;
	right: 40px;
	position: relative;
	width: auto;
	height: auto;
	display: inline-block;
	color: #c0c0c0;
	float: right;
	font-weight: normal;
	transition: transform 0.3s;
	transform: translate3d(0,0,0) rotate(0deg);
}

.chosen-container-active.chosen-with-drop .chosen-single div:after { transform: translate3d(0,0,0) rotate(180deg); }

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 6px 16px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 2px 0;
	padding: 12px 40px 12px 12px;
	width: 100%;
	height: 80px;
	outline: 0;
	margin-bottom: 20px !important;
	border: 2px solid #ddd !important;
	background-color: #fbfbfb !important;
	display: block;
	position: relative;
	z-index: 9;
	background-color: #fafafa;
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.04);
}

.chosen-container-single .chosen-search:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 30px;
	margin: 0 30px 0 0;
	top: 24px;
	position: relative;
	width: 22px;
	height: 10px;
	display: inline-block;
	color: #aaa;
	float: right;
	font-weight: normal;
	z-index: 10;
	transition: transform 0.3s;
}

.chosen-container-single .chosen-drop {
	margin-top: -2px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -19998px;
}



.chosen-container .chosen-results {
	color: #888;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 8px 16px 0;
	padding: 0 8px 0 16px;
	max-height: 600px;
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 18px 20px;
	list-style: none;
	line-height: 30px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container-multi .chosen-results li { padding: 20px 36px; transition: color 0.3s; }

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: transparent;
	border-radius: 0;
	color: #66676b;
	transition: color 0.2s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
	color: #888;
	display: list-item;
	background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results { background-color: #fff; }

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.chosen-container .chosen-results li.group-option { padding-left: 30px; }

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}



.chosen-container-multi .chosen-choices {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 36px;
	height: auto;
	border: 2px solid #dbdbdb;
	background-color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 66px;
	cursor: pointer;
	margin: 0;
	border-radius: 8px;
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.06);
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
	border-radius: 8px 8px 0 0;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 0;
	padding: 0;
	height: 98px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	color: #888;
	line-height: normal;
	font-weight: 500;
	box-shadow: none;
	transition: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 20px 12px 0 -8px;
	padding: 0 50px 0 16px;
	max-width: 100%;
	background-color: #66676b;
	line-height: 58px;
	color: #fff;
	cursor: default;
	font-weight: 500;
	border-radius: 6px;
}

.chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: -4px;
	right: 14px;
	display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 26px;
	top: 2px;
	position: relative;
	width: 22px;
	height: 10px;
	display: inline-block;
	color: #fff;
	float: right;
	font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 10px;
	border: 2px solid #ccc;
	background-color: #e4e4e4;
	color: #888;
}

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container.chosen-container-multi .chosen-drop { opacity: 0; visibility: hidden; padding: 20px 0; }
.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop { opacity: 1; visibility: visible; }



.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single { border: 2px solid #e0e0e0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] { 	color: #888 !important; }



.chosen-drop ::-webkit-scrollbar { width: 20px; }

.chosen-drop ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 20px;
}

.chosen-drop ::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgba(0,0,0,0.2);
}

.chosen-drop ::-webkit-scrollbar-thumb:hover {
    border-radius: 20px;
    background-color: rgba(0,0,0,0.3);
}



.input-with-icon {
	position: relative;
}

.input-with-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 0 0 38px;
	color: #999;
	transition: 0.2s;
	pointer-events: none;
}

.input-with-icon input { padding-left: 94px !important }
.input-with-icon.location input { padding-left: 40px !important }

.input-with-icon.location a i {
	position: absolute;
	right: 2px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	padding: 30px 40px 30px 30px;
	background: #fff;
	pointer-events: all
}

.input-with-icon.location a i:hover {
	color: #66676b;
}




.sort-by {
	position: relative;
	top: 18px;

}
.sort-by label,
.sort-by .sort-by-select {
	display: inline-block;
	float: right;
}


.sort-by-select select {
	border-radius: 100px;
	color: #777;
	border: none;
	background-color: #f0f0f0;
	height: auto;
	padding: 14px 14px 14px 30px;
	line-height: 44px;
	box-shadow: none;
}

.sort-by label {
	line-height: 80px;
	margin-top: 2px;
	padding: 0;
}

.sort-by .chosen-container-single .chosen-single {
    height: 72px;
    line-height: 68px;
    border: 2px solid #fff;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0 28px 0 32px;
    box-shadow: none;
    color: #666;
    font-weight: 600;
    font-size: 30px;
    border-radius: 100px;
    transition: all 0.3s;
    display: inline-block;
}

.sort-by .chosen-container-active .chosen-choices,
.sort-by .chosen-container-active.chosen-with-drop .chosen-single,
.sort-by .chosen-single:hover {
    background: #f3f3f3;
}

.sort-by .chosen-container .chosen-drop {
	padding-top: 20px;
    border: 2px solid #e0e0e0;
    border-top: 2px solid #e0e0e0;
    border-radius: 6px;
    width: 400px;
    margin-left: 20px;
    background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08);
	z-index: 999;
}


.sort-by .chosen-container.chosen-with-drop .chosen-drop,
.sort-by .chosen-container .chosen-drop {left: auto; right: -2px; }

.sort-by .chosen-container-single .chosen-single div:after {
	color: #66676b;
	right: 0;
}

.sort-by .chosen-container-single .chosen-default { color: #66676b; }

.sort-by .chosen-container-single .chosen-single span {
	margin-right: 0px;
	color: #666;
	font-weight: 600;
	transition: all 0.2s;
}

.sort-by .chosen-container-single .chosen-single div {
    position: relative;
    line-height: 66px;
    top: 0;
	margin-left: 0;
    display: inline-block;
}

.sort-by .chosen-container-single .chosen-single span {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
}





.main-search-input-item .chosen-container-single .chosen-single,
.main-search-input-item .chosen-single.chosen-container-active {
    position: relative;
    display: block;
    overflow: visible;
    padding: 0 0 0 30px;
    height: 88px;
    line-height: 88px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #888;
    border-radius: 8px 8px 0 0;
    z-index: 100;
    box-shadow: none;
    transition: all 0.3s;
}


.main-search-input-item .chosen-container-active .chosen-single,
.main-search-input-item .chosen-container-active .chosen-choices { border: 2px solid #fff; }

.main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
	border: 2px solid #fff;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

.main-search-input-item .chosen-container {
	font-size: 32px;
}

.main-search-input-item .chosen-container .chosen-drop {
	border: none;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99;
}

.main-search-input-item .chosen-single:after {
	content: "";
	position: absolute;
	bottom: -10px;
	display: block;
	width: 100%;
	left: 0;
	height: 20px;
	background: #fff;
	z-index: 112;
	opacity: 1;
	tranition: all 0.3s;
}


.main-search-input-item .chosen-container-single .chosen-single span {
    display: inline-block;
    	vertical-align: top;
}

.main-search-input .chosen-container-single .chosen-single div {
	display: inline-block;
	position: relative;
	top: -4px;
}

.main-search-input .chosen-container-single .chosen-search {
    padding: 6px 30px;
    margin-bottom: 10px;
}

.main-search-input .chosen-container-single .chosen-search input[type="text"] {
    margin: 2px 0;
    padding: 12px 40px 12px 12px;
    width: 100%;
    height: 80px;
    outline: 0;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fcfcfc;
    border-radius: 8px;
}

.main-search-input-item .chosen-container .chosen-results {
	position: relative;
	z-index: 10000
}



.gray-style .main-search-input-item .chosen-container-single .chosen-single,
.gray-style .main-search-input-item .chosen-single.chosen-container-active {
    border: 2px solid #f7f7f7;
    background-color: #f7f7f7;
}

.main-search-input-item .chosen-container.chosen-with-drop {

    border-radius: 8px;
}

.gray-style .main-search-input-item .chosen-single::after { display: none; }

.gray-style .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single,
.gray-style .main-search-input-item .chosen-container .chosen-drop {
	box-shadow: none;
	border: 2px solid #e0e0e0;
	background: #fff;
}

@media (min-width: 1982px) {
	.gray-style .main-search-input-item .chosen-single {
		border-bottom: none !important;
	}
}

.gray-style .main-search-input-item .chosen-container .chosen-drop {
	border-top: none ;
}





.select-input {
	position: relative;
}

.select-input input { position: relative; z-index: 101; }

.select-input .select {
	position: absolute;
	top: -16px;
}

.select-hidden {
	display: none;
	visibility: hidden;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #fff;
	width: 100%;
	height: 102px;
}

.select-styled { opacity: 0; }

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 990;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 2px solid #e0e0e0;
	background-color: #fcfcfc;
	padding: 0 8px;
	padding-top: 16px;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	box-sizing: border-box;
}

.select-list-container {
	padding: 0 8px;
	max-height: 600px;
	overflow: auto;
	display: inline-block;
	width: 100%
}

ul.select-options li {
	margin: 0;
	padding: 0;
	transition: all 0.15s ease-in;
	color: #888;
	margin: 0;
	padding: 20px 20px;
	list-style: none;
	line-height: 30px;
	border-radius: 8px;
}

.select-options li:hover {
	color: #fff;
	background-color: #66676b;
}

.select-options li[rel="hide"] {
  display: none;
}

.select-options ::-webkit-scrollbar { width: 20px; }

.select-options ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 20px;
}

.select-options ::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgba(0,0,0,0.2);
}

 .select-options ::-webkit-scrollbar-thumb:hover {
    border-radius: 20px;
    background-color: rgba(0,0,0,0.3);
}







.panel-dropdown {
	position: relative;
	display: inline-block
}

.panel-dropdown a {
	color: #666;
	font-weight: 600;
	font-size: 30px;
	border-radius: 100px;
	padding: 6px 28px;
	transition: all 0.3s;
	display: inline-block;
}

.panel-dropdown.active a,
.panel-dropdown a:hover {
	background: #f3f3f3;
}

.panel-dropdown a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 32px;
	color: #66676b;
	font-weight: 500;
	padding-left: 0;
	transition: all 0.3s;
	margin-left: 12px;
	display: inline-block;
}

.panel-dropdown.active a:after { transform: rotate(180deg); }


.panel-dropdown .panel-dropdown-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	position: absolute;
	top: 88px;
	left: 0px;
	z-index: 110;
	background: #fff;
	border: 2px solid rgba(0,0,0,0.18);
	border-radius: 8px;
	box-shadow: 0 24px 70px 4px rgba(0, 0, 0, 0.12);
	padding: 40px 48px;
	overflow-y: auto;
	white-space: normal;
	width: 920px;
}

.panel-dropdown.wide .panel-dropdown-content { width: 1140px; }

.panel-dropdown.active .panel-dropdown-content {
	opacity: 1;
	visibility: visible;
}

.listings-container {
	opacity: 1;
	transition: all 0.3s;
}

.fs-inner-container.content.faded-out .listings-container {
	opacity: 0.2;
	background: #fff;
	pointer-events: none;
}


.fs-inner-container.content.faded-out{
	background-color: #fcfcfc;
}

.panel-dropdown .checkboxes label { margin-bottom: 20px; display: block; }
.panel-dropdown-content.checkboxes { padding: 56px; }

.panel-dropdown .row { margin-left: -20px; margin-right: -20px; }

button.panel-cancel,
button.panel-apply {
	background: none;
	padding: 10px 32px;
	display: block;
	outline: none;
	border: none;
	font-weight: 600;
	float: right;
	margin: 0;
	font-size: 30px;
	border-radius: 100px;
	background-color: #66676b;
	color: #fff;
	transition: all 0.3s;
}

button.panel-apply:hover {
	opacity: 0.9;
}

button.panel-apply:active {
	transform: translateY(-4px);
}

button.panel-cancel {
	float: left;
	background-color: #f0f0f0;
	color: #666;
	opacity: 1;
}

button.panel-cancel:hover { background-color: #e9e9e9; }
button.panel-cancel:active { transform: translateY(-4px); }

.panel-buttons {
	width: 100%;
	margin-top: 26px;
}


.panel-dropdown.float-right {
	float: right;
}

.panel-dropdown.float-right .panel-dropdown-content {
	left: auto;
	right: 0;
}




.fullwidth-filters .panel-dropdown { margin-left: 6px }



.fullwidth-filters {
	display: inline-block;
	width: 100%;
	position: relative;
	top: 30px;
}

.fullwidth-filters .sort-by {
	top: -2px;
	right: -2px;
}



.more-search-options.relative {
	position: relative;
	margin-top:0;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
	transition: none;
	display: none;
}

.more-search-options.relative.active { transform: translate3d(0,0,0); }


.more-search-options-trigger {
	color: #666;
	font-weight: 500;
	font-size: 30px;
	border-radius: 6px;
	padding: 6px 0;
	transition: all 0.3s;
	display: inline-block
}

.more-search-options-trigger:before { content: attr(data-open-title); }
.more-search-options-trigger.active:before { content: attr(data-close-title); }

.more-search-options-trigger:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #66676b;
    font-weight: 500;
    padding-left: 0;
    transition: all 0.3s;
    margin-left: 12px;
    display: inline-block;
}

.more-search-options-trigger.active:after { transform: rotate(180deg); }

.more-search-options-trigger:hover {
   	color: #444;
}



.layout-switcher a {
	width: 78px;
	height: 78px;
	background-color: #eee;
	display: inline-block;
	color: #9d9d9d;
	font-size: 28px;
	line-height: 80px;
	text-align: center;
	transition: all 0.4s;
	border-radius: 50%;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	margin-right: 2px;
}

.layout-switcher a.active {
	color: #66676b;
	background-color: #fff;
	border: 2px solid #66676b;
	line-height: 76px;
}

.layout-switcher a i {
	position: relative;
	z-index: 11;
}

.layout-switcher a:hover {
	color: #fff;
	background-color: #66676b;
}




.fs-container {
	height: 100%;
	width: 100%;
}

.fs-container #map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
	margin-bottom: 0px;
}

.fs-content {
	max-height: 100%;
	padding: 0;
}

.fs-container section.search {
	padding: 90px 80px;
	background-color: #fff;
}

.fs-container .fs-listings {
	padding: 0 50px;
	margin: 0;
}

.fs-switcher {
	padding: 0 50px;
	margin: 0;
}



.fs-inner-container {
	width: 50%;
	float: left;
	display: inline-block;
}

.fs-inner-container.content {
	width: 55%;
	background-color: #f7f7f7;
	z-index: 995;
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.12);
	position: relative;
	padding-top: 160px;
}

.fs-inner-container {
	width: 45%;
	background-color: #fff;
	z-index: 10;
}

.fs-container .copyrights { padding: 60px 0; font-size: 30px; }

#header-container.fixed {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
    background-color: #fff;
}

.fs-inner-container.map-fixed { height: 100vh; position: fixed; top: 0; padding-top: 160px }


button.fs-map-btn.button {
	position: relative;
	float: right;
	top: 12px;
	padding: 20px 80px;
	margin: 0;
}

.fs-container .more-search-options-trigger {
	position: relative;
	top: 20px;
}

.showing-results {
	color: #888;
	font-weight: 500;
	margin: 10px 0 50px 0;
}


.listings-container.fs-listings {
	left: 0;
	width: 100%;
	position: relative;
}

.listings-container.fs-listings.grid-layout {
	left: 0;
	width: 100%;
	position: relative;
}

.listings-container.fs-listings.list-layout {
	padding: 0 80px;
}



.listings-container.fs-listings.list-layout .listing-content { flex: 4; }
.listings-container.fs-listings.list-layout .listing-img-container { flex: 0 auto; max-width: 600px; }






.col-fs-12,
.col-fs-11,
.col-fs-10,
.col-fs-9,
.col-fs-8,
.col-fs-7,
.col-fs-6,
.col-fs-5,
.col-fs-4,
.col-fs-3,
.col-fs-2,
.col-fs-1   {
	float: left;
	padding: 0 20px;
}


.col-fs-12  { width: 100% }
.col-fs-11  { width: 91.66666667% }
.col-fs-10  { width: 83.33333333% }
.col-fs-9   { width: 75% }
.col-fs-8   { width: 66.66666667% }
.col-fs-7   { width: 58.33333333% }
.col-fs-6   { width: 50% }
.col-fs-5   { width: 41.66666667% }
.col-fs-4   { width: 33.33333333% }
.col-fs-3   { width: 25% }
.col-fs-2   { width: 16.66666667% }
.col-fs-1   { width: 8.33333333% }







.row.with-forms input,
.row.with-forms input[type="text"],
.row.with-forms input[type="password"],
.row.with-forms input[type="email"],
.row.with-forms input[type="number"],
.row.with-forms textarea,
.row.with-forms input,
.row.with-forms select,
.row.with-forms .chosen-container {
	margin-bottom: 36px;
}

.row.with-forms {
	margin-left: -20px;
	margin-right: -20px;
}

.with-forms .col-xs-1, .with-forms .col-sm-1, .with-forms .col-md-1, .with-forms .col-lg-1,
.with-forms .col-xs-2, .with-forms .col-sm-2, .with-forms .col-md-2, .with-forms .col-lg-2,
.with-forms .col-xs-3, .with-forms .col-sm-3, .with-forms .col-md-3, .with-forms .col-lg-3,
.with-forms .col-xs-4, .with-forms .col-sm-4, .with-forms .col-md-4, .with-forms .col-lg-4,
.with-forms .col-xs-5, .with-forms .col-sm-5, .with-forms .col-md-5, .with-forms .col-lg-5,
.with-forms .col-xs-6, .with-forms .col-sm-6, .with-forms .col-md-6, .with-forms .col-lg-6,
.with-forms .col-xs-7, .with-forms .col-sm-7, .with-forms .col-md-7, .with-forms .col-lg-7,
.with-forms .col-xs-8, .with-forms .col-sm-8, .with-forms .col-md-8, .with-forms .col-lg-8,
.with-forms .col-xs-9, .with-forms .col-sm-9, .with-forms .col-md-9, .with-forms .col-lg-9,
.with-forms .col-xs-10, .with-forms .col-sm-10, .with-forms .col-md-10, .with-forms .col-lg-10,
.with-forms .col-xs-11, .with-forms .col-sm-11, .with-forms .col-md-11, .with-forms .col-lg-11,
.with-forms .col-xs-12, .with-forms .col-sm-12, .with-forms .col-md-12, .with-forms .col-lg-12 {
	padding: 0 20px;
}




.comment-by-listing {
	display: inline-block;
	color: #888;
}
.comment-by-listing a { color: #888; }
.comment-by-listing a:hover { color: #66676b; }


.verified-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 44px;
	color: #19b453;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	position: relative;
	top: 6px;
	margin-left: 4px;
}
.verified-icon:before {
	content: "\f058";
	font-family: "FontAwesome";
	position: relative;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.verified-icon:after {
	position: relative;
	z-index: 9;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #fff;
}




.verified-badge {
	background-color: #19b453;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	padding: 24px 40px;
	font-size: 34px;
	font-weight: 500;
	cursor: help;
	position: relative;
	transition: 0.3s;
	display: block;
}

.verified-badge i {
	font-size: 44px;
	padding: 0 8px 0 0;
	position: relative;
	top: 6px;
}

.verified-badge .tip-content {
	transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	padding: 40px;
	border-radius: 0 0 8px 8px;
	max-width: auto;
	top: auto;
	bottom: 0;
}

.verified-badge:hover { border-radius: 8px 8px 0 0; }

.verified-badge:hover .tip-content {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
}

.verified-badge .tip-content:after {
	font-family: "FontAwesome";
	content:"\f0d8";
	position: absolute;
	top: -6px;
	bottom: auto;
	left: 50%;
	font-size: 44px;
	color: #333;
	transform: translate(-50%,-50%);
}


.user-profile-titlebar {
	position: relative;
	margin-top: 6px;
	display: inline-block;
}

.user-profile-avatar {
	max-width: 200px;
	height: auto;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -24px;
	image-rendering: -webkit-optimize-contrast;
}

.user-profile-avatar img { width: 100%; }

.user-profile-name {
	position: relative;
	left: 254px;
}

#titlebar .user-profile-name h2 {
	font-size: 56px;
	display: inline-block;
	margin-bottom: -6px;
}

.user-profile-titlebar .star-rating .rating-counter {
    top: 10px;
    font-size: 32px;
}

.browse-all-user-listings { text-align: center; }

.browse-all-user-listings a {
	position: relative;
	font-weight: 600;
	font-size: 30px;
	left: 0;
	z-index: 10;
	text-align: center;
	display: inline-block;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	padding: 16px 50px;
	color: #666;
	background-color: #f2f2f2;
	border-radius: 100px;
	margin: 30px 0 0 0;
}

.browse-all-user-listings a i {
	padding-left: 10px;
	color: #66676b;
	font-size: 32px;
}

.browse-all-user-listings a:hover { color: #333; }











.payment-logo {
	height: 48px;
	position: absolute;
	right: 38px;
	top: 36px;
	image-rendering: -webkit-optimize-contrast;
}

.payment-logo.paypal {
	height: 32px;
	top: 44px;
}

.payment-tab-trigger &gt; input {
	position: absolute;
	visibility: hidden;
}

.payment-tab-trigger {
	padding: 0px 40px;
}

.payment-tab-trigger &gt; label {
	cursor: pointer;
	display: block;
	position: relative;
	top: 0;
	padding: 28px 0;
	top: 2px;
	margin-bottom: 0;
	font-weight: 500;
}

.payment-tab-trigger &gt; label::before {
	transition: 0.2s;
	box-sizing: border-box;
	background-color: #fff;
	border: 4px solid #d0d0d0;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: 8px;
	width: 40px;
	height: 40px;
}

.payment-tab-trigger &gt; label::after {
	background: #fff;
	border-radius: 100%;
	content: "";
	display: inline-block;
	position: absolute;
	left: 14px;
	top: 50px;
	width: 12px;
	height: 12px;
	transition: 0.2s;
	transform: scale(0);
}

.payment-tab-trigger &gt; input:checked ~ label::before { border-color: #66676b; }

.payment-tab-trigger &gt; input:checked ~ label::after {
	background-color: #66676b;
	transform: scale(1);
}

.payment {
	border: 4px solid #f2f2f2;
	border-radius: 8px;
	overflow: hidden;
}

.payment-tab {
	background: #f2f2f2;
	box-sizing: border-box;
	max-height: 120px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s 0s ease-in-out;
	width: 100%;
}

.payment-tab:first-of-type { border-radius: 8px 8px 0 0; }
.payment-tab:last-of-type { border-radius: 0 0 8px 8px; }

.payment-tab.payment-tab-active {
	max-height: 800px;
	background: #fff;
}



.payment-tab-content {
	padding: 0 40px 40px 40px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.payment-tab.payment-tab-active .payment-tab-content {
	visibility: visible;
	opacity: 1;
}

.card-label &gt; input {
	box-sizing: border-box;
	display: block;
	height: 102px;
	margin: -28px auto 10px;
	padding: 10px 30px 0 30px;
	transition: border-color 0.3s;
	width: 100%;
	border: 2px solid #dbdbdb;
	background-color: #fff;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.06);
}


.card-label &gt; label {
    background-color: #fff;
    display: inline-block;
    margin: 12px auto auto 16px;
    font-size: 26px;
    padding: 0px 14px;
    font-weight: 500;
    color: #909090;
}

.payment-tab p { margin: 20px 0; }



.opening-hours.summary li { color: #333; }
.boxed-widget.summary { border-radius: 0 0 8px 8px; }
.opening-hours.summary li:hover { color: #66676b; }

.boxed-widget.summary h3 {
    padding: 0 0 50px;
}

.opening-hours.summary li.total-costs {
    font-size: 32px;
    border-top: 2px solid #e8e8e8;
    padding-top: 36px;
    margin-top: 36px;
}

.opening-hours.summary li.total-costs span {
	font-weight: 600;
	color: #66676b;
}

.listing-item-container.compact.order-summary-widget .listing-item {
	border-radius: 8px 8px 0 0;
	cursor: default;
	height: 480px;
}

.listing-item-container.compact.order-summary-widget { margin-bottom: 0; }
.listing-item-container.compact.order-summary-widget:hover { transform: none; }



.input-with-icon.medium-icons i {
	font-size: 42px;
    color: #a0a0a0;
    position: absolute;
    left: -6px;
    bottom: 0px;
    top: auto;
}

.button.booking-confirmation-btn {
	padding: 24px 70px;
	font-size: 32px;
}


.booking-confirmation-page {
	text-align: center;
	padding: 80px 0;
}

.booking-confirmation-page i {
	color: #23b35f;
	font-size: 320px;
}

.booking-confirmation-page h2 {
	font-size: 100px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
	display: block;
}

.booking-confirmation-page p {
	font-size: 40px;
	display: block;
}

.booking-confirmation-page a.button:before { display: none; }
.booking-confirmation-page a.button {
	padding: 22px 70px;
	background-color: #eee;
	color: #444;
	font-weight: 600;
	font-size: 32px;
}

.book-now.button { padding: 18px; margin-bottom: -8px; }






.booking-select {
	position: relative;
	z-index: 100;
}

input#booking-date, input#booking-time { z-index: 110; }

.booking-select select,
.booking-select .chosen-container-single .chosen-single {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
    font-size: 32px;
    font-weight: 600;
    height: auto;
    padding: 20px 32px;
    line-height: 60px;
    margin: 0;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #909090;
    transition: color 0.3s
}

.booking-select select { padding: 30px 32px; }

.booking-select .chosen-container-active.chosen-with-drop .chosen-single { border-radius: 10px 10px 0 0; }

.booking-select .chosen-container .chosen-drop {
    border: none;
    background-color: #fff;
	box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.booking-select .chosen-single:after {
    content: "";
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    left: 0;
    height: 20px;
    background: #fff;
    z-index: 112;
    opacity: 1;
    tranition: all 0.3s;
}

.booking-select .chosen-container .chosen-results li {
    padding: 20px;
    line-height: 32px;
    font-size: 32px;
}

.booking-select .chosen-container-single .chosen-single span { transition: 0.2s; }
.booking-select .chosen-container-single .chosen-single:hover span { color: #444; }

.booking-select .chosen-container-single .chosen-single div:after {
    font-size: 40px;
    margin: 18px 0 0 0;
}






#titlebar.listing-titlebar span a,
#titlebar.listing-titlebar span {
	font-size: 34px;
	color: #888;
	margin-top: 0;
	display: inline-block;
}

#titlebar.listing-titlebar span a i {
	margin-right: 10px;
}


#titlebar.listing-titlebar span a:hover {
	color:  #666;
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
	font-size: 56px;
	line-height: 72px;
	margin: 2px 0;
}

#titlebar.listing-titlebar span.listing-tag {
	margin: 0;
	padding: 16px 32px;
	line-height: 30px;
	letter-spacing: 5px;
	border-radius: 100px;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px solid #66676b;
	color: #66676b;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	top: -12px;
	margin-left: 16px;
}

.rating-counter a { color: #909090; }
.star-rating .rating-counter a:hover { color: #66676b; }
.numerical-rating .rating-counter a:hover { color: #888; }

#titlebar.listing-titlebar .numerical-rating {
	display: block;
	margin: 4px 0 0 0;
}

#titlebar.listing-titlebar {
	background: transparent;
	margin: 4px 0 0 0;
}


.single-listing-page-titlebar {
	position: absolute;
	width: 100%;
	height: 400px;
	background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255,255,255,0.5));
}


a.button.add-review-btn {
	min-width: 320px;
	text-align: center;
}

a.button.add-review-btn i {
	font-size: 28px;
	position: relative;
	line-height: 0;
	top: 0;
	margin-right: 0;
	letter-spacing: 0;
}


.back-to-listings {
	height: 120px;
	width: 120px;
	background-color: #eee;
	color: #a6a6a6;
	border-radius: 50%;
	display: inline-block;
	float: left;
	position: relative;
	top: 12px;
	margin: 0 50px 0 0;
	text-align: center;
	transition: all 0.4s;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -10px;
	transform: translate(0,-50%);
}

.back-to-listings:before {
	font-family: "simple-line-icons";
	content: "\e605";
	font-size: 40px;
	line-height: 120px;
	left: -2px;
	position: relative;
}

.back-to-listings:hover {
	color: #a6a6a6;
	transform: translate(-8px,-50%);
}


.titlebar-right-content {
	position: absolute;
	right: 30px;
	display: inline-block;
	top: 50%;
	transform: translateY(-49%);
	text-align: right;
}


.hosted-by-title {
    padding: 0 140px 36px 0;
    margin: -8px 0 50px 0;
    display: block;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}

.hosted-by-title h4 {
	font-size: 36px;
	transition: 0.2s;
	line-height: 44px;
	font-weight: 500;
	margin: 8px 0 14px 0;
}

.hosted-by-title h4 a:hover { color: #66676b; }

.hosted-by-title h4 span {
	display: block;
	font-size: 28px;
	font-weight: 400;
	color: #888;
	margin-bottom: 4px;
}

.hosted-by-avatar {
	max-width: 112px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -16px;
	image-rendering: -webkit-optimize-contrast;
}



.listing-slider-small .item,
.listing-slider .item {
	position: relative;
	background-size: cover;
	background-position: 50%;
	height: 70vh;
	min-height: 800px;
}

.listing-slider.listing-slider2,
.listing-slider.listing-slider2 .item
{
	height: 40vh;
}

.listing-slider,
.listing-slider .item
{
	height: 70vh;
	min-height: 800px;
}

.listing-slider-small .item {
	height: 500px;
	min-height: auto;
}

@media(max-width: 2732px) { .listing-slider-small .item { height: 440px; } }
@media(max-width: 2480px) { .listing-slider-small .item { height: 400px; } }
@media(max-width: 1536px) { .listing-slider-small .item { height: 600px; } }

.listing-slider-small .item:last-child { border-radius: 0 8px 8px 0; }

.listing-slider-small {
	border-radius: 8px;
	overflow: hidden;
}

a.mfp-gallery { cursor: zoom-in ;}

.listing-slider { background-color: #fff; }

.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover,
.listing-slider .slick-next,
.listing-slider .slick-prev {
    background-color: rgba(20,20,20,0.45);
    color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-next,
.listing-slider-small .slick-prev {
    background-color: rgba(20,20,20,0.45);
    color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-next,
.listing-slider .slick-next:hover,
.listing-slider .slick-next {
	right: 15%;
    transform: translate(100px, -50%);
}

.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-prev,
.listing-slider .slick-prev:hover,
.listing-slider .slick-prev {
	left: 15%;
    transform: translate(-100px, -50%);
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-next {
	right: 100px;
    transform: translate(0, -50%);
}
.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-prev {
	left: 100px;
    transform: translate(0, -50%);
}

.listing-slider-small:hover .slick-next { transform: translate(15%, -50%);  }
.listing-slider-small:hover .slick-prev { transform: translate(-15%, -50%); }

.listing-slider:hover .slick-next { transform: translate(120px, -50%);  }
.listing-slider:hover .slick-prev { transform: translate(-120px, -50%); }

.listing-slider .slick-next:hover:before,
.listing-slider .slick-prev:hover:before,
.listing-slider .slick-prev::before,
.listing-slider .slick-next::before {
    font-size: 40px;
    line-height: 120px;
    position: relative;
    color: #fff;
}

.listing-slider-small .slick-next:hover:before,
.listing-slider-small .slick-prev:hover:before,
.listing-slider-small .slick-prev::before,
.listing-slider-small .slick-next::before {
    font-size: 36px;
    line-height: 100px;
    position: relative;
    color: #fff;
}

.listing-slider-small .slick-prev::before,
.listing-slider .slick-prev::before { left: -2px; }

.listing-slider-small .slick-next::before,
.listing-slider .slick-next::before { left: 2px; }



.listing-slider .slick-next:hover{ transform: translate(128px, -50%); }
.listing-slider .slick-prev:hover { transform: translate(-128px, -50%); }

.listing-slider .item.slick-slide:before {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	content: "";
	background: #222;
	z-index: 100;
	visibility: visible;
	opacity: 0.1;
	transition: 0.3s ease-in-out;
}

.listing-slider .item.slick-slide:hover:before,
.listing-slider-small .slick-next,
.listing-slider-small .slick-prev,
.listing-slider .slick-next,
.listing-slider .slick-prev {
	opacity: 0;
	visibility: hidden;
}

.listing-slider-small:hover .slick-next,
.listing-slider-small:hover .slick-prev,
.listing-slider:hover .slick-next,
.listing-slider:hover .slick-prev {
	opacity: 1;
	visibility: visible;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-prev:hover,
.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover {
    background-color: #66676b;
    color: #fff;
}



.listing-details-sidebar {
	padding: 0;
	list-style: none;
	font-size: 30px;
	margin-bottom: -10px;
	position: relative;
	display: block;
}

.listing-details-sidebar li {
	display: block;
	padding-left: 52px;
	position: relative;
	margin-bottom: 10px;
	line-height: 48px;
}

.listing-details-sidebar li a {
	color: #66676b;
	transition: 0.3s;
}

.listing-details-sidebar li i {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 32px;
	color: #888;
}


.listing-details-sidebar.social-profiles { margin-top: 40px; }
.listing-details-sidebar.social-profiles li { line-height: 44px;  padding-left: 46px;  }
.listing-details-sidebar.social-profiles li i { top: 8px;}

.listing-details-sidebar li a.facebook-profile i,
.listing-details-sidebar li a.facebook-profile { color: #3b5998; }

.listing-details-sidebar li a.twitter-profile i,
.listing-details-sidebar li a.twitter-profile { color: #1da1f2; }

.listing-details-sidebar li a.gplus-profile i,
.listing-details-sidebar li a.gplus-profile { color: #dd4b39; }
.listing-details-sidebar li a.gplus-profile { padding-left: 8px; }



.boxed-widget {
	background-color: #f9f9f9;
	border-radius: 6px;
	padding: 64px;
	transform: translate3d(0,0,0);
	z-index: 90;
	position: relative;
}

.boxed-widget h3 {
	font-size: 40px;
	padding: 0 0 50px;
	margin: 0 0 50px 0;
	display: block;
	border-bottom: 2px solid #e8e8e8;
}

.boxed-widget h3 i { margin-right: 8px; }
.boxed-widget h3 i.sl-icon-clock { position: relative; top: 2px; }
.boxed-widget h3 i.fa-calendar-check-o { position: relative; top: -2px; }



.booking-widget { z-index: 100; }

.booking-widget .panel-dropdown .panel-dropdown-content {
    border: none;
	overflow: visible;
	padding: 40px;
    box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.booking-widget .panel-dropdown { width: 100%; }

.booking-widget .panel-dropdown .panel-dropdown-content:before {
	content: "";
	height: 20px;
	position: absolute;
	width: 100%;
	top: -6px;
	background-color: #fff;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	border-bottom: 2px solid #eee;
}

.booking-widget .panel-dropdown.active .panel-dropdown-content:before {
	opacity: 1;
	visibility: visible;
}

.booking-widget .panel-dropdown a {
	border: none;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.1);
    font-size: 32px;
    font-weight: 600;
    height: auto;
    padding: 20px 32px;
    line-height: 60px;
    margin: 0 0 30px 0;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #888;
    display: block;
    width: 100%;

    transition: color 0.3s;
}

.booking-widget .panel-dropdown a:hover {
	color: #444;
}

.booking-widget .panel-dropdown a:after {
    font-size: 40px;
    color: #c0c0c0;
    margin-left: 0;
    position: absolute;
    right: 40px;
}



.qtyButtons {
	display: flex;
	margin: 0 0 26px 0;
}



.panel-dropdown-content .qtyButtons:first-child { margin-top: 16px; }
.panel-dropdown-content .qtyButtons:last-child { margin-bottom: 6px; }

.qtyButtons input {
	font-family: "Open Sans", sans-serif;
	outline: 0;
	font-size: 40px;
	text-align: center;
	width: 100px;
	height: 72px;
	color: #333;
	line-height: 72px;
	margin: 0 !important;
	padding: 0 10px;
	border: none;
	box-shadow: none;
	pointer-events: none;
	display: inline-block;
}

.qtyTitle {
	font-size: 32px;
	font-weight: 600;
	line-height: 72px;
	padding-right: 30px;
	display: block;
	flex: 1;
}

.qtyInc,
.qtyDec {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 28px;
    background-color: #f2f2f2;
	-webkit-text-stroke: 2px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
	font-family: "FontAwesome";
}

.qtyInc:before { content: "\f067"; }
.qtyDec:before { content: "\f068"; }

.qtyTotal {
	background-color: #66676b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 36px;
	text-align: center;
	position: relative;
	top: -4px;
	left: 4px;
	height: 36px;
	width: 36px;
}

.rotate-x {
	animation-duration: .5s;
	animation-name: rotate-x;
}

@keyframes rotate-x {
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}




a.send-message-to-owner.button {
	font-size: 26px;
	font-weight: 500;
	padding: 8px 40px;
	margin-top: 40px;
	margin-bottom: -10px;
}


.opening-hours {
	position: relative;
	overflow: hidden;
}

.opening-hours ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 28px;
}

.opening-hours ul li {
	width: 100%;
	font-weight: 600;
	color: #888;
	margin: 4px 0;
	transition: 0.2s;
	cursor: default;
}

.opening-hours ul li:hover { color: #444; }
.opening-hours ul li span { float: right; font-weight: 400; }



.listing-share {
	position: relative;
}

.listing-share .share-buttons li {
    margin: 0 6px 16px 0;
}

.listing-share.with-border {
	border-top: 2px solid #eee;
	padding-top: 70px;
}

.listing-share span {
	display: block;
	font-size: 30px;
	color: #888;
}



.like-button {
	outline: none;
	border: none;
	color: #444;
	font-weight: 600;
	font-size: 28px;
	background-color: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 100px;
	padding: 20px 50px;
	line-height: 48px;
	margin-bottom: 18px;
	transition: 0.3s;
	cursor: pointer;
}

.like-button:hover {
	background-color: #fafafa;
	border: 2px solid #ddd;
}

.listing-share .like-icon::before,
.listing-share .like-icon::after {
	top: 0;
}

.listing-share .social-icons li {
	text-align: center;
	float: none;
	padding: 0;
	margin: 0;
}

.like-button .like-icon:hover,
.like-button .like-icon.liked {
    background-color: transparent;
	color: #f3103c;
}

.like-button .like-icon {
	position: relative;
	height: 40px;
	display: inline-block;
	line-height: 60px;
	right: auto;
	bottom: 6px;
	background: transparent;
	color: #f3103c;
	font-weight: 500;
	float: left;
	width: 40px;
	margin-right: 16px;
	font-size: 36px;
}




.listing-nav {
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0;
	border-bottom: 2px solid #e0e0e0;
	font-size: 34px;
	font-weight: 400;
	background-color: #fff;
	margin-bottom: 70px;
}



.listing-nav-container.cloned {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 1010;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	transform: translateY(-100%);
	border-bottom: 2px solid #e0e0e0;
}


.listing-nav-container.cloned.stick {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	background-color: #fff;
}

.listing-nav-container.cloned .listing-nav {
	border-bottom: none;
	margin: 0 auto;
}

.listing-nav-container.cloned .listing-nav a { padding: 30px 0; }

.listing-nav-container.cloned .listing-nav li:first-child a {
	color: #666;
	border-color: #e0e0e0;
}


.listing-nav li {
	display: inline-block;
	margin-right: 30px;
}

.listing-nav li a {
	display: inline-block;
	border-bottom: 2px solid #e0e0e0;
	position: relative;
	bottom: -2px;
	transition: 0.3s;
	color: #666;
	padding-bottom: 30px;
}


.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
.listing-nav li:first-child a,
.listing-nav li a.active,
.listing-nav li a:hover {
	border-color: #66676b;
	color: #66676b;
}

.listing-desc-headline {
	font-size: 44px;
	margin-bottom: 50px;
	margin-top: 90px;
	display: block;
}

.listing-desc-headline span { color: #888;  }

.listing-section {
	display: block;
	width: 100%;
}


#singleListingMap {
	height: 800px;
	border-radius: 6px;
}

#singleListingMap-container {
	height: auto;
	position: relative;
	padding-top: 10px;
	display: block;
}



.listing-features {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 3;
	font-size: 32px;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.listing-features.checkboxes li {
	color: #333;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 0 60px;
}

.listing-features li:last-child { margin: 0; }

.listing-features li span,
.listing-features.checkboxes li {
	color: #707070;
}

.listing-features.checkboxes li:before {
	display: inline-block;
	width: 38px;
	height: 38px;
	position: relative;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background-color: #66676b;
	border: 4px solid transparent;
	transition: border-color 0s;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 6px;
}



.pricing-list-container h4 {
	color: #66676b;
	background-color: #fff;
	border-bottom: 2px solid #66676b;
	width: 100%;
	padding: 60px;
	border-radius: 8px 8px 0 0;
	position: relative;
	z-index: 10;
	margin: 10px 0 0 0;
	display: block;
	font-weight: 500;
}


.pricing-list-container h4:after {
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #66676b;
	opacity: 0.05;
	z-index: 9;
}

.pricing-list-container ul {
	list-style: none;
	padding: 0;
	margin-bottom: 70px;
}

.pricing-list-container ul:last-child { margin-bottom: 50px; }

.pricing-list-container ul li {
	padding: 60px;
	padding-right: 140px;
	position: relative;
}

.pricing-list-container ul li:last-child { border-radius: 0 0 8px 8px; }
.pricing-list-container ul li:nth-child(2n+2) { background-color: #f9f9f9; }

.pricing-list-container p,
.pricing-list-container h5 {
	padding: 0;
	font-size: 30px;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.pricing-list-container h5 {
	font-size: 36px;
	margin-bottom: 2px;
}

.pricing-list-container p {
	color: #777;
	line-height: 48px;
	margin-top: 6px;
}

.pricing-list-container span {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-size: 36px;
	color: #777;
}



.show-more {
	height: 900px;
	overflow: hidden;
	position: relative;
	transition: margin 0.4s;
}

.show-more:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 360px;
	display: block;
	background: linear-gradient(rgba(255,255,255,0), #fff 88%);
	z-index: 9;
	opacity: 1;
	visibility: visible;
	transition: 0.8s;
}

.show-more.visible { margin-bottom: 40px; }
.show-more.visible:after { opacity: 0; visibility: hidden; }

.show-more-button {
	position: relative;
	font-weight: 600;
	font-size: 30px;
	left: 0;
	margin-left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	text-align: center;
	display: inline-block;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	padding: 10px 40px;
	color: #666;
	background-color: #f2f2f2;
	border-radius: 100px;
	top: -20px;
	min-width: 280px;
}

.show-more-button:before { content: attr(data-more-title); }
.show-more-button.active:before { content: attr(data-less-title); }

.show-more-button i {
	margin-left: 12px;
	color: #66676b;
	font-weight: 500;
	transition: 0.2s;
}

.show-more-button.active i {
	transform: rotate(180deg);
}



.comments { margin: -20px 0 0 0; }

.comments h4 {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: 500;
	color: #333;
}

.comments h4 span { display: inline-block; font-size: inherit; }

.comment { font-size: 40px; }

.comments .button {
	margin: 0 0 20px  0;
	padding: 14px 30px;
}

.comments.reviews .button { margin: 0; }

.comments ul {padding-left: 0;}
.comments ul li { display: block; width: 100%; }

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
	margin: 100px 0 0 0px;
}

.comments ul li ul { margin: 0 0 0 200px; }

.comment-content p {
	margin: 6px 0 0 0;
	line-height: 52px;
}

.comment-content {
	color: #666;
	padding: 0 0 0 200px;
}

.comments ul li ul {
	border-left: 2px solid #e0e0e0;
	padding-left: 70px;
}

.comments ul li ul li:before {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #e0e0e0;
	display: inline-block;
	position: absolute;
	top: 60px;
	left: -70px;
}

.comments ul li { position: relative; }

.comment-content strong {
	padding-right: 10px;
	color: #666;
}

.comment-content span { color: #888; }
body .comment-content p { padding: 10px 0; font-size: 30px; }

.comments-amount { color: #888; font-weight: 500; }

.avatar {
	display: inline-block;
	float: left;
	padding: 0 40px 0 0;
	position: absolute;
	left: 0px;
}

.avatar img {
	max-width: 160px;
	border-radius: 50%;
}

.comment-by {
	width: 100%;
	padding-bottom: 16px;
	padding-top: 10px;
	font-weight: 500;
	color: #333;
}

.comment-by h5 { margin: 0 0 14px 0; }

.comment-by a.reply,
.comment-by a.reply i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.comment-by a.reply {
	display: inline;
	background-color: #f0f0f0;
	padding: 10px 32px;
	line-height: 44px;
	font-size: 26px;
	color: #333;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 30px;
	border-radius: 100px;
}

.comment-by a.reply i {
	font-size: 24px;
	margin-right: 2px;
}

.comment-by .numerical-rating {
	margin: 8px 0 0 0;
}

.comment-by .numerical-rating,
.comment-by .star-rating {
	position: absolute;
	right: 0;
	top: 14px;
}

.comment-by a.reply:hover { background-color: #66676b; }
.comment-by a.reply:hover,
.comment-by a.reply:hover i {
	color: #fff;
}

.comment-by span.date {
	color: #888;
	font-weight: 300;
	margin: 0px 0 0 0;
	float: none;
	display: block;
	text-align: left;

}



.listing-reviews ul li {
	padding-bottom: 90px;
	margin-top: 80px;
	border-bottom: 2px solid #e8e8e8;
}


.review-images {
	display: flex;
	margin-top: 40px;
	margin-bottom: 10px;
}

.review-images a {
	flex: 4;
	max-width: 25%;
	margin-right: 30px;
	border-radius: 6px;
}

.review-images a img {border-radius: 8px; }



.add-review-box {
	border-radius: 8px;
	background-color: #f9f9f9;
	padding: 72px;
	padding-bottom: 80px;
	margin-bottom: 110px;
	margin-top: 140px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.add-review-box h3 { margin-top: 10px }


.add-comment label span { color: #e24747; }

.add-comment input {
	margin: 0 0 50px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.add-comment textarea,
.add-comment input {
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.05)
}

.add-comment textarea {
	margin: 0 0 60px 0;
	width: 100%;
	min-width: 100%;
	min-height: 440px;
	resize: vertical;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.add-comment .button { min-width: 320px; }



.leave-rating {
	height: 48px;
	float: left;
}

.leave-rating:hover input[type="radio"]:checked ~ label { color: #dadada; }

.leave-rating input[type="radio"] { display: none; }

.leave-rating input[type="radio"]:checked ~ label { color: #ffc600; }

.leave-rating label {
	font-size: 48px;
	float: right;
	letter-spacing: 8px;
	color: #dadada;
	cursor: pointer;
	transition: 0.3s;
}

.leave-rating label:hover,
.leave-rating label:hover ~ label {
	color: #ffc600 !important;
}

.leave-rating-title {
	display: block;
	margin: 70px 0 14px 0;
}



.add-review-photos {
	font-weight: 600;
	padding: 12px 14px;
	color: #666;
	background-color: #ededed;
	border-radius: 100px;
	display: inline-block;
	position: relative;
	font-size: 28px;
	width: auto;
	transition: 0.3s;
	cursor: pointer;
	line-height: 40px;
	float: right;
	top: -50px;
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 6px 24px;
	cursor: pointer;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.add-review-photos:hover {
	color: #fff;
	background-color: #66676b;
}

.add-review-photos i {
	color: #66676b;
	margin-right: 6px;
	transition: 0.3s;
	font-size: 32px;
	position: relative;
	top: 4px;
}

.add-review-photos:hover i { color: #fff; }


a.rate-review {
	border: 2px solid #e0e0e0;
	border-radius: 100px;
	font-size: 26px;
	color: #666;
	font-weight: 500;
	padding: 10px 40px;
	margin-top: 40px;
	display: inline-block;
	transition: 0.3s;
}

a.rate-review span {
	border-left: 2px solid #e0e0e0;
	line-height: 40px;
	padding-left: 20px;
	margin-left: 10px;
	transition: 0.3s;
	color: #666;
}

a.rate-review i { padding-right: 6px; }

a.rate-review:hover span { border-color: #d0d0d0 }

a.rate-review:hover {
	border-color: #d0d0d0;
	background-color: #fafafa;
}




.pagination {
	margin: 18px 0 0 0;
	text-align: center;
	overflow: hidden;
}

.pagination-next-prev {
	position: relative;
	top: -132px;
}

.pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}


.pagination ul li a,
.pagination-next-prev ul li a {
	padding: 24px 0;
	border-bottom: none;
	display: inline-block;
	color: #333;
	background-color: #fff;
	font-weight: 700;
	margin:0;
	line-height: 44px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	font-size: 28px;
}

.pagination ul li a {
	border-radius: 50%;
	width: 104px;
	height: 104px;
	padding: 0;
	line-height: 104px;
}

.pagination ul li a i {
	line-height: 104px;
}

.pagination ul li.blank {
	color: #a0a0a0;
	padding: 0 12px;
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
	background-color: #f2f2f2;
	color: #333;
}

.pagination-next-prev a.next { float: right; }
.pagination-next-prev a.prev { float: left; }

.pagination-next-prev ul li a {
	color: #333;
	padding: 24px 32px;
	text-transform: uppercase;
}

.pagination ul,
.pagination-next-prev ul {	padding: 0; list-style-type: none;}



.fs-listings .pagination ul li a,
.fs-listings .pagination-next-prev ul li a {
	background-color: transparent;
}

.fs-listings .pagination ul li a.current-page,
.fs-listings .pagination .current,
.fs-listings .pagination ul li a:hover,
.fs-listings .pagination-next-prev ul li a:hover {
	background-color: #e8e8e8;
	color: #333;
}




#contact textarea {
	min-height: 400px;
	margin: 30px 0 50px 0;
}

#contact input {
	margin-bottom: 50px;
}

.loader { margin-left: 30px; }
.submit.disabled:hover,
.submit.disabled { background-color: #e8e8e8; color: #333; }

#contact input.button.submit {
	margin-bottom: 20px;
	line-height: 36px;
	height: 98px;
	transition: all 0.25s !important;
}


#contact input[type="submit"].submit:hover {
    opacity: 0.92;
}

.contact-sent {
	background-color: #EBF6E0;
	color: #5f9025;
	padding: 40px 52px;
	margin-bottom: 60px;
	border-radius: 6px;
}



.office-address {
	text-align: center;
	position: relative;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.office-address ul {
	list-style: none;
	font-size: 36px;
	padding: 0;
	line-height: 60px;
}

.office-address h3 {
	font-size: 56px;
	color: #fff;
	margin-top: 0;
}

.office-address h3:after {
	content: "";
	height: 4px;
	width: 100px;
	position: relative;
	display: block;
	background-color: #66676b;
	margin: 40px auto;
	border-radius: 4px;
}

.address-container {
	background-color: #2b2c30;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	width: 100%;
	position: relative;
	height: 100%
}

.address-container:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	background-color: #333;
	opacity: 0.7;
}



.contact-map { display: flex; }
.contact-map #singleListingMap-container { flex: 1; position: relative; padding-top: 0; }
.contact-map .address-box-container { flex: 0 auto; width: 880px; height: 900px; }
.contact-map #singleListingMap-container #singleListingMap { height: 100%; width: 100%; }

@media (min-width: 3360px) { .contact-map .address-box-container { height: 960px; } }




.sidebar-textbox {
	display: inline-block;
	width: 100%;
	padding-right: 80px;
}

.sidebar-textbox.color {
	background-color: #666;
	color: #fff;
}

.sidebar-textbox.color h4 {color: #fff;}
.sidebar-textbox h4 {
	font-size: 32px;
	margin: 0;
	padding: 0;
	margin-bottom: 32px;
}

.sidebar-textbox span { color: #666; display: inline-block; }
.sidebar-textbox.color span { color: #fff; }

.sidebar-textbox ul.contact-details {
	list-style: none;
	padding: 10px 0 0 0;
}

.sidebar-textbox ul.contact-details strong {
	font-weight: 500;
}

.sidebar-textbox ul.contact-details li {
	text-align: left;
	padding-left: 120px;
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 20px 0;
	line-height: 48px;
}

.sidebar-textbox ul.contact-details li a { color: #66676b; }

.sidebar-textbox ul.contact-details li strong {
	display: block;
	color: #333;
}

.sidebar-textbox ul.contact-details li i {
	height: 100%;
	position: absolute;
	left: 0;
	font-size: 64px;
	color: #333;
	top: 20px
}





.coming-soon-page {
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.coming-soon-page .container {
	z-index: 15;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}





.coming-soon-page:before {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	content: "";
	background-color: rgba(26,26,26,0.30)
}

.coming-soon-page h2,
.coming-soon-page h3 {
	margin: 0;
	padding: 0;
}

.coming-soon-page h2 {
	font-size: 92px;
	color: #fff;
}

.coming-soon-page h3 {
	font-size: 68px;
	font-weight: 300;
	margin: 60px 0 60px 0;
	color: rgba(255,255,255,0.9);
}

.coming-soon-page .main-search-input-item input {
	font-size: 32px;
	font-weight: 600;
}

.coming-soon-page .gray-style.main-search-input {
	max-width: 1300px;
	margin: 0 auto;
}

.coming-soon-page .main-search-input button.button { font-size: 32px; }


#countdown {
	font-weight: 600;
	float: none;
	display: inline-block;
}

#countdown div {
	display: inline-block;
	margin: 0 10px;
	float: left;
}

#countdown div:first-child i { border: none;}

#countdown span {
	background-color: rgba(255,255,255,0.1);
	font-size: 80px;
	color: #fff;
	width: 240px;
	display: inline-block;
	padding: 64px 0;
	font-weight: 400;
	letter-spacing: -2px;
	border-radius: 6px 6px 0 0;
}

#countdown i {
	display: block;
	font-style: normal;
	margin: 0;
	text-transform: uppercase;
	font-size: 26px;
	padding: 8px 0;
	letter-spacing: 2px;
	background-color: #fff;
	color: #333;
	border-radius: 0 0 6px 6px;
}

.countdown-text {
	font-size: 48px;
	margin-top: 30px;
	line-height: 72px;
	font-weight: 300;
}






.blog-post {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	margin: 30px 0;
}

section.fullwidth .blog-post { margin: 10px 0 0 0; }

.post-img {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.post-img img {
	width: 100%;
	border-radius: 6px 6px 0 0;
}

.post-img:after {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
	opacity: 0.1;
	background: #333;
	transition: opacity 0.4s;
	border-radius: 6px 6px 0 0;
}

.post-img:hover:after {
	opacity: 0.5;
}



.post-img:before {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	content: "";
	z-index: 119;
	transition: 0.3s;
	transform: translateY(-80%);
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	background-color: #66676b;
	background-image: url(../images/plus-icon.svg);
	background-repeat: no-repeat;
	background-position: 50%
}

.post-img:hover:before {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}



.post-content { padding: 76px; }

.post-content p { margin: 36px 0 0 ; }

.post-content h3 {
	margin: 0;
	line-height: 68px;
	font-size: 44px;
}

.post-content h3 a { color: #333; }
.post-content h3 a:hover {color: #66676b; }

.post-content .meta-tags span {
	margin: 0 0 30px 0;
	display: inline-block;
	color: #888;
}

.post-content a.read-more {
	color: #66676b;
	margin: 46px 0 4px 0;
	display: inline-block;
}

a.read-more i {
	font-size: 40px;
	position: relative;
	padding-left: 8px;
	top: 2px;
	transition: 0.2s;
}

 a.read-more:hover i {
	padding-left: 14px;
}



.post-meta {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.post-meta li {
	display: inline-block;
	color: #888;
}

.post-meta li:after {
	content: "";
	width: 2px;
	height: 24px;
	background: #d0d0d0;
	display: inline-block;
	position: relative;
	top: 0px;
	margin: 0 20px;

}

.post-meta li:last-child:after { display: none; }

.post-meta li a { color: #888; }

.post-meta li a:hover {
	color: #66676b;
}



.blog-page .blog-post {
	margin: 0 0 90px 0;
}

.blog-page h4.headline { font-size: 44px !important; font-weight: 400; }


.search-blog-input { position: relative; }

.widget .search-blog-input .input:before {
	content: "\e090";
	font-size: 34px;
	color: #a0a0a0;
	position: absolute;
	display: inline-block;
	font-family: "simple-line-icons";
	right: 36px;
	top: 26px;
	margin-bottom: 0;
	background-color: #fff;
	padding-left: 14px;
}

#contact textarea,
#contact input,
.widget .search-blog-input input {
	transition: box-shadow 0.2s !important;
}

#contact textarea:focus,
#contact input:focus,
.widget .search-blog-input input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}


.widget-tabs {
	padding: 0;
	list-style: none;
}

.widget-tabs li {
	padding: 0 0 54px 0;
	margin: 48px 0 0 0;
	border-bottom: 2px solid #e0e0e0;
}

.widget .tab-content { padding-bottom: 0; }

.widget-thumb a img {
	display: block;
	width: 190px;
	height: 190px;
	float: left;
	border-radius: 6px;
	margin: 6px 44px 0 0;
}

.widget-thumb {
	width: 170px;
	margin-right: 46px;
}

.widget-text h5 {
	font-size: 30px;
	line-height: 48px;
	margin: 0 0 10px 0;
}

.widget-text h5 a { color: #333; }
.widget-text h5 a:hover { color: #66676b }

.widget-text span {
	color: #888;
	font-weight: 400;
	line-height: 44px;
	margin: 0;
	display: block;
}

.widget-thumb {
	display: inline-block;
}

.widget-thumb a img {
	width: 170px;
	height: auto;
}

.widget-text {
	display: inline-block;
	width: 70%;
	padding: 0;
	position: relative;
	top: -4px;
}

.widget-tabs .widget-content {
	display: table;
}

.widget-tabs .widget-content .widget-text {
	display: table-cell;
	vertical-align: middle;
}

.widget-tabs li {
	padding: 0 0 40px 0;
	margin: 48px 0 0 0;
}

.widget-tabs li:first-child {
	padding: 0 0 40px 0;
	margin: 64px 0 0 0;
}

.widget-tabs li:last-child {
	border: none;
	padding-bottom: 0;
}

.widget h3 {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 44px;
}



.single-post p {
	margin: 40px 0;
}

.single-post p:last-child {
	margin-bottom: 0px;
}

.single-post .post-img {
	border-radius: 6px 6px 0 0;
}

.blog-page .blog-post .post-content,
.single-post .post-content {
	padding: 72px 86px;
}



.about-author {
    margin: 20px 0 90px 0;
    padding: 60px 70px;
	background: #f8f8f8;
	border-radius: 8px;
}

.about-author p { margin: 10px 0 10px 0; }

.about-author a {
	position: relative;
	top: -14px;
	color: #66676b;
}

.about-author h4 {
	letter-spacing: 0;
}

.about-author img {
	float: left;
	margin: 14px 10px 10px 10px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
}

.about-description {
	margin: 4px 0 0 300px;
}





.blog-compact-item-container {
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .12);
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	background: transparent;
	transform: translate3d(0,0,0);
	transition: transform 0.3s;
	margin-bottom: 60px;
}

.blog-compact-item-container:hover {
	transform: translate3d(0,-12px,0);
}

.blog-compact-item {
	background: #ccc;
	border-radius: 8px;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 960px;
	z-index: 100;
	cursor: pointer;
}

.blog-compact-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 8px;
}


.blog-compact-item:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.65) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);

	border-radius: 8px;
	opacity: 1;
}

.blog-compact-item-content {
	position: absolute;
	bottom: 64px;
	left: 0;
	padding: 0 68px;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}

.blog-compact-item-content h3 {
	color: #fff;
	font-size: 40px;
	padding: 10px 0;
	font-weight: 500;
	margin: 4px 0 0 0;
	line-height: 62px;
}

.blog-compact-item-content span {
	font-size: 32px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.7);
}

.blog-compact-item-content p {
	font-size: 32px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.8);
	margin: 14px 0 0 0;
}

span.blog-item-tag {
	text-transform: uppercase;
	font-size: 19.4px;
	letter-spacing: 5px;
	font-weight: 60;
	background: #66676b;
	border-radius: 100px;
	padding: 10px 32px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 18px;
	position: absolute;
	top: 60px;
	left: 64px;
	z-index: 110;
}

.blog-post-tags {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	opacity: 0.9;
}

.blog-post-tags li {
	display: inline-block;
	margin-right: 10px;
}

.blog-post-tags li i {
	margin-right: 6px;
	font-weight: normal;
	display: inline-block;
}









button.button,
input[type="button"],
input[type="submit"],
a.button.border,
a.button {
	background-color: #66676b;
	top: 0;
	padding: 18px 40px;
	color: #fff;
	position: relative;
	font-size: 30px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin-right: 12px;
	overflow: hidden;
	border: none;
	border-radius: 100px;
}


input[type="button"],
input[type="submit"] {
	line-height: 64px;
}

button.button:before,
a.button:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.2s;
}


button.button:hover:before,
a.button:hover:before {
	opacity: 0.2;
}

a.button.white {
	background-color: #fff;
	color: #333;
}

button.button { line-height: 52px; }


a.button.border:before { display: none; }

a.button.border {
	background-color: transparent;
	color: #66676b;
	border: 2px solid #66676b;
	padding: 18px 42px;
}

a.button.border:hover {
	background-color: #66676b;
	color: #fff;
	opacity: 1;
}

a.button.border.white {
	border-color: #fff;
	color: #fff;
}

a.button.border.white:hover {
	background-color: #fff;
	color: #66676b;
}


button.button.fullwidth,
a.button.fullwidth {
	width: 100%;
	text-align: center;
}

a.button.white.border:hover { color: #333; }

.button i { padding-right: 8px; }

.centered-content { text-align: center; }
.centered-content .button { min-width: 260px;  }

a.button.border { font-weight:500; }



.icon-box-2 {
	text-align: center;
	margin-top: 90px;
	position: relative;
}

.icon-box-2 i {
	width: 240px;
	height: 160px;
	background-color: #fff;
	border-radius: 50%;
	line-height: 160px;
	font-size: 120px;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	color: #66676b;
	position: relative;
	z-index: 11;
}

.icon-box-2 span {
	color: #666;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 500;
}

.icon-box-2 h4 {
	margin: 8px 0;
	line-height: 52px;
}

.icon-box-2 h3 {
	margin: 8px 0;
	line-height: 52px;
	font-size: 38px;
	font-weight: 500;
}

.icon-box-2 p {
	margin-top: 40px;
	font-style: 32px;
}

.icon-box-2 i.im-icon-Mail-withAtSign {font-size: 116px; top: 4px;}

.icon-box-2.with-line:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 80px;
	background: #e9e9e9;
	display: block;
	z-index: 9;
}



.icon-box-3 {
	text-align: left;
	padding-left: 180px;
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 40px 0;
}


.icon-box-3 h4 {
	font-size: 36px;
	font-weight: 600;
}

.icon-box-3 i {
	font-size: 108px;
	color: #333;
	height: 120px;
	margin: 20px 0;
	display: inline-block;
	height: 100%;
	position: absolute;
	left: 0;
}

.icon-box-3 p {
	color: rgba(51,51,51,0.7);
	margin-top: 6px;
	display: inline-block;
}



.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i {
	width: 220px;
	height: 220px;
	background-color: #666;
	border-radius: 50%;
	color: #fff;
	line-height: 220px;
	font-size: 100px;
	display: inline-block;
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.rounded i:before {
	position: relative;
	z-index: 11;
}




.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i{
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transform: translate3d(0,0,0) rotate(0);
}

body .icon-box-1.rounded:hover i,
body .icon-box-2.rounded:hover i,
body .icon-box-3.rounded:hover i {
	color: #fff;
}



.icon-box-1.rounded i:after,
.icon-box-2.rounded i:after,
.icon-box-3.rounded i:after {
	content: "";
	width: 120%;
	height: 0px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: 8;
	transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
	opacity: 0;
	transform: translate3d(50%,-50%,0) scale(1) rotate(45deg);
}

.icon-box-1.rounded:hover i:after,
.icon-box-2.rounded:hover i:after,
.icon-box-3.rounded:hover i:after { height: 145%; opacity: 0.1; }



.icon-box-1.rounded.dark i,
.icon-box-2.rounded.dark i,
.icon-box-3.rounded.dark i{
	background-color: #222;
}

.icon-box-1.rounded.light i,
.icon-box-2.rounded.light i,
.icon-box-3.rounded.light i{
	color: #333;
	background-color: #f2f2f2;
}

.icon-box-3.rounded {
	padding-left: 240px;
}

.icon-box-3.rounded i {
	width: 180px;
	height: 180px;
	font-size: 80px;
	line-height: 180px;
}


body .white-text {color: #fff; }

.white-text .icon-box-1 p,
.white-text .icon-box-2 p,
.white-text .icon-box-3 p,
.white-text .icon-box-4 p { color: rgba(255,255,255,0.85); }

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text .icon-box-1 h4,
.white-text .icon-box-2 h4,
.white-text .icon-box-3 h4,
.white-text .icon-box-4 h4,
.white-text .icon-box-1 i,
.white-text .icon-box-2 i,
.white-text .icon-box-3 i,
.white-text .icon-box-4 i { color: #fff; }






table.basic-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	margin-bottom: 30px;
}

table.basic-table th {
	background-color: #66676b;
	text-align: left;
	color: #fff;
	vertical-align: top;
	font-weight: 500;
}

table.basic-table th:first-child { border-radius: 8px 0 0 8px; }
table.basic-table th:last-child { border-radius: 0 8px 8px 0; }


table.basic-table th,
table.basic-table td {
	padding: 30px 56px;
}

table.basic-table tr:nth-child(odd) {
	background-color: #f6f6f6
}

table.basic-table { margin-bottom: 0; }








.ui-accordion .ui-accordion-header,
.trigger a {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0;
	line-height: 52px;
	outline: none;
	color: #333;
	font-size: 28px;
	background-color: #fff;
	border: 2px solid #e0e0e0;
	transition: background-color 0.2s, color 0.2s;
	padding: 32px 54px;
	margin: -2px 0 0 0;
}


.ui-accordion .ui-accordion-header i,
.trigger a i {
	font-size: 36px;
	top: 2px;
	position: relative;
	padding-right: 6px;
}

.style-2 .ui-accordion .ui-accordion-header i,
.style-2 .trigger a i {
	padding-right: 12px;
}

.style-2 .ui-accordion .ui-accordion-header:hover,
.style-2 .trigger a:hover { color: #66676b; }

.trigger.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
	background-color: #66676b;
	border-color: #66676b;
	color: #fff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
	margin: 0 8px 0 0;
	position: relative;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
	padding: 56px 60px;
	border: 2px solid #e0e0e0;
	border-top: none;
}

.ui-accordion .ui-accordion-content p:last-child,
.toggle-container p:last-child { margin: 0; }



.style-2 .ui-accordion .ui-accordion-header,
.style-2 .trigger a {
	border: none;
	margin: 0;
	padding: 54px 0;
	text-transform: none;
	font-size: 34px;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	padding-right: 120px;
	font-weight: 400;
}

body .style-2 .ui-accordion .ui-accordion-header,
body .style-2 .trigger a { text-transform: none; }

.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-container {
	padding: 0px 0 60px 0;
	border: none;
}


.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active {
	background-color: transparent;
	border-color: transparent;
	color: #66676b;
	transition: color 0.1s;
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-wrap {
	border-bottom: 2px solid #e0e0e0
}

.style-2 .ui-accordion .ui-accordion-header-active { border: none; }

.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 52px;
	transform: translate3d(0,-50%,0) rotate(0);
	transition: 0.2s;

}
.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
	margin-top: 4px;
	transform: translate3d(0,-50%,0) rotate(45deg);
}




.share-buttons {
	padding: 0;
	list-style: none;
}

.share-buttons li {
	display: inline-block;
	margin: 0 12px 16px 0;
}

.share-buttons li a {
	background: #fff;
	border: 2px solid #666;
	border-radius: 100px;
	font-weight: 500;
	font-size: 26px;
	padding: 14px 40px;
	transition: 0.3s;
	display: inline-block;
	line-height: 34px;
	font-weight: 500;
}

.share-buttons li a:hover { color: #fff; }

.share-buttons li i {
	font-size: 32px;
	position: relative;
	right: 6px;
	top: 2px;
}


.share-buttons li a.fb-share:hover { background: #3b5998; color: #fff; }
.share-buttons li a.fb-share {
	border-color: #3b5998;
	color: #3b5998;
}


.share-buttons li a.twitter-share:hover { background: #1da1f2; color: #fff; }
.share-buttons li a.twitter-share {
	border-color: #1da1f2;
	color: #1da1f2;
}


.share-buttons li a.gplus-share:hover { background: #dd4b39; color: #fff; }
.share-buttons li a.gplus-share {
	border-color: #dd4b39;
	color: #dd4b39;
}


.share-buttons li a.pinterest-share:hover { background: #bd081c; color: #fff; }
.share-buttons li a.pinterest-share {
	border-color: #bd081c;
	color: #bd081c;
}




#posts-nav {
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0;
	display: inline-block;
	min-height: 120px;
}

#posts-nav li span {
	display: block;
	color: #888;
	font-size: 30px;
	margin-bottom: 2px;
	font-weight: 400;
}

#posts-nav li {
	position: absolute;
	font-size: 34px;
	font-weight: 500;
	width: 50%;
}

#posts-nav li a {
	transition: transform 0.3s, color 0.3s 0s;
	color: #333;
	display: inline-block;
}

#posts-nav li a:hover { color: #66676b; }

#posts-nav li.next-post {
	right: 0;
	text-align: right;
}

#posts-nav li.prev-post {
	left: 0;
}

#posts-nav li.next-post a { padding-right: 100px; }
#posts-nav li.prev-post a { padding-left: 100px; }

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
	font-family: "simple-line-icons";
	font-size: 40px;
	position: absolute;
	color: inherit;
	top: 50%;
	transform: translate3d(0,-50%,0);
	transition: transform 0.3s;
}

#posts-nav li.next-post a:before {
	right: 0;
	content: "\e606";
}

#posts-nav li.prev-post a:before {
	left: 0;
	content: "\e605"
}

#posts-nav li.next-post a:hover:before { transform: translate3d(10px,-50%,0); }
#posts-nav li.prev-post a:hover:before { transform: translate3d(-10px,-50%,0); }




.pricing-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.plan {
	flex: 1;
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.plan-price {
	width: 100%;
	background: #f9f9f9;
	padding: 90px 60px;
	padding-top: 96px;
}

.plan:first-child .plan-price { border-radius: 8px 0 0 0; }
.plan:first-child { border-radius: 8px 0 8px 8px; }

.plan:last-child .plan-price { border-radius: 0 8px 0 0; }
.plan:last-child { border-radius: 0 8px 8px 0; }

.plan-price h3 {
	margin: 0;
	color: #888;
	font-weight: 400;
	font-size: 44px;
}

.plan.featured .listing-badge {
	background-color: #fff;
	color: #66676b;
}

.plan-price .value {
	display: block;
	font-size: 74px;
	line-height: 70px;
	padding: 44px 0 0 0;
	color: #333;
}

.plan-price .period {
	color: #888;
	margin-top: 40px;
	padding: 0 10%;
	display: block;
}

.plan-features {
	padding: 70px 60px;
	background: #fff;
	border-radius: 8px;
}

.plan-features ul {
	list-style: none;
	padding: 0;
}

.plan-features ul li {
	padding: 6px 0;
}

.plan-features a.button {
	margin-top: 40px;
}



.plan.featured {
	margin-left: -2px;
	margin-right: -2px;
	transform: translateY(-46px);
	border-radius: 0 0 8px 8px;
	z-index: 11;
}

.plan.featured .plan-price {
	background-color: #66676b;
	padding: 100px 60px;
	border-radius: 8px 8px 0 0;
}

.plan.featured .plan-price h3 {
	color: #fff;
}

.plan.featured .plan-price .value {
	color: #fff;
}

.plan.featured .plan-price .period {
	color: #fff;
	line-height: 46px;
}

.plan.featured .plan-features { padding: 90px 60px; }


.plan.featured .listing-badges .featured {
	background: #fff;
	color: #66676b;
}





.list-4,
.list-3,
.list-2,
.list-1 {
	padding: 6px 0 0 0;
	font-size: 32px;
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
	list-style: none;
	margin: 28px 0;
	line-height: 54px;
	margin-left: 44px;
	position: relative;
}

.list-1.alt li { margin: 24px 0; margin-left: 44px; }

.list-4 li:first-child,
.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
	margin-top: 0;
}


.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
	font-family: "FontAwesome";
	margin: 0;
	position: relative;
	color: #66676b;
	float: left;
	margin-left: -44px;
	display: block;
}

.list-1.gray li:before {
	color: #777;
}

.list-4 li:before { content: "\f192"; font-size: 28px; top: 2px; }
.list-3 li:before { content: "\f058"; font-size: 30px; top: 2px; }
.list-2 li:before { content: "\f00c"; font-size: 28px; }
.list-1 li:before { content: "\f0c8"; font-size: 16px; }

.list-4 li { margin-left: 54px; }
.list-4 li:before { margin-left: -54px; }



.numbered ol {
	counter-reset: li;
	list-style: none;
	padding: 0;
	margin-left: 36px;
	display: inline-block;
	font-size: 32px;
}

.numbered ol li {
	display: inline-block;
	padding: 12px 0;
	width: 100%;
}

.numbered ol &gt; li::before {
	content: counter(li);
	counter-increment: li;
	font-size: 32px;
	line-height: 66px;
	width: 72px;
	height: 72px;
	display: inline-block;
	border: 2px solid #333;
	border-radius: 50%;
	text-align: center;
	margin: 0;
	margin-left: 0;
	font-weight: 500;
	color: #333;
	position: relative;
	float: left;
	left: -36px;
	font-size: 30px;
	transform: translateY(-10%);
}

.numbered.color ol &gt; li::before {
	border: 2px solid #66676b;
	color: #66676b;
}

.numbered.color.filled ol &gt; li::before {
	border: 2px solid #66676b;
	color: #fff;
	background-color: #66676b;
}

mark.color {
    background-color: #66676b;
    border-radius: 8px;
}

mark { border-radius: 8px; }

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 80px;
}



#tiptip_holder {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 10px;
	-webkit-transform: translateX(24px)
}

#tiptip_holder.tip_bottom { padding-top: 10px; }
#tiptip_holder.tip_right { padding-left: 10px; }
#tiptip_holder.tip_left { padding-right: 10px; }

#tiptip_content {
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	padding: 12px 20px;
	background-color: #333;
	border-radius: 6px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 12px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #333; }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #333; }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color:#333; }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #333; }

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -14px;
	margin-left: -12px;
	border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -10px;
	margin-left: -12px;
	border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -12px;
	margin-left: -10px;
	border-right-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -12px;
	margin-left: -14px;
	border-left-color: #333;
}




.info-box {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	padding: 46px 54px;
	border-top: 4px solid #66676b;
	background: linear-gradient(to bottom, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
	background-color: #66676b;
	color: #66676b;
}

.info-box.no-border {
	border: none;
	background: linear-gradient(to bottom, rgba(255,255,255,0.96), rgba(255,255,255,0.93));
	background-color: #66676b;
}

.info-box h4 {
	margin: 0;
	font-size: 38px;
	color: #66676b;
	margin-bottom: 40px;
	margin-top: 0px;
}

.info-box p {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 52px;
}

.info-box.large {
	padding: 72px;

}





#result .success,
.notification {
	line-height: 48px;
	margin-bottom: 30px;
	position: relative;
	padding: 40px 52px;
	padding-right: 100px;
	border-radius: 6px;
}

.notification p { margin: 0; font-size: 30px; }

#result .success,
.notification.success {
	background-color: #EBF6E0;
}

#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
	color: #5f9025;
}

.notification.error {
	background-color: #ffe9e9;
}
.notification.error,
.notification.error a,
.notification.error strong {
	color: #de5959;
}

.notification.warning {
	background-color: #FBFADD;
}
.notification.warning,
.notification.warning a,
.notification.warning strong {
	color: #8f872e;
}

.notification.notice h4 { font-size: 38px; margin: 6px 0 30px 0; }
.notification.notice h4,
.notification.notice,
.notification.notice a,
.notification.notice strong {
	color: #3184ae
}

.notification.notice {
	background-color: #E9F7FE;
}

.notification.notice.large{
	padding: 64px 72px;
}

#dashboard .success {
	background-color: #e6f3d8;
}

#dashboard .notice {
	background-color: #e1f3fc;
}

#dashboard .warning {
	background-color: #f6f4c9;
}


body .notification strong { border: none; }

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
	padding: 0px 18px;
	position: absolute;
	right: 0;
	top: 44px;
	display: block;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.notification.notice p span i { font-weight: 500; }
.notification a.button {
	float: right;
	color: #fff;
	margin-top: 6px;
}

.notification.notice a.button { background-color: #388fc5; }
.notification.warning a.button { background-color: #dfbe51; }
.notification.error a.button { background-color: #d34c4c; }
.notification.success a.button { background-color: #79ba38; }

.notification.closeable a.close:before {
	content: "\f00d";
	font-family: "FontAwesome";
	position: absolute;
	right: 50px;
	top: 0;
	cursor: pointer;
}





.img-box {
	height: 700px;
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 90;
	margin: 20px 0;
	border-radius: 6px;
}

.img-box-background {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	transition: all 0.55s;
	position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.img-box:hover .img-box-background { transform: scale(1.07); }

.img-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: #222;
	opacity: 0.3;
	z-index: 99;
	transition: 0.3s ease-out;
}

.img-box-content {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	transform: translate(0,-50.5%);
}

.img-box-content h4 {
	font-size: 56px;
	line-height: 72px;
	color: #fff;
	margin: 0;
	text-shadow: 2px 2px 0 rgba(0,0,0,.25),0 2px 32px rgba(0,0,0,.5);
}

.img-box-content span {
	font-size: 32px;
	color: #fff;
}




.testimonial-box {
	background: transparent;
	border-radius: 12px;
	padding: 76px;
	padding-left: 220px;
	color: #888;
	position: relative;
	margin: 36px 0;
	box-shadow: none;
	transition: 0.4s;
	cursor: grab;
}

.testimonial-carousel .slick-slide {
	margin: 0 40px 60px 40px;
	opacity: 0.5;
	transition: 0.4s;
	pointer-events: all;
}

.testimonial-carousel .slick-slide.slick-active .testimonial-box {
	background: #66676b;
	color: #fff;
}

.testimonial-carousel .slick-slide.slick-active .testimonial:before {
	color: #66676b;
}

.testimonial:before {
	position: absolute;
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
	bottom: -20px;
	left: 0;
	content: "\f0dd";
	font-family: "FontAwesome";
	font-size: 84px;
	color: transparent;
	background-color: transparent;
	cursor: default;
}

.testimonial:after {
	position: absolute;
	top: 94px;
	left: 84px;
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 76px;
	opacity: 0.3;
	color: #222;
	background-color: transparent;
	cursor: default;
}

.testimonial,
.testimonial p {
	font-size: 32px;
	font-weight: 500;
	line-height: 60px;
}

.testimonial-author {
	display: block;
	width: 100%;
	padding: 40px 0 30px 0;
	text-align: center;
	margin: 0 auto;
}

.testimonial-author img {
	width: 120px;
	display:inline-block;
	text-align: center;
	height: auto;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-author h4 {
	display: block;
	width: 100%;
	font-size: 34px;
	padding-top: 10px;
	color: #333;
	font-weight: 600;
}

.testimonial-author h4 span {
	display: block;
	color: #888;
	padding-top: 12px;
	font-weight: 400;
	font-size: 30px;
}



.testimonial-box .star-rating {
	height: 60px;
	display: inline-block;
	margin-bottom: -20px;
	margin-top: 30px;
}





.info-banner {
	display: block;
	width: 100%;
	padding: 180px 0;
	color: #fff;
	margin: 0;
}

.info-banner-content {
	position: relative;
	z-index: 199;
}

.info-banner.centered { text-align: center; }

.info-banner-content a.button {
	margin: 0 40px -30px 40px;
	position: relative;
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
	color: #fff;
	display: inline-block;
	margin: 0;
	position: relative;
}



.text-content {
	background: transparent;
	padding: 220px 0px;
	font-weight: 500;
	z-index: 999;
	position: relative;
}

.text-content.white-font {
	color: #fff;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
	color: #fff;
}

.text-content.white-font h1,
.text-content.white-font h2,
.text-content.white-font h3,
.text-content.white-font h4,
.text-content.white-font h5 {
	color: #fff;
}

.text-content a.button {
	padding: 20px 52px;
	font-size: 32px;
	font-weight: 600;
}

.text-content.white-font a.button:hover {
	background-color: #fff;
	color: #333;
}

.text-content a.button:before {
	display: none;
}

.text-content p {
	font-size: 36px;
	font-weight: 400;
	line-height: 68px;
}

.text-content h2 { margin-bottom: 60px; line-height: 92px; font-size: 72px; font-weight: 500; }

.top-1 { position: relative; top: -2px; }
.top-0 { position: relative; }




.image-edge {
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
	margin: 70px 0 0 0;
	height: 50vw;
	max-height: 1280px;
	overflow: hidden;
	padding: 0;
}

.image-edge #googlemaps,
.image-edge .google-map-container { height: 100%; }


.image-edge-content {
	padding: 0;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 50%;
	padding: 0 9%;
}

.image-edge.left .image-edge-content { padding-left: 6%; }

.image-edge-content h3.headline {
	width: 100%;
	display: block;
	margin-top: 0;
}


.edge-bg {
	position: absolute;
	width: 50%;
	top: 0;
	right: 0px;
	height: 100%;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.edge-bg:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,0.1);
}



.image-edge.left .image-edge-content { left: 50%;}
.image-edge.left .edge-bg { left:0px; }

.image-edge.left .container {
	transform: translateX(54%);
	-webkit-transform: translateX(54%);
}



.image-edge.dark { background-color: #282828; color: #fff; }

.image-edge.dark h1,
.image-edge.dark h2,
.image-edge.dark h3,
.image-edge.dark h4,
.image-edge.dark h5 { color: #fff;}

.presentation-content h2,
.image-edge h2 {
	line-height: 112px;
	font-weight: 600;
	font-size: 80px;
	letter-spacing: -1px;
}

.presentation-content p,
.image-edge p { font-size: 40px; color: #828282; line-height: 68px;}
.image-edge.dark p { color: rgba(255,255,255,0.8);}



.image-edge-content ul {
	list-style: none;
	padding: 0;
}

.image-edge-content ul li { margin-bottom: 60px; }
.image-edge-content ul li:last-child { margin-bottom: 0px; }

.image-edge-content h4 i {
	position: relative;
	top: -2px;
	margin-right: 4px;
}







.flip-banner {
	display: block;
	width: 100%;
	height: 360px;
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 9999;
}

.flip-banner:after {
	background-color: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	z-index: 100;
	transition: all 0.6s;
}

.flip-banner:hover:after {
	opacity: 0.6;
}

.flip-banner-content {
	position: relative;
	top: 50%;
	z-index: 200;
}

.flip-banner h2 {
	font-size: 64px;
	line-height: 80px;
	position: relative;
	width: 100%;
	display: block;
}


.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 0.45s cubic-bezier(.87,-.41,.19,1.44);
}


.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}

.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateY(150%);
}

.flip-banner:hover .flip-banner-content .flip-visible {
	transform: translateY(-150%);
}


.flip-banner i { padding: 0 20px; }
.flip-banner .sl {
	position: relative;
	top: 2px;
	font-size: 52px;
}






.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.tabs-nav li a i {
	padding-right: 10px;
	font-size: 32px;
	top: 2px;
	position: relative;
}

.tabs-nav li {
	float: left;
	line-height: 90px;
	padding: 0;
	margin-right: 8px;
	position: relative;
	z-index: 12;
}

.tabs-nav li a,
.tab-reviews {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.tabs-nav li a {
	border-bottom: 2px solid transparent;
	color: #333;
	display: inline-block;
	outline: none;
	padding: 14px 30px;
	text-decoration: none;
	font-size: 30px;
	z-index: 11;
	position: relative;
	margin-bottom: -2px;
}

.tabs-nav li a:hover { border-color: #66676b; }

.tab-reviews { color: #aaa; }

.tabs-nav li.active .tab-reviews { color: #fff; }
.tabs-nav li a:hover,
.tabs-nav li.active a {
	border-color: #66676b;
	color: #66676b;
	z-index: 11;
}

.tab-content {
	padding: 56px 66px;
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 100%;
}

.tabs-container {
	overflow: hidden;
	width: 100%;
}

.tab-content p:last-child { margin-bottom: 0; }


.style-2 .tabs-container { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); border-radius: 6px; }


.style-1 .tabs-container .tab-content {
	border: none;
	border-top: 2px solid #e0e0e0;
	padding: 60px 0 0 0;
}


.style-3 .tabs-nav {
	text-align: center;
}

.style-3 .tabs-nav li {
	float: none;
	line-height: 64px;
	padding: 0;
	margin-right: 8px;
	position: relative;
	z-index: 12;
	display: inline-block;
	text-align: center;
}

.style-3 .tabs-nav li a {
	border: none;
	color: #333;
	display: inline-block;
	outline: none;
	padding: 14px 48px;
	text-decoration: none;
	font-size: 28px;
	z-index: 11;
	position: relative;
	margin-bottom: -2px;
	background-color: #fff;
	border-radius: 6px;
	font-size: 26px;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
	border-color: #66676b;
	background-color: #66676b;
	color: #fff;
	z-index: 11;
}

.style-3 .tabs-container .tab-content {
	border: none;
	padding: 60px 0 0 0;
}



.style-4 .tabs-nav {
	width: 35%;
	display: table-cell;
}

.style-4 .tabs-container {
	width: 65%;
	padding-left: 40px;
	display: table-cell;
	vertical-align: middle;
}


.style-4 .tabs-container .tab-content {
	border: none;
	padding: 20px 0 0 0;
}


.style-4.tabs { display: table; }

.style-4 .tabs-nav li a {
	float: none;
	width: 90%;
	border: none;
	padding: 0;
	background-color: #fff;
	margin: 0 0 2px 0;
	border: none;
	padding: 18px 48px;
	line-height: 60px;
	border-radius: 6px;
}

.style-4 .tabs-nav li.active a {
	background-color: #66676b;
	color: #fff;
}

.style-4 .tabs-nav li {
	width: 100%;

}


.style-5 .tabs-nav li {
	width: 33.33%;
}

.stytle-5 .tabs-container .widget-text {
	position: relative;
	top: 100px;
	transform: transitionY(-50%);
	display: inline-block;
}


.style-5 .tabs-nav {
	bottom: 10px;
	position: relative;
}

.style-5 .tabs-nav li a {
	border: none;
	background-color: #f2f2f2;
	color: #333;
	border-radius: 8px;
	padding: 0;
}

.style-5 .tabs-nav li.active a {
	background-color: #66676b;
	color: #fff;
}


.style-5 .tabs-container .tab-content {
	box-shadow: none;
	border: none;
	padding: 40px 0 0 0;
}



.rememberme {
	display: block;
	margin-top: 20px;
	cursor: pointer;
}

.sign-in-form .tabs-container { overflow: visible; }

.sign-in-form .tabs-nav li {
    line-height: 30px;
}

.sign-in-form .tabs-nav li a {
    padding: 0 30px 36px 30px;
    color: #666;
}

.sign-in-form .tabs-nav li a:hover,
.sign-in-form .tabs-nav li.active a {
    color: #66676b;
}

.lost_password a { margin: 0; color: #666; font-size: 30px; }
.lost_password:hover a { color: #66676b; }

.rememberme input {
	margin: 0 4px 0 0;
	display: inline-block;
	min-height: auto;
	width: auto;
}

.myaccount input.button {
	margin-bottom: 0;
}

.sign-in-form label {
	position: relative;
	color: #666;
	font-size: 30px;
}

.sign-in-form label input {
	margin-top: 16px;
	padding-left: 90px;
	height: 106px;
}

.sign-in-form label input[type="checkbox"] {
	height: auto;
}

.sign-in-form input {
	transition: box-shadow 0.2s !important;
}

.sign-in-form input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

.sign-in-form label i {
	font-size: 42px;
	color: #a0a0a0;
	position: absolute;
	left: 30px;
	bottom: 26px;
}

.sign-in-form .button {
	line-height: 52px;
	height: auto;
	min-width: 240px;
	margin-bottom: 0;
}





.social-icons { padding-left: 10px; }

.social-icons li {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 32px;
	margin-top: 22px;
	transform:scale(1.19);
	-webkit-transform:scale(1.19);
	-webkit-filter: blur(radius);
}

.social-icons li a {
	width: 88px;
	height: 88px;
	display: inline-block;
	background-color: #f3f3f3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	border: 2px solid transparent;
}

.social-icons.fixed li a {
	display: block;
}


.social-icons li a i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	z-index: 20;
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-webkit-filter: blur(radius);
}

.social-icons li a:hover,
.social-icons li a i {
	color: #fff;
}

.social-icons li a i {
	top: -60px;
	opacity:0;
}

.social-icons li a:hover i {
	top: 0;
	opacity: 1;
}



.social-icons.rounded li a { border-radius: 50%; }



.social-icons.border li a {
	background-color: #fff;
	border: 2px solid #e0e0e0;
}

.social-icons.border li a:hover {
	border-color: transparent;
}


.social-icons.color li a {
	border-color: transparent;
}
.social-icons.color li a i,
.social-icons.color li a:hover i {
	top: 0;
	opacity: 1;
}

.social-icons.color a:before { opacity: 0; }


.social-icons.fixed {
	position: fixed;
	left: 0;
	padding-left: 4px;
	top: 200px;
	width: 100px;
}

.social-icons.fixed li {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	margin-top: 14px;
}

.social-icons.fixed li a { background-color: rgba(51,51,51,0.35); }
.social-icons.fixed li a:before { color: #fff; }

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
	font-family: "fontello";
	font-size: 32px;
	line-height: 32px;
	color: #a0a0a0;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	position: absolute;
	z-index: 20;
	transform:scale(0.9);
}


.twitter:before,
.social-icons li a.twitter i {font-size: 28px ;}
.twitter i, .twitter:before { margin: 26px 0 0 24px;  }
.twitter:before { content: "\54"; top: 0; opacity:1; }
.twitter:hover:before { top: 60px; opacity: 0; }
.twitter:hover { background-color: #3bc1ed !important; }
.twitter:hover,
.social-icons.color  .twitter,
.social-icons.fixed .twitter:hover { background-color: #3bc1ed; border-color: #3bc1ed; }

.dribbble i, .dribbble:before { margin: 26px 0 0 26px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 60px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92 !important; }
.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover { background-color: #ef5a92 ; border-color: #ef5a92 ; }

.facebook i, .facebook:before { margin: 26px 0 0 32px; }
.facebook:before { content: "\66"; top: 0; opacity:1; }
.facebook:hover:before { top: 60px; opacity: 0; }
.facebook:hover { background-color: #4a6d9d !important; }
.social-icons.color .facebook,
.social-icons.fixed .facebook:hover { background-color: #4a6d9d ; border-color: #4a6d9d ;}

.linkedin i, .linkedin:before { margin: 26px 0 0 26px; }
.linkedin:before { content: "\4c"; top: 0; opacity:1; }
.linkedin:hover:before { top: 60px; opacity: 0; }
.linkedin:hover { background-color: #0b7bb5 !important; }
.social-icons.color .linkedin,
.social-icons.fixed .linkedin:hover { background-color: #0b7bb5 ; border-color: #0b7bb5 ;}

.delicious i, .delicious:before { margin: 26px 0 0 26px; }
.delicious:before { content: "\23"; top: 0; opacity:1; }
.delicious:hover:before { top: 60px; opacity: 0; }
.delicious:hover { background-color: #3274d1 !important ; }
.social-icons.color .delicious,
.social-icons.fixed .delicious:hover { background-color: #3274d1 ; border-color: #3274d1 ;}

.paypal i, .paypal:before { margin: 26px 0 0 26px; }
.paypal:before { content: "\24"; top: 0; opacity:1; }
.paypal:hover:before { top: 60px; opacity: 0; }
.paypal:hover { background-color: #2e689a !important ; }
.social-icons.color .paypal,
.social-icons.fixed .paypal:hover { background-color: #2e689a ; border-color:#2e689a  ;}

.gplus i, .gplus:before { margin: 26px 0 0 26px; }
.gplus:before { content: "\f0d5"; top: 0; opacity:1; }
.gplus:hover:before { top: 60px; opacity: 0; }
.gplus:hover { background-color: #d53824 !important ; }
.social-icons.color .gplus,
.social-icons.fixed .gplus:hover { background-color: #d53824 ;border-color: #d53824 ;}

.stumbleupon i, .stumbleupon:before { margin: 26px 0 0 22px; }
.stumbleupon:before { content: "\2f"; top: 0; opacity:1; }
.stumbleupon:hover:before { top: 60px; opacity: 0; }
.stumbleupon:hover { background-color: #eb4924 !important ; }
.social-icons.color .stumbleupon,
.social-icons.fixed .stumbleupon:hover { background-color: #eb4924 ; border-color:#eb4924  ;}

.fivehundredpx i, .fivehundredpx:before { margin: 26px 0 0 22px; }
.fivehundredpx:before { content: "\30"; top: 0; opacity:1; }
.fivehundredpx:hover:before { top: 60px; opacity: 0; }
.fivehundredpx:hover { background-color: #444 !important ; }
.social-icons.color .fivehundredpx,
.social-icons.fixed .fivehundredpx:hover { background-color: #444 ; border-color:  #444 ;}

.pinterest i, .pinterest:before { margin: 26px 0 0 30px; }
.pinterest:before { content: "\31"; top: 0; opacity:1; }
.pinterest:hover:before { top: 60px; opacity: 0; }
.pinterest:hover { background-color: #cb1f25 !important ; }
.social-icons.color .pinterest,
.social-icons.fixed .pinterest:hover { background-color: #cb1f25 ; border-color: #cb1f25 ;}

.forrst i, .forrst:before { margin: 26px 0 0 30px; }
.forrst:before { content: "\3a"; top: 0; opacity:1; }
.forrst:hover:before { top: 60px; opacity: 0; }
.forrst:hover { background-color: #40833e !important ; }
.social-icons.color .forrst,
.social-icons.fixed .forrst:hover { background-color: #40833e ; border-color:  #40833e ;}

.digg i, .digg:before { margin: 26px 0 0 24px; }
.digg:before { content: "\3b"; top: 0; opacity:1; }
.digg:hover:before { top: 60px; opacity: 0; }
.digg:hover { background-color: #205685 !important ; }
.social-icons.color .digg,
.social-icons.fixed .digg:hover { background-color: #205685 ; border-color: #205685 ;}

.spotify i, .spotify:before { margin: 26px 0 0 26px; }
.spotify:before { content: "\3d"; top: 0; opacity:1; }
.spotify:hover:before { top: 60px; opacity: 0; }
.spotify:hover { background-color: #6ca405 !important ; }
.social-icons.color .spotify,
.social-icons.fixed .spotify:hover { background-color: #6ca405 ; border-color: #6ca405 ;}

.reddit i, .reddit:before { margin: 26px 0 0 24px; }
.reddit:before { content: "\3e"; top: 0; opacity:1; }
.reddit:hover:before { top: 60px; opacity: 0; }
.reddit:hover { background-color: #404040 !important ; }
.social-icons.color .reddit,
.social-icons.fixed .reddit:hover { background-color: #404040 ; border-color:  #404040 ;}

.appstore i, .appstore:before { margin: 26px 0 0 28px; }
.appstore:before { content: "\41"; top: 0; opacity:1; }
.appstore:hover:before { top: 60px; opacity: 0; }
.appstore:hover { background-color: #c0c0c0 !important ; }
.social-icons.color .appstore,
.social-icons.fixed .appstore:hover { background-color: #c0c0c0 ; border-color: #c0c0c0 ;}

.blogger i, .blogger:before { margin: 26px 0 0 26px; font-size: 28px ; }
.blogger:before { content: "\42"; top: 0; opacity:1; }
.blogger:hover:before { top: 60px; opacity: 0; }
.blogger:hover { background-color: #ff6501 !important ; }
.social-icons.color .blogger,
.social-icons.fixed .blogger:hover { background-color: #ff6501 ; border-color:#ff6501  ;}

.dribbble i, .dribbble:before { margin: 26px 0 0 26px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 60px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92 !important ; }
.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover { background-color: #ef5a92 ; border-color: #ef5a92 ;}

.evernote i, .evernote:before { margin: 26px 0 0 30px; }
.evernote:before { content: "\45"; top: 0; opacity:1; }
.evernote:hover:before { top: 60px; opacity: 0; }
.evernote:hover { background-color: #6bb130  !important; }
.social-icons.color .evernote,
.social-icons.fixed .evernote:hover { background-color: #6bb130 ; border-color: #6bb130 ;}

.flickr i, .flickr:before { margin: 26px 0 0 26px; }
.flickr:before { content: "\46"; top: 0; opacity:1; }
.flickr:hover:before { top: 60px; opacity: 0; }
.flickr:hover { background-color: #136dd5  !important; }
.social-icons.color .flickr,
.social-icons.fixed .flickr:hover { background-color: #136dd5 ;border-color: #136dd5 ; }

.rss i, .rss:before { margin: 26px 0 0 28px; font-size: 28px ; }
.rss:before { content: "\52"; top: 0; opacity:1; }
.rss:hover:before { top: 60px; opacity: 0; }
.rss:hover { background-color: #fe8f00  !important; }
.social-icons.color .rss,
.social-icons.fixed .rss:hover { background-color: #fe8f00 ; border-color: #fe8f00 ;}

.youtube i, .youtube:before { margin: 26px 0 0 28px; font-size: 36px ; }
.youtube:before { content: "\55"; top: 0; opacity:1; }
.youtube:hover:before { top: 60px; opacity: 0; }
.youtube:hover { background-color: #bf2f29  !important; }
.social-icons.color .youtube,
.social-icons.fixed .youtube:hover { background-color: #bf2f29 ;border-color: #bf2f29 ; }

.vimeo i, .vimeo:before { margin: 26px 0 0 26px; font-size: 28px ; }
.vimeo:before { content: "\56"; top: 0; opacity:1; }
.vimeo:hover:before { top: 60px; opacity: 0; }
.vimeo:hover { background-color: #4c8ab0  !important; }
.social-icons.color .vimeo,
.social-icons.fixed .vimeo:hover { background-color: #4c8ab0 ; border-color: #4c8ab0 ;}

.xing i, .xing:before { margin: 26px 0 0 28px; }
.xing:before { content: "\58"; top: 0; opacity:1; }
.xing:hover:before { top: 60px; opacity: 0; }
.xing:hover { background-color: #036568 !important ; }
.social-icons.color .xing,
.social-icons.fixed .xing:hover { background-color: #036568 ; border-color: #036568 ;}

.yahoo i, .yahoo:before { margin: 26px 0 0 22px; }
.yahoo:before { content: "\59"; top: 0; opacity:1; }
.yahoo:hover:before { top: 60px; opacity: 0; }
.yahoo:hover { background-color: #9251a2  !important; }
.social-icons.color .yahoo,
.social-icons.fixed .yahoo:hover { background-color: #9251a2 ; border-color: #9251a2 ;}

.amazon i, .amazon:before { margin: 26px 0 0 24px; }
.amazon:before { content: "\61"; top: 0; opacity:1; }
.amazon:hover:before { top: 60px; opacity: 0; }
.amazon:hover { background-color: #2f3842  !important; }
.social-icons.color .amazon,
.social-icons.fixed .amazon:hover { background-color: #2f3842 ; border-color: #2f3842  ;}

.steam i, .steam:before { margin: 26px 0 0 22px; }
.steam:before { content: "\62"; top: 0; opacity:1; }
.steam:hover:before { top: 60px; opacity: 0; }
.steam:hover { background-color: #383838 !important ; }
.social-icons.color .steam,
.social-icons.fixed .steam:hover { background-color: #383838 ; border-color:  #383838 ;}

.dropbox i, .dropbox:before { margin: 26px 0 0 26px; }
.dropbox:before { content: "\64"; top: 0; opacity:1; }
.dropbox:hover:before { top: 60px; opacity: 0; }
.dropbox:hover { background-color: #2c92dd !important ; }
.social-icons.color .dropbox,
.social-icons.fixed .dropbox:hover { background-color: #2c92dd ;border-color:#2c92dd  ; }

.github i, .github:before { margin: 26px 0 0 26px; }
.github:before { content: "\67"; top: 0; opacity:1; }
.github:hover:before { top: 60px; opacity: 0; }
.github:hover { background-color: #5c7381  !important; }
.social-icons.color .github,
.social-icons.fixed .github:hover { background-color: #5c7381 ;border-color: #5c7381 ; }

.lastfm i, .lastfm:before { margin: 26px 0 0 22px; }
.lastfm:before { content: "\6c"; top: 0; opacity:1; }
.lastfm:hover:before { top: 60px; opacity: 0; }
.lastfm:hover { background-color: #d21309 !important ; }
.social-icons.color .lastfm,
.social-icons.fixed .lastfm:hover { background-color: #d21309 ;border-color: #d21309 ; }

.tumblr i, .tumblr:before { margin: 26px 0 0 30px; }
.tumblr:before { content: "\74"; top: 0; opacity:1; }
.tumblr:hover:before { top: 60px; opacity: 0; }
.tumblr:hover { background-color: #3d658d !important ; }
.social-icons.color .tumblr,
.social-icons.fixed .tumblr:hover { background-color: #3d658d ; border-color: #3d658d ; }

.wordpress i, .wordpress:before { margin: 26px 0 0 28px; }
.wordpress:before { content: "\77"; top: 0; opacity:1; }
.wordpress:hover:before { top: 60px; opacity: 0; }
.wordpress:hover { background-color: #383838  !important; }
.social-icons.color .wordpress,
.social-icons.fixed .wordpress:hover { background-color: #383838 ; border-color: #383838 ;}

.instagram i, .instagram:before { margin: 26px 0 0 26px; }
.instagram:before { content: "\f31f"; top: 0; opacity:1; }
.instagram:hover:before { top: 60px; opacity: 0; }
.instagram:hover { background-color: #3f6f94  !important; }
.social-icons.color .instagram,
.social-icons.fixed .instagram:hover { background-color: #3f6f94 ;border-color:#3f6f94  ; }



@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot') format('embedded-opentype'),
	   url('../fonts/fontello.woff') format('woff'),
	   url('../fonts/fontello.ttf') format('truetype'),
	   url('../fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.social-icons li i {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 32px;
	font-size: 32px;
	width: auto;
}

.icon-delicious:before { content: '\23'; } 
.icon-paypal:before { content: '\24'; } 
.icon-gplus:before { content: '\f0d5'; } 
.icon-stumbleupon:before { content: '\2f'; } 
.icon-fivehundredpx:before { content: '\30'; } 
.icon-pinterest:before { content: '\31'; } 
.icon-forrst:before { content: '\3a'; } 
.icon-digg:before { content: '\3b'; } 
.icon-spotify:before { content: '\3d'; } 
.icon-reddit:before { content: '\3e'; } 
.icon-appstore:before { content: '\41'; } 
.icon-blogger:before { content: '\42'; } 
.icon-dribbble:before { content: '\44'; } 
.icon-evernote:before { content: '\45'; } 
.icon-flickr:before { content: '\46'; } 
.icon-linkedin:before { content: '\4c'; } 
.icon-rss:before { content: '\52'; } 
.icon-twitter:before { content: '\54'; } 
.icon-youtube:before { content: '\55'; } 
.icon-vimeo:before { content: '\56'; } 
.icon-xing:before { content: '\58'; } 
.icon-yahoo:before { content: '\59'; } 
.icon-amazon:before { content: '\61'; } 
.icon-steam:before { content: '\62'; } 
.icon-dropbox:before { content: '\64'; } 
.icon-facebook:before { content: '\66'; } 
.icon-github:before { content: '\67'; } 
.icon-lastfm:before { content: '\6c'; } 
.icon-tumblr:before { content: '\74'; } 
.icon-wordpress:before { content: '\77'; } 
.icon-linkedin-rect:before { content: '\f31b'; } 
.icon-instagram:before { content: '\f31f'; } 



.agent ul.social-icons,
#footer ul.social-icons,
.listing-share ul.social-icons,
#top-bar ul.social-icons {
	margin: 0;
	padding: 0;
}

.listing-share .social-icons li a,
.agent .social-icons li a,
#footer .social-icons li a,
#top-bar .social-icons li a {
	width: 90px;
	height: 90px;
	display: inline-block;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	transform:scale(1);
	margin-right: 0;
}

.listing-share .social-icons li,
.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
	border-radius: 0;
	transform:scale(1);
	-webkit-transform:scale(1);
	-webkit-filter: blur(radius);
}


.listing-share .social-icons li a i,
.listing-share .social-icons li a:before,
.agent .social-icons li a i,
.agent .social-icons li a:before,
#footer .social-icons li a i,
#footer .social-icons li a:before,
#top-bar .social-icons li a i,
#top-bar .social-icons li a:before {
	transform:scale(1.1) translateY(calc(-50% - 4px));
	-moz-transform:scale(1.1) translateY(calc(-50% - 2px));
	-ms-transform:scale(1.1) translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	margin-top: 55%;
}

.listing-share .social-icons li a.twitter i,
.listing-share .social-icons li a.twitter:before,
.agent .social-icons li a.twitter i,
.agent .social-icons li a.twitter:before,
#footer .social-icons li a.twitter i,
#footer .social-icons li a.twitter:before,
#top-bar .social-icons li a.twitter i,
#top-bar .social-icons li a.twitter:before { transform:scale(1.1) translateY(calc(-50% - 2px)); }



#top-bar .social-icons { float: right; }

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i { font-size: 28px; color: #fff; }
#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before { font-size: 24px; }

#top-bar .social-icons li a:hover {
	background: #fff !important;
	border-color: transparent;
}

#top-bar .social-icons li a:hover i {
	color: #66676b;
}




.listing-share .social-icons li a,
.agent .social-icons li a,
#footer .social-icons li a {
	width: 76px;
	height: 80px;
	background-color: transparent;
}

.agent .social-icons,
#footer .social-icons {
	position: relative;
	left: -26px;
}

.agent .social-icons li,
#footer .social-icons li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
}

.listing-share .social-icons li a:before,
.listing-share .social-icons li a i,
.agent .social-icons li a:before,
.agent .social-icons li a i,
#footer .social-icons li a:before,
#footer .social-icons li a i { font-size: 30px; color: #a0a0a0; }

.listing-share .social-icons li .twitter:before,
.listing-share .social-icons li .twitter i:before,
.listing-share .social-icons li .vimeo:before,
.listing-share .social-icons li .vimeo i:before,
.agent .social-icons li .twitter:before,
.agent .social-icons li .twitter i:before,
.agent .social-icons li .vimeo:before,
.agent .social-icons li .vimeo i:before,
#footer .social-icons li .twitter:before,
#footer .social-icons li .twitter i:before,
#footer .social-icons li .vimeo:before,
#footer .social-icons li .vimeo i:before { font-size: 26px; }

.listing-share .social-icons li a:hover,
.agent .social-icons li a:hover,
#footer .social-icons li a:hover {
	background: transparent !important;
	border-color: transparent;
}

.listing-share .social-icons li a:hover i,
.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i {
	color: #66676b;
}




.checkboxes {
	list-style: none;
	padding: 0;
}

.checkboxes.in-row label { margin-top: 18px;}
.checkboxes.one-in-row label { margin-top: 18px; width: 100%; }

.checkboxes li { padding: 8px 0; }
.checkboxes li:last-child { margin-bottom: -16px; }

.checkboxes label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 56px;
	margin-right: 40px;
	margin-bottom: 0;
	line-height: 48px;
	font-size: 32px;
}

.checkboxes label span {
	color: #909090;
}

.checkboxes input[type=checkbox] { display: none; }

.checkboxes label:before {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 20px;
	position: absolute;
	left: 0;
	top: 6px;
	background-color: #fff;
	border: 4px solid #d0d0d0;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.25s;
	font-family: "FontAwesome";
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.checkboxes input[type=checkbox]:checked + label:before {
	content: "\f00c";
	background-color: #66676b;
	border: 4px solid #66676b;
}





.listing-item-container.list-layout {
	background: transparent;
	background-color: #f9f9f9;
	margin-bottom: 50px;
}

.listing-item-container.list-layout:hover {
	transform: translate3d(12px,0,0);
}

.listing-item-container.list-layout .listing-item {
	display: flex;
	background-color: transparent;
	height: 440px;
}

.listing-item-container.list-layout .listing-item:before {
	display: none;
}

.listing-item-container.list-layout .listing-item img {
	border-radius: 0;
}

.listing-item-container.list-layout .listing-item-content {
	flex: 5;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}

.listing-item-container.list-layout .listing-item-image {
	min-height: 400px;
	flex: 2;
	height: 100%;
	overflow: hidden;
	border-radius: 8px 0 0 8px;
	position: relative;
}

.listing-item-container.list-layout .listing-item-image:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	display: block;
	background-color: #272729;
	opacity: 0.2;
}

.listing-item-container.list-layout span.like-icon {
	bottom: 50%;
	transform: translateY(50%);
	background-color: #eee;
	color: #9d9d9d;
	right: 70px;
}

.listing-item-container.list-layout span.like-icon.liked,
.listing-item-container.list-layout span.like-icon:hover {
	background-color: #f3103c;
	color: #fff;
}

.listing-item-container.list-layout .listing-item-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	padding-right: 240px;
}

.listing-item-container.list-layout .listing-item-inner h3 { color: #333; }
.listing-item-container.list-layout .listing-item-inner span { color: #808080; }

.listing-item-container.list-layout .star-rating { padding: 16px 0 0 0; }
.listing-item-container.list-layout .numerical-rating { margin: 20px 0 10px 0; display: block; }


.listing-item-container.list-layout .listing-item-details {
    position: absolute;
    bottom: 50px;
   	right: 70px;
   	left: auto;
   	top: auto;
    padding: 0;
    width: auto;
    z-index: 50;
    color: #888;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 28px;
}





.listing-item-container {

	background-color: #f6f6f6;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	transform: translate3d(0,0,0);
	transition: transform 0.3s;
	margin-bottom: 60px;
}

section.fullwidth .listing-item-container,
.fs-content .listing-item-container {
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.08);
	background-color: #fff;
	background: #fff;
}

section.fullwidth .listing-item-container.list-layout,
.fs-content .listing-item-container.list-layout {
	box-shadow: none;
}

.listing-item-container:hover { transform: translate3d(0,-12px,0); }

.listing-item {
	background: #ccc;
	border-radius: 8px 8px 0 0;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 530px;
	z-index: 100;
	cursor: pointer;
}

.listing-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 8px 8px 0 0;
}


.listing-item:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: linear-gradient(to top, rgba(35,35,37,0.9) 0%, rgba(35,35,37,0.45) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background-color: rgba(35,35,37,0.2);
	border-radius: 8px 8px 0 0;
	opacity: 1;
}

.listing-item-content {
	position: absolute;
	bottom: 56px;
	left: 0;
	padding: 0 64px;
	padding-right: 180px;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}

.listing-item-content h3 {
	color: #fff;
	font-size: 40px;
	bottom: -2px;
	position: relative;
	font-weight: 500;
	margin: 0;
	line-height: 62px;
}

.listing-item-content span {
	font-size: 32px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.7);
}

.listing-item-container.list-layout span.tag,
.listing-item-content span.tag {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: 60;
	background: rgba(255,255,255,0.3);
	border-radius: 100px;
	padding: 8px 32px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 18px;
}

.listing-item-container.list-layout span.tag {
	position: absolute;
	bottom: 40px;
	left: 40px;
	background: #66676b;
	margin: 0;
	z-index: 10;
    line-height: 28px;
    padding: 14px 32px;
    margin-right: 40px;
    text-align: center;
}



.listing-item-details {
	position: absolute;
	top: 48px;
	left: 0;
	padding: 0 64px;
	width: 100%;
	z-index: 50;
	color: #fff;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 30px;
}

.listing-item-details ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.listing-item-details ul li {
	display: inline-block;
	margin-right: 12px;
	line-height: 40px;
}

.listing-item-details ul li i {
	display: inline-block;
	margin: 0 6px 0 0;
	position: relative;
	top: 0px;
	font-size: 28px;
}



.listing-item-container.compact .listing-item { border-radius: 8px; }
.listing-item-container.compact .star-rating { padding: 10px 0 0 0; }

.listing-item-container.compact .rating-counter {
	color: rgba(255,255,255,0.7);
}

.listing-item-container.compact .star-rating .star.empty:before,
.listing-item-container.compact .star-rating .star.half:before { color: rgba(255,255,255,0.3); }

.listing-item-container.compact .listing-item-content span.tag { background-color: #66676b; }


.numerical-rating {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
	line-height: 52px;
	height: 52px;
	width: 88px;
	display: inline-block;
	font-family: "Open Sans";
	position: relative;
	border-radius: 100px;
	letter-spacing: -1px;
	background-color: rgba(255,255,255,0.2);
	margin: 30px 64px;
}

.compact .numerical-rating { margin: 0 0 16px 0; }

.numerical-rating:before {	content: attr(data-rating); }

.numerical-rating.high { background-color: #64bc36; }
.numerical-rating.mid { background-color: #c0c52a; }
.numerical-rating.low { background-color: #ee3535; }

.infoBox .numerical-rating .rating-counter,
.numerical-rating .rating-counter {
	position: absolute;
	top: 0;
	left: 28px;
	width: auto;
	display: inline-block;
	font-weight: 400;
	font-size: 30px;
	width: 300px;
	color: #909090;
}

.infoBox .numerical-rating .rating-counter { left: 24px; }

.infoBox .numerical-rating {
	margin: 0;
	font-family: "Open Sans";
}



.star-rating { display: block; font-size: 34px; }

.listing-item-container .star-rating {
	padding: 30px 64px;
}

.star-rating .star {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 8px;
	position: relative;
}

.rating-counter {
	color: #909090;
	padding-left: 10px;
	display: inline-block;
	font-size: 30px;
}

.star-rating .rating-counter {
	top: -2px;
	position: relative;
}

.infoBox .star-rating .rating-counter {
	font-size: 30px;
	top: -4px;
}

.star-rating .star.half:after,
.star-rating .star:before {
	font-family: "FontAwesome";
	content: "\f005";
	display: block;
	color: #ffc600;
}

.star-rating .star.empty:before { color: #ddd; }

.rating:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.star-rating .star.half:before { color: #ddd; }
.star-rating .star.half:after {
	color: #ffc600;
	position: absolute;
	top:0;
	width: 50%;
	display: block;
	height: 100%;
	overflow: hidden;
}



span.like-icon {
	color: #fff;
	font-size: 38px;
	position: absolute;
	z-index: 101;
	right: 60px;
	bottom: 60px;
	cursor: normal;
	background-color: rgba(24,24,24,0.4);
	display: block;
	height: 88px;
	width: 88px;
	border-radius: 50%;
	transition: all 0.4s;
}

.like-icon:before,
.like-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0,-.41,.19,2.5);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 18px;
}

.like-icon:before {
	content: "\f08a";
	transform: scale(0.95);
}

.like-icon:after {
	content: "\f004";
	opacity: 0;
	transform: scale(0.5);
}

.like-icon.liked:after {
	opacity: 1;
	transform: scale(0.95);
}

.like-icon:hover,
.like-icon.liked {
	background-color: #f3103c;
}

.like-icon.liked:before{
	opacity: 0;
}


.listing-item { overflow: hidden; }

.listing-badge {
	background-color: #333;
	float: left;
	position: absolute;
	transform: rotate(45deg);
	right: -128px;
	top: 44px;
	text-align: center;
	width: 400px;
	font-size: 25px;
	margin: 0;
	z-index: 999;
	color: #fff;
	font-weight: 500;
	line-height: 56px;
}


.listing-badge.now-open {
	background-color: #54ba1d;
}

.listing-badge.now-closed {
	background-color: #e91721;
}




.categories-boxes-container {
	width: calc(100% + 40px);
	left: -40px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.category-small-box {
	float: left;
	background-color: #f2f2f2;
	border-radius: 8px;
	margin: 40px 0 0 40px;
	padding: 44px 40px;
	text-align: center;
	color: #777;
	transition: 0.4s;
	transform: scale(1);
	vertical-align: top;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.category-small-box:hover {
	background-color: #66676b;
	color: #fff;
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.1);
}

.category-small-box:hover h4 {
	font-size: 34px;
}

.category-small-box h4 {
	font-size: 32px;
	color: #333;
	transition: 0.4s;
	line-height: 44px;
	margin-top: 16px;
}

.category-small-box i {
	font-size: 84px;
	height: 80px;
	display: inline-block;
	margin-top: 40px;
}

.category-small-box:hover h4 { color: #fff; }




@media (min-width: 1536px) {
	.category-small-box { width: calc(100% * (1/3) - 42px); }
}
@media (min-width: 1984px) {
	.category-small-box { width: calc(100% * (1/3) - 42px); }
}
@media (min-width: 2480px) {
	.category-small-box { width: calc(100% * (1/6) - 42px); }
}





#titlebar {
	background-color: #f8f8f8;
	position: relative;
	padding: 140px 0;
	margin-bottom: 130px;
}

#titlebar.gradient {
	background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255,255,255,0.5));
	padding-bottom: 20px;
}

#titlebar span a,
#titlebar span {
	font-size: 40px;
	color: #888;
	margin-bottom: 6px;
	margin-top: 12px;
	display: inline-block;
}

#titlebar #breadcrumbs span {
	font-size: 26px
}

#titlebar h1,
#titlebar h2 {
	font-size: 64px;
	line-height: 80px;
	margin: 2px 0 6px 0;
}


#breadcrumbs {
	position: absolute;
	right: 30px;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	color: #888;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#breadcrumbs ul { margin: 0; }

#breadcrumbs ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #888;
}

#breadcrumbs ul li a:hover { color: #666 }

#breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 20px;
}

#breadcrumbs ul li:first-child:before { display: none; }

#breadcrumbs ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #a0a0a0;
	font-size: 28px;
	margin-right: 30px;
}

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before { color: #fff; }



.parallax #titlebar {
	background-color: transparent;
	position: relative;
	z-index: 999;
	padding: 180px 0;
}

.parallax #titlebar h1,
.parallax #titlebar h2,
.parallax #titlebar #breadcrumbs ul li,
.parallax #titlebar #breadcrumbs ul li a,
.parallax #titlebar #breadcrumbs ul li::before {color: #fff}

.parallax #titlebar span a,
.parallax #titlebar span { color: rgba(255,255,255,0.7); }





#not-found { margin: 80px 0 160px 0; }

#not-found.center { text-align: center; }

#not-found h2 {
	text-align: center;
	font-size: 440px;
	line-height: 420px;
	font-weight: 500;
	letter-spacing: -16px;
}

#not-found p {
	text-align: center;
	font-size: 60px;
	line-height: 96px;
	display: inline-block;
	margin-top: 20px;
	color: #999;
}

#not-found i {
	color: #e0e0e0;
	font-size: 380px;
	top: 32px;
	position: relative;
}







#dashboard {
	background-color: #f7f7f7;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
	padding-top: 160px;
}


.dashboard-content,
.dashboard-nav { flex: 1; }

.dashboard-content {
	padding: 80px 90px;
	padding-bottom: 0;
	position: relative;
	z-index: 10;
	height: 100%;
	margin-left: 520px;
}

.dashboard-nav,
.dashboard #logo {
	min-width: 520px;
	max-width: 520px;
}

.dashboard-nav {
	position: fixed;
	min-height: 100vh;
	overflow: hidden;
}



.dashboard-nav-inner {
	height: 100%;
	width: 554px;
	overflow-y: scroll;
	position: relative;
	display: block;
	padding: 20px 0 50px 0;
}

.messages-container-inner .messages-inbox ul::-webkit-scrollbar { width: 34px; }

.dashboard-nav-inner {
    max-height: 1800px;
    width: calc(100% + 34px);
    overflow-y: scroll;
    position: relative;
    display: block;
    padding: 20px 0 50px 0;
}





header.fullwidth.dashboard .container { padding-left: 570px; }


.dashboard #logo {
	display: block;
	background-color: #333;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
}

.dashboard #logo a {
	margin-left: 66px;
	display: inline-block;
	height: 100%;
}

.dashboard #logo a img {
	top: 50%;
	position: relative;
	transform: translate3d(0,-50%,0);
}



#dashboard .copyrights {
	padding: 80px 0;
	margin: 0;
	display: block;
	text-align: left;
	border: none;
}

.dashboard #logo a { display: none; }
.dashboard #logo a.dashboard-logo { display: inline-block;}



.dashboard-nav {
	background-color: #2a2a2a;
	display: block;
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.12);
	z-index: 11;
}

a.dashboard-responsive-nav-trigger { display: none; }

.dashboard-nav ul {
	list-style: none;
	padding: 0;
	margin: 30px 0 0 0;
}

.dashboard-nav ul:before {
	content: attr(data-submenu-title);
	padding: 0 60px;
	margin-bottom: 10px;
	display: block;
	color: #999;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 2px;
}


.dashboard-nav ul li {
	color: #eee;
	display: block;
	border-left: 6px solid transparent;
	transition: 0.3s;
	line-height: 48px;
	font-size: 30px;
}

.dashboard-nav ul li a {
	color: #eee;
	display: block;
	padding: 22px 54px;
	transition: 0.3s;
	cursor: pointer;
}

.dashboard-nav ul li a i {
	padding-right: 16px;
	width: 40px;
}

.dashboard-nav ul li a:hover { color: #fff; }



.dashboard-nav ul li span.nav-tag {
	background-color: rgba(255,255,255,0.2);
	font-family: "Open Sans";
	font-weight: 600;
	display: inline-block;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	padding: 0;
	padding: 0 14px;
	box-sizing: border-box;
	text-align: center;
	min-width: 40px;
	height: 40px;
	letter-spacing: -1px;
	text-align: center;
	border-radius: 100px;
	margin-left: 8px;
}

.dashboard-nav ul li span.nav-tag.messages {top: -4px; position: relative; }
.dashboard-nav ul li span.nav-tag.messages,
.dashboard-nav ul li span.nav-tag.green { background-color: #64bc36; }
.dashboard-nav ul li span.nav-tag.yellow { background-color: #b9be1c; }
.dashboard-nav ul li span.nav-tag.red { background-color: #ee3535; }



.dashboard-nav ul li ul {
	padding: 0;
	margin: 0;
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	line-height: 0;
	transition: 0.2s;
}

.dashboard-nav ul li.active ul {
	visibility: visible;
	padding: 0 0 30px 0;
	line-height: 48px;
	opacity: 1;
	max-height: 600px;
}

.dashboard-nav ul li ul li {
	color: #eee;
	background-color: transparent;
	border: none;
	padding-left: 108px;
	position: relative;
	margin: 0;
}

.dashboard-nav ul li ul li a { padding: 14px 0; }

.dashboard-nav ul li ul li:hover {
	color: #fff;
	border: none;
	background-color: transparent;
}


.dashboard-nav ul li a:after {
	font-family: "FontAwesome";
	content: '\f107';
	right: 54px;
	font-size: 32px;
	position: absolute;
	transition: 0.2s;
	color: rgba(255,255,255,0.5);
}


.dashboard-nav ul li.active a:after { transform: rotate(180deg); }

.dashboard-nav ul li ul:before,
.dashboard-nav ul li a:only-child:after { content: ''; display: none; }


.dashboard-nav ul li ul li:hover a { padding-left: 8px; }

.dashboard-nav ul li.active,
.dashboard-nav ul li:hover {
	color: #fff;
	border-color: #66676b;
	background-color: rgba(255,255,255,0.05);
}




#dashboard #titlebar {
	padding: 0;
	margin: 0 0 80px 0;
	display: block;
	background-color: transparent;
	background: transparent;
}

#dashboard #titlebar h2 {
	font-size: 60px;
	line-height: 76px;
}




.dashboard-stat {
	display: inline-block;
	padding: 0;
	height: 320px;
	background-color: #444;
	color: #fff;
	border-radius: 8px;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	transition: 0.3s;
	cursor: default;
}

.dashboard-stat:hover { transform: translateY(-8px); }

.dashboard-stat-content {
	position: absolute;
	left: 64px;
	top: 50%;
	width: 45%;
	transform: translateY(-50%);
}

.dashboard-stat-content h4 {
	font-size: 84px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Open Sans";
	letter-spacing: -2px;
}

.dashboard-stat-content span {
	font-size: 36px;
	margin-top: 8px;
	line-height: 48px;
	font-weight: 300;
	display: inline-block;
}

.dashboard-stat-icon {
	position: absolute;
	right: 64px;
	top: 50%;
	transform: translateY(-40%);
	font-size: 160px;
	opacity: 0.3;
}



.dashboard-stat.color-1 {
	background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.2));
	background-color: #64bc36;
}

.dashboard-stat.color-2 {
	background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.1));
	background-color: #363841;
}

.dashboard-stat.color-3 {
	background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.3));
	background-color: #ffae00;
}

.dashboard-stat.color-4 {
	background: linear-gradient(to left, rgba(255,255,255,0) 25%, rgba(255,255,255,0.1));
	background-color: #f3103c;
}




#dashboard .pagination ul li a,
#dashboard .pagination-next-prev ul li a {
    background-color: transparent;
}

#dashboard .pagination ul li a.current-page,
#dashboard .pagination .current,
#dashboard .pagination ul li a:hover,
#dashboard .pagination-next-prev ul li a:hover {
    background-color: #fff;
}




.messages-container {
	margin: 0;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.06);
	border-radius: 8px;
	background-color: #fff;
}

.messages-headline {
	font-size: 32px;
	margin: 0;
	padding: 44px 60px;
	color: #333;
	background-color: #fff;
	display: block;
	border-bottom: 2px solid #eaeaea;
	border-radius: 8px 8px 0 0;
	position: relative;
}

.messages-headline h4 {
	font-size: 32px;
	color: #333;
	padding: 0;
	margin: 0;
	font-weight: 600;
	display: inline-block;
}

.message-action {
	border-radius: 100px;
	font-size: 26px;
	color: #666;
	font-weight: 500;
	display: inline-block;
	transition: 0.3s;
	color: #666;
	padding: 0;
	float: right;
}

.message-action:hover { color: #ee3535; }


.messages-inbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.message-avatar img {
	display: inline-block;
	width: 108px;
	height: 108px;
	border-radius: 50%;
}

.messages-inbox ul li a {
	position: relative;
	display: block;
	padding: 60px;
}

.messages-inbox ul li { border-bottom: 2px solid #eaeaea; transition: 0.2s; }
.messages-inbox ul li:last-child { border-bottom: none; }

.messages-inbox ul li.unread,
.messages-inbox ul li:hover { background-color: #fbfbfb; }

.messages-inbox ul li.active-message { background-color: #fafafa; }

.messages-inbox .message-avatar {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
}

.messages-inbox .message-by {
	margin-left: 170px;
	font-size: 30px;
	color: #666;
}

.messages-inbox .message-by p {
	margin: 0;
	padding: 0;
	line-height: 54px;
	font-size: 30px;
}

.message-by-headline h5,
.message-by-headline span {
	display: inline-block;
}

.message-by-headline span {
	float: right;
	color: #888;
	font-size: 28px;
}

.message-by-headline h5 {
	font-weight: 600;
	color: #333;
	margin: 0 0 14px 0;
	padding: 0;
}

.message-by-headline:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.message-by h5 i {
	background-color: #64bc36;
	border-radius: 100px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	font-style: normal;
	padding: 6px 16px;
	margin-left: 6px;
}



.messages-container-inner {
	display: flex;
}

.messages-container-inner .messages-inbox,
.messages-container-inner .message-content {
	flex: 1;
}



.messages-container-inner .messages-inbox { overflow: hidden; }

.messages-container-inner .messages-inbox ul {
    max-height: 1600px;
	overflow-y: scroll;
	width: 714px;
}

.messages-container-inner .messages-inbox ul::-webkit-scrollbar { width: 34px; }


.messages-container-inner .message-content { padding: 60px; }

.messages-container-inner .messages-inbox {
	max-width: 680px;
	border-right: 2px solid #eaeaea;
}

.messages-container-inner .messages-inbox ul li a { padding: 50px; }

.messages-container-inner .messages-inbox .message-by p {
	height: 52px;
	max-width: 410px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 28px;
	color: #888;
}

.messages-container-inner .message-avatar img {
	width: 80px;
	height: 80px;
}

.messages-container-inner .messages-inbox .message-avatar { left: 50px; }
.messages-container-inner .messages-inbox .message-by { margin-left: 120px }

.messages-container-inner .message-by-headline h5 {
	font-size: 28px;
	margin-bottom: 6px;
	max-width: 320px;
	line-height: 46px;
}

.messages-container-inner .message-by-headline span {
	font-size: 26px;
	position: absolute;
	top: 50px;
	right: 50px
}


.message-bubble {
	display: block;
	position: relative;
	margin-bottom: 50px;
}

.message-bubble .message-avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.message-bubble .message-avatar img {
	width: 100px;
	height: 100px;
}

.message-bubble .message-text {
	margin-left: 140px;
	background-color: #f6f6f6;
	border-radius: 8px;
	padding: 40px;
	position: relative;
}

.message-bubble .message-text p {
	font-size: 30px;
	padding: 0;
	margin: 0;
	line-height: 54px;
}

.message-bubble .message-text:before {
	position: absolute;
	top: 24px;
	left: -18px;
	content: "\f0d9";
	font-family: "FontAwesome";
	font-size: 62px;
	color: #f6f6f6;
}


.message-bubble.me .message-avatar {
	left: auto;
	right: 0;
}

.message-bubble.me .message-text {
	margin-left: 0;
	margin-right: 140px;
}

.message-bubble.me .message-text:before {
	left: auto;
	right: -22px;
	content: "\f0da";
}


.message-reply {
	display: block;
	margin-top: 30px;
}

.message-reply textarea {
	max-width: 100%;
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	line-height: 52px;
	padding: 30px 40px;
}

.message-reply button { border-radius: 8px; margin-top: 10px; }




.dashboard-list-box {
	margin: 60px 0 0 0;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.06);
	border-radius: 8px;
}


.dashboard-list-box .button {
	padding: 12px 30px;
	line-height: 40px;
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}

.dashboard-list-box .button.gray:before { display: none; }
.dashboard-list-box .button.gray {
	background-color: #e9e9e9;
	color: #666;
}

.dashboard-list-box .button.gray:hover {
	background-color: #66676b;
	color: #fff;
}

.dashboard-list-box h4 {
	font-size: 32px;
	font-weight: 600;
	margin: 0;
	padding: 50px 60px;
	color: #333;
	background-color: #fff;
	display: block;
	border-bottom: 2px solid #eaeaea;
	border-radius: 8px 8px 0 0;
}

.dashboard-list-box h4.gray {
	background-color: #fbfbfb
}

.dashboard-list-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}

.dashboard-list-box ul li {
	padding: 46px 60px;
	border-bottom: 2px solid #eaeaea;
	transition: 0.3s;
	position: relative;
}



.dashboard-list-box.with-icons ul li { padding-left: 174px; }

.dashboard-list-box ul li:last-child { border: none; }

.dashboard-list-box ul li:hover { background-color: #fbfbfb; }
.dashboard-list-box .numerical-rating { margin: 0 6px; }

.dashboard-list-box ul li i.list-box-icon {
	height: 76px;
	width: 76px;
	color: #777;
	text-align: center;
	line-height: 74px;
	border-radius: 50%;
	transition: 0.3s;
	display: inline-block;
	background-color: #eee;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
}

.dashboard-list-box ul li:hover i.list-box-icon { background-color: #eaeaea; }



.dashboard-list-box-static {
	padding: 60px;
	background-color: #fff;
}

.dashboard-list-box-static .button {
	padding: 24px 40px;
	font-size: 30px;
	margin-bottom: 6px;
}



a.close-list-item {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
	opacity: 0;
	padding: 8px;
	color: #ea2828;
	transition: 0.3s;
}

.dashboard-list-box ul li:hover a.close-list-item { opacity: 1; }



.dashboard-list-box ul ul { background-color: transparent; }

.dashboard-list-box ul ul li:nth-last-child(2n+1) { background-color: transparent; }
.dashboard-list-box ul ul li {
	padding: 0;
	border: none;
	transition: 0.3s;
	background-color: transparent;
	display: inline-block;
}

.dashboard-list-box ul ul li:hover { background-color: transparent; }


.dashboard-list-box .sort-by {
	top: 32px;
	right: 52px;
}

.dashboard-list-box .sort-by .chosen-container-single .chosen-single { background-color: transparent; padding: 0 8px; }
.dashboard-list-box .chosen-container .chosen-results li { border: none; }




.dashboard-list-box.invoices li { padding: 40px 60px; }
.dashboard-list-box.invoices ul li strong { color: #333; }

.dashboard-list-box.invoices ul ul {
	line-height: 44px;
	padding-bottom: 4px;
	color: #909090;
}

.dashboard-list-box.invoices ul ul li { padding: 0; }

.dashboard-list-box.invoices ul ul li:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 22px;
	background-color: #e0e0e0;
	position: relative;
	margin: 0 20px;
}

.dashboard-list-box.invoices ul ul li:last-child:after { display: none; }

.paid { color: #64bc36; }
.unpaid { color: #ee3535; }


.buttons-to-right,
.dashboard-list-box .button.to-right {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate3d(0,-49%,0);
	-moz-transform: translate3d(0,-50%,0);
	opacity: 0;
	transition: 0.4s;
	box-shadow: 0px 0px 20px 30px #fbfbfb;
}


.dashboard-list-box li:hover .buttons-to-right,
.dashboard-list-box li:hover .button.to-right { opacity: 1; }

.buttons-to-right { box-shadow: none; }
.buttons-to-right .button { margin-left: 4px; }

.dashboard-list-box .button i { padding-right: 4px; position: relative; top: 2px; }
.dashboard-list-box .button i.fa-remove { padding-right: 2px; }



.buttons-to-right a.button.approve:hover { background-color: #64bc36; }
.buttons-to-right a.button.reject:hover { background-color: #e42929; }


.edit-profile-photo img {
	border-radius: 8px;
	max-width: 480px;
	width: 100%;
}

.edit-profile-photo {
	position: relative;
	display: block;
	margin-bottom: 70px;
}

.change-photo-btn {
	font-weight: 600;
	padding: 10px 12px;
	color: #333;
	background-color: #fff;
	border-radius: 100px;
	display: inline-block;
	position: relative;
	font-size: 26px;
	width: auto;
	transition: 0.3s;
	cursor: pointer;
	line-height: 40px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: auto;
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 6px 24px;
	cursor: pointer;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.change-photo-btn:hover {
	color: #fff;
	background-color: #66676b;
}

.change-photo-btn i { margin-right: 4px; }

.my-profile label {
	margin-top: 54px;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-bottom: 18px;
}

.my-profile { display: block; }

.my-profile label i { margin-right: 6px; }

.my-profile textarea {
	height: 400px; }



.list-box-listing {
	display: flex;
	padding: 10px 0;
	position: relative;
}


.list-box-listing-img {
	flex: 1;
	max-width: 300px;
	position: relative;
}

.list-box-listing-img a {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 10;
}


.list-box-listing-img a:before {
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(22,22,22,0.2);
	border-radius: 8px;
	z-index: 11;
}

.list-box-listing-img a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 8px;
}


.bookings { margin: 20px 0; }

.bookings .list-box-listing-img a:before { display: none; }
.bookings .list-box-listing-img {
	max-width: 140px;
	max-height: 140px;
	border-radius: 50%;
	overflow: hidden;
}

.bookings .list-box-listing-content .inner {
	top:0;
	transform: none
}

.bookings .list-box-listing-img {
    margin-right: 10px;
}

.bookings .list-box-listing-content .inner h3 { margin-bottom: 40px; }

.inner-booking-list h5 {
	display: inline-block;
	font-weight: 600;
	margin: 0;
	color: #666;
}

.inner-booking-list ul {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
}

.inner-booking-list ul li {
	display: inline-block;
	padding: 0;
	margin: 0 0 8px 0;
}

.inner-booking-list ul li:after {
	content: "";
	display: inline-block;
	position: relative;
	margin: 0 20px;
	height: 24px;
	top: 2px;
	background-color: #ddd;
	width: 2px;
}

.inner-booking-list ul li:last-child:after { display: none; }

.inner-booking-list ul li.highlighted {
	padding: 4px 20px;
	line-height: 44px;
	font-weight: 500;
	font-size: 28px;
	background-color: #eee !important;
    color: #777;
	border-radius: 100px;
	display: inline-block;
}

.pending-booking .inner-booking-list ul li.highlighted {
	background-color: #E9F7FE !important;
    color: #3184ae;
}

.approved-booking .inner-booking-list ul li.highlighted {
	background-color: #EBF6E0 !important;
    color: #5f9025;
}

.bookings .inner h3 span.booking-status {
    border-radius: 100px;
    line-height: 40px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    font-style: normal;
    padding: 4px 16px;
    margin-left: 6px;
    position: relative;
    top: -4px;
}

.approved-booking .bookings .inner h3 span.booking-status { background-color: #64bc36; }
.pending-booking .bookings .inner h3 span.booking-status{ background-color: #61b2db; }
.canceled-booking .bookings .inner h3 span.booking-status { background-color: #ee3535; }



.list-box-listing-content {
	flex: 1;
	padding-left: 50px;
}

.list-box-listing-content .inner {
	position: relative;
	top: 28px;

	vertical-align: top;
}

.list-box-listing-content .inner h3 {
	font-size: 36px;
	bottom: -4px;
	position: relative;
	font-weight: 500;
	margin: 0;
	line-height: 54px;
}

.list-box-listing-content .inner span {
	font-size: 30px;
	font-weight: 300;
	display: inline-block;
}


.list-box-listing-content .inner .numerical-rating,
.list-box-listing-content .inner .star-rating {
	margin: 10px 0 0 0;
	display: block;
}



.dashboard-list-box .comments.listing-reviews li {
	margin: 38px 0 20px 0;
}

.dashboard-list-box  a.rate-review {
    border: none;
    color: #666;
    background-color: #eee;
    padding: 8px 36px;
}

.dashboard-list-box  a.rate-review:hover {
    background-color: #66676b;
    color: #fff;
}

.dashboard-list-box .comment-by-listing {
	display: inline-block;
	color: #888;
}

.dashboard-list-box .comment-by-listing.own-comment,
.dashboard-list-box .comment-by-listing.own-comment a { color: #444; }

.dashboard-list-box .comment-by-listing a { color: #888; }
.dashboard-list-box .comment-by-listing a:hover { color: #66676b; }



.add-listing-section label.switch {
	position: absolute;
	right: 80px;
	top: 60px;
	z-index: 100;
}

.add-listing-section {
	position: relative;
}

.add-listing-section .switcher-content {
	opacity: 0.4;
	pointer-events: none;
	transition: 0.4s;
}

.add-listing-section.switcher-on .switcher-content {
	opacity: 1;
	pointer-events: all;
}

label.switch {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 60px;
	margin-top: 0;
	margin-bottom: 0px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	border-radius: 100px;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 44px;
	width: 44px;
	left: 8px;
	bottom: 8px;
	background-color: white;
	transition: 0.4s;
	border-radius: 100px;
}

input:checked + .slider {
	background-color: #66676b;
}

input:checked + .slider:before {
	transform: translateX(60px);
}




.add-listing-section {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.06);
	padding: 0 80px 50px 80px;
}

.add-listing-headline {
	width: calc(100% + 160px);
	left: -80px;
	position: relative;
	padding: 60px 80px;
	margin: 0 0 60px 0;
	border-radius: 8px 8px 0 0;
	background-color: #fcfcfc;
	border-bottom: 2px solid #eaeaea;
}

.add-listing-headline h3 {
	padding: 0;
	margin: 0;
	line-height: 64px;
	font-size: 44px;
	position: relative;
	top: 2px;
}

#add-listing h5 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-bottom: 34px;
}

#add-listing h5 span {
	color: #888;
	font-weight: 400;
}

#add-listing h5 i {
	padding-right: 8px;
}

.add-listing-headline i {
	padding-right: 14px;
	display: inline-block;
	position: relative;
	top: 2px;
}

.button.preview {
	margin-top: 80px;
	font-size: 36px;
	font-weight: 400;
	padding: 22px 52px;
	display: inline-block;
}

.button.preview i { padding: 0; margin: 0 0 0 8px;}

.add-listing-section .row.with-forms input,
.add-listing-section .row.with-forms input[type="text"],
.add-listing-section .row.with-forms input[type="password"],
.add-listing-section .row.with-forms input[type="email"],
.add-listing-section .row.with-forms input[type="number"],
.add-listing-section .row.with-forms textarea,
.add-listing-section .row.with-forms input,
.add-listing-section .row.with-forms select,
.add-listing-section .row.with-forms .chosen-container {
    margin-bottom: 44px;
}
.add-listing-section textarea { min-height: 400px; margin-bottom: 70px; }

#add-listing h5.fb-input { color: #3b5998; }
#add-listing h5.twitter-input { color: #1da1f2; }
#add-listing h5.gplus-input { color: #dd4b39; }



.tip {
	font-style: normal;
	position: relative;
	top: -2px;
	left: 4px;
	display: inline-block;
	cursor: help;
	color: #fff;
	font-size: 22px;
	line-height: 0;
	width: 36px;
	height: 36px;
	background: #66676b;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 0 !important;
	font-weight: 500;
}

.tip-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 40px));
	-ms-transform: translate(-50%, -100%);
	background: #333;
	color: #fff;
	padding: 26px 30px;
	min-width: 400px;
	max-width: 400px;
	font-size: 26px;
	border-radius: 8px;
	line-height: 38px;
    pointer-events: none;
    z-index: 999;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.tip:hover .tip-content {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, calc(-100% - 26px));
	-ms-transform: translate(-50%, -115%);
}

.tip:after {
	font-family: "FontAwesome";
	content: "\f128";
	line-height: 38px;
	display: inline-block;
	position: relative;
	text-align: center;
	-moz-transform: translateY(-2px);
}

.tip-content:after {
	font-family: "FontAwesome";
	content:"\f0dd";
	position: absolute;
	bottom: 6px;
	left: 50%;
	font-size: 44px;
	color: #333;
	transform: translate(-50%,50%);
}



.opening-day { margin-bottom: 44px; }
.opening-day h5 { margin-top: 34px; transition: 0.15s; }
.opening-day:hover h5 { color: #66676b !important; }
.opening-day .chosen-container .chosen-results { max-height: 400px; }




#pricing-list-container {
	width: 100%;
	margin-top: 20px;
}

.pricing-list-item td {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

.pricing-list-item td .fm-input,
.pricing-list-item td .fm-move,
.pricing-list-item td .fm-close {
	flex: 1;
	position: relative;
}

.pricing-list-item td .fm-move,
.pricing-list-item td .fm-close {
	max-width: 80px;
}

.pricing-list-item td .fm-move {
	cursor: move;
	line-height: 102px;
	color: #666;
	font-size: 34px;
}

.pricing-list-item td .fm-close { text-align: right; }

.pricing-list-item td .fm-close a {
	padding: 20px;
	padding-right: 0;
	color: #ea2828;
	display: inline-block;
}

.pricing-list-item td .fm-input { margin-right: 40px; }

.pricing-list-item td .fm-input.pricing-name { max-width: 700px; }

.pricing-list-item td .fm-input.pricing-price {
	max-width: 300px;
	margin-right: 0;
}

.pricing-submenu { display: block; padding-top: 40px; }
.pricing-submenu input { background-color: #fafafa; }
.pricing-submenu.pricing-list-item td .fm-input { margin-right: 0; }

#pricing-list-container tbody tr:first-child.pricing-list-item.pricing-submenu {
	padding-top: 0;
}



.data-unit {
	position: absolute;
	top: 24px;
	right: 38px;
	font-style: normal;
	color: #aaa;
	z-index: 110;
	background-color: transparent;
	outline: 0;
	border: 0;
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	pointer-events:none;
	background-color: #fff;
}



.add-pricing-submenu.button:before,
.add-pricing-list-item.button:before { display: none; }

.add-pricing-submenu.button,
.add-pricing-list-item.button {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	color: #666;
	padding: 16px 44px;
	font-weight: 500;
}

.add-pricing-submenu.button:hover,
.add-pricing-list-item.button:hover {
	color: #fff;
	background-color: #66676b;
}




.separated-form .add-listing-section {
	border: 2px solid #eaeaea;
	box-shadow: 0 0 32px 0 rgba(0,0,0,0.04);
}

.separated-form .button.preview {
	padding: 28px 76px;
}

#titlebar i.sl { margin-right: 8px; }
.notification.notice.large h4 { font-weight: 500; }








.infoBox { border-radius: 8px; }

.map-box {
	background-color: #fff;
	margin-bottom: 40px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	position: relative;
}

.map-box .listing-img-container img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.map-box h4 {
	margin: 0;
	padding: 0;
}

.map-box h4 a {
	padding: 0 0 4px 0;
	font-size: 34px;
	line-height: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.listing-img-container {
	position: relative;
	height: 100%;
	display: block;
}

.map-box h4 a:hover { color: #66676b; }

.map-box p {
	padding: 0;
	line-height: 50px;
	margin: 4px 0 0 0;
	font-size: 28px;
}

.map-box ul.listing-details {
	padding: 0;
	font-size: 28px;
	display: none;
}

.map-box .listing-title {
	padding: 32px 44px;
}


.map-box .listing-img-content {
	padding: 36px 44px;
}


.map-box .listing-img-content span {
	font-size: 42px;
}

.map-box .listing-img-content .listing-price i {
    font-size: 30px;
    margin: -14px 0 0 0;
}


.infoBox &gt; img {
	position: absolute !important;
	right: 0px;
	top: 0px;
}

.map-box .listing-img-container::before {
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
	background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.40) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background-color: rgba(35,35,37,0.2);
}

.map-box .listing-item-content {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 48px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box;
}

.map-box .listing-item-content h3 {
    color: #fff;
    font-size: 36px;
    padding: 0 0 4px 0;
    font-weight: 500;
    margin: 0;
    line-height: 54px;
}

.map-box .listing-item-content span {
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,0.7);
}



.infoBox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	z-index: 999;
	text-align: center;
	line-height: 58px;
	cursor: pointer;
	font-size: 30px;
	font-weight: 500;
	height: 58px;
	width: 58px;
	background-color: #fff;
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: "FontAwesome";
	border-radius: 50%;
	-webkit-text-stroke: 2px #fff;
}

.infoBox-close:hover {
	color: #fff;
	background-color: #66676b;
	-webkit-text-stroke: 2px #66676b;
}



.map-box-icon {
	height: 76px;
	width: 76px;
	position: absolute;
	bottom:0;
	right:0;
	background-color: #3685cf;
	display: block;
	color: #fff;
	font-size: 24px;
	z-index: 101;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity:0;
	visibility: hidden;
}

.map-box-icon:before {
	content: "\f064";
	font-family: "FontAwesome";
	position: relative;
	top: 14px;
	display: block;
}

.map-box-image:hover .map-box-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateX(0);
}

.map-box-image {
	position: relative;
	overflow: hidden;
	display: block;
}

.infoBox {
	-webkit-animation: fadeIn 0.9s;
	animation: fadeIn 0.9s;
}


@-webkit-keyframes fadeIn {
    from {opacity: 0; }
    to {opacity: 1; }
}


@keyframes fadeIn {
    from {opacity: 0; }
    to {opacity: 1; }
}


.infoBox .star-rating {
    font-size: 32px;
    margin-top: 2px;
}

.infoBox .star-rating span { margin-right: 6px; }

.infoBox .rating-counter {
	position: relative;
	top: -2px;
}

.infoBox:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #fff;
}

#map {
	height: 100%;
	width: 100%;
	margin: 0;
	z-index: 990;
}

#map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 1040px;
	width: 100%;
	z-index: 990;
	margin-bottom: 120px;
}

.gmnoprint { margin: 20px; }


#map-container.fullwidth-home-map {
    height: 1240px;
    margin-bottom: 0;
}

#map-container.fullwidth-home-map .main-search-inner {
    position: absolute;
    display: block;
    bottom: 120px;
    top: auto;
    transform: none;
    padding-bottom: 0;
    z-index: 9999;
    margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#map-container.fullwidth-home-map .main-search-input {
    margin-top: 0;
}



.cluster img { display:none }

.cluster-visible {
	text-align: center;
	font-size: 30px !important;
	color: #fff !important;
	font-weight: 500;
	border-radius: 50%;
	width: 72px !important;
	height: 72px !important;
	line-height: 72px !important;
	background-color: #66676b;
}

.cluster-visible:before {
	border: 14px solid #66676b;
	opacity: 0.2;
	box-shadow: inset 0 0 0 8px #66676b;
	content: '';
	position:absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
	0%,100% {
		transform:scale(1.3) rotate(0deg)
	}
	50% {
		transform:scale(1.5) rotate(90deg)
	}
}




.map-marker-container {
	position: absolute;
	margin-top: 20px;
	transform: translate3d(-50%,-100%,0);
}

.marker-container {
	position: relative;
	margin: 20px auto;
	width: 80px;
	height: 80px;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	top: -10px;
}

#singleListingMap .marker-container { cursor: default; }

.marker-container { perspective: 1000; }

.marker-card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 0.4s ease-in-out;
	position: absolute;
	z-index: 1;
}

.marker-container:hover .marker-card,
.map-marker-container.clicked .marker-card { transform: rotateY(180deg) translateY(-8px); }

.marker-arrow {
	width: 0;
	content: "";
	height: 0;
	border-style: solid;
	border-width: 16px 8px 0;
	border-color: #66676b transparent transparent;
	top: 76px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	border-radius: 50%;
	z-index: 1;
}


.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	z-index: 100;
}

.face i {
	line-height: 68px;
	font-size: 40px;
}

.face.front {
	background-color: #fff;
	border: 4px solid #66676b;
	color: #66676b;
	z-index: 100;
}

.face.back {
	transform: rotateY(180deg);
	box-sizing: border-box;
	background: #66676b;
	border-color: #66676b;
	color: #fff;
}

.face.back i { trasform: scaleX(-1); line-height: 76px; font-size: 36px; }

.face.back:after {
	content: "";
	display: block;
	width: 72px;
	height: 72px;
	top: 4px;
	left: 4px;
	border: 2px solid rgba(255,255,255,0.65);
	border-radius: 50%;
	position: absolute;
}




.custom-zoom-in,
.custom-zoom-out {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	border-radius: 50%;
	margin: 10px 30px;
	transition: color 0.3s, background-color 0.3s;
	box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 30px;
	height: 68px;
	width: 68px;
}

.custom-zoom-in:hover,
.custom-zoom-out:hover {
	background-color: #66676b;
	color: #fff;
}

.custom-zoom-in:before,
.custom-zoom-out:before  {
	font-family: "FontAwesome";
	width: 100%;
	line-height: 70px;
	transition: -webkit-text-stroke 0.3s;
	-webkit-text-stroke: 2px #fff;
}

.zoomControlWrapper {
	position: absolute;
	left: 0;
	right: auto;
	width: 140px;
}

.custom-zoom-in:before { content: "\f067"; }
.custom-zoom-out:before  { content: "\f068"; }


.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before  { -webkit-text-stroke: 2px #66676b;  }




#mapnav-buttons {
	position: absolute;
	transform:translate(0,0);
	z-index: 999;
	font-size: 28px;
	display: inline-block;
	bottom: 40px;
	right: 40px;
	list-style: none;
	padding: 0;
}

#mapnav-buttons.top {
	top: 40px;
	right: 40px;
	bottom: auto;
}

#mapnav-buttons li {
	float: left;
	margin-left: 8px;
	line-height: 40px;
}

#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
	color: #333;
	background-color: #fff;
	padding: 14px 36px;
	padding-top: 18px;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 100px;
	box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.2);
}

#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover {
	background-color: #66676b;
	color: #fff;
}

#prevpoint:before,
#nextpoint:after {
	font-family: "FontAwesome";
	position: relative;
	font-weight: 500;
	margin: 0 0 0 12px;
	font-size: 34px;
	top: 0px;
	line-height: 2px;
}

#prevpoint:before {
	content: "\f104";
	margin: 0 12px 0 0;
}

#nextpoint:after {
	content:"\f105";
	margin: 0 0 0 12px;
}

#streetView,
#geoLocation,
#scrollEnabling {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 999;
	font-size: 26px;
	line-height: 42px;
}

#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
	content: "\e015";
	font-family: "simple-line-icons";
	position: relative;
	top: 4px;
	margin: 0 12px 0 0;
	font-size: 30px;
	line-height: 2px;
}

#scrollEnabling:before {
	margin-left: -6px;
}

#streetView:before {
	content: "\f21d";
	font-family: "FontAwesome";
	font-size: 32px;
	top: 2px;
	margin-right: 16px;
}


#geoLocation {
	right: auto;
	left: 40px;
	padding: 16px 22px;
}

#geoLocation:before {
	content: "\f192";
	font-family: "FontAwesome";
	font-size: 32px;
	margin: 0;
	top: 4px;
}





@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }


.dropzone, .dropzone * {
box-sizing: border-box; }

.dropzone {
	min-height: 300px;
	border: 4px solid rgba(0, 0, 0, 0.3);
	background: white;
	padding: 40px 40px; }
.dropzone.dz-clickable {
	cursor: pointer; }
.dropzone.dz-clickable * {
	cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
	cursor: pointer; }
.dropzone.dz-started .dz-message {
	display: none; }
.dropzone.dz-drag-hover {
	border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5; }
.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 32px;
	min-height: 200px; }
.dropzone .dz-preview:hover {
	z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
	opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 6px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
	background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
	font-size: 28px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none; }
.dropzone .dz-preview .dz-remove:hover {
	text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
	opacity: 1; }
.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 26px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 32px; }
.dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 2px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 2px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 6px; }
.dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(16px);
	filter: blur(16px);
 }
.dropzone .dz-preview .dz-image {
	border-radius: 6px;
	overflow: hidden;
	width: 240px;
	height: 240px;
	position: relative;
	transition: all 0.3s;
	display: block;
	z-index: 10; }
.dropzone .dz-preview .dz-image img {
	display: block;	filter: blur(0px);  	transition: all 0.4s; }
.dropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -54px;
	margin-top: -54px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
	display: block;
	width: 108px;
	height: 108px; }
.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 32px;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	width: 160px;
	margin-left: -80px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 16px;
	overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
	display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	font-size: 26px;
	top: 260px;
	left: -20px;
	width: 280px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	border-radius: 8px;padding: 20px 30px;line-height: 36px;
	color: white;
}
.dropzone .dz-preview .dz-error-message:after {
	content: '';
	position: absolute;
	top: -12px;
	left: 128px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #be2626; }

.dropzone {
	position:relative;
	border: 4px dashed #d0d0d0;
	border-radius: 6px;
	background: #fcfcfc;
	transition: all 0.3s linear;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.dropzone:hover {
	border: 4px dashed #59b02c;
	background: #fff;
	transition: all 0.35s linear;
}

.dropzone:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
	background-color: #59b02c;
	opacity: 0;
	z-index: 10;
	transition: all 0.3s linear;
	border-radius: 6px;
}

.dropzone:hover:before { opacity: 0.4; }

.dropzone .dz-message {
	text-align: center;
	margin: 100px 0;
	font-size: 34px;
	color: #888;
	transition: all 0.3s linear;
	position: relative;
	z-index: 11;
}

.dropzone:hover .dz-message {
	color: #59b02c;
}

.dz-message i {
	display: block;
	font-size: 64px;
	margin-bottom: 30px;
}




.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.96;
}

.mfp-wrap {
	top: -20px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
 }

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #aaa;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 16px;
	right: 16px;
	z-index: 504;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

.mfp-s-loading .mfp-arrow {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: 0px;
	top: -80px;
}


.og-close,
button.mfp-close {
	position: absolute;
	width: 90px;
	height: 90px;
	top: -40px;
	display: block;
	right: -24px;
	cursor: pointer !important;
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	margin: 0px;
	background-color: transparent;
	outline: none;	transform: translate3d(0,0,0);
}

.mfp-iframe-holder .mfp-close {
	top: -100px;
	right: -24px;
	transform: translate3d(0,0,0);
}

.mfp-gallery .mfp-close {
	top: 40px;
	right: 20px;
}

.mfp-gallery  .mfp-content .mfp-close {
	display: none;
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
	font-family: "FontAwesome";
	font-size: 58px;
	top: 8px;
	left: 50%;
	position: absolute;
	height: 20px;
	transition: 0.3s;
}


.mfp-close::after,
.mfp-close::before {
    top: 0px;
}

.og-close {
	margin: 34px;
	right: 20px;
	background: transparent;
	color: #222;
}

.mfp-close:hover,
.og-close:hover {
	transform: rotate(90deg);
}

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before {
	font-family: "FontAwesome";
	font-size: 58px;
	top: 42px;
	left: 50%;
	position: absolute;
	height: 20px;
	transition: 0.3s;
}

.og-close:after,
.og-close:before { top: 14px; font-size: 58px; }

.og-close:after,
.mfp-close:after {
	content:"\f106";
	-webkit-transform: translate(0,0);
	transform: translate(-50%,60%);
}

.og-close:after {
	-webkit-transform: translate(0,0);
	transform: translate(-50%,60%);
}

.og-close:before,
.mfp-close:before {
	content:"\f107";
	-webkit-transform: translate(0,0);
	transform: translate(-50%,0%);
}

#small-dialog .mfp-close,
#sign-in-dialog, .mfp-close,
.mfp-close:hover {
	color: #fff;
}



#sign-in-dialog .mfp-close,
#small-dialog .mfp-close {
	color: #666;
	background-color: #e4e4e4;
	border-radius: 50%;
	top: 56px;
	right: 80px;
    width: 80px;
    height: 80px;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
	color: #fff;
	transform: rotate(0);
	background-color: #66676b;
}

#sign-in-dialog .mfp-close::after,
#sign-in-dialog .mfp-close::before,
#small-dialog .mfp-close::after,
#small-dialog .mfp-close::before {
	top: 8px;
	height: 18px;
	font-size: 42px;
	transition: 0s;
}

.small-dialog-content input[type=submit] {
	width: 100%;
	margin-top: 52px;
	margin-bottom: 20px;
}

.small-dialog-content .divider {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 0;
}

.small-dialog-header {
	font-size: 44px;
	width: calc(100% + 160px);
	position: relative;
	left: -80px;
	top: 0;
	border-radius: 8px 8px 0 0;
	display: inline-block;
	background-color: #f6f6f6;
	padding: 70px 80px;
	margin-bottom: 80px;
}

.small-dialog-header h3 {
	padding: 0;
	margin: 0;
	font-size: 48px;
}


.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
	font-size: 26px;
	line-height: 36px;
}

.mfp-arrow {
	opacity: 1;
	margin: 0 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	width: 120px;
	height: 120px;
	position: absolute;
	display: block;
	z-index: 100;
	overflow: hidden;
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	outline: none;
}

.mfp-arrow:hover {
	background: #66676b;
	color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
	font-family: "simple-line-icons";
	font-size: 40px;
}

.mfp-arrow.mfp-arrow-right { right: 30px; }

.mfp-arrow.mfp-arrow-left:before { content: "\e605"; left: -2px; top: 0px; position: relative; }
.mfp-arrow.mfp-arrow-right:before { content: "\e606"; left: 2px; top: 0px; position: relative; }

.mfp-content:hover .mfp-arrow {
	opacity: 1;
}

.mfp-iframe-holder {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 2360px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 54%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
	background: black;
}


#sign-in-dialog,
#small-dialog {
	background: #fff;
	padding: 80px;
	padding-top: 0;
	text-align: left;
	max-width: 1220px;
	margin: 80px auto;
	position: relative;
	box-sizing:border-box;
	border-radius: 8px;
}


#sign-in-dialog {
	max-width: 1000px;
}


#sign-in-dialog span.line,
#small-dialog span.line {padding-top: 0;}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}


.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}


.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; 
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 80px auto;
	border-radius: 8px;
}


.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 80px;
	bottom: 80px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 36px rgba(11,11,11, 0.6);
}

.mfp-figure {
	line-height: 0;
}

.mfp-bottom-bar {
	margin-top: -60px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 36px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 72px;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 24px;
	line-height: 28px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}






.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 88px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.92;
	background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}




.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 99;
}


.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}


.centered-content {
    position:relative;
	vertical-align:middle;
	text-align:center;
}



.parallax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #333;
	opacity: 0.4;
}


.parallax-content {
	position: relative;
	z-index: 999;
	padding: 210px 0;
}






.slick-slider
{
    position: relative;

    display: block;
    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: 2px;
}

.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: 2px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
	display: none;
}

.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
	display: block;
}

.simple-fw-slick-carousel .fw-carousel-item { padding: 20px 30px 0 30px; }
.simple-fw-slick-carousel {margin: 0 30px; max-width: 100%; box-sizing: border-box; }



.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.logo-slick-carousel .slick-prev,
.logo-slick-carousel .slick-next,
.simple-slick-carousel .slick-prev,
.simple-slick-carousel .slick-next { display: none !important; }

.simple-slick-carousel.arrows-nav .slick-prev,
.simple-slick-carousel.arrows-nav .slick-next { display: block !important; }

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #999;
}

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

.slick-prev:before,
.slick-next:before {
    font-family: 'simple-line-icons';
    font-size: 64px;
    line-height: 1;
    opacity: 1;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s;
}

.white-nav .slick-prev:before,
.white-nav .slick-next:before {
    color: #fff;
}

.slick-prev { left: 6px; transform: translate3d(-180px,-50%,0); }
.slick-next { right: 6px; transform: translate3d(180px,-50%,0); }

.slick-prev:before { content: '\e605'; }
.slick-next:before { content: '\e606'; }



.slick-dotted.slick-slider { margin-bottom: 60px; }

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.simple-slick-carousel.slick-dotted.slick-slider { margin-bottom: 0; }
.simple-slick-carousel.slick-dotted.slick-slider.dots-nav { margin-bottom: 60px; }

.simple-slick-carousel .slick-dots { display: none !important; }
.simple-slick-carousel.dots-nav .slick-dots { display: block !important; }

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 6px;
    cursor: pointer;
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    outline: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 6px;
	opacity: 1;
	border-radius: 50%;
	line-height: 0;
	box-shadow: inset 0 0 0 4px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li.slick-active {
	box-shadow: inset 0 0 0 12px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li:after {
    display: block;
    height: 26px;
    width: 26px;
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s;
	opacity: 0;
	background-color: #c0c0c0;
}

.slick-dots li.slick-active:after {
	opacity: 1;
}


.white-nav .slick-dots li { box-shadow: inset 0 0 0 4px #fff; }
.white-nav .slick-dots li.slick-active { box-shadow: inset 0 0 0 16px #fff; }

.slick-dots li button { display: none;}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}



.logo-slick-carousel div.item {
	margin-bottom: 60px;
	text-align: center;
	display: inline-block;
}

.logo-slick-carousel div.item img { display: inline-block; }


.fullwidth-slick-carousel .slick-slide {
	margin: 0 30px 60px 30px;
	opacity: 0.2;
	transition: 0.4s;
	pointer-events: none;
}

.slick-slide { outline: none; }

.testimonial-carousel .slick-slide.slick-active,
.fullwidth-slick-carousel .slick-slide.slick-active {
	opacity: 1;
	filter: none;
	pointer-events: all;
}

.fullwidth-carousel-container {
	overflow: hidden;
	width: 100%;
}

.category-box-container {
	position: relative;
	height: 100%;
}

.category-box-container.half {
	height: calc(50% - 30px);
	margin-bottom: 60px;
}

.category-box {
	background: #ccc;
	border-radius: 8px;
	height: 100%;
	display: block;
	margin-bottom: 40px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	cursor: pointer;
}

.category-box:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: -webkit-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
}

.fullwidth-slick-carousel.category-carousel .slick-slide {
	height: 900px;
}

.fullwidth-slick-carousel.category-carousel .slick-slide.fw-carousel-review {
	height: auto;
}

.category-box-content {
	position: absolute;
	bottom: 60px;
	left: 68px;
	width: calc(100% - 136px);
	z-index: 50;
	box-sizing: border-box;
}

.category-box-content h3 {
	color: #fff;
	font-size: 48px;
	padding: 10px 0;
	margin: 0;
}

.category-box-content span {
	font-size: 36px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.7);
}

.category-box-btn {
	position: absolute;
	right: 64px;
	bottom: 64px;
	z-index: 111;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 16px 0px;
	text-align: center;
	min-width: 240px;
	border-radius: 100px;
	transition: all 0.3s;
}

.category-box-btn:hover {
	background-color: #66676b;
	border-color: #66676b;
}

.fw-carousel-item {
	position: relative;
	height: 100%;
}

.category-box-background {
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
	transform: translate3d(0,0,0) scale(1);
	image-rendering: -webkit-optimize-contrast;
}

.category-box:hover .category-box-background { transform: translate3d(0,0,0) scale(1.08); }



.simple-slick-carousel {
	height: auto;
	width: calc(100% + 60px);
	left: -20px;
}

.simple-slick-carousel .category-box-container {
	height: 100%;
	display: block;
}

.simple-slick-carousel .slick-slide {
	padding: 20px 30px;
}



.option-set { padding: 0; margin: 0; }
.option-set li { display: inline-block; margin-right: 4px; }

.option-set li a {
	background: none;
	padding: 10px 32px;
	display: block;
	outline: none;
	border: none;
	font-weight: 600;
	float: right;
	margin: 0;
	font-size: 30px;
	border-radius: 100px;
	background-color: #f0f0f0;
	color: #666;
	line-height: 52px;
	transition: all 0.3s;
}

.option-set li a:hover { background-color: #e9e9e9; }
.option-set li a.selected {
	color: #fff;
	background-color: #66676b;
}





	
	

	body {
		color: #707070;
		font-size: 30px;
		line-height: 54px;
		background-color: #fff;
	}

	body p { font-size: 32px; line-height: 58px; }

	#wrapper { background-color: #fff; }

	
	body, h1, h2, h3, h4, h5, h6,  input[type="text"], input[type="password"], input[type="email"],
	textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div,
	.numerical-rating .rating-counter, body .menu-responsive i.menu-trigger:after
	{ font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none; }


	
	h1, h2, h3, h4, h5, h6 {
	  color: #222;
	}

	h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	  color: #fff;
	}

	h3.headline {
		font-size: 60px;
		line-height: 74px;
		margin: 0 0 60px 0;
	}

	h2.headline {
		font-size: 68px;
		line-height: 80px;
		margin: 0 0 60px 0;
	}

	h2.headline span {
		font-size: 46px;
		line-height: 74px;
	}

	.headline span {
		font-size: 44px;
		line-height: 72px;
		margin-top: 20px;
		color: #888;
		font-weight: 300;
		display: block;
	}

	.headline span i {
		color: #66676b;
		font-style: normal;
	}

	h4.headline {
		font-size: 44px;
		line-height: 64px;
		margin: -10px 0 60px 0;
	}

	.headline.centered { text-align: center; }

	.border-top { border-top: 2px solid #e8e8e8; }
	.icons-container { overflow: hidden; }

	mark { font-weight: 500; }

	
	.glyph {
		font-size: 32px;
		width: 33%;
		display: inline-block;
		transition: 0.3s;
	}

	h4 span.headline-detail { font-size: 30px; margin-top: 10px;}

	.mls {
		font-size: 32px;
		top: -16px;
		display: inline-block;
		position: relative;
	}

	.fs1 { font-size: 64px; }

	.pbs .im { width: 100px; display: inline-block;}

	.unit,
	.unitRight,
	.fs0 { display: none; }

	.pbs {
		padding: 20px 0 10px 30px;
		border-radius: 8px;
		width: 100%;
		display: inline-block;
		transition: 0.2s;
	}

	.pbs:hover { background-color: #f4f4f4; }
	.sl-icons-demo i { width: 50px;
		display: inline-block;
		top: 2px;
		position: relative;
	}

	.icons .fa.fa-fw { margin-right: 6px; font-size: 28px; }
	.icons .text-muted { display: none; }


	
	

	
	.margin-top-0  { margin-top: 0 !important; }
	.margin-top-1  { margin-top: 2px !important; }
	.margin-top-2  { margin-top: 4px !important; }
	.margin-top-3  { margin-top: 6px !important; }
	.margin-top-4  { margin-top: 8px !important; }
	.margin-top-5  { margin-top: 10px !important; }
	.margin-top-6  { margin-top: 12px !important; }
	.margin-top-7  { margin-top: 14px !important; }
	.margin-top-8  { margin-top: 16px !important; }
	.margin-top-9  { margin-top: 18px !important; }
	.margin-top-10 { margin-top: 20px !important; }
	.margin-top-15 { margin-top: 30px !important; }
	.margin-top-20 { margin-top: 40px !important; }
	.margin-top-25 { margin-top: 50px !important; }
	.margin-top-30 { margin-top: 60px !important; }
	.margin-top-35 { margin-top: 70px !important; }
	.margin-top-40 { margin-top: 80px !important; }
	.margin-top-45 { margin-top: 90px !important; }
	.margin-top-50 { margin-top: 100px !important; }
	.margin-top-55 { margin-top: 110px !important; }
	.margin-top-60 { margin-top: 120px !important; }
	.margin-top-65 { margin-top: 130px !important; }
	.margin-top-70 { margin-top: 140px !important; }
	.margin-top-75 { margin-top: 150px !important; }
	.margin-top-80 { margin-top: 160px !important; }
	.margin-top-85 { margin-top: 170px !important; }
	.margin-top-90 { margin-top: 180px !important; }
	.margin-top-95 { margin-top: 190px !important; }
	.margin-top-100 { margin-top: 200px !important; }
	.margin-top-105 { margin-top: 210px !important; }
	.margin-top-110 { margin-top: 220px !important; }
	.margin-top-115 { margin-top: 230px !important; }
	.margin-top-120 { margin-top: 240px !important; }

	
	.margin-bottom-0  { margin-bottom: 0 !important; }
	.margin-bottom-5  { margin-bottom: 10px !important; }
	.margin-bottom-10 { margin-bottom: 20px !important; }
	.margin-bottom-15 { margin-bottom: 30px !important; }
	.margin-bottom-20 { margin-bottom: 40px !important; }
	.margin-bottom-25 { margin-bottom: 50px !important; }
	.margin-bottom-30 { margin-bottom: 60px !important; }
	.margin-bottom-35 { margin-bottom: 70px !important; }
	.margin-bottom-40 { margin-bottom: 80px !important; }
	.margin-bottom-45 { margin-bottom: 90px !important; }
	.margin-bottom-50 { margin-bottom: 100px !important; }
	.margin-bottom-55 { margin-bottom: 110px !important; }
	.margin-bottom-55 { margin-bottom: 110px !important; }
	.margin-bottom-55 { margin-bottom: 110px !important; }
	.margin-bottom-55 { margin-bottom: 110px !important; }
	.margin-bottom-60 { margin-bottom: 120px !important; }
	.margin-bottom-65 { margin-bottom: 130px !important; }
	.margin-bottom-70 { margin-bottom: 140px !important; }
	.margin-bottom-75 { margin-bottom: 150px !important; }
	.margin-bottom-80 { margin-bottom: 160px !important; }
	.margin-bottom-85 { margin-bottom: 170px !important; }
	.margin-bottom-90 { margin-bottom: 180px !important; }
	.margin-bottom-95 { margin-bottom: 190px !important; }
	.margin-bottom-100 { margin-bottom: 200px !important; }

	
	.margin-left-0  { margin-left: 0 !important; }
	.margin-left-1  { margin-left: 2px !important; }
	.margin-left-2  { margin-left: 4px !important; }
	.margin-left-3  { margin-left: 6px !important; }
	.margin-left-4  { margin-left: 8px !important; }
	.margin-left-5  { margin-left: 10px !important; }
	.margin-left-6  { margin-left: 12px !important; }
	.margin-left-7  { margin-left: 14px !important; }
	.margin-left-8  { margin-left: 16px !important; }
	.margin-left-9  { margin-left: 18px !important; }
	.margin-left-10 { margin-left: 20px !important; }
	.margin-left-15 { margin-left: 30px !important; }
	.margin-left-20 { margin-left: 40px !important; }
	.margin-left-25 { margin-left: 50px !important; }
	.margin-left-30 { margin-left: 60px !important; }
	.margin-left-35 { margin-left: 70px !important; }
	.margin-left-40 { margin-left: 80px !important; }
	.margin-left-45 { margin-left: 90px !important; }
	.margin-left-50 { margin-left: 100px !important; }
	.margin-left-55 { margin-left: 110px !important; }
	.margin-left-60 { margin-left: 120px !important; }
	.margin-left-65 { margin-left: 130px !important; }
	.margin-left-70 { margin-left: 140px !important; }
	.margin-left-75 { margin-left: 150px !important; }
	.margin-left-80 { margin-left: 160px !important; }
	.margin-left-85 { margin-left: 170px !important; }
	.margin-left-90 { margin-left: 180px !important; }
	.margin-left-95 { margin-left: 190px !important; }
	.margin-left-100 { margin-left: 200px !important; }

	
	.margin-right-0  { margin-right: 0 !important; }
	.margin-right-1  { margin-right: 2px !important; }
	.margin-right-2  { margin-right: 4px !important; }
	.margin-right-3  { margin-right: 6px !important; }
	.margin-right-4  { margin-right: 8px !important; }
	.margin-right-5  { margin-right: 10px !important; }
	.margin-right-6  { margin-right: 12px !important; }
	.margin-right-7  { margin-right: 14px !important; }
	.margin-right-8  { margin-right: 16px !important; }
	.margin-right-9  { margin-right: 18px !important; }
	.margin-right-10 { margin-right: 20px !important; }
	.margin-right-15 { margin-right: 30px !important; }
	.margin-right-20 { margin-right: 40px !important; }
	.margin-right-25 { margin-right: 50px !important; }
	.margin-right-30 { margin-right: 60px !important; }
	.margin-right-35 { margin-right: 70px !important; }
	.margin-right-40 { margin-right: 80px !important; }
	.margin-right-45 { margin-right: 90px !important; }
	.margin-right-50 { margin-right: 100px !important; }
	.margin-right-55 { margin-right: 110px !important; }
	.margin-right-60 { margin-right: 120px !important; }
	.margin-right-65 { margin-right: 130px !important; }
	.margin-right-70 { margin-right: 140px !important; }
	.margin-right-75 { margin-right: 150px !important; }
	.margin-right-80 { margin-right: 160px !important; }
	.margin-right-85 { margin-right: 170px !important; }
	.margin-right-90 { margin-right: 180px !important; }
	.margin-right-95 { margin-right: 190px !important; }
	.margin-right-100 { margin-right: 200px !important; }


	
	.padding-top-0  { padding-top: 0 !important; }
	.padding-top-1  { padding-top: 2px !important; }
	.padding-top-2  { padding-top: 4px !important; }
	.padding-top-3  { padding-top: 6px !important; }
	.padding-top-4  { padding-top: 8px !important; }
	.padding-top-5  { padding-top: 10px !important; }
	.padding-top-6  { padding-top: 12px !important; }
	.padding-top-7  { padding-top: 14px !important; }
	.padding-top-8  { padding-top: 16px !important; }
	.padding-top-9  { padding-top: 18px !important; }
	.padding-top-10 { padding-top: 20px !important; }
	.padding-top-15 { padding-top: 30px !important; }
	.padding-top-20 { padding-top: 40px !important; }
	.padding-top-25 { padding-top: 50px !important; }
	.padding-top-30 { padding-top: 60px !important; }
	.padding-top-35 { padding-top: 70px !important; }
	.padding-top-40 { padding-top: 80px !important; }
	.padding-top-45 { padding-top: 90px !important; }
	.padding-top-50 { padding-top: 100px !important; }
	.padding-top-55 { padding-top: 110px !important; }
	.padding-top-60 { padding-top: 120px !important; }
	.padding-top-65 { padding-top: 130px !important; }
	.padding-top-70 { padding-top: 140px !important; }
	.padding-top-75 { padding-top: 150px !important; }
	.padding-top-80 { padding-top: 160px !important; }
	.padding-top-85 { padding-top: 170px !important; }
	.padding-top-90 { padding-top: 180px !important; }
	.padding-top-95 { padding-top: 190px !important; }
	.padding-top-100 { padding-top: 200px !important; }
	.padding-top-105 { padding-top: 210px !important; }
	.padding-top-110 { padding-top: 220px !important; }
	.padding-top-115 { padding-top: 230px !important; }
	.padding-top-120 { padding-top: 240px !important; }

	
	.padding-bottom-0  { padding-bottom: 0 !important; }
	.padding-bottom-5  { padding-bottom: 10px !important; }
	.padding-bottom-10 { padding-bottom: 20px !important; }
	.padding-bottom-15 { padding-bottom: 30px !important; }
	.padding-bottom-20 { padding-bottom: 40px !important; }
	.padding-bottom-25 { padding-bottom: 50px !important; }
	.padding-bottom-30 { padding-bottom: 60px !important; }
	.padding-bottom-35 { padding-bottom: 70px !important; }
	.padding-bottom-40 { padding-bottom: 80px !important; }
	.padding-bottom-45 { padding-bottom: 90px !important; }
	.padding-bottom-50 { padding-bottom: 100px !important; }
	.padding-bottom-55 { padding-bottom: 110px !important; }
	.padding-bottom-55 { padding-bottom: 110px !important; }
	.padding-bottom-55 { padding-bottom: 110px !important; }
	.padding-bottom-55 { padding-bottom: 110px !important; }
	.padding-bottom-60 { padding-bottom: 120px !important; }
	.padding-bottom-65 { padding-bottom: 130px !important; }
	.padding-bottom-70 { padding-bottom: 140px !important; }
	.padding-bottom-75 { padding-bottom: 150px !important; }
	.padding-bottom-80 { padding-bottom: 160px !important; }
	.padding-bottom-85 { padding-bottom: 170px !important; }
	.padding-bottom-90 { padding-bottom: 180px !important; }
	.padding-bottom-95 { padding-bottom: 190px !important; }
	.padding-bottom-100 { padding-bottom: 200px !important; }

	
	.padding-right-0  { padding-right: 0 !important; }
	.padding-right-5  { padding-right: 10px !important; }
	.padding-right-10 { padding-right: 20px !important; }
	.padding-right-15 { padding-right: 30px !important; }
	.padding-right-20 { padding-right: 40px !important; }
	.padding-right-25 { padding-right: 50px !important; }
	.padding-right-30 { padding-right: 60px !important; }
	.padding-right-35 { padding-right: 70px !important; }
	.padding-right-40 { padding-right: 80px !important; }
	.padding-right-45 { padding-right: 90px !important; }
	.padding-right-50 { padding-right: 100px !important; }
	.padding-right-55 { padding-right: 110px !important; }
	.padding-right-55 { padding-right: 110px !important; }
	.padding-right-55 { padding-right: 110px !important; }
	.padding-right-55 { padding-right: 110px !important; }
	.padding-right-60 { padding-right: 120px !important; }
	.padding-right-65 { padding-right: 130px !important; }
	.padding-right-70 { padding-right: 140px !important; }
	.padding-right-75 { padding-right: 150px !important; }
	.padding-right-80 { padding-right: 160px !important; }
	.padding-right-85 { padding-right: 170px !important; }
	.padding-right-90 { padding-right: 180px !important; }
	.padding-right-95 { padding-right: 190px !important; }
	.padding-right-100 { padding-right: 200px !important; }

	
	.padding-left-0  { padding-left: 0 !important; }
	.padding-left-5  { padding-left: 10px !important; }
	.padding-left-10 { padding-left: 20px !important; }
	.padding-left-15 { padding-left: 30px !important; }
	.padding-left-20 { padding-left: 40px !important; }
	.padding-left-25 { padding-left: 50px !important; }
	.padding-left-30 { padding-left: 60px !important; }
	.padding-left-35 { padding-left: 70px !important; }
	.padding-left-40 { padding-left: 80px !important; }
	.padding-left-45 { padding-left: 90px !important; }
	.padding-left-50 { padding-left: 100px !important; }
	.padding-left-55 { padding-left: 110px !important; }
	.padding-left-55 { padding-left: 110px !important; }
	.padding-left-55 { padding-left: 110px !important; }
	.padding-left-55 { padding-left: 110px !important; }
	.padding-left-60 { padding-left: 120px !important; }
	.padding-left-65 { padding-left: 130px !important; }
	.padding-left-70 { padding-left: 140px !important; }
	.padding-left-75 { padding-left: 150px !important; }
	.padding-left-80 { padding-left: 160px !important; }
	.padding-left-85 { padding-left: 170px !important; }
	.padding-left-90 { padding-left: 180px !important; }
	.padding-left-95 { padding-left: 190px !important; }
	.padding-left-100 { padding-left: 200px !important; }











































	#style-switcher h3 {
		color:#fff;
		font-size:26px;
		margin: 20px 0;
		font-weight: 500;
		text-transform: none;
		letter-spacing: 0;
	}

	#style-switcher {
		background: #333;
		width:410px;
		position:fixed;
		top:290px;
		z-index:999;
		left: -410px;
		border-radius: 0 0 8px 0;
	}

	#style-switcher ul {
		list-style: none;
		padding: 0;
		margin-bottom: 44px;
	}

	#style-switcher div {
		padding: 12px 36px;
	}

	#style-switcher h2 {
		background: #282828;
		color: #fff;
		font-size: 28px;
		line-height: 92px;
		padding: 0 0 0 40px;
		margin-top: 0;
		font-weight: 600;
	}

	#style-switcher h2 a {
		background-color: #282828;
		display: block;
		height: 92px;
		position: absolute;
		right: -92px;
		top: 0;
		width: 92px;
		border-radius: 0 8px 8px 0;
		font-size: 44px;
		color: #fff;
		text-align: center;
	}

	#style-switcher h2 a i{
		position: relative;
		top: 4px;
	}

	.colors {
		list-style:none;
		margin: 0 0px 20px 0;
		overflow: hidden;
	}

	.colors li {
		float:left;
		margin: 8px 4px 0 4px;
	}

	.colors li a {
		display: block;
		width: 34px;
		height: 34px;
		cursor: pointer;
	}

	div.layout-style {
		padding:0 !important;
	}

	.layout-style select {
		width: 328px;
		padding: 14px;
		color: #aaa;
		cursor: pointer;
		font-size: 28px;
		font-weight: 600;
		margin: 4px 0 50px 0px;
		background-color: #505050;
		border: 0;
		min-height: auto;
	}

	.main     { background: #f91941; }
	.green    { background: #00a948; }
	.blue     { background: #004dda; }
	.orange   { background: #fa5b0f; }
	.navy     { background: #495d7f; }
	.yellow   { background: #ffb400; }
	.peach    { background: #fcab55; }
	.red      { background: #f30c0c; }
	.beige    { background: #bfa980; }
	.cyan     { background: #37b6bd; }
	.celadon  { background: #74aea1; }
	.brown    { background: #784e3d; }
	.cherry   { background: #911938; }
	.gray     { background: #555555; }
	.purple   { background: #6441eb; }
	.olive    { background: #b3c211; }

	.colors li a.active { box-shadow: 0 0 0 4px #fff inset }
	.colors li a { border-radius: 6px; }

	#reset {margin: -10px 0 30px 0px;}
	#reset a.button {
		padding: 14px 28px;
		font-weight: 700;
		font-size: 26px;
	}
	#reset a.button:hover { color: #333; background-color: #fff; }

	﻿input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select
{
  height: 102px;
  line-height: 102px;
  padding: 0 40px;
  outline: none;
  font-size: 30px;
  color: #808080;
  margin: 0 0 32px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 2px solid #dbdbdb;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.06);
  font-weight: 500;
  opacity: 1;
  border-radius: 6px;
}

select
{
  padding: 30px 36px;
  cursor: pointer;
}

input
{
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus
{
  color: #808080;
  transition: box-shadow 0.2s !important;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
  border: 2px solid #d8d8d8;
  opacity: 1;
}

input[type="checkbox"]
{
  display: inline;
}

label,
legend
{
  display: block;
  font-weight: bold;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 16px;
}

a, button
{
  outline: none !important;
}

a:focus,
a:hover
{
  text-decoration: none;
  color: #333;
}

img
{
  max-width: 100%;
}

#logo
{
  display: inline-block;
  margin-top: 6px;
}

#logo img
{
  max-height: 76px;
  width: auto;
  transform: translate3d(0,0,0);
}

img.footer-logo
{
  max-height: 76px;
  width: auto;
}

#header
{
  position: relative;
  z-index: 999;
  padding: 36px 0 16px 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
  font-size: 32px;
}

.header-widget
{
  position: relative;
  top: -2px;
  height: 108px;
}

.header-widget .sign-in
{
  position: relative;
  color: #333;
  margin-right: 50px;
  top: 20px;
  display: inline-block;
  vertical-align: top;
}

.header-widget .sign-in i
{
  padding-right: 8px;
  font-size: 30px;
}

.header-widget .sign-in:hover
{
  color: #66676b;
}

.left-side
{
  float: left;
  width: 65%;
  display: inline-block;
}

.right-side
{
  float: right;
  width: 35%;
  display: inline-block;
}



#logo,
#navigation
{
  float: left;
}

#logo
{
  margin-right: 100px;
}

.header-widget
{
  text-align: right;
}

#footer
{
  padding: 140px 0 0 0;
  background-color: #fff;
  border-top: 2px solid rgba(0,0,0,0.09);
  font-size: 32px;
}

#footer a
{
  color: #66676b;
}

#backtotop
{
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 50px;
  margin: 0 50px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: scale(0.7);
}

#backtotop.visible
{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#backtotop a
{
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 92px;
  height: 92px;
  background-color: #66676b;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 52px;
}

body #backtotop a
{
  color: #fff;
}

#backtotop a:after
{
  content: "\f106";
  font-family: "FontAwesome";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.mmenu-trigger
{
  height: 100px;
  width: 100px;
  display: none;
  position: relative;
  margin: 0 0 40px 0;
  background-color: #eee;
  border-radius: 8px;
  cursor: pointer;
}

.hamburger
{
  padding: 0;
  top: 24px;
  left: 26px;
  transform: scale(0.67);
  -moz-transform: scale(0.70) translateY(8px);
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box
{
  position: relative;
}

.hamburger-inner
{
  display: block;
  top: 50%;
  margin-top: -4px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after
{
  width: 68px;
  height: 8px;
  background-color: #555;
  border-radius: 8px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after
{
  content: "";
  display: block;
}

.hamburger-inner::before
{
  top: -20px;
}

.hamburger-inner::after
{
  bottom: -20px;
}

.hamburger--collapse .hamburger-inner
{
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after
{
  top: -40px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before
{
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mmenu-trigger
{
  display: none;
}



#titlebar.listing-titlebar span a,
#titlebar.listing-titlebar span
{
  font-size: 34px;
  color: #888;
  margin-top: 0;
  display: inline-block;
}

#titlebar.listing-titlebar span a i
{
  margin-right: 10px;
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2
{
  font-size: 56px;
  line-height: 72px;
  margin: 2px 0;
}

#titlebar.listing-titlebar span.listing-tag
{
  margin: 0;
  padding: 16px 32px;
  line-height: 30px;
  letter-spacing: 5px;
  border-radius: 100px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #66676b;
  color: #66676b;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: -12px;
  margin-left: 16px;
}

#titlebar.listing-titlebar
{
  background: transparent;
  margin: 4px 0 0 0;
}

.listing-slider-small .item
{
  height: 500px;
  min-height: auto;
}
.listing-slider .item
{
  position: relative;
  background-size: cover;
  background-position: 50%;
  height: 70vh;
  min-height: 800px;
}

.listing-slider,
.listing-slider .item
{
  height: 70vh;
  min-height: 800px;
}

a.mfp-gallery
{
  cursor: zoom-in;
}

.listing-slider
{
  background-color: #fff;
}

.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover,
.listing-slider .slick-next,
.listing-slider .slick-prev
{
  background-color: rgba(20,20,20,0.45);
  color: #fff;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-next,
.listing-slider .slick-next:hover,
.listing-slider .slick-next
{
  right: 15%;
  transform: translate(100px, -50%);
}

.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-prev,
.listing-slider .slick-prev:hover,
.listing-slider .slick-prev
{
  left: 15%;
  transform: translate(-100px, -50%);
}

.listing-slider:hover .slick-next
{
  transform: translate(120px, -50%);
}

.listing-slider:hover .slick-prev
{
  transform: translate(-120px, -50%);
}

.listing-slider .slick-next:hover:before,
.listing-slider .slick-prev:hover:before,
.listing-slider .slick-prev::before,
.listing-slider .slick-next::before
{
  font-size: 40px;
  line-height: 120px;
  position: relative;
  color: #fff;
}

.listing-slider-small .slick-prev::before,
.listing-slider .slick-prev::before
{
  left: -2px;
}

.listing-slider-small .slick-next::before,
.listing-slider .slick-next::before
{
  left: 2px;
}

.listing-slider .slick-next:hover
{
  transform: translate(128px, -50%);
}

.listing-slider .slick-prev:hover
{
  transform: translate(-128px, -50%);
}

.listing-slider .item.slick-slide:before
{
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background: #222;
  z-index: 100;
  visibility: visible;
  opacity: 0.1;
  transition: 0.3s ease-in-out;
}

.listing-slider .item.slick-slide:hover:before,
.listing-slider-small .slick-next,
.listing-slider-small .slick-prev,
.listing-slider .slick-next,
.listing-slider .slick-prev
{
  opacity: 0;
  visibility: hidden;
}

.listing-slider-small:hover .slick-next,
.listing-slider-small:hover .slick-prev,
.listing-slider:hover .slick-next,
.listing-slider:hover .slick-prev
{
  opacity: 1;
  visibility: visible;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-prev:hover,
.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover
{
  background-color: #66676b;
  color: #fff;
}

.listing-nav
{
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
  border-bottom: 2px solid #e0e0e0;
  font-size: 34px;
  font-weight: 400;
  background-color: #fff;
  margin-bottom: 70px;
}

.listing-nav li
{
  display: inline-block;
  margin-right: 30px;
}

.listing-nav li a
{
  display: inline-block;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
  bottom: -2px;
  transition: 0.3s;
  color: #666;
  padding-bottom: 30px;
}

.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
.listing-nav li:first-child a,
.listing-nav li a.active,
.listing-nav li a:hover
{
  border-color: #66676b;
  color: #66676b;
}

.listing-desc-headline
{
  font-size: 44px;
  margin-bottom: 50px;
  margin-top: 90px;
  display: block;
}

.listing-section
{
  display: block;
  width: 100%;
}

#singleListingMap
{
  height: 800px;
  border-radius: 6px;
}

#singleListingMap-container
{
  height: auto;
  position: relative;
  padding-top: 10px;
  display: block;
}

.listing-features
{
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  font-size: 32px;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.listing-features.checkboxes li
{
  color: #333;
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
}

.listing-features li:last-child
{
  margin: 0;
}

.listing-features li span,
.listing-features.checkboxes li
{
  color: #707070;
}

.listing-features.checkboxes li:before
{
  display: inline-block;
  width: 38px;
  height: 38px;
  position: relative;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #66676b;
  border: 4px solid transparent;
  transition: border-color 0s;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 6px;
}

button.button,
input[type="button"],
input[type="submit"],
a.button.border,
a.button
{
  background-color: #66676b;
  top: 0;
  padding: 18px 40px;
  color: #fff;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-right: 12px;
  overflow: hidden;
  border: none;
  border-radius: 100px;
}

input[type="button"],
input[type="submit"]
{
  line-height: 64px;
}

button.button:before,
a.button:before
{
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
}

button.button:hover:before,
a.button:hover:before
{
  opacity: 0.2;
}

#tiptip_holder
{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
}

.tabs-nav
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabs-nav li
{
  float: left;
  line-height: 90px;
  padding: 0;
  margin-right: 8px;
  position: relative;
  z-index: 12;
}

.tabs-nav li a,
.tab-reviews
{
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tabs-nav li a
{
  border-bottom: 2px solid transparent;
  color: #333;
  display: inline-block;
  outline: none;
  padding: 14px 30px;
  text-decoration: none;
  font-size: 30px;
  z-index: 11;
  position: relative;
  margin-bottom: -2px;
}

.tabs-nav li a:hover,
.tabs-nav li.active a
{
  border-color: #66676b;
  color: #66676b;
  z-index: 11;
}

.tab-content
{
  padding: 56px 66px;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
}

.tabs-container
{
  overflow: hidden;
  width: 100%;
}

.style-1 .tabs-container .tab-content
{
  border: none;
  border-top: 2px solid #e0e0e0;
  padding: 60px 0 0 0;
}

.sign-in-form .tabs-container
{
  overflow: visible;
}

.sign-in-form .tabs-nav li
{
  line-height: 30px;
}

.sign-in-form .tabs-nav li a
{
  padding: 0 30px 36px 30px;
  color: #666;
}

.sign-in-form .tabs-nav li a:hover,
.sign-in-form .tabs-nav li.active a
{
  color: #66676b;
}

.lost_password a
{
  margin: 0;
  color: #666;
  font-size: 30px;
}

.lost_password:hover a
{
  color: #66676b;
}

.sign-in-form label
{
  position: relative;
  color: #666;
  font-size: 30px;
}

.sign-in-form label input
{
  margin-top: 16px;
  padding-left: 90px;
  height: 106px;
}

.sign-in-form input
{
  transition: box-shadow 0.2s !important;
}

.sign-in-form input:focus
{
  transition: box-shadow 0.2s !important;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

.sign-in-form label i
{
  font-size: 42px;
  color: #a0a0a0;
  position: absolute;
  left: 30px;
  bottom: 26px;
}

.sign-in-form .button
{
  line-height: 52px;
  height: auto;
  min-width: 240px;
  margin-bottom: 0;
}

.checkboxes
{
  list-style: none;
  padding: 0;
}

.checkboxes li
{
  padding: 8px 0;
}

.checkboxes li:last-child
{
  margin-bottom: -16px;
}

.checkboxes label
{
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 56px;
  margin-right: 40px;
  margin-bottom: 0;
  line-height: 48px;
  font-size: 32px;
}

.checkboxes input[type=checkbox]
{
  display: none;
}

.checkboxes label:before
{
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #fff;
  border: 4px solid #d0d0d0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.25s;
  font-family: "FontAwesome";
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.checkboxes input[type=checkbox]:checked + label:before
{
  content: "\f00c";
  background-color: #66676b;
  border: 4px solid #66676b;
}

#titlebar
{
  background-color: #f8f8f8;
  position: relative;
  padding: 140px 0;
  margin-bottom: 130px;
}

#titlebar span a,
#titlebar span
{
  font-size: 40px;
  color: #888;
  margin-bottom: 6px;
  margin-top: 12px;
  display: inline-block;
}

#titlebar h1,
#titlebar h2
{
  font-size: 64px;
  line-height: 80px;
  margin: 2px 0 6px 0;
}

.gmnoprint
{
  margin: 20px;
}

.map-marker-container
{
  position: absolute;
  margin-top: 20px;
  transform: translate3d(-50%,-100%,0);
}

.marker-container
{
  position: relative;
  margin: 20px auto;
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  top: -10px;
}

#singleListingMap .marker-container
{
  cursor: default;
}

.marker-card
{
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 1;
}

.marker-arrow
{
  width: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0;
  border-color: #66676b transparent transparent;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.face
{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
}

.face i
{
  line-height: 68px;
  font-size: 40px;
}

.face.front
{
  background-color: #fff;
  border: 4px solid #66676b;
  color: #66676b;
  z-index: 100;
}

.face.back
{
  transform: rotateY(180deg);
  box-sizing: border-box;
  background: #66676b;
  border-color: #66676b;
  color: #fff;
}

.face.back i
{
  trasform: scaleX(-1);
  line-height: 76px;
  font-size: 36px;
}

.face.back:after
{
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  top: 4px;
  left: 4px;
  border: 2px solid rgba(255,255,255,0.65);
  border-radius: 50%;
  position: absolute;
}

.custom-zoom-in,
.custom-zoom-out
{
  background-color: #fff;
  color: #333;
  cursor: pointer;
  border-radius: 50%;
  margin: 10px 30px;
  transition: color 0.3s, background-color 0.3s;
  box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 30px;
  height: 68px;
  width: 68px;
}

.custom-zoom-in:before,
.custom-zoom-out:before
{
  font-family: "FontAwesome";
  width: 100%;
  line-height: 70px;
  transition: -webkit-text-stroke 0.3s;
  -webkit-text-stroke: 2px #fff;
}

.custom-zoom-in:before
{
  content: "\f067";
}

.custom-zoom-out:before
{
  content: "\f068";
}

#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a
{
  color: #333;
  background-color: #fff;
  padding: 14px 36px;
  padding-top: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.2);
}

#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover
{
  background-color: #66676b;
  color: #fff;
}

#streetView,
#geoLocation,
#scrollEnabling
{
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 999;
  font-size: 26px;
  line-height: 42px;
}

#streetView:before,
#geoLocation:before,
#scrollEnabling:before
{
  content: "\e015";
  font-family: "simple-line-icons";
  position: relative;
  top: 4px;
  margin: 0 12px 0 0;
  font-size: 30px;
  line-height: 2px;
}

#streetView:before
{
  content: "\f21d";
  font-family: "FontAwesome";
  font-size: 32px;
  top: 2px;
  margin-right: 16px;
}

.mfp-bg
{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.96;
}

.mfp-wrap
{
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container
{
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before
{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content
{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content
{
  width: 100%;
  cursor: auto;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content
{
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter
{
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-hide
{
  display: none !important;
}

.mfp-preloader
{
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 16px;
  right: 16px;
  z-index: 504;
}

.mfp-s-ready .mfp-preloader
{
  display: none;
}

button.mfp-close,
button.mfp-arrow
{
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close
{
  right: 0px;
  top: -80px;
}

.og-close,
button.mfp-close
{
  position: absolute;
  width: 90px;
  height: 90px;
  top: -40px;
  display: block;
  right: -24px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: transparent;
  outline: none;
  transform: translate3d(0,0,0);
}

.mfp-gallery .mfp-close
{
  top: 40px;
  right: 20px;
}

.mfp-gallery .mfp-content .mfp-close
{
  display: none;
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before
{
  font-family: "FontAwesome";
  font-size: 58px;
  top: 8px;
  left: 50%;
  position: absolute;
  height: 20px;
  transition: 0.3s;
}

.mfp-close::after,
.mfp-close::before
{
  top: 0px;
}

.mfp-close:hover,
.og-close:hover
{
  transform: rotate(90deg);
}

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before
{
  font-family: "FontAwesome";
  font-size: 58px;
  top: 42px;
  left: 50%;
  position: absolute;
  height: 20px;
  transition: 0.3s;
}

.og-close:after,
.mfp-close:after
{
  content: "\f106";
  -webkit-transform: translate(0,0);
  transform: translate(-50%,60%);
}

.og-close:before,
.mfp-close:before
{
  content: "\f107";
  -webkit-transform: translate(0,0);
  transform: translate(-50%,0%);
}

#small-dialog .mfp-close,
#sign-in-dialog, .mfp-close,
.mfp-close:hover
{
  color: #fff;
}

#sign-in-dialog .mfp-close,
#small-dialog .mfp-close
{
  color: #666;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 56px;
  right: 80px;
  width: 80px;
  height: 80px;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover
{
  color: #fff;
  transform: rotate(0);
  background-color: #66676b;
}

#sign-in-dialog .mfp-close::after,
#sign-in-dialog .mfp-close::before,
#small-dialog .mfp-close::after,
#small-dialog .mfp-close::before
{
  top: 8px;
  height: 18px;
  font-size: 42px;
  transition: 0s;
}

.small-dialog-header
{
  font-size: 44px;
  width: calc(100% + 160px);
  position: relative;
  left: -80px;
  top: 0;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 70px 80px;
  margin-bottom: 80px;
}

.small-dialog-header h3
{
  padding: 0;
  margin: 0;
  font-size: 48px;
}

.mfp-counter
{
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 26px;
  line-height: 36px;
}

.mfp-arrow
{
  opacity: 1;
  margin: 0 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 120px;
  height: 120px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  outline: none;
}

.mfp-arrow:hover
{
  background: #66676b;
  color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right
{
  font-family: "simple-line-icons";
  font-size: 40px;
}

.mfp-arrow.mfp-arrow-right
{
  right: 30px;
}

.mfp-arrow.mfp-arrow-left:before
{
  content: "\e605";
  left: -2px;
  top: 0px;
  position: relative;
}

.mfp-arrow.mfp-arrow-right:before
{
  content: "\e606";
  left: 2px;
  top: 0px;
  position: relative;
}

#sign-in-dialog,
#small-dialog
{
  background: #fff;
  padding: 80px;
  padding-top: 0;
  text-align: left;
  max-width: 1220px;
  margin: 80px auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
}

#sign-in-dialog
{
  max-width: 1000px;
}

.my-mfp-zoom-in .zoom-anim-dialog
{
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog
{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog
{
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg
{
  opacity: 0.001; 
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg
{
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg
{
  opacity: 0;
}

img.mfp-img
{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 80px auto;
  border-radius: 8px;
}

.mfp-figure:after
{
  content: '';
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 80px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 36px rgba(11,11,11, 0.6);
}

.mfp-figure
{
  line-height: 0;
}

.mfp-bottom-bar
{
  margin-top: -60px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title
{
  text-align: left;
  line-height: 36px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 72px;
}

.mfp-image-holder .mfp-content
{
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure
{
  cursor: pointer;
}

.mfp-fade.mfp-bg
{
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready
{
  opacity: 0.92;
  background-color: #111;
}

.mfp-fade.mfp-wrap .mfp-content
{
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content
{
  opacity: 1;
}

.slick-slider
{
  position: relative;
  display: block;
  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-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: 2px;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-next:hover
{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before
{
  color: #999;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'simple-line-icons';
  font-size: 64px;
  line-height: 1;
  opacity: 1;
  color: #aaa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s;
}

.slick-prev
{
  left: 6px;
  transform: translate3d(-180px,-50%,0);
}

.slick-next
{
  right: 6px;
  transform: translate3d(180px,-50%,0);
}

.slick-prev:before
{
  content: '\e605';
}

.slick-next:before
{
  content: '\e606';
}

.slick-slide
{
  outline: none;
}

body
{
  color: #707070;
  font-size: 30px;
  line-height: 54px;
  background-color: #fff;
}

body p
{
  font-size: 32px;
  line-height: 58px;
}

#wrapper
{
  background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, input[type="text"], input[type="password"], input[type="email"], input[type="tel"],
textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div,
.numerical-rating .rating-counter, body .menu-responsive i.menu-trigger:after
{
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

h1, h2, h3, h4, h5, h6
{
  color: #222;
}

.margin-top-0
{
  margin-top: 0 !important;
}

.margin-top-5
{
  margin-top: 10px !important;
}

.margin-top-10
{
  margin-top: 20px !important;
}

.margin-top-60
{
  margin-top: 120px !important;
}

.margin-top-75
{
  margin-top: 150px !important;
}

.margin-bottom-0
{
  margin-bottom: 0 !important;
}

.margin-bottom-30
{
  margin-bottom: 60px !important;
}

.padding-right-30
{
  padding-right: 60px !important;
}










.pricing-list-container h4 {

	background-color: #fff;
	border-bottom: 2px solid #66676b;
	width: 100%;
	padding: 60px;
	border-radius: 8px 8px 0 0;
	position: relative;
	z-index: 10;
	margin: 10px 0 0 0;
	display: block;
	font-weight: 500;
}


.pricing-list-container h4:after {
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #66676b;
	opacity: 0.05;
	z-index: 9;
}

.pricing-list-container ul {
	list-style: none;
	padding: 0;
	margin-bottom: 70px;
}

.pricing-list-container ul:last-child { margin-bottom: 50px; }

.pricing-list-container ul li {
	padding: 60px;
	padding-right: 140px;
	position: relative;
}

.pricing-list-container ul li:last-child { border-radius: 0 0 8px 8px; }
.pricing-list-container ul li:nth-child(2n+2) { background-color: #f9f9f9; }

.pricing-list-container p,
.pricing-list-container h5 {
	padding: 0;
	font-size: 30px;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.pricing-list-container h5 {
	font-size: 36px;
	margin-bottom: 2px;
}

.pricing-list-container p {
	color: #777;
	line-height: 48px;
	margin-top: 6px;
}

.pricing-list-container span {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-size: 36px;
	color: #777;
}


.hosted-by-title {
    padding: 0 140px 36px 0;
    margin: -8px 0 50px 0;
    display: block;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}

.hosted-by-title h4 {
	font-size: 36px;
	transition: 0.2s;
	line-height: 44px;
	font-weight: 500;
	margin: 8px 0 14px 0;
}

.hosted-by-title h4 a:hover { color: #66676b; }

.hosted-by-title h4 span {
	display: block;
	font-size: 28px;
	font-weight: 400;
	color: #888;
	margin-bottom: 4px;
}

.hosted-by-avatar {
	max-width: 112px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -16px;
	image-rendering: -webkit-optimize-contrast;
}


.listing-details-sidebar {
	padding: 0;
	list-style: none;
	font-size: 30px;
	margin-bottom: -10px;
	position: relative;
	display: block;
}

.listing-details-sidebar li {
	display: block;
	padding-left: 52px;
	position: relative;
	margin-bottom: 10px;
	line-height: 48px;
}

.listing-details-sidebar li a {
	color: #66676b;
	transition: 0.3s;
}

.listing-details-sidebar li i {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 32px;
	color: #888;
}


.listing-details-sidebar.social-profiles { margin-top: 40px; }
.listing-details-sidebar.social-profiles li { line-height: 44px;  padding-left: 46px;  }
.listing-details-sidebar.social-profiles li i { top: 8px;}

.listing-details-sidebar li a.facebook-profile i,
.listing-details-sidebar li a.facebook-profile { color: #3b5998; }

.listing-details-sidebar li a.twitter-profile i,
.listing-details-sidebar li a.twitter-profile { color: #1da1f2; }

.listing-details-sidebar li a.gplus-profile i,
.listing-details-sidebar li a.gplus-profile { color: #dd4b39; }
.listing-details-sidebar li a.gplus-profile { padding-left: 8px; }


.boxed-widget {
	background-color: #f9f9f9;
	border-radius: 6px;
	padding: 64px;
	transform: translate3d(0,0,0);
	z-index: 90;
	position: relative;
}

.boxed-widget h3 {
	font-size: 40px;
	padding: 0 0 50px;
	margin: 0 0 50px 0;
	display: block;
	border-bottom: 2px solid #e8e8e8;
}

.boxed-widget h3 i { margin-right: 8px; }
.boxed-widget h3 i.sl-icon-clock { position: relative; top: 2px; }
.boxed-widget h3 i.fa-calendar-check-o { position: relative; top: -2px; }


a.send-message-to-owner.button {
	font-size: 26px;
	font-weight: 500;
	padding: 8px 40px;
	margin-top: 40px;
	margin-bottom: -10px;
}


.listing-share {
	position: relative;
}

.listing-share .share-buttons li {
    margin: 0 6px 16px 0;
}

.listing-share.with-border {
	border-top: 2px solid #eee;
	padding-top: 70px;
}

.listing-share span {
	display: block;
	font-size: 30px;
	color: #888;
}



.like-button {
	outline: none;
	border: none;
	color: #444;
	font-weight: 600;
	font-size: 28px;
	background-color: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 100px;
	padding: 20px 50px;
	line-height: 48px;
	margin-bottom: 18px;
	transition: 0.3s;
	cursor: pointer;
}

.like-button:hover {
	background-color: #fafafa;
	border: 2px solid #ddd;
}

.listing-share .like-icon::before,
.listing-share .like-icon::after {
	top: 0;
}

.listing-share .social-icons li {
	text-align: center;
	float: none;
	padding: 0;
	margin: 0;
}

.like-button .like-icon:hover,
.like-button .like-icon.liked {
    background-color: transparent;
	color: #f3103c;
}

.like-button .like-icon {
	position: relative;
	height: 40px;
	display: inline-block;
	line-height: 60px;
	right: auto;
	bottom: 6px;
	background: transparent;
	color: #f3103c;
	font-weight: 500;
	float: left;
	width: 40px;
	margin-right: 16px;
	font-size: 36px;
}

.margin-top-40 {
    margin-top: 80px !important;
}



.share-buttons {
	padding: 0;
	list-style: none;
}

.share-buttons li {
	display: inline-block;
	margin: 0 12px 16px 0;
}

.share-buttons li a {
	background: #fff;
	border: 2px solid #666;
	border-radius: 100px;
	font-weight: 500;
	font-size: 26px;
	padding: 14px 40px;
	transition: 0.3s;
	display: inline-block;
	line-height: 34px;
	font-weight: 500;
}

.share-buttons li a:hover { color: #fff; }

.share-buttons li i {
	font-size: 32px;
	position: relative;
	right: 6px;
	top: 2px;
}


.share-buttons li a.fb-share:hover { background: #3b5998; color: #fff; }
.share-buttons li a.fb-share {
	border-color: #3b5998;
	color: #3b5998;
}


.share-buttons li a.twitter-share:hover { background: #1da1f2; color: #fff; }
.share-buttons li a.twitter-share {
	border-color: #1da1f2;
	color: #1da1f2;
}


.share-buttons li a.gplus-share:hover { background: #dd4b39; color: #fff; }
.share-buttons li a.gplus-share {
	border-color: #dd4b39;
	color: #dd4b39;
}


.share-buttons li a.pinterest-share:hover { background: #bd081c; color: #fff; }
.share-buttons li a.pinterest-share {
	border-color: #bd081c;
	color: #bd081c;
}﻿.daterangepicker
{
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #ddd;
  width: 556px;
  max-width: none;
  padding: 0;
  margin-top: 14px;
  top: 200px;
  left: 40px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 30px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after
{
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before
{
  top: -14px;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #ccc;
}

.daterangepicker:after
{
  top: -12px;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
}

.daterangepicker.opensleft:before
{
  right: 18px;
}

.daterangepicker.opensleft:after
{
  right: 20px;
}

.daterangepicker.openscenter:before
{
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after
{
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before
{
  left: 18px;
}

.daterangepicker.opensright:after
{
  left: 20px;
}

.daterangepicker.drop-up
{
  margin-top: -14px;
}

.daterangepicker.drop-up:before
{
  top: initial;
  bottom: -14px;
  border-bottom: initial;
  border-top: 14px solid #ccc;
}

.daterangepicker.drop-up:after
{
  top: initial;
  bottom: -12px;
  border-bottom: initial;
  border-top: 12px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar
{
  float: none;
}

.daterangepicker.single .drp-selected
{
  display: none;
}

.daterangepicker.show-calendar .drp-calendar
{
  display: block;
}

.daterangepicker.show-calendar .drp-buttons
{
  display: block;
}

.daterangepicker.auto-apply .drp-buttons
{
  display: none;
}

.daterangepicker .drp-calendar
{
  display: none;
  max-width: 540px;
}

.daterangepicker .drp-calendar.left
{
  padding: 16px 0 16px 16px;
}

.daterangepicker .drp-calendar.right
{
  padding: 16px;
}

.daterangepicker .drp-calendar.single .calendar-table
{
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span
{
  color: #fff;
  border: solid black;
  border-width: 0 4px 4px 0;
  border-radius: 0;
  display: inline-block;
  padding: 6px;
}

.daterangepicker .calendar-table .next span
{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span
{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

  .daterangepicker .calendar-table tr 
  {
    display: table-row;
  }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td
{
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 64px;
  width: 64px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border-radius: 8px;
  border: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  display: table-cell;
}

.daterangepicker .calendar-table
{
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #fff;
}

.daterangepicker .calendar-table table
{
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover
{
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week
{
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date
{
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range
{
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date
{
  border-radius: 8px 0 0 8px;
}

.daterangepicker td.end-date
{
  border-radius: 0 8px 8px 0;
}

.daterangepicker td.start-date.end-date
{
  border-radius: 8px;
}

.daterangepicker td.active, .daterangepicker td.active:hover
{
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month
{
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled
{
  color: #999;
  cursor: not-allowed;
  background-color: #fff3f5;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect
{
  font-size: 24px;
  padding: 2px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect
{
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect
{
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect
{
  width: 100px;
  margin: 0 auto;
  background: #eee;
  border: 2px solid #eee;
  padding: 4px;
  outline: 0;
  font-size: 24px;
}

.daterangepicker .calendar-time
{
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 60px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled
{
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons
{
  clear: both;
  text-align: right;
  padding: 16px;
  border-top: 2px solid #ddd;
  display: none;
  line-height: 24px;
  vertical-align: middle;
}

.daterangepicker .drp-selected
{
  display: inline-block;
  font-size: 24px;
  padding-right: 16px;
}

.daterangepicker .drp-buttons .btn
{
  margin-left: 16px;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 16px;
}

.daterangepicker.show-ranges .drp-calendar.left
{
  border-left: 2px solid #ddd;
}

.daterangepicker .ranges
{
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges
{
  margin-top: 16px;
}

.daterangepicker .ranges ul
{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li
{
  font-size: 24px;
  padding: 16px 24px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover
{
  background-color: #eee;
}

.daterangepicker .ranges li.active
{
  background-color: #08c;
  color: #fff;
}


@media (min-width: 1128px)
{
  .daterangepicker
  {
    width: auto;
  }

  .daterangepicker .ranges ul
  {
    width: 280px;
  }

  .daterangepicker.single .ranges ul
  {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left
  {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar
  {
    float: left;
  }

  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar
  {
    float: right;
  }

  .daterangepicker.ltr
  {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left
  {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table
  {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right
  {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table
  {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table
  {
    padding-right: 16px;
  }

  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar
  {
    float: left;
  }

  .daterangepicker.rtl
  {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left
  {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table
  {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right
  {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table
  {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table
  {
    padding-left: 24px;
  }

  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar
  {
    text-align: right;
    float: right;
  }
}

@media (min-width: 1460px)
{
  .daterangepicker .ranges
  {
    width: auto;
  }

  .daterangepicker.ltr .ranges
  {
    float: left;
  }

  .daterangepicker.rtl .ranges
  {
    float: right;
  }

  .daterangepicker .drp-calendar.left
  {
    clear: none !important;
  }
}

.daterangepicker .freevacancy
{
  background-color: #dafce7;
}

.daterangepicker .freevacancyarrival
{
  background-color: #69fba1;
}


.daterangepicker .departureonly
{
  background-color: #dafce7;
}

body
{
}
﻿.comment-by-listing a:hover,
.browse-all-user-listings a i,
.hosted-by-title h4 a:hover,
.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active,
#posts-nav li a:hover,
.plan.featured .listing-badge,
.post-content h3 a:hover,
.add-review-photos i,
.show-more-button i,
.listing-details-sidebar li a,
.star-rating .rating-counter a:hover,
.more-search-options-trigger:after,
.header-widget .sign-in:hover,
#footer a,
#footer .footer-links li a:hover,
#navigation.style-1 .current,
#navigation.style-1 ul li:hover a,
.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name,
.main-search-input-item.location a:hover,
.chosen-container .chosen-results li.highlighted,
.input-with-icon.location a i:hover,
.sort-by .chosen-container-single .chosen-single div:after,
.sort-by .chosen-container-single .chosen-default,
.panel-dropdown a:after,
.post-content a.read-more,
.post-meta li a:hover,
.widget-text h5 a:hover,
.about-author a,
a.button.border.white:hover,
.icon-box-2 i,
a.button.border,
.style-2 .ui-accordion .ui-accordion-header:hover,
.style-2 .trigger a:hover,
.plan.featured .listing-badges .featured,
.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before,
.info-box h4,
.testimonial-carousel .slick-slide.slick-active .testimonial:before,
.sign-in-form .tabs-nav li a:hover,
.sign-in-form .tabs-nav li.active a,
.lost_password:hover a,
#top-bar .social-icons li a:hover i,
.listing-share .social-icons li a:hover i,
.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i,
.headline span i
{
  color: #378EBA;
}

.qtyTotal,
.mm-menu em.mm-counter,
.category-small-box:hover,
.option-set li a.selected,
.pricing-list-container h4:after,
#backtotop a,
.chosen-container-multi .chosen-choices li.search-choice,
.select-options li:hover,
button.panel-apply,
.layout-switcher a:hover,
.listing-features.checkboxes li:before,
.comment-by a.reply:hover,
.add-review-photos:hover,
.office-address h3:after,
.post-img:before,
button.button,
input[type="button"],
input[type="submit"],
a.button,
a.button.border:hover,
table.basic-table th,
.plan.featured .plan-price,
mark.color,
.style-4 .tabs-nav li.active a,
.style-5 .tabs-nav li.active a,
.dashboard-list-box .button.gray:hover,
.change-photo-btn:hover,
.dashboard-list-box a.rate-review:hover,
input:checked + .slider,
.add-pricing-submenu.button:hover,
.add-pricing-list-item.button:hover,
.custom-zoom-in:hover,
.custom-zoom-out:hover,
#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover,
#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover
{
  background-color: #378EBA;
}


.rangeslider__fill,
span.blog-item-tag,
.testimonial-carousel .slick-slide.slick-active .testimonial-box,
.listing-item-container.list-layout span.tag,
.tip,
.mfp-arrow:hover
{
  background: #378EBA;
}

#titlebar.listing-titlebar span.listing-tag
{
  border-color: #378EBA;
  color: #378EBA;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-prev:hover,
.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover
{
  background-color: #378EBA;
}

.listing-nav-container.cloned .listing-nav li:first-child a.active,
.listing-nav-container.cloned .listing-nav li:first-child a:hover,
.listing-nav li:first-child a,
.listing-nav li a.active,
.listing-nav li a:hover
{
  border-color: #378EBA;
  color: #378EBA;
}

.tabs-nav li a:hover,
.tabs-nav li.active a
{
  border-color: #378EBA;
  color: #378EBA;
}

.checkboxes input[type=checkbox]:checked + label:before
{
  background-color: #378EBA;
  border-color: #378EBA;
}

.marker-arrow
{
  border-color: #378EBA transparent transparent;
}

.face.front
{
  border-color: #378EBA;
  color: #378EBA;
}

.face.back
{
  background: #378EBA;
  border-color: #378EBA;
}
.pricing-list-container h4
{
  color: #378EBA;
}﻿

.slick-slide
{
  margin-left: 14px;
}


.slick-list
{
  margin-left: -14px;
}
﻿input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

pre
{
  display: flex;
  white-space: normal;
  word-break: break-word;
}

@font-face
{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(/css/montserrat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#logo_main, #logo_small
{
  box-sizing: border-box;
  color: #378EBA;
  display: inline;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 600;
  height: auto;
  letter-spacing: -2px;
  line-height: 154.5px;
  overflow-wrap: break-word;
  text-align: center;
  text-size-adjust: 100%;
  width: auto;
  word-break: break-word;
  -webkit-tap-highlight-color: #0000;
  text-decoration: none;
}

#titlebar.listing-titlebar #muhkuh span a, #titlebar.listing-titlebar #muhkuh span
{
  color: unset;
}

#logo_main
{
  top: 20px;
}

#logo_small
{
  font-size: 48px;
  position: absolute;
}


@media (min-width: 1984px)
{

  #sticky_spacer
  {
    height: 0;
  }
}

#roomdetails_button
{
  position: absolute;
  z-index: 101;
  display: block;
  width: 25%;
  transition: all 0.4s;
  transform: translateY(300%);
  background-color: rgba(255, 255, 255, 0.00);
  color: #378EBA;
  left: 70px;
  top: 10%;
  border: 2px solid #378EBA;
}

#roomdetails_button:hover
{
  color: #fff;
  background-color: #378EBA;
}

.listing-item.inactive
{
  opacity: 0.35;
  cursor: default;
}

.room-price-span
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
}

.price_price_result
{
  font-size: 40px;
  font-weight: 500;
}

.pax_price_result
{
  font-size: 32px;
  font-weight: 300;
}





#colorbox, #cboxOverlay, #cboxWrapper
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

#cboxWrapper
{
  max-width: none;
}

#cboxOverlay
{
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft
{
  clear: left;
}

#cboxContent
{
  position: relative;
}

#cboxLoadedContent
{
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle
{
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
  cursor: pointer;
}

.cboxPhoto
{
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe
{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent
{
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}


#cboxOverlay
{
  background: url(/img/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity = 90);
}

#colorbox
{
  outline: 0;
}

#cboxTopLeft
{
  width: 42px;
  height: 42px;
  background: url(/img/controls.png) no-repeat -202px 0;
}

#cboxTopRight
{
  width: 42px;
  height: 42px;
  background: url(/img/controls.png) no-repeat -260px 0;
}

#cboxBottomLeft
{
  width: 42px;
  height: 42px;
  background: url(/img/controls.png) no-repeat -202px -58px;
}

#cboxBottomRight
{
  width: 42px;
  height: 42px;
  background: url(/img/controls.png) no-repeat -260px -58px;
}

#cboxMiddleLeft
{
  width: 42px;
  background: url(/img/controls.png) left top repeat-y;
}

#cboxMiddleRight
{
  width: 42px;
  background: url(/img/controls.png) right top repeat-y;
}

#cboxTopCenter
{
  height: 42px;
  background: url(/img/border.png) 0 0 repeat-x;
}

#cboxBottomCenter
{
  height: 42px;
  background: url(/img/border.png) 0 -58px repeat-x;
}

#cboxContent
{
  background: #fff;
  overflow: hidden;
}

.cboxIframe
{
  background: #fff;
}

#cboxError
{
  padding: 100px;
  border: 2px solid #ccc;
}

#cboxLoadedContent
{
  margin-bottom: 56px;
}

#cboxTitle
{
  position: absolute;
  bottom: 8px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent
{
  position: absolute;
  bottom: 8px;
  left: 116px;
  color: #949494;
}

#cboxLoadingOverlay
{
  background: url(/img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic
{
  background: url(/img/loading.gif) no-repeat center center;
}


#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose
{
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}


#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active
{
  outline: 0;
}

#cboxSlideshow
{
  position: absolute;
  bottom: 8px;
  right: 60px;
  color: #0092ef;
}

#cboxPrevious
{
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/img/controls.png) no-repeat -150px 0;
  width: 50px;
  height: 50px;
  text-indent: -19998px;
}

#cboxPrevious:hover
{
  background-position: -150px -50px;
}

#cboxNext
{
  position: absolute;
  bottom: 0;
  left: 54px;
  background: url(/img/controls.png) no-repeat -100px 0;
  width: 50px;
  height: 50px;
  text-indent: -19998px;
}

#cboxNext:hover
{
  background-position: -100px -50px;
}

#cboxClose
{
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/img/controls.png) no-repeat -50px 0;
  width: 50px;
  height: 50px;
  text-indent: -19998px;
}

#cboxClose:hover
{
  background-position: -50px -50px;
}


.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight
{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


.listing-item-content h3
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 3.1em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


price .price_price_result
{
  transition: all 2s ease-in-out;
}

price.animate .price_price_result
{
  transform: scale(1.3);
  color: #378eba;
}

@media (min-width: 1984px)
{
  #muhkuh
  {
    box-shadow: rgba(0,0,0, 0.095) 0 20px 50px 0;
    border: 2px solid #f3f3f3;
    border-radius: 6px;
  }
}

#url_ref
{
  border-radius: 6px;
  margin-top: 32px;
}

.fa-map-marker
{
  color: #378EBA;
}

#cost_overview td:nth-child(even)
{
  text-align: right;
}



#cost_overview &gt; table
{
  width: 100%;
  display: table;
}


.cost_overview_headline_txt
{
  font-weight: bold;
  padding: 20px 0;
}

#cost_overview &gt; table &gt; tbody &gt; tr &gt; td:nth-child(odd)
{
  width: 60%;
}

#amenity_flexbox
{
  display: block;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  
}

.amenity_features_container
{
  -webkit-column-break-inside: avoid;
  padding: 0 10px;
}

.amenity_features_ul
{
  padding-left: 40px;
}

.amenity_features_container h4
{
  margin-top: 0;
}

.amenity_features_container h4 svg
{
  width: 40px;
  height: 40px;
}






.pdata-title-headline
{
  margin-bottom: 20px;
  padding: 0 20px 0 20px;
}

.pdata-title-radio
{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.pdata-title-radio-label
{
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 60px;
  padding-left: 70px;
  cursor: pointer;
  user-select: none;
  margin-right: 1rem;
}

.pdata-title-radio-label input
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 2px;
  width: 2px;
  overflow: visible;
  outline: 0;
  border-radius: 0;
}

.pdata-title-radio-label span.checkbox
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(175, 175, 175);
  border-image: initial;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}

input.pdata-title-radio-input:checked ~ .checkbox
{
  background-image: radial-gradient(rgb(12, 110, 239) 40%, rgb(255, 255, 255) 50%);
}

.pdata-form-con
{
  background-color: #eeeeee;
  padding: 40px;
  border-radius: 10px;
}

.pdata-name
{
}



.pdata-address &gt; div, .pdata-street &gt; div, .pdata-name &gt; div, .pdata-email &gt; div, .pdata-phone &gt; div
{
  display: inline-block;
}

.pdata-lastname &gt; div, .pdata-city &gt; div, .pdata-country &gt; div
{
  padding-left: 10px;
}

.pdata-firstname &gt; div, .pdata-zip &gt; div, .pdata-city &gt; div
{
  padding-right: 10px;
}

.pdata-street &gt; div, .pdata-email &gt; div, .pdata-phone &gt; div
{
  width: 100%;
}


.pdata-name &gt; div
{
  width: 50%;
}

.pdata-address &gt; div
{
  width: 33.33%;
}

.pdata-form input[type=text], .pdata-form input[type=email], .pdata-form input[type=tel]
{
  box-shadow: white 0 0 0 60px inset !important;
}

.float-container label, .select-label
{
  position: absolute;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: translate(20px, 28px) scale(1);
  -ms-transform: translate(20px, 28px) scale(1);
  -o-transform: translate(20px, 28px) scale(1);
  -webkit-transform: translate(20px, 28px) scale(1);
  transform: translate(20px, 28px) scale(1);
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  padding: 0 20px;
}

.float-container.active label, .select-label
{
  -moz-transform: translate(50px, -18px) scale(.8);
  -ms-transform: translate(50px, -18px) scale(.8);
  -o-transform: translate(50px, -18px) scale(.8);
  -webkit-transform: translate(50px, -18px) scale(.8);
  transform: translate(50px, -18px) scale(.8);
  background: linear-gradient(rgb(238, 238, 238) 0%, rgb(238, 238, 238) 45%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
  padding: 0 8px;
  color: #378EBA;
}



#service-list
{
  display: grid;
}



#service-list &gt; label
{
  -ms-grid-column: 1;
  grid-column: 1;
  align-self: center;
  margin: 0;
  padding-left: 20px;
}

#service-list &gt; span
{
  padding-right: 20px;
}

#service-list &gt; label, #service-list &gt; span
{
  padding-top: 10px;
  padding-bottom: 10px;
}

#service-list &gt; label:nth-child(4n + 1)
{
  background-color: #f9f9f9;
}

#service-list &gt; span:nth-child(4n + 2)
{
  background-color: #f9f9f9;
}

.service-included-tag &gt; div
{
  color: rgb(52, 168, 83);
  font-weight: bold;
  
  display: inline-block;
  padding: 0 20px;
  border-radius: 6px;
  align-self: center;
  width: 100%;
  text-align: right;
}

.service-included-tag &gt; div::before
{
  font-family: FontAwesome;
  content: "\f00c";
  padding: 0 10px 0 0;
  font-weight: normal;
}

#service-list &gt; span
{
  -ms-grid-column: 2;
  grid-column: 2;
  align-self: stretch;
  display: flex;
}

#service-list line
{
  grid-column-start: 1;
  grid-column-end: 3;
  height: 2px;
  background-color: #e0e0e0;
  margin: 30px 0;
}

#service-headline-included-services div, #service-headline-free-bookable-services div, #service-headline-bookable-services div, #service-additional-headline div, #checkout_payment div, .special-request-subheadline
{
  margin-bottom: 40px;
}

#service-headline-included-services, #service-headline-free-bookable-services, #service-headline-bookable-services, #service-additional-headline, #checkout_payment, .checkout_payment_schedule
{
  margin-top: 60px;
}

.service-bookable-container
{
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 20px;
  display: grid;
  margin-right: 4px;
  margin-left: 4px;
  cursor: pointer;
}

.service-bookable-container label
{
  margin: 0;
  cursor: pointer;
}

.service-bookable-container.countable, .service-bookable-container.countable label
{
  cursor: default;
}

.service-bookable-labels
{
  -ms-grid-column: 1;
  grid-column: 1;
}

.service-bookable-price
{
  font-weight: bold;
}

.service-item-checkbox, .service-bookable-amount-button
{
  -ms-grid-column: 2;
  grid-column: 2;
  text-align: right;
  align-self: center;
  white-space: nowrap;
}

.service-item-checkbox::before
{
  font-family: FontAwesome;
  content: "\f00c";
  width: 1em;
  height: 1em;
  padding: 14px 14px;
  font-weight: normal;
  border: 2px solid #aaa;
  border-radius: 10px;
  color: white;
  margin-right: 14px;
}

.service-bookable-container.active .service-item-checkbox::before
{
  color: #378eba;
  border-color: #378eba;
}

.service-bookable-container.active
{
  
  border-color: #378eba80;
  background-color: #378eba20;
}

.service-bookable-container.active .service-bookable-label
{
  color: #378eba;
  font-weight: bold;
}

#service-additional-headline div
{
  margin-bottom: 40px;
}

.service-bookable-amount-button &gt; button
{
  width: 64px;
  height: 64px;
  border: 2px solid #aaa;
  background: #fff;
  border-radius: 50%;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #777;
  font-size: 32px;
}

.service-bookable-amount-button &gt; button &gt; span
{
  width: 44px;
  height: 44px;
  padding: 10px;
}

.service-bookable-amount-button &gt; button &gt; span &gt; svg
{
  
  
  width: 24px;
  height: 24px;
  stroke-width: 5.3;
  stroke: currentColor;
}


.service-bookable-amount-button &gt; button.disabled
{
  border: 2px solid #ddd;
  color: #ddd;
  cursor: not-allowed;
}

.service-bookable-current-amount
{
  display: inline-block;
  font-weight: bold;
  font-size: 40px;
  width: 40px;
  text-align: center;
}

.prive_overview_item
{
  text-align: right;
}

#checkout_payment_select
{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.checkout_payment_select_label
{
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 60px;
  padding-left: 70px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0.25rem;
}

input.checkout_payment_radio
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 2px;
  width: 2px;
}

.checkout_payment_select_label span
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(175, 175, 175);
  border-image: initial;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}

input.checkout_payment_radio:checked ~ .checkbox
{
  background-image: radial-gradient(rgb(12, 110, 239) 40%, rgb(255, 255, 255) 50%);
}

.checkout_payment_schedule_item
{
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.checkout_payment_schedule, #checkout_payment
{
  margin-bottom: 2rem;
}

.checkout_assurance_features
{
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 3.75rem;
}

.checkout_assurance_container
{
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}



.checkout_assurance_item
{
  display: flex;
  margin-bottom: 0.5rem;
}

.checkout_assurance_item .svg-wrapper
{
  margin-right: 0.5rem;
}

.checkout_assurance_headline
{
  font-weight: 700;
}


.form_field_required input, .form_field_required span.checkbox, .form_field_required select
{
  border-color: #f08080;
  border-width: 4px;
}

.input-error
{
  position: absolute;
  -moz-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  -webkit-transform: translateY(-42px);
  transform: translateY(-42px);
  color: #f08080;
  visibility: hidden;
  z-index: 9999;
}

.form_field_required .input-error
{
  
}

.checkout_payment_select_label &gt; svg
{
  vertical-align: middle;
}

headroom
{
  background: #378EBA;
  height: 120px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}

headroom.nav-up
{
  top: -120px;
}

#url_ref_headroom
{
  position: absolute;
  width: 90%;
  text-align: center;
  color: white;
  border: solid white 2px;
  border-radius: 10px;
  height: 90px;
  line-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.pdata-headline
{
  margin-bottom: 60px;
  margin-top: 20px;
}


.reservation-page-wrapper #titlebar
{
  padding-bottom: 60px;
}

.special-request-headline
{
  margin-top: 60px;
  margin-bottom: 20px;
}

.special-request-row, #service-headline-included-services, #service-list, #service-headline-bookable-services, #service-excluded-list,
#service-additional-headline, #service-additional-list, #checkout_payment, .checkout_payment_schedule, .checkout_assurance_features, #service-headline-free-bookable-services, #service-free-list
{
  padding-right: 40px;
  padding-left: 40px;
}

.listing-share
{
  display: none;
}

.reservation-page-wrapper #listing-slider
{
  width: 25% !important;
  height: 25% !important;
}




#muhkuh
{
  position: static;
}

#terms-and-conditions a
{
  color: #378EBA;
}

#terms-and-conditions a:hover
{
  text-decoration: underline;
}

#daterangepicker_fe
{
  cursor: pointer;
}

.spinner-border
{
  position: absolute;
  display: inline-block;
  width: 92px;
  height: 92px;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: #0000;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  left: calc(50vw - 46px);
  top: calc(50vh - 46px);
  
}

@keyframes spinner-border
{
  to
  {
    transform: rotate(360deg);
  }
}

.sr-only
{
  position: absolute;
  width: 2px;
  height: 2px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.sr-only
{
  border: 0;
  clip: rect(0,0,0,0);
  height: 2px;
  margin: -2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 2px;
}

.text-primary
{
  color: #007bff !important;
}

.overlay-wrapper
{
  display: none;
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1000;
}

.checkout_assurance_container
{
  align-items: center;
  font-size: 28px;
}

.checkout_assurance_container img
{
  width: 460px;
}

#titlebar
{
  padding: 140px 0 0 0;
}

#listing-pop-facilities
{
  margin-bottom: 120px;
  display: flex;
}

.listing-pop-facility-container
{
  margin-right: 20px;
  font-size: 34px;
}

.listing-pop-facility-container svg
{
  color: #378EBA;
  vertical-align: text-top;
  width: 40px;
  height: 40px;
}

.fa-map-marker
{
  margin-left: 4px;
}}</pre></body></html>