@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito");
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700");
.irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  top: 0;
  display: block;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  left: 0;
  display: block;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.irs-shadow {
  position: absolute;
  left: 0;
  display: none;
  width: 0;
}

.irs-slider {
  position: absolute;
  z-index: 1;
  display: block;
  cursor: default;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  left: 0;
  display: block;
  cursor: default;
}

.irs-max {
  position: absolute;
  right: 0;
  display: block;
  cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 3px;
  color: #000000;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  white-space: nowrap;
}

.irs-disable-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -1%;
  display: block;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;
  z-index: -9999 !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
  outline: none !important;
  background: none !important;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../assets/images/sprite-skin-flat.png) repeat-x;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  top: 25px;
  height: 12px;
}

.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}

.irs-line-mid {
  height: 12px;
  background-position: 0 0;
}

.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}

.irs-bar {
  top: 25px;
  height: 12px;
  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 25px;
  width: 9px;
  height: 12px;
  background-position: 0 -90px;
}

.irs-shadow {
  top: 34px;
  height: 3px;
  opacity: 0.25;
  background: #000000;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  top: 22px;
  width: 16px;
  height: 18px;
  background-position: 0 -120px;
}

.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min,
.irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999999;
  font-size: 10px;
  line-height: 1.333;
  border-radius: 4px;
  background: #e1e4e9;
  text-shadow: none;
}

.irs-from,
.irs-to,
.irs-single {
  padding: 1px 5px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  border-radius: 4px;
  background: #f2651b;
  text-shadow: none;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  margin-left: -3px;
  border: 3px solid transparent;
  border-top-color: #f2651b;
}

.irs-grid-pol {
  background: #e1e4e9;
}

.irs-grid-text {
  color: #999999;
}

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    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: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

mark.color {
  color: #ffffff;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

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

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

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 {
  color: #333333;
  font-weight: normal;
  line-height: 1;
}

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

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #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: #ffffff;
  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 {
  margin: 40px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  color: #888888;
  font-size: 17px;
  line-height: 30px;
  border-left: 5px solid #eeeeee;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1090px;
  }
}

@media (min-width: 1367px) {
  .container {
    width: 1210px;
  }
}

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1260px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

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

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

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

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.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 {
  color: transparent;
  font: 0/0 a;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
* Author: Vasterad
* URL: http://purethemes.net
*/
/* ------------------------------------------------------------------- */
/* Table of Contents
----------------------------------------------------------------------

	01. Import Section ...................... Imported variables.

	02. Layout Components ................... Generic layout elements.
		# Forms Reset & Styles
		# Header
		# Sticky Header
		# Back to top
		# Navigation
		# User Menu
		# mmenu.js - mobile menu
		# Main Search Container
		# Range Slider
		# Chosen Plugin
		# Sort by custom select
		# Custom Chosen Dropdown
		# Input with dropdown
		# Panel Dropdown
		# Booking Page
		# Single Listing Page
		# Contact Page
		# Coming Soon Page
		# Blog Styles
		# Listing Item Layout Style
		# Small Category Boxes
		# Titlebar

	03. Shortcodes .......................... Template elements.
		# Buttons
		# Tables
		# Accordion / Toggles
		# Share Buttons
		# Post Navigation
		# Pricing Tables
		# List Styles
		# Tooltips
		# Info Box
		# Notification Boxes
		# Testimonials
		# Tabs
		# Login Register
		# Social Icons
		# Custom Checkboxes

	04. Dashboard ........................... User panel styles
		# Dashboard Navigation
		# Dashboard Titlebar
		# Dashboard Stats Boxes
		# Dashboard Pagination
		# Dashboard List Box
		# Add Listing
		# Opening Hours
		# Pricing

	05. Script Styles ....................... jQuery add-ons CSS.
		# Leaflet Maps
		# Google Maps
		# Dropzone
		# Magnific Popup
		# Parallax Background
		# Slick Carousel

	05. Others .............................. CSS helper classes etc.
		# Common Styles
		# Offsets

	06. Media Queries ....................... Mobile style sheets.

*/
/* ------------------------------------------------------------------- */
/* 01. Import Section
---------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/*  02. Layout Components
---------------------------------------------------------------------- */
/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 51px;
  margin: 0 0 16px 0;
  padding: 0 20px;
  color: #808080;
  font-size: 15px;
  font-weight: 500;
  line-height: 51px;
  opacity: 1;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

input:-webkit-autofill:focus,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  -webkit-text-fill-color: #808080 !important;
}

select {
  padding: 15px 18px;
  cursor: pointer;
}

input {
  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;
  opacity: 1;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

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

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

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

/* Input Placeholder Color */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
  opacity: 1;
}

textarea {
  min-width: 100%;
  height: auto;
  min-height: 130px;
  padding: 20px;
  line-height: 27px;
  transition: none !important;
}

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

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

fieldset {
  padding: 0;
  border: none;
}

a,
button {
  outline: none !important;
}

a:focus,
a:hover {
  color: orange;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* ---------------------------------- */
/* Header
------------------------------------- */
#logo {
  display: inline-block;
  margin-top: 3px;
}

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

img.footer-logo {
  width: auto;
  max-height: 38px;
}

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

/* Header Widget */
.header-widget {
  position: relative;
  top: -1px;
  height: 54px;
}

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

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

.header-widget .sign-in {
  position: relative;
  top: 10px;
  display: inline-block;
  margin-right: 25px;
  color: #333333;
  vertical-align: top;
}

.header-widget .sign-in i {
  padding-right: 4px;
  font-size: 15px;
}

.header-widget .sign-in:hover {
  color: #66676b;
}

/* Full Width Header */
header.fullwidth .container {
  width: 100%;
  margin: 0;
  padding: 0 40px;
}

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

.right-side {
  display: inline-block;
  float: right;
  width: 500px;
}

/* mobile fix */
@media (min-width: 1025px) and (max-width: 1239px) {
  .right-side {
    position: relative;
    display: inline-block;
    width: 470px;
    margin-top: 0;
  }
  .left-side {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1239px) and (max-width: 1366px) {
  .right-side {
    position: relative;
    display: inline-block;
    width: 470px;
    margin-top: 0;
  }
  .left-side {
    display: inline-block;
    width: 500px !important;
  }
  #navigation {
    width: 240px;
  }
}

#logo,
#navigation {
  float: left;
}

#logo {
  margin-right: 50px;
}

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

/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
#header.cloned {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

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

/* Sticky header styles */
#header.cloned #logo img {
  max-width: 120px;
  margin-top: 1px;
  transform: translate3d(0, 0, 0);
}

#header.cloned {
  padding: 18px 0 7px 0;
}

.sticky-logo {
  display: none;
}

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

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

/*----------------------------------- */
/* Footer
------------------------------------- */
#footer {
  padding: 70px 0 0 0;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

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

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

#footer h4 {
  margin-bottom: 25px;
  color: #333333;
  font-size: 21px;
}

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

.text-widget span {
  color: #707070;
}

.text-widget span.address {
  display: block;
  margin-bottom: 10px;
}

#footer a {
  color: #66676b;
}

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

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

#footer .footer-links li a {
  display: inline-block;
  padding: 0 0 9px 16px;
  color: #707070;
  line-height: 21px;
  transition: all 0.2s ease-in-out;
}

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

#footer .footer-links li:before {
  content: "\f105";
  position: absolute;
  top: -2px;
  left: 0;
  padding: 0 7px 0 0;
  color: #cccccc;
  font-family: "FontAwesome";
  font-size: 20px;
}

/* Footer Bottom */
.copyrights {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  padding: 40px 0;
  color: #707070;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

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

.copyrights a {
  color: #707070;
}

/* Dark Styles */
#footer.dark {
  color: #aaaaaa;
  background: #222222;
}

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

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

#footer.dark .footer-links li a:hover {
  color: #ffffff;
}

#footer.dark .footer-links li:before {
  color: #666666;
}

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

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

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

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

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

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

body #backtotop a {
  color: #ffffff;
}

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

/* ---------------------------------- */
/* Navigation
------------------------------------- */
#navigation {
  position: relative;
  display: block;
}

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

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

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

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

#navigation ul ul li {
  float: none;
}

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

#navigation ul ul {
  margin: 10px 0 0 15px;
}

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

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

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

/* Indicator Arrow */
#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: 7px;
}

#navigation ul ul li a:after {
  content: "\f105";
  position: absolute;
  top: 7px;
  right: 15px;
}

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

#navigation ul ul li a:only-child:after {
  content: "";
}

/* Dropdown Styles
------------------------------------- */
#navigation ul ul {
  font-size: 15px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

#navigation ul ul li {
  border-radius: 4px;
}

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

#navigation ul li:hover ul a,
#navigation ul ul a {
  padding: 4px 40px 4px 15px !important;
  line-height: 27px !important;
  line-height: 24px !important;
}

body #navigation ul ul {
  box-sizing: border-box;
  padding: 12px 10px;
}

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

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

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

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

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

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

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

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

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

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

#navigation.style-1 ul li a {
  color: #444444;
  cursor: pointer;
}

body .user-menu ul li a:hover,
#navigation.style-1 ul li:hover a {
  color: #66676b;
}

#navigation.style-1 ul a {
  padding: 5px 15px;
  line-height: 32px;
}

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

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

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

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

/* Indicator Arrow */
#navigation ul ul li a:after {
  transition: all 0.25s;
  transform: translateX(-5px);
  opacity: 0.5;
}

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

/* Menu Hovers */
#navigation.style-1 ul li a {
  font-size: 15px;
  transition: 0.4s;
  border-radius: 50px;
}

#navigation.style-1 > ul > li > a.current,
#navigation.style-1 > ul > li:hover > a {
  color: #66676b;
  background: rgba(102, 103, 107, 0.06);
}

#navigation.style-1 ul li li a {
  background: #ffffff !important;
}

#navigation.style-1 ul a {
  padding: 2px 15px;
}

#navigation ul ul {
  margin: 10px 0 0 0;
}

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

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

body #navigation ul .mega-menu:not(.mm-panel) ul a,
body #navigation.style-1 ul ul li {
  opacity: 1;
}

body #navigation.style-1 ul ul li a:after,
body #navigation.style-1 ul li:hover ul li a,
body #navigation.style-1 ul li:hover ul li:hover li a,
body #navigation.style-1 ul li:hover ul li:hover li:hover li a,
body #navigation.style-1 ul ul li:hover ul li a {
  color: #666666;
}

body #navigation.style-1 ul ul li:hover a:after,
body #navigation.style-1 ul li:hover ul li:hover a,
body #navigation.style-1 ul li:hover ul li:hover li:hover a,
body #navigation.style-1 ul li:hover ul li:hover li:hover li:hover a,
body #navigation.style-1 ul ul li:hover ul li a:hover {
  color: #66676b;
}

/* ---------------------------------- */
/* Mega Menu
------------------------------------- */
.mega-menu {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  display: flex;
  visibility: hidden;
  box-sizing: border-box;
  width: 200px;
  margin-top: -2px;
  padding: 20px 0;
  font-size: 15px;
  font-size: 14px;
  transition: all 0.25s;
  transform: translate3d(-42%, 24px, 0);
  opacity: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

.mega-menu.two-columns {
  width: 429px;
}

.mega-menu.three-columns {
  width: 643px;
}

.mega-menu.four-columns {
  width: 857px;
}

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

#navigation ul .mega-menu ul a:hover {
  opacity: 1;
}

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

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

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

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

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

.mega-menu-headline {
  display: block;
  padding: 8px 30px !important;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0;
  opacity: 1 !important;
}

/* Some mega menu styles for mobile nav */
.mobile-styles .mm-listview {
  margin: 0 -20px !important;
}

.mobile-styles .mm-listview .mega-menu-headline {
  padding: 15px 20px !important;
  color: #ffffff;
  background: #222222 !important;
}

.mobile-styles .mm-listview li a i {
  padding-right: 5px;
}

.mobile-styles.mm-panel:before {
  height: 10px !important;
}

/* Flickering Fix */
#navigation ul li .mega-menu ul,
#navigation ul li ul {
  z-index: 100;
}

#navigation ul li:hover .mega-menu,
#navigation ul li:hover ul {
  z-index: 200;
}

/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu {
  position: relative;
  margin-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  vertical-align: top;
}

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

/*
.user-menu .user-name {
	transition: 0.2s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}*/
.user-menu .user-name:after {
  content: "\f107";
  display: inline-block;
  margin-left: 6px;
  color: #aaaaaa;
  font-family: "FontAwesome";
  transition: 0.2s;
  transform: rotate(0deg);
}

.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);
}

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

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

.user-menu ul {
  position: absolute;
  z-index: 110;
  display: inline-block;
  visibility: hidden;
  float: left;
  box-sizing: border-box;
  width: 180px;
  padding: 12px 10px;
  list-style: none;
  font-size: 15px;
  transition: 0.25s;
  transform: translate3d(0, -15px, 0);
  text-align: left;
  opacity: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

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

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

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

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

.user-name span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #38b653;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* User Menu Avatar Border */
.user-name span img {
  box-sizing: content-box;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.user-name span {
  top: -8px;
  left: -28px;
  width: 35px;
  height: 35px;
}

.user-name span:after {
  right: -6px;
  bottom: -6px;
}

@media (max-width: 380px) {
  .user-name span:after {
    right: -6px;
    bottom: -3px;
  }
}

body .dashboard-nav ul li a i.fa.fa-calendar-check-o:before,
body .user-menu ul li a i.fa.fa-calendar-check-o:before {
  content: "\e040";
  font-family: "simple-line-icons";
}

@media (max-width: 360px) {
  .user-menu .user-name {
    overflow: hidden;
    max-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* ---------------------------------- */
/* mmenu.js - mobile menu
------------------------------------- */
.mm-hidden {
  display: none !important;
}

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

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

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

.mm-panels {
  overflow: hidden;
}

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

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

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

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

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

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

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

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

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

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

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

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

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

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

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  bottom: auto;
  box-sizing: border-box;
  height: 40px;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  right: 19px;
  transform: rotate(225deg);
}

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

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

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

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

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

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

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

.mm-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  margin: 0;
  padding: 0 40px;
  line-height: 30px;
  text-align: center;
  border-color: inherit;
  border-bottom: 1px solid;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

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

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

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

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

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

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

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

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

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

.mm-listview > li {
  position: relative;
}

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

.mm-listview > li {
  border-bottom: 1px solid #404040;
}

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

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

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

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

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

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

.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 {
  margin-right: 0;
  padding-right: 50px;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -10px;
}

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

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.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 > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.8);
}

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

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

.mm-menu .mm-listview > li {
  transition: 0.2s;
}

.mm-menu .mm-listview > li:hover {
  background: rgba(255, 255, 255, 0.03);
}

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

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

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

.mm-slideout {
  z-index: 1;
  transition: transform 0.4s ease;
}

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

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

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

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

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

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

.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: 140px;
  max-width: 440px;
}

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

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}

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

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

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

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

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

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

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

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

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

/* Trigger Styles */
.mmenu-trigger {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  margin: 0 0 20px 0;
  cursor: pointer;
  border-radius: 4px;
  background-color: #eeeeee;
}

/* Hamburger Icon */
.hamburger {
  position: relative;
  top: 12px;
  left: 13px;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transform: scale(0.67);
  text-transform: none;
  border: 0;
  background-color: transparent;
}

.hamburger-box {
  position: relative;
}

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

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

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

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

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

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  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 {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

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

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  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);
  transform: rotate(-90deg);
}

.mmenu-trigger {
  display: none;
}

@media only screen and (max-width: 1024px) {
  /* Header Responsive Styles */
  #responsive {
    display: none;
  }
  .mmenu-trigger {
    display: inline-block !important;
    width: 68px !important;
  }
  #logo {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    width: 35%;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
  }
  .header-widget {
    display: flex;
    padding: 10px 0 10px 0;
    border-top: 1px solid #eeeeee;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .header-widget a.button.border {
    float: right;
    min-width: auto;
    padding: 7px 16px;
    font-size: 16px;
    background-color: transparent;
  }
  .sign-in,
  .user-menu {
    flex: 1;
  }
  .header-widget .sign-in {
    top: 9px;
  }
  #header-container.header-style-2 .left-side,
  #header-container.header-style-2 .right-side,
  .right-side,
  .left-side {
    width: 100% !important;
  }
  #top-bar .right-side .social-icons {
    position: relative;
    z-index: 9;
    float: left;
  }
  #header-container.header-style-2 .header-widget {
    float: left;
    margin-top: 35px;
    margin-bottom: -5px;
  }
  .header-widget {
    text-align: left;
  }
  #header {
    padding-bottom: 0;
  }
  ul.top-bar-menu {
    position: relative;
    z-index: 99;
  }
  .header-style-2 .menu-responsive {
    float: none;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
  #header-container.header-style-2 .header-widget {
    width: calc(100%);
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
  }
  .web-menu-trigger {
    display: none;
  }
}

/* ---------------------------------- */
/* Highlighted Categories
------------------------------------- */
.main-search-inner .highlighted-category {
  position: relative;
  float: left;
  width: auto;
  margin: 10px 5px 0 0;
  padding: 3px 17px;
  color: #ffffff;
  transition: 0.4s;
  transform: scale(1);
  text-align: center;
  vertical-align: top;
  border-radius: 50px;
  background-color: #66676b;
  box-shadow: 0 2px 8px rgba(102, 103, 107, 0.2);
}

/* Hover Animation */
.main-search-inner .highlighted-category:hover {
  color: #ffffff;
  background-color: #333333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.main-search-inner .highlighted-category h4 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: 6px;
  color: #66676b;
  color: #ffffff;
  font-size: 15px;
  font-size: 14px;
  font-weight: 400;
  font-weight: 400;
  line-height: 22px;
  transition: 0.4s;
}

.main-search-inner .highlighted-category i {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
}

.main-search-inner .highlighted-category:hover h4 {
  color: #ffffff;
}

.highlighted-categories-headline {
  margin-top: 50px;
  margin-bottom: 8px;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .main-search-container {
    height: auto;
  }
  .main-search-inner {
    position: relative;
    top: 0;
    padding-top: 30px;
    padding-bottom: 45px;
    transform: none;
  }
}

/* Tyepd Words */
body .typed-cursor {
  margin-left: 2px;
  font-weight: 200;
  opacity: 0.5;
}

body .typed-cursor.typed-cursor--blink {
  animation: typedjsBlink 1.5s infinite;
}

@keyframes typedjsBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .typed-fade-out {
  transition: opacity 0.25s;
  opacity: 0;
}

body .typed-cursor.typed-cursor--blink.typed-fade-out {
  animation: 0;
}

@media (max-width: 768px) {
  .typed-words {
    display: block;
    width: 100%;
    min-height: 46px;
  }
  .typed-cursor {
    display: none;
  }
}

/* ---------------------------------- */
/* Main Search Container
------------------------------------- */
.main-search-container {
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  height: 620px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.main-search-container.centered {
  text-align: center;
}

.main-search-input {
  text-align: left;
}

.main-search-container:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  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: 42px;
}

.main-search-container h4 {
  color: #777777;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

/* Video */
.video-container {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

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

/* Dark Overlay */
.main-search-container.dark-overlay:before {
  background: rgba(46, 47, 50, 0.55);
}

.main-search-container.dark-overlay h2 {
  color: #ffffff;
}

.main-search-container.dark-overlay h4 {
  color: rgba(255, 255, 255, 0.7);
}

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

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

/* Main Search Input */
.main-search-input {
  display: flex;
  width: 100%;
  max-height: 68px;
  margin-top: 50px;
  padding: 9px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  align-items: flex-start;
  flex-wrap: wrap;
}

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

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

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

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

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

.main-search-input button.button {
  height: 50px;
  margin-right: 1px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 600;
  outline: none;
}

/* Gray Style */
.gray-style.main-search-input {
  position: relative;
  top: -10px;
  background-color: #f7f7f7;
  box-shadow: none;
}

.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;
}

/* Home Improvements */
.transparent-header .main-search-container {
  height: auto;
}

.transparent-header .main-search-container .main-search-inner {
  top: 0;
  padding-top: 210px;
  padding-bottom: 170px;
  transform: none;
}

.transparent-header .main-search-container {
  height: auto;
}

.transparent-header .main-search-container:before {
  background: rgba(0, 0, 0, 0.5);
}

.transparent-header #header:not(.cloned) {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(51, 51, 51, 0);
  box-shadow: none;
}

.transparent-header .main-search-container:before {
  background: rgba(51, 51, 51, 0.85);
}

.transparent-header .highlighted-categories-headline,
.transparent-header .main-search-container h2 {
  color: #ffffff;
}

.transparent-header #header:not(.cloned) #navigation.style-1 > ul > li > a {
  color: #ffffff;
}

.transparent-header #header:not(.cloned) #navigation.style-1 > ul > li > a.current,
.transparent-header #header:not(.cloned) #navigation.style-1 > ul > li:hover > a {
  color: #ffffff;
  background: #66676b;
}

.transparent-header .main-search-container h4 {
  color: rgba(255, 255, 255, 0.65);
}

.transparent-header .highlighted-category h4 {
  color: #ffffff;
}

.transparent-header .header-widget .sign-in:hover,
.transparent-header .header-widget .sign-in {
  color: #ffffff;
}

.transparent-header #header:not(.cloned) .user-menu .user-name:after {
  color: rgba(255, 255, 255, 0.7) !important;
}

.transparent-header #header:not(.cloned) .user-menu.active .user-name,
.transparent-header #header:not(.cloned) .user-menu:hover .user-name,
.transparent-header #header:not(.cloned) .user-menu .user-name {
  color: #ffffff !important;
}

.transparent-header #header:not(.cloned) .header-widget .button,
.transparent-header #header:not(.cloned) .header-widget .button.border {
  padding: 9px 20px;
  color: #ffffff;
  border: none;
  background: rgba(255, 255, 255, 0.15);
}

.transparent-header #header:not(.cloned) .header-widget .button:hover,
.transparent-header #header:not(.cloned) .header-widget .button.border:hover {
  color: #ffffff;
  background: #66676b;
}

.transparent-header .main-search-container h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.transparent-header .main-search-inner .highlighted-category:hover {
  color: #333333;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.transparent-header .main-search-inner .highlighted-category:hover h4 {
  color: #333333;
}

.main-search-inner .highlighted-category {
  float: none;
}

.main-search-inner .highlighted-category i {
  float: none;
}

.main-search-inner .highlighted-category {
  display: inline-block;
  padding: 3px 15px;
}

.main-search-form {
  text-align: left;
}

.main-search-inner .highlighted-category h4 {
  position: relative;
  top: -1px;
}

.transparent-header .main-search-inner .highlighted-category {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

@media (min-width: 1240px) and (max-width: 1440px) {
  .transparent-header .main-search-container .main-search-inner {
    padding-top: 190px;
    padding-bottom: 150px;
  }
}

/* Transparent Header Mobile Styles  */
@media (max-width: 1240px) {
  .transparent-header #navigation.style-1:before {
    background: rgba(255, 255, 255, 0.15);
  }
  .transparent-header #header:not(.cloned) {
    border: none;
  }
  .transparent-header .main-search-container h2 {
    font-size: 38px;
    line-height: 46px;
  }
}

/* ---------------------------------- */
/* Boxed (Airbnb) Home Search
------------------------------------- */
.main-search-container.full-height {
  min-height: 100vh;
}

.main-search-container.full-height .main-search-inner {
  position: absolute;
  top: 52%;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  transform: translateY(-50%);
}

.main-search-container.alt-search-box .main-search-input-item {
  flex: auto;
  width: 100%;
  margin: 0;
  margin-bottom: 14px;
  padding: 0;
  border: none;
}

.main-search-container.alt-search-box .main-search-input {
  width: 480px;
  height: auto;
  max-height: 100%;
  padding: 35px;
  border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.alt-search-box.main-search-container .main-search-input-headline h2 {
  margin: 0 0 30px 0;
  padding: 0;
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.alt-search-box.main-search-container .main-search-input-headline h4 {
  margin: -18px 0 30px 0;
  padding: 0;
  color: #888888;
  font-size: 20px;
  line-height: 30px;
}

.alt-search-box.main-search-container .main-search-input-item #autocomplete-input,
.alt-search-box.main-search-container .main-search-input-item input {
  height: 54px;
  padding: 0 20px;
  line-height: 54px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

body .alt-search-box .main-search-input-item .chosen-single,
body .alt-search-box .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single,
body .alt-search-box .main-search-input-item .chosen-container .chosen-drop {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  box-shadow: none;
}

body .alt-search-box .main-search-input-item .chosen-single,
body .alt-search-box .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #ffffff;
}

input.error,
textarea.error {
  border: 1px solid red !important;
}

#booking-date-search {
  cursor: pointer;
}

.alt-search-box button.button {
  margin-top: 15px;
}

.alt-search-box .main-search-input-item .chosen-single:after {
  width: calc(100% - 1px);
  transition: 0.3s;
  opacity: 0;
}

.alt-search-box .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single:after {
  opacity: 1;
}

.alt-search-box .search-input-icon {
  position: relative;
}

.alt-search-box .search-input-icon i {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 21px;
  color: #999999;
  transform: translateY(-50%);
}

.transparent-header .alt-search-box.main-search-container:before {
  background: rgba(51, 51, 51, 0.25);
}

.alt-search-box.main-search-container .main-search-input-item.search-input-icon input {
  padding-right: 40px;
}

.alt-search-box .input-with-icon i,
.alt-search-box .main-search-input-item.location a {
  right: 14px;
}

@media (max-width: 1239px) {
  .transparent-header .fullwidth #navigation.style-1:before {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 992px) {
  .main-search-container.alt-search-box .main-search-input {
    width: auto;
    max-height: 100%;
    padding: 25px;
    background: #ffffff;
  }
}

@media (min-width: 992px) {
  .alt-search-box .main-search-input .pac-container {
    z-index: 9;
    top: 9px !important;
    left: 0 !important;
    padding-top: 45px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-shadow: none;
  }
}

/* ---------------------------------- */
/* Google Autocomplete
------------------------------------- */
body .pac-item {
  padding: 5px 15px;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s;
}

body .pac-container {
  box-sizing: content-box;
  margin-top: -2px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
}

/* Autocomplete for homepage */
.main-search-input .pac-container {
  top: 54px !important;
  left: 0 !important;
}

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

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

@media (min-width: 992px) {
  .main-search-input .pac-container {
    z-index: 9;
    top: 1px !important;
    left: 0 !important;
    padding-top: 45px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  .main-search-input.gray-style .pac-container {
    border: 1px solid #e0e0e0;
    box-shadow: none;
  }
  .main-search-input-item,
  .main-search-input-item #autocomplete-input {
    padding: 0 15px;
  }
}

/* ---------------------------------- */
/* Range Slider
------------------------------------- */
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}

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

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

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

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

.rangeslider__fill {
  position: absolute;
  background: #66676b;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

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

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

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

.range-output {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}

.range-output:after {
  content: "km";
}

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

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

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

.chosen-container .chosen-drop {
  position: absolute;
  z-index: 990;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  /*	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);*/
}

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

.chosen-container a {
  cursor: pointer;
}

/* Single Select box */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 51px;
  padding: 0 0 0 18px;
  color: #888888;
  font-weight: 500;
  line-height: 50px;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

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

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

.chosen-container-active.chosen-with-drop .chosen-drop {
  visibility: visible;
  opacity: 1;
}

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

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

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

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

.chosen-container-single .chosen-single div:after {
  content: "\f107";
  position: relative;
  right: 20px;
  display: inline-block;
  float: right;
  width: auto;
  height: auto;
  margin: 1px 0 0 0;
  color: #c0c0c0;
  font-family: "FontAwesome";
  font-size: 18px;
  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: 3px 8px;
  white-space: nowrap;
}

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

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

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

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

/* Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  margin: 0 4px 8px 0;
  padding: 0 4px 0 8px;
  color: #888888;
}

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

.chosen-container-multi .chosen-results li {
  padding: 10px 18px;
  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: #cccccc;
  cursor: default;
}

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

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

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

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

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

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

/* Multi Selectbox */
.chosen-container-multi .chosen-choices {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
  margin: 0;
  padding: 0 0 0 18px;
  line-height: 33px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
  border-radius: 4px 4px 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"] {
  height: 49px;
  margin: 0;
  padding: 0;
  color: #888888;
  font-weight: 500;
  line-height: normal;
  transition: none;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  max-width: 100%;
  margin: 10px 6px 0 -4px;
  padding: 0 25px 0 8px;
  color: #ffffff;
  font-weight: 500;
  line-height: 29px;
  cursor: default;
  border-radius: 3px;
  background-color: #66676b;
}

.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: -2px;
  right: 7px;
  display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
  position: relative;
  top: 1px;
  display: inline-block;
  float: right;
  width: 11px;
  height: 5px;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  color: #888888;
  border: 1px solid #cccccc;
  background-color: #e4e4e4;
}

.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: #cccccc;
  cursor: default;
}

.chosen-container.chosen-container-multi .chosen-drop {
  visibility: hidden;
  padding: 10px 0;
  opacity: 0;
}

.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop {
  visibility: visible;
  opacity: 1;
}

/* Active */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px 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: #888888 !important;
}

/* Custom Scrollbar for -wekbit */
.chosen-drop ::-webkit-scrollbar {
  width: 10px;
}

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

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

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

/* Input With Icon */
.input-with-icon {
  position: relative;
}

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

.input-with-icon input {
  padding-left: 47px !important;
}

.input-with-icon.location input {
  padding-left: 20px !important;
}

.input-with-icon.location a i {
  position: absolute;
  top: 50%;
  right: 1px;
  left: auto;
  padding: 15px 20px 15px 15px;
  color: #999999;
  transform: translateY(-50%);
  pointer-events: all;
  background: #ffffff;
}

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

/* ---------------------------------- */
/* Sort by custom select
------------------------------------- */
.sort-by {
  position: relative;
  top: 9px;
}

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

.sort-by-select select {
  height: auto;
  padding: 7px 7px 7px 15px;
  color: #777777;
  line-height: 22px;
  border: none;
  border-radius: 50px;
  background-color: #f0f0f0;
  box-shadow: none;
}

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

.sort-by .chosen-container-single .chosen-single {
  display: inline-block;
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 0 14px 0 16px;
  color: #666666;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: none;
}

.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 {
  z-index: 999;
  width: 200px;
  margin-left: 10px;
  padding-top: 10px;
  border: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

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

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

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

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

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

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

/* ---------------------------------- */
/* Custom Chosen Dropdown
------------------------------------- */
.main-search-input-item .chosen-container-single .chosen-single,
.main-search-input-item .chosen-single.chosen-container-active {
  position: relative;
  z-index: 100;
  display: block;
  overflow: visible;
  height: 44px;
  padding: 0 0 0 15px;
  color: #888888;
  line-height: 44px;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  box-shadow: none;
}

/* Active */
.main-search-input-item .chosen-container-active .chosen-single,
.main-search-input-item .chosen-container-active .chosen-choices {
  border: 1px solid #ffffff;
}

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

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

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

.main-search-input-item .chosen-single:after {
  content: "";
  position: absolute;
  z-index: 112;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  opacity: 1;
  background: #ffffff;
  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 {
  position: relative;
  top: -2px;
  display: inline-block;
}

.main-search-input .chosen-container-single .chosen-search {
  margin-bottom: 5px;
  padding: 3px 15px;
}

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

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

/* Style for gray main input version */
.gray-style .main-search-input-item .chosen-container-single .chosen-single,
.gray-style .main-search-input-item .chosen-single.chosen-container-active {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}

.main-search-input-item .chosen-container.chosen-with-drop {
  /*	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);*/
  border-radius: 4px;
}

.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 {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  box-shadow: none;
}

@media (min-width: 991px) {
  .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;
}

/* ---------------------------------- */
/* Input with dropdown
------------------------------------- */
.select-input {
  position: relative;
}

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

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

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

.select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 51px;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}

.select-styled {
  opacity: 0;
}

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

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

ul.select-options li {
  margin: 0;
  margin: 0;
  padding: 0;
  padding: 10px 10px;
  list-style: none;
  color: #888888;
  line-height: 15px;
  transition: all 0.15s ease-in;
  border-radius: 4px;
}

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

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

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

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

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

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

/* ---------------------------------- */
/* Panel Dropdown
------------------------------------- */
.panel-dropdown {
  position: relative;
  display: inline-block;
}

.panel-dropdown a {
  display: inline-block;
  padding: 3px 14px;
  color: #666666;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 50px;
}

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

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

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

.panel-dropdown .panel-dropdown-content {
  position: absolute;
  z-index: 110;
  top: 44px;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  width: 460px;
  padding: 20px 24px;
  transition: all 0.3s;
  white-space: normal;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

.panel-dropdown .checkboxes label {
  display: block;
  margin-bottom: 10px;
}

.panel-dropdown-content.checkboxes {
  padding: 28px;
}

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

button.panel-cancel,
button.panel-apply {
  display: block;
  float: right;
  margin: 0;
  padding: 5px 16px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
  border-radius: 50px;
  outline: none;
  background: none;
  background-color: #66676b;
}

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

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

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

button.panel-cancel:hover {
  background-color: #e9e9e9;
}

button.panel-cancel:active {
  transform: translateY(-2px);
}

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

/* Float Right */
.panel-dropdown.float-right {
  float: right;
}

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

/* Float Right */
.fullwidth-filters .panel-dropdown {
  margin-left: 3px;
}

/* Styles for filters for full-width layout */
.fullwidth-filters {
  position: relative;
  top: 15px;
  display: inline-block;
  width: 100%;
}

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

/* More Search Options For Sidebar
------------------------------------- */
.more-search-options.relative {
  position: relative;
  display: none;
  visibility: visible;
  margin-top: 0;
  transition: none;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

/* Trigger */
.more-search-options-trigger {
  display: inline-block;
  padding: 3px 0;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 3px;
}

.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";
  display: inline-block;
  margin-left: 6px;
  padding-left: 0;
  color: #66676b;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
}

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

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

/* Layout Switcher Buttons
------------------------------------- */
.layout-switcher a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  margin-right: 1px;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  transition: all 0.4s;
  text-align: center;
  border-radius: 50%;
  background-color: #eeeeee;
}

.layout-switcher a.active {
  color: #66676b;
  line-height: 38px;
  border: 1px solid #66676b;
  background-color: #ffffff;
}

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

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

/*----------------------------------- */
/* Half Screen Map
------------------------------------- */
.fs-container {
  width: 100%;
  height: 100%;
}

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

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

.fs-container section.search {
  padding: 45px 40px;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

button.fs-map-btn.button {
  position: relative;
  top: 6px;
  float: right;
  margin: 0;
  padding: 10px 40px;
}

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

.showing-results {
  margin: 5px 0 25px 0;
  color: #888888;
  font-weight: 500;
}

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

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

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

.listings-container.fs-listings.list-layout .listing-content {
  flex: 4;
}

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

/* Grid layout below 1366px screens */
@media (max-width: 1365px) {
  .listings-container.fs-listings.grid-layout .listing-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .listings-container.fs-listings.grid-layout {
    padding: 0 40px;
  }
  .listings-container.fs-listings.list-layout .listing-item {
    display: block;
  }
  .listings-container.fs-listings.list-layout .details.button.border {
    display: none;
  }
  .listings-container.fs-listings.list-layout .listing-img-container {
    max-width: 100%;
  }
  .fs-switcher .layout-switcher {
    display: none;
  }
}

/* Forms Grid */
.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 10px;
}

.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%;
}

@media (max-width: 1599px) {
  .col-fs-12,
  .col-fs-11,
  .col-fs-10,
  .col-fs-9,
  .col-fs-8,
  .col-fs-7,
  .col-fs-6 {
    width: 100%;
  }
  .col-fs-5,
  .col-fs-4,
  .col-fs-3,
  .col-fs-2,
  .col-fs-1 {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .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 {
    width: 100%;
  }
  .overflow-hidden {
    overflow: hidden;
  }
}

/* Alignment */
.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: 18px;
}

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

.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 10px;
}

/* ---------------------------------- */
/* User Profile Page
------------------------------------- */
.comment-by-listing {
  display: inline-block;
  color: #888888;
}

.comment-by-listing a {
  color: #888888;
}

.comment-by-listing a:hover {
  color: #66676b;
}

/* Verified Icon */
.verified-icon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  color: #19b453;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  text-align: center;
}

.verified-icon:before {
  content: "\f058";
  position: relative;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "FontAwesome";
}

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

/* Verified Badge */
.verified-badge {
  position: relative;
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  cursor: help;
  transition: 0.3s;
  text-align: center;
  border-radius: 4px;
  background-color: #19b453;
}

.verified-badge i {
  position: relative;
  top: 3px;
  padding: 0 4px 0 0;
  font-size: 22px;
}

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

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

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

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

/* User Profile Titlebar */
.user-profile-titlebar {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  body .user-profile-avatar {
    top: 2px;
    max-width: 60px;
  }
  body .user-profile-name {
    position: relative;
    left: 75px;
  }
  #titlebar .user-profile-name h2 {
    font-size: 22px;
  }
  #titlebar span.star {
    font-size: 14px;
  }
  .user-profile-titlebar .star-rating .rating-counter {
    top: 5px;
    font-size: 14px;
  }
  .user-profile-titlebar .star-rating {
    margin-top: -9px;
  }
}

@media (max-width: 992px) {
  .user-profile-avatar {
    top: -7px;
    max-width: 90px;
  }
  .user-profile-name {
    position: relative;
    left: 115px;
  }
}

/* ---------------------------------- */
/* Coupon Widget
------------------------------------- */
.coupon-widget {
  position: relative;
  display: block;
  margin-top: 35px;
  color: #ffffff;
  transition: 0.3s;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.coupon-widget:hover {
  transform: translateY(-5px);
}

.coupon-widget:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border-radius: 4px;
  background-color: #222222;
}

.coupon-widget a.coupon-top {
  position: relative;
  z-index: 10;
  display: block;
  padding: 32px 30px;
  cursor: default;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
}

.coupon-widget a.coupon-top h3 {
  margin: 0;
  padding: 0 30px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}

.coupon-scissors-icon {
  position: absolute;
  z-index: 100;
  top: -15px;
  left: 35px;
  font-size: 20px;
}

.coupon-scissors-icon:after {
  content: "\f0c4";
  font-family: "FontAwesome";
}

.coupon-valid-untill {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 12px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 4px;
  background-color: #ffffff;
}

.coupon-how-to-use {
  margin-top: 15px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 22px;
}

.coupon-how-to-use strong {
  color: #ffffff;
}

.coupon-widget .coupon-bottom {
  position: relative;
  z-index: 10;
  margin: 0 0;
  padding: 20px;
  text-align: center;
  border-top: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 0 0 4px 4px;
}

.coupon-code {
  position: relative;
  z-index: 11;
  display: inline-block;
  padding: 7px 20px;
  color: #ffffff;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px dashed rgba(255, 255, 255, 0.29);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.09);
}

.code-button:hover,
.code-button {
  display: block;
  display: none;
  width: 100%;
  padding: 10px;
  color: #777777;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s;
  text-align: center;
  border-radius: 50px;
  background-color: #eeeeee;
}

.code-button:hover {
  color: #ffffff;
  background-color: #f91942;
}

.coupon-link-icon {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 16px;
}

.coupon-link-icon:before {
  content: "\f08e";
  color: #ffffff;
  font-family: "FontAwesome";
}

.coupon-widget .coupon-bottom:before,
.coupon-widget .coupon-bottom:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #ffffff;
}

.coupon-widget .coupon-bottom:after {
  right: 0;
  left: initial;
  transform: translate(50%, -50%);
}

.coupon-widget:before,
.coupon-bottom {
  background-color: #282828;
}

@media (max-width: 480px) {
  .coupon-widget a.coupon-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ---------------------------------- */
/* Booking Page
------------------------------------- */
.payment-logo {
  position: absolute;
  top: 18px;
  right: 19px;
  height: 24px;
  image-rendering: -webkit-optimize-contrast;
}

.payment-logo.paypal {
  top: 22px;
  height: 16px;
}

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

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

.payment-tab-trigger > label {
  position: relative;
  top: 0;
  top: 1px;
  display: block;
  margin-bottom: 0;
  padding: 14px 0;
  font-weight: 500;
  cursor: pointer;
}

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

.payment-tab-trigger > label::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 7px;
  display: inline-block;
  width: 6px;
  height: 6px;
  transition: 0.2s;
  transform: scale(0);
  border-radius: 100%;
  background: #ffffff;
}

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

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

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

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

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

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

.payment-tab.payment-tab-active {
  max-height: 400px;
  background: #ffffff;
}

@media (max-width: 991px) {
  .payment-tab.payment-tab-active {
    max-height: 800px;
  }
}

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

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

.card-label > input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 51px;
  margin: -14px auto 5px;
  padding: 5px 15px 0 15px;
  transition: border-color 0.3s;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.card-label > label {
  display: inline-block;
  margin: 6px auto auto 8px;
  padding: 0 7px;
  color: #909090;
  font-size: 13px;
  font-weight: 500;
  background-color: #ffffff;
}

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

/* Booking Widget */
.opening-hours.summary li {
  color: #333333;
}

.boxed-widget.summary {
  border-radius: 0 0 4px 4px;
}

.opening-hours.summary li:hover {
  color: #66676b;
}

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

.opening-hours.summary li.total-costs {
  margin-top: 18px;
  padding-top: 18px;
  font-size: 16px;
  border-top: 1px solid #e8e8e8;
}

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

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

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

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

/* Input With icons */
.input-with-icon.medium-icons i {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -3px;
  color: #a0a0a0;
  font-size: 21px;
}

.button.booking-confirmation-btn {
  padding: 12px 35px;
  font-size: 16px;
}

/* Booking Confirmation Page */
.booking-confirmation-page {
  padding: 40px 0;
  text-align: center;
}

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

.booking-confirmation-page h2 {
  display: block;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

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

.booking-confirmation-page a.button:before {
  display: none;
}

.booking-confirmation-page a.button {
  padding: 11px 35px;
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  background-color: #eeeeee;
}

.book-now.button {
  margin-bottom: -4px;
  padding: 9px;
}

@media (max-width: 991px) {
  .booking-confirmation-page i {
    font-size: 100px;
  }
  .booking-confirmation-page p {
    font-size: 18px;
  }
  .booking-confirmation-page h2 {
    font-size: 30px;
  }
}

/* Custom Dropdown for Booking Widget
------------------------------------- */
.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 {
  position: relative;
  height: auto;
  margin: 0;
  padding: 10px 16px;
  color: #909090;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  transition: color 0.3s;
  text-align: left;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.booking-select select {
  padding: 15px 16px;
}

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

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

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

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

.booking-select .chosen-container-single .chosen-single span {
  transition: 0.2s;
}

.booking-select .chosen-container-single .chosen-single:hover span {
  color: #444444;
}

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

/* ---------------------------------- */
/* Single Listing Page
------------------------------------- */
/* Listing Page Sidebar
------------------------------------- */
#titlebar.listing-titlebar span a,
#titlebar.listing-titlebar span {
  display: inline-block;
  margin-top: 0;
  color: #888888;
  font-size: 17px;
}

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

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

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
  margin: 1px 0;
  font-size: 28px;
  line-height: 36px;
}

#titlebar.listing-titlebar span.listing-tag {
  position: relative;
  top: -6px;
  margin: 0;
  margin-left: 10px;
  padding: 8px 16px;
  color: #66676b;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: 1px solid #66676b;
  border-radius: 50px;
  background-color: #ffffff;
}

.rating-counter a {
  color: #909090;
}

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

.numerical-rating .rating-counter a:hover {
  color: #888888;
}

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

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

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

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

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

/* back to listings button */
.back-to-listings {
  position: relative;
  position: absolute;
  top: 6px;
  top: 50%;
  left: 15px;
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 25px 0 0;
  margin-top: -5px;
  color: #a6a6a6;
  transition: all 0.4s;
  transform: translate(0, -50%);
  text-align: center;
  border-radius: 50%;
  background-color: #eeeeee;
}

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

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

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

/* Hosted by widget */
.hosted-by-title {
  position: relative;
  display: block;
  margin: -4px 0 25px 0;
  padding: 0 70px 18px 0;
  border-bottom: 1px solid #e8e8e8;
}

.hosted-by-title h4 {
  margin: 4px 0 7px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  transition: 0.2s;
}

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

.hosted-by-title h4 span {
  display: block;
  margin-bottom: 2px;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}

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

/* Fullwidth Property Slider */
.listing-slider-small .item,
.listing-slider .item {
  position: relative;
  height: 40vh;
  min-height: 400px;
  background-position: 50%;
  background-size: cover;
}

.listing-slider,
.listing-slider .item {
  height: 40vh;
  min-height: 400px;
}

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

@media (max-width: 1366px) {
  .listing-slider-small .item {
    height: 220px;
  }
}

@media (max-width: 1240px) {
  .listing-slider-small .item {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .listing-slider-small .item {
    height: 300px;
  }
}

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

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

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

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

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

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

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-next,
.listing-slider .slick-next:hover,
.listing-slider .slick-next {
  right: 15%;
  transform: translate(50px, -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(-50px, -50%);
}

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

.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-prev {
  left: 50px;
  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(60px, -50%);
}

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

.listing-slider .slick-next:hover:before,
.listing-slider .slick-prev:hover:before,
.listing-slider .slick-prev::before,
.listing-slider .slick-next::before {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
}

.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 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
}

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

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

/* Hover */
.listing-slider .slick-next:hover {
  transform: translate(64px, -50%);
}

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

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

.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 {
  visibility: hidden;
  opacity: 0;
}

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

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

/* Listing Sidebar Details */
.listing-details-sidebar {
  position: relative;
  display: block;
  margin-bottom: -5px;
  padding: 0;
  list-style: none;
  font-size: 15px;
}

.listing-details-sidebar li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-left: 26px;
  line-height: 24px;
}

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

.listing-details-sidebar li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #888888;
  font-size: 16px;
}

.listing-details-sidebar.social-profiles {
  margin-top: 20px;
}

.listing-details-sidebar.social-profiles li {
  padding-left: 23px;
  line-height: 22px;
}

.listing-details-sidebar.social-profiles li i {
  top: 4px;
}

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

/* Boxed Widget */
.boxed-widget {
  position: relative;
  z-index: 90;
  padding: 32px;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background-color: #f9f9f9;
}

.boxed-widget h3 {
  display: block;
  margin: 0 0 25px 0;
  padding: 0 0 25px;
  font-size: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.boxed-widget h3 i {
  margin-right: 4px;
}

.boxed-widget h3 i.sl-icon-clock {
  position: relative;
  top: 1px;
}

.boxed-widget h3 i.fa-calendar-check-o {
  position: relative;
  top: -1px;
}

/* Booking Sticky Footer */
.booking-sticky-footer {
  position: fixed;
  z-index: 10001;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  min-height: 80px;
  padding: 12px 15px;
  border-top: 1px solid #e0e0e0;
  background: #ffffff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: none;
  flex-wrap: wrap;
}

.booking-sticky-footer .container {
  display: flex;
}

.booking-sticky-footer h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.booking-sticky-footer .button {
  float: right;
  margin: 0;
  padding: 10px 17px;
  font-size: 14px;
  line-height: 21px;
}

.booking-sticky-footer .star-rating {
  zoom: 0.9;
  margin: -2px 0 0 0;
  padding: 0;
  letter-spacing: -1.5px;
}

.bsf-left,
.bsf-right {
  align-self: center;
}

.bsf-right {
  flex: 1;
  justify-content: flex-end;
}

.bsf-left {
  flex: 1.2;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .booking-sticky-footer {
    display: flex;
  }
}

@media (max-width: 768px) {
  .booking-sticky-footer .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/* Booking Widget
------------------------------------- */
.booking-widget {
  z-index: 100;
}

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

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

.booking-widget .panel-dropdown .panel-dropdown-content:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 10px;
  transition: all 0.3s;
  opacity: 0;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

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

.booking-widget .panel-dropdown a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  padding: 10px 16px;
  color: #888888;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  transition: color 0.3s;
  text-align: left;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

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

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

/* Quantity Buttons for Booking Widget*/
.qtyButtons {
  display: flex;
  margin: 0 0 13px 0;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .qtyButtons {
    display: block;
  }
}

.panel-dropdown-content .qtyButtons:first-child {
  margin-top: 8px;
}

.panel-dropdown-content .qtyButtons:last-child {
  margin-bottom: 3px;
}

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

.qtyTitle {
  display: block;
  flex: 1;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

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

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

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

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

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

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

/* Estimated Cost */
.booking-estimated-cost {
  display: block;
  margin-top: 15px;
  margin-bottom: -5px;
  padding-top: 15px;
  font-weight: 16px;
  border-top: 1px solid #e8e8e8;
}

.booking-estimated-cost strong,
.booking-estimated-cost span {
  display: inline;
  font-weight: 600;
}

.booking-estimated-cost span {
  position: relative;
  float: right;
  color: #66676b;
  font-size: 16px;
  text-align: right;
}

/* Listing Price */
.booking-widget h3 {
  position: relative;
}

h3 .listing-price {
  position: absolute;
  top: -7px;
  right: 0;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  background-color: #f0f0f0;
}

h3 .listing-price i {
  position: relative;
  top: 1px;
  margin-left: -3px;
  margin-right: 0;
  padding: 0;
  color: #888888;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
}

/* ---------------------------------- */
/* Message Vendor
------------------------------------- */
.message-vendor .fa-envelope-o {
  position: relative;
  top: -1px;
  font-size: 20px;
  line-height: 0;
}

.message-vendor textarea,
.message-vendor textarea:focus,
.message-vendor input:focus,
.message-vendor select,
.message-vendor select:focus,
.message-vendor input {
  position: relative;
  height: auto;
  margin: 0 0 15px 0 !important;
  padding: 10px 16px;
  color: #888888;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  transition: color 0.3s !important;
  text-align: left;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.message-vendor select,
.message-vendor select:focus {
  height: 48px;
}

/* Prefered Contat Method */
.preferred-contact-method {
  display: block;
  margin: 12px 0;
}

.preferred-contact-method h5 {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #777777;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.preferred-contact-radios {
  display: block;
  text-align: center;
  align-items: center;
}

.preferred-contact-radios .radio {
  display: inline-block;
}

.preferred-contact-radios .radio label {
  display: inline-block;
  margin-right: 15px;
  padding-left: 24px;
  line-height: 23px;
}

.preferred-contact-radios .radio:last-child label {
  margin-right: 0;
}

#add-review input:focus,
#add-review textarea:focus,
#add-review select:focus,
#add-review input,
#add-review textarea,
#add-review select {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

/* Captcha Holder */
.captcha-holder {
  display: block;
  visibility: hidden;
  height: 0;
  max-height: 0;
  transition: 0.5s;
  opacity: 0;
}

.captcha-holder.visible {
  visibility: visible;
  height: auto;
  max-height: 200px;
  opacity: 1;
}

.captcha-holder .g-recaptcha {
  margin: 5px 0 15px 0;
}

@media (min-width: 1366px) {
  .captcha-holder .g-recaptcha {
    text-align: center;
  }
  .captcha-holder .g-recaptcha div {
    width: auto !important;
  }
}

@media (min-width: 1240px) and (max-width: 1366px) {
  .g-recaptcha {
    transform: scale(0.89);
    transform-origin: 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1240px) {
  .g-recaptcha {
    transform: scale(0.76);
    transform-origin: 0 0;
  }
}

/* Radio Button
------------------------------------- */
.radio {
  display: inline-block;
  vertical-align: top;
}

.radio label {
  position: relative;
  margin: 3px 0;
  padding-left: 29px;
  line-height: 25px;
  cursor: pointer;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + label .radio-label {
  content: "";
  position: relative;
  position: absolute;
  z-index: 100;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
  transition: all 250ms ease;
  text-align: center;
  vertical-align: top;
  border: 2px solid #b4b4b4;
  border-radius: 100%;
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 8px #ffffff;
}

.radio input[type="radio"] + label .radio-label:after {
  content: "";
  position: absolute;
  position: absolute;
  z-index: 99;
  top: 3px;
  top: 0;
  right: 0;
  left: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: 0.3s;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  background-color: #66676b;
}

.radio input[type="radio"]:checked + label .radio-label {
  border-color: #66676b;
  background-color: #66676b;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
}

.interactive-effect label .radio-label:before {
  animation: radius-shadow 0.4s;
}

@keyframes radius-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 103, 107, 0.4);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.small-label {
  position: relative;
  top: -1px;
  display: inline-block;
  height: 26px;
  margin-left: 5px;
  padding: 0 8px;
  color: #449626;
  line-height: 27px;
  border-radius: 4px;
  background: #e0f5d7;
}

/* ---------------------------------- */
/* Reviews Overview
------------------------------------- */
.rating-bars-rating {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 6px;
  margin-right: 10px;
  vertical-align: baseline;
  border-radius: 3px;
  background: #efefef;
  background-color: #eeeeee;
  align-self: center;
}

.rating-bars-rating-inner {
  position: relative;
  display: block;
  width: 0;
  height: 6px;
  transition: width 0.5s;
  background-color: #eeeeee;
}

.rating-bars-rating.low .rating-bars-rating-inner {
  background-color: #ee3535;
}

.rating-bars-rating.mid .rating-bars-rating-inner {
  background-color: #c0c52a;
}

.rating-bars-rating.high .rating-bars-rating-inner {
  background-color: #64bc36;
}

.rating-bars-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
  margin: 10px 15px;
  align-items: flex-start;
  justify-content: flex-end;
}

.rating-bars-name {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.rating-bars-item strong {
  width: 46px;
  height: 22px;
  color: #777777;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  border-radius: 50px;
  background: #f4f4f4;
  align-self: center;
}

.rating-overview {
  display: flex;
  margin: 35px 0 25px 0;
  padding: 30px;
  padding-right: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #ffffff;
}

.rating-overview-box {
  display: flex;
  flex-direction: column;
  width: 135px;
  margin-right: 20px;
  padding-right: 27px;
  text-align: center;
  border: navajowhite;
  border-right: 1px solid #e8e8e8;
  border-radius: 0;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

.rating-overview-box-total {
  display: block;
  color: #333333;
  font-size: 44px;
  font-weight: 400;
  line-height: 1em;
}

.rating-overview-box-percent {
  display: block;
  margin-bottom: 0;
  color: #888888;
  font-size: 15px;
}

.rating-overview-box .star-rating {
  display: block;
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.rating-bars {
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-top: 0;
  padding: 0;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
}

.rating-bars-inner {
  display: flex;
  width: 100%;
}

/* Media Queries */
@media (max-width: 1366px) {
  .rating-bars-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .rating-bars-item {
    width: 100%;
    margin: 5px 0;
  }
  .rating-overview {
    display: block;
    width: 100%;
    padding: 20px 25px;
  }
  .rating-overview-box {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 25px;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
  }
}

/* Add Sub Ratings
------------------------------------- */
.sub-ratings-container {
  display: block;
  display: flex;
  margin: 25px 0 30px 0;
  padding: 18px 30px;
  padding: 20px 0;
  border: 1px solid #e6e6e6;
  border-right: 0;
  border-left: 0;
  border-radius: 4px;
  border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  flex-wrap: wrap;
}

.add-sub-rating {
  display: inline-block;
  width: 50%;
  margin: 7px 0;
}

@media (min-width: 1367px) {
  .add-sub-rating {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .add-sub-rating {
    width: 100%;
  }
}

.sub-rating-title {
  display: block;
  margin: 0 0 4px 0;
  color: #444444;
  font-size: 14px;
  font-weight: 600;
}

/* Sub Ratings Stars */
.sub-ratings-container .leave-rating label {
  position: relative;
  font-size: 21px;
  letter-spacing: 3.5px;
}

.sub-ratings-container .leave-rating label:before {
  content: "\f006";
  color: #ffc600;
}

.sub-ratings-container .leave-rating input[type="radio"]:hover ~ label:before,
.sub-ratings-container .leave-rating input[type="radio"]:checked ~ label:before {
  content: "\f006";
}

.sub-ratings-container .leave-rating input[type="radio"] ~ label:after {
  content: "\f005";
  position: absolute;
  left: 0;
  color: #ffc600;
  transition: 0.2s;
  opacity: 0;
}

.sub-ratings-container .leave-rating input[type="radio"]:hover ~ label:after,
.sub-ratings-container .leave-rating input[type="radio"]:checked ~ label:after {
  opacity: 1;
}

.rating-bars i.tip,
.sub-ratings-container i.tip {
  display: inline-block;
  width: 17px;
  height: 17px;
  color: #888888;
  font-size: 11px;
  background: #eaeaea;
}

.rating-bars i .tip-content,
.sub-ratings-container i .tip-content {
  min-width: 220px;
  max-width: 220px;
}

.rating-bars i.tip:after,
.sub-ratings-container i.tip:after {
  line-height: 18px;
}

/* Verified Review Badge */
.comment-by .tip {
  position: relative;
  cursor: help;
  background: #19b453;
}

.comment-by .tip:after {
  content: "\f00c";
  color: #ffffff;
}

/* ---------------------------------- */
/* Custom Upload Button
------------------------------------- */
.uploadButton {
  display: flex;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.uploadButton .uploadButton-input {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
}

.star-rating .not-rated {
  position: relative;
  top: -1px;
  left: 2px;
  font-size: 14px;
}

.uploadButton .uploadButton-button {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  height: 36px;
  margin: 0;
  padding: 0 18px;
  padding: 6px 16px;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50px;
  border-radius: 50px;
  outline: none;
  background-color: #ededed;
  box-shadow: none;
  align-items: center;
  justify-content: center;
}

.uploadButton .uploadButton-button:hover {
  color: #ffffff;
  background-color: #66676b;
}

.uploadButton .uploadButton-file-name {
  position: relative;
  top: 1px;
  display: flex;
  overflow: hidden;
  flex: 1;
  box-sizing: border-box;
  min-height: 36px;
  padding: 0 10px;
  padding-left: 18px;
  color: #888888;
  line-height: 22px;
  background-color: transparent;
  align-items: center;
  flex-grow: 1;
}

.uploadButton .uploadButton-button:before {
  content: "\e032";
  padding-right: 6px;
  color: #66676b;
  font-family: simple-line-icons;
  font-weight: 500;
  transition: 0.3s;
}

.uploadButton .uploadButton-button:hover:before {
  color: #ffffff;
}

/* ---------------------------------- */
/* Date Range Picker
------------------------------------- */
input#date-picker {
  position: relative;
  height: auto;
  margin: 0 0 15px 0;
  padding: 10px 16px;
  color: #888888;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  transition: color 0.3s !important;
  text-align: left;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

input#date-picker:hover {
  color: #444444;
}

.daterangepicker {
  position: absolute;
  z-index: 3001;
  top: 100px;
  left: 20px;
  display: none;
  width: 278px;
  max-width: none;
  margin-top: 14px;
  padding: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1em;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  transform: translateY(-15px);
  opacity: 0;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

/* Bordered Style */
.daterangepicker.bordered-style {
  margin-top: 4px;
  transform: none !important;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.daterangepicker.bordered-style.opensleft:after {
  display: none;
}

.daterangepicker.calendar-animated {
  transform: translateY(-15px);
  opacity: 0;
}

.daterangepicker.calendar-hidden {
  display: block !important;
  visibility: hidden;
  transform: translateY(-15px);
  pointer-events: none;
  opacity: 0;
}

.daterangepicker.calendar-visible {
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
}

.daterangepicker:before,
.daterangepicker:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.daterangepicker:after {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 50px;
}

.daterangepicker.openscenter:before {
  right: 0;
  left: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  right: 0;
  left: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 50px;
}

@media (min-width: 1366px) {
  .daterangepicker.opensleft:after {
    right: 154px;
  }
  .daterangepicker.single:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 10px;
    transition: all 0.3s;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
  }
  .daterangepicker.single {
    width: 309px;
    margin-top: -7px;
    transform: translateY(0) !important;
    border-radius: 0 0 6px 6px;
  }
  .daterangepicker.single .drp-calendar {
    zoom: 1.08;
    width: 100%;
    margin: 3px 0 3px 5px;
  }
  .daterangepicker.single.opensleft:after {
    right: 50%;
    display: none;
    margin-right: -4px;
  }
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-top: 7px solid #cccccc;
  border-bottom: initial;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: initial;
}

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

.daterangepicker .drp-calendar.left {
  padding: 12px 0 12px 12px;
}

.daterangepicker .drp-calendar.right {
  padding: 12px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  display: inline-block;
  margin-left: 3px;
  padding: 3px;
  color: #ffffff;
  border: solid #aaaaaa;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}

.daterangepicker th.available.next:hover,
.daterangepicker th.available.prev:hover {
  background: #f0f0f0;
}

.daterangepicker .calendar-table .next span {
  margin-right: 6px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  width: 32px;
  min-width: 32px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
}

.daterangepicker .calendar-table td {
  transition: 0.3s;
}

.daterangepicker .calendar-table td.available.in-range:hover {
  border-radius: 0 3px 3px 0;
}

.daterangepicker .calendar-table td.available.start-date:hover {
  border-radius: 3px 0 0 3px;
}

.daterangepicker .calendar-table {
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: #ffffff;
  border-color: transparent;
  background-color: #66676b;
}

.daterangepicker td.week,
.daterangepicker th.week {
  color: #cccccc;
  font-size: 80%;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999999;
  border-color: transparent;
  background-color: #ffffff;
}

.daterangepicker td.in-range {
  color: #66676b;
  border-color: transparent;
  border-radius: 0;
  background-color: rgba(102, 103, 107, 0.08);
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  color: #ffffff;
  border-color: transparent;
  background-color: #66676b;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999999;
  cursor: not-allowed;
  text-decoration: line-through;
  border: 1px solid #ffffff;
  background: #f4f4f4;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  height: auto;
  margin: 0;
  padding: 1px;
  font-size: 12px;
  cursor: default;
}

.daterangepicker td.end-date.in-range.available {
  color: #ffffff;
}

.daterangepicker select.monthselect {
  width: 56%;
  margin-right: 2%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  padding: 2px;
  font-size: 12px;
  border: 1px solid #eeeeee;
  outline: 0;
  background: #eeeeee;
}

.daterangepicker .calendar-time {
  position: relative;
  margin: 4px auto 0 auto;
  line-height: 30px;
  text-align: center;
}

.daterangepicker .calendar-time select.disabled {
  color: #cccccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  display: block;
  display: none;
  clear: both;
  min-height: 63px;
  padding: 14px;
  line-height: 12px;
  text-align: right;
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
}

.daterangepicker .drp-selected {
  display: inline-block;
  padding-right: 8px;
  font-size: 14px;
}

.daterangepicker .drp-buttons button.applyBtn,
.daterangepicker .drp-buttons button.cancelBtn {
  display: inline-block;
  margin: 0;
  margin: 0 3px;
  padding: 6px 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s;
  border: none;
  border-radius: 50px;
  outline: none;
  background: none;
  background-color: #66676b;
}

.daterangepicker .drp-buttons button.cancelBtn {
  color: #888888;
  background-color: #f4f4f4;
}

.daterangepicker .drp-buttons button.cancelBtn:hover {
  color: #666666;
  background-color: #f0f0f0;
}

.daterangepicker .drp-buttons button.applyBtn {
  background-color: #66676b;
}

.daterangepicker .drp-buttons button.applyBtn:hover {
  opacity: 0.95;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #dddddd;
}

.daterangepicker .ranges {
  float: none;
  margin: 0;
  text-align: left;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

/* Booking Requests Filter */
.booking-requests-filter {
  position: relative;
  top: 14px;
  right: 25px;
  float: right;
  border-radius: 4px;
  background: #ffffff;
}

.dashboard-list-box .booking-requests-filter .sort-by {
  top: 0;
  right: 0;
  float: left;
}

#booking-date-range {
  position: relative;
  top: -2px;
  display: inline-block;
  float: right;
  box-sizing: border-box;
  margin: 0;
  margin-left: 15px;
  padding: 6px;
  color: #666666;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 3px;
  background: #ffffff;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .booking-requests-filter {
    display: none;
  }
}

#booking-date-range:hover {
  color: #66676b;
}

#booking-date-range span {
  padding-right: 7px;
}

#booking-date-range span:after {
  content: "\f107";
  position: relative;
  right: 0;
  display: inline-block;
  float: right;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  color: #66676b;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  transition: transform 0.3s;
  transform: translate3d(0, 0, 0) rotate(0deg);
}

#booking-date-range i {
  color: #999999;
  background-color: transparent;
}

/* Booking Requests Filter / End */
.daterangepicker .ranges li {
  padding: 8px 12px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}

.daterangepicker .ranges li:hover {
  background-color: #f4f4f4;
}

.daterangepicker .ranges li.active {
  color: #ffffff;
  background-color: #66676b;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .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 {
    text-align: left;
    direction: ltr;
  }
  .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: 8px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.rtl {
    text-align: right;
    direction: rtl;
  }
  .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: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .drp-calendar {
    float: right;
    text-align: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* ---------------------------------- */
/* Time Slots Dropdown
------------------------------------- */
.booking-widget .panel-dropdown .panel-dropdown-content.padding-reset {
  padding: 0;
}

.panel-dropdown-scrollable {
  overflow: auto;
  max-height: 273px;
  margin: 22px 6px 16px 6px;
  padding: 0 10px;
}

/* Custom Scrollbar for -wekbit */
.panel-dropdown-scrollable::-webkit-scrollbar {
  width: 6px;
}

.panel-dropdown-scrollable::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
}

.panel-dropdown-scrollable::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}

.panel-dropdown-scrollable::-webkit-scrollbar-thumb:hover {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Panel Dropdown Fix */
.panel-dropdown .panel-dropdown-content {
  pointer-events: none;
}

.panel-dropdown.active .panel-dropdown-content {
  pointer-events: all;
}

/* Time Slot Labels */
.time-slot {
  display: block;
}

.time-slot label {
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #f6f6f6;
}

/* hide input */
.time-slot input:empty {
  display: none;
}

/* style label */
.time-slot label i {
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-size: 18px;
}

.time-slot input:empty ~ label {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 12px 10px;
  color: #777777;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: 0.3s;
  text-align: center;
  border-radius: 4px;
}

.time-slot:last-child label {
  margin-bottom: 0;
}

.time-slot input ~ label:hover {
  color: #66676b;
  background-color: rgba(102, 103, 107, 0.08);
}

.time-slot input:checked ~ label:hover {
  color: #ffffff;
}

.time-slot input:checked ~ label {
  color: #ffffff;
  background-color: #66676b;
}

.time-slot input:checked ~ label span {
  color: #ffffff;
  opacity: 0.8;
}

.time-slotinput:empty ~ label:after,
.time-slot input:empty ~ label:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  border-radius: 4px;
  background: transparent;
}

.time-slot label span,
.time-slot label strong {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 19px;
}

.time-slot label span {
  font-weight: 500;
  transition: 0.3s;
  opacity: 0.5;
}

.time-slot label:hover span {
  color: #66676b;
  opacity: 0.6;
}

/* Send Message Button */
a.send-message-to-owner.button {
  margin-top: 20px;
  margin-bottom: -5px;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
}

/* Opening Hours */
.opening-hours {
  position: relative;
  overflow: hidden;
}

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

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

.opening-hours ul li:hover {
  color: #444444;
}

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

/* Listing Share Buttons */
.listing-share {
  position: relative;
  text-align: center;
}

.listing-share .share-buttons li {
  margin: 0 3px 8px 0;
}

.listing-share.with-border {
  padding-top: 35px;
  border-top: 1px solid #eeeeee;
}

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

/* Like Button */
.like-button {
  margin-bottom: 9px;
  padding: 10px 25px;
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  outline: none;
  background-color: #ffffff;
}

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

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

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

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

.like-button .like-icon {
  position: relative;
  right: auto;
  bottom: 3px;
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: #f3103c;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  background: transparent;
}

/* Listing Contacts */
.listing-links-container {
  display: block;
  margin: 25px 0 0 0;
}

.listing-links {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.listing-links li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-links li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.listing-links li:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.listing-links li a {
  position: relative;
  display: inline-block;
  padding: 7px 14px;
  color: #555555;
  font-size: 13px;
  font-weight: 500;
  font-weight: 500;
  line-height: 17px;
  transition: 0.3s;
  background: #f2f2f2;
}

.listing-links li a i {
  margin-right: 3px;
}

.listing-links li a.listing-links-fb {
  color: #ffffff;
  background: #3b5998;
}

.listing-links li a.listing-links-yt {
  color: #ffffff;
  background: #f00125;
}

.listing-links li a.listing-links-ig {
  color: #ffffff;
  background: #e1306c;
}

.listing-links li a.listing-links-tt {
  color: #ffffff;
  background: #1da1f2;
}

.listing-links li a:hover {
  opacity: 0.9;
}

.listing-links.contact-links li a:hover {
  color: #555555;
  opacity: 1;
  background: #eaeaea;
}

.listing-links.contact-links li a {
  border-left: 1px solid #e0e0e0;
}

.listing-links.contact-links li:first-child a {
  border-left: none;
}

/* Listing Page Content
------------------------------------- */
.listing-nav {
  width: 100%;
  margin: 0;
  margin-bottom: 35px;
  padding: 0;
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
}

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

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

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

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

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

/* Other styles */
.listing-nav li {
  display: inline-block;
  margin-right: 15px;
}

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

.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 {
  color: #66676b;
  border-color: #66676b;
}

.listing-desc-headline {
  display: block;
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 22px;
}

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

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

/* Apartment Details */
.apartment-details {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding: 15px 18px;
  list-style: none;
  border-radius: 4px;
  background: #f8f8f8;
}

.apartment-details li {
  position: relative;
  display: inline-block;
  padding: 0;
  padding: 0 12px;
  color: #666666;
  font-weight: 600;
  line-height: 15px;
  border-right: 1px solid #e0e0e0;
}

.apartment-details li:first-child {
  padding-left: 0;
}

.apartment-details li:last-child {
  padding-right: 0;
  border: none;
}

/* Property Map */
#singleListingMap {
  height: 400px;
  border-radius: 3px;
  outline: none;
}

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

/* Listing features */
.listing-features {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  columns: 3;
}

.listing-features.checkboxes li {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  color: #333333;
}

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

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

.listing-features.checkboxes li:before {
  content: "\f00c";
  position: relative;
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 15px;
  transition: border-color 0s;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #66676b;
}

@media (max-width: 768px) {
  body .listing-nav {
    margin-top: -10px;
    margin-bottom: 35px;
    padding: 20px 25px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    background: #f6f6f6;
    background-color: #ffffff;
  }
  body .listing-nav li a {
    margin: 0;
    padding: 2px 0;
    color: #888888;
    border: none;
  }
  body .listing-nav li:first-child a {
    font-weight: 600;
  }
  #titlebar.listing-titlebar h1,
  #titlebar.listing-titlebar h2 {
    font-size: 22px;
  }
}

/* Pricing Menu List
------------------------------------- */
.pricing-list-container h4 {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 30px;
  color: #66676b;
  font-weight: 500;
  border-bottom: 1px solid #66676b;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
}

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

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

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

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

.pricing-list-container ul li:last-child {
  border-radius: 0 0 4px 4px;
}

.pricing-list-container ul li:nth-child(2n+2) {
  background-color: #f9f9f9;
}

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

.pricing-list-container h5 {
  margin-bottom: 0;
  color: #333333;
  font-size: 17px;
  font-weight: 500;
}

.pricing-list-container p {
  margin-top: 3px;
  color: #777777;
  line-height: 24px;
}

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

/* Show more */
.show-more {
  position: relative;
  overflow: hidden;
  height: 450px;
  transition: margin 0.4s;
}

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

.show-more.visible {
  margin-bottom: 20px;
}

.show-more.visible:after {
  visibility: hidden;
  opacity: 0;
}

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

.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: 6px;
  color: #66676b;
  font-weight: 500;
  transition: 0.2s;
}

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

/* Comments
------------------------------------- */
.comments {
  margin: -10px 0 0 0;
}

.comments h4 {
  margin-bottom: 25px;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}

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

.comment {
  font-size: 20px;
}

.comments .button {
  margin: 0 0 10px  0;
  padding: 7px 15px;
}

.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: 50px 0 0 0;
}

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

.comment-content p {
  margin: 3px 0 0 0;
  line-height: 26px;
}

.comment-content {
  padding: 0 0 0 100px;
  color: #666666;
}

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

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

.comments ul li {
  position: relative;
}

.comment-content strong {
  padding-right: 5px;
  color: #666666;
}

.comment-content span {
  color: #888888;
}

body .comment-content p {
  padding: 5px 0;
  font-size: 15px;
}

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

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

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

.comment-by {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 8px;
  color: #333333;
  font-weight: 500;
}

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

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

.comment-by a.reply {
  position: absolute;
  top: 15px;
  right: 0;
  display: inline;
  padding: 5px 16px;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 50px;
  background-color: #f0f0f0;
}

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

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

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

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

.comment-by a.reply:hover,
.comment-by a.reply:hover i {
  color: #ffffff;
}

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

/* Listing Reviews */
.listing-reviews ul li {
  margin-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e8e8e8;
}

/* Review Images */
.review-images {
  display: flex;
  margin-top: 20px;
  margin-bottom: 5px;
}

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

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

/* Add Comment */
.add-review-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 55px;
  padding: 36px;
  padding-bottom: 40px;
  border-radius: 4px;
  background-color: #f9f9f9;
}

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

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

.add-comment input {
  box-sizing: border-box;
  margin: 0 0 25px 0;
}

.add-comment textarea,
.add-comment input {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.add-comment textarea {
  box-sizing: border-box;
  width: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 220px;
  margin: 0 0 30px 0;
  resize: vertical;
  transition: none;
}

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

/* Leave Rating */
.leave-rating {
  float: left;
  height: 24px;
}

.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 {
  float: right;
  color: #dadada;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
  letter-spacing: 4px;
}

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

.leave-rating-title {
  display: block;
  margin: 35px 0 7px 0;
}

/* Upload Photos Button */
.add-review-photos {
  position: relative;
  top: -25px;
  display: inline-block;
  float: right;
  width: auto;
  padding: 6px 7px;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50px;
  background-color: #ededed;
}

.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 12px;
  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: #ffffff;
  background-color: #66676b;
}

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

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

/* Helpfup Review */
a.rate-review {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 20px;
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
}

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

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

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

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

/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
  overflow: hidden;
  margin: 9px 0 0 0;
  text-align: center;
}

.pagination-next-prev {
  position: relative;
  top: -66px;
}

.pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pagination ul li a,
.pagination-next-prev ul li a {
  display: inline-block;
  margin: 0;
  padding: 12px 0;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  transition: all 200ms ease-in-out;
  border-bottom: none;
  background-color: #ffffff;
}

.pagination ul li a {
  width: 52px;
  height: 52px;
  padding: 0;
  line-height: 52px;
  border-radius: 50%;
}

.pagination ul li a i {
  line-height: 52px;
}

.pagination ul li.blank {
  padding: 0 6px;
  color: #a0a0a0;
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
  color: #333333;
  background-color: #f2f2f2;
}

.pagination-next-prev a.next {
  float: right;
}

.pagination-next-prev a.prev {
  float: left;
}

.pagination-next-prev ul li a {
  padding: 12px 16px;
  color: #333333;
  text-transform: uppercase;
}

.pagination ul,
.pagination-next-prev ul {
  padding: 0;
  list-style-type: none;
}

/* Listings Pagination */
.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 {
  color: #333333;
  background-color: #e8e8e8;
}

/* ---------------------------------- */
/* Contact Page
------------------------------------- */
#contact textarea {
  min-height: 200px;
  margin: 15px 0 25px 0;
}

#contact input {
  margin-bottom: 25px;
}

.loader {
  margin-left: 15px;
}

.submit.disabled:hover,
.submit.disabled {
  color: #333333;
  background-color: #e8e8e8;
}

#contact input.button.submit {
  height: 49px;
  margin-bottom: 10px;
  line-height: 18px;
  transition: all 0.25s !important;
}

#contact input[type="submit"].submit:hover {
  opacity: 0.92;
}

.contact-sent {
  margin-bottom: 30px;
  padding: 20px 26px;
  color: #5f9025;
  border-radius: 3px;
  background-color: #ebf6e0;
}

/* Office Address Box */
.office-address {
  position: relative;
  display: table-cell;
  height: 100%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.office-address ul {
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 30px;
}

.office-address h3 {
  margin-top: 0;
  color: #ffffff;
  font-size: 28px;
}

.office-address h3:after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 2px;
  margin: 20px auto;
  border-radius: 2px;
  background-color: #66676b;
}

.address-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #2b2c30;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-size: cover;
}

.address-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #333333;
}

/* Google Maps */
.contact-map {
  display: flex;
}

.contact-map #singleListingMap-container {
  position: relative;
  flex: 1;
  padding-top: 0;
}

.contact-map .address-box-container {
  flex: 0 auto;
  width: 440px;
  height: 450px;
}

.contact-map #singleListingMap-container #singleListingMap {
  width: 100%;
  height: 100%;
}

@media (min-width: 1680px) {
  .contact-map .address-box-container {
    height: 480px;
  }
}

@media (max-width: 1440px) {
  .contact-map .address-box-container {
    height: 420px;
  }
}

/* Contact Details */
.sidebar-textbox {
  display: inline-block;
  width: 100%;
  padding-right: 40px;
}

.sidebar-textbox.color {
  color: #ffffff;
  background-color: #666666;
}

.sidebar-textbox.color h4 {
  color: #ffffff;
}

.sidebar-textbox h4 {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  font-size: 16px;
}

.sidebar-textbox span {
  display: inline-block;
  color: #666666;
}

.sidebar-textbox.color span {
  color: #ffffff;
}

.sidebar-textbox ul.contact-details {
  padding: 5px 0 0 0;
  list-style: none;
}

.sidebar-textbox ul.contact-details strong {
  font-weight: 500;
}

.sidebar-textbox ul.contact-details li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding-left: 60px;
  line-height: 24px;
  text-align: left;
}

.sidebar-textbox ul.contact-details li a {
  color: #66676b;
}

.sidebar-textbox ul.contact-details li strong {
  display: block;
  color: #333333;
}

.sidebar-textbox ul.contact-details li i {
  position: absolute;
  top: 10px;
  left: 0;
  height: 100%;
  color: #333333;
  font-size: 32px;
}

/* ---------------------------------- */
/* Coming Soon Page
------------------------------------- */
.coming-soon-page {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.coming-soon-page .container {
  position: relative;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

@media (max-width: 992px) {
  .coming-soon-page {
    height: auto;
    min-height: 100vh;
  }
  .coming-soon-page .container {
    top: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    transform: translateY(0%);
  }
}

.coming-soon-page:before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.92);
}

.coming-soon-page h2,
.coming-soon-page h3 {
  margin: 0;
  padding: 0;
}

.coming-soon-page h2 {
  color: #ffffff;
  font-size: 46px;
}

.coming-soon-page h3 {
  margin: 30px 0 30px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 34px;
  font-weight: 300;
}

.coming-soon-page .main-search-input-item input {
  font-size: 16px;
  font-weight: 600;
}

.coming-soon-page .gray-style.main-search-input {
  max-width: 650px;
  margin: 0 auto;
}

.coming-soon-page .main-search-input button.button {
  font-size: 16px;
}

/* Countdown */
#countdown {
  display: inline-block;
  float: none;
  font-weight: 600;
}

#countdown div {
  display: inline-block;
  float: left;
  margin: 0 5px;
}

#countdown div:first-child i {
  border: none;
}

#countdown span {
  display: inline-block;
  width: 120px;
  padding: 32px 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
  border-radius: 3px 3px 0 0;
  background-color: rgba(255, 255, 255, 0.1);
}

#countdown i {
  display: block;
  margin: 0;
  padding: 4px 0;
  color: #333333;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
}

.countdown-text {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

@media (max-width: 550px) {
  #countdown,
  #countdown div,
  #countdown span {
    width: 100%;
  }
  #countdown div {
    padding: 10px 0;
  }
}

/* ---------------------------------- */
/* Blog Styles
------------------------------------- */
.blog-post {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

section.fullwidth .blog-post {
  margin: 5px 0 0 0;
}

.post-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.post-img img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}

.post-img:after {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  opacity: 0.1;
  border-radius: 3px 3px 0 0;
  background: #333333;
}

.post-img:hover:after {
  opacity: 0.5;
}

/* Post Hover Icon */
.post-img:before {
  content: "";
  position: absolute;
  z-index: 119;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  transition: 0.3s;
  transform: translateY(-80%);
  text-align: center;
  text-align: center;
  opacity: 0;
  border-radius: 50%;
  background-color: #66676b;
  background-image: url(../images/plus-icon.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.post-img:hover:before {
  visibility: visible;
  transform: translateY(-50%);
  opacity: 1;
}

/* Content Styling */
.post-content {
  padding: 38px;
}

.post-content p {
  margin: 18px 0 0;
}

.post-content h3 {
  margin: 0;
  font-size: 22px;
  line-height: 34px;
}

.post-content h3 a {
  color: #333333;
}

.post-content h3 a:hover {
  color: #66676b;
}

.post-content .meta-tags span {
  display: inline-block;
  margin: 0 0 15px 0;
  color: #888888;
}

.post-content a.read-more {
  display: inline-block;
  margin: 23px 0 2px 0;
  color: #66676b;
}

a.read-more i {
  position: relative;
  top: 1px;
  padding-left: 4px;
  font-size: 20px;
  transition: 0.2s;
}

a.read-more:hover i {
  padding-left: 7px;
}

/* Post Meta */
.post-meta {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

.post-meta li {
  display: inline-block;
  color: #888888;
}

.post-meta li:after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #d0d0d0;
}

.post-meta li:last-child:after {
  display: none;
}

.post-meta li a {
  color: #888888;
}

.post-meta li a:hover {
  color: #66676b;
}

/* Blog Page Common Style */
.blog-page .blog-post {
  margin: 0 0 45px 0;
}

.blog-page h4.headline {
  font-size: 22px !important;
  font-weight: 400;
}

/* Search Widget */
.search-blog-input {
  position: relative;
}

.widget .search-blog-input .input:before {
  content: "\e090";
  position: absolute;
  top: 13px;
  right: 18px;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 7px;
  color: #a0a0a0;
  font-family: "simple-line-icons";
  font-size: 17px;
  background-color: #ffffff;
}

#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: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

/* Blog Widget Tabs */
.widget-tabs {
  padding: 0;
  list-style: none;
}

.widget-tabs li {
  margin: 24px 0 0 0;
  padding: 0 0 27px 0;
  border-bottom: 1px solid #e0e0e0;
}

.widget .tab-content {
  padding-bottom: 0;
}

.widget-thumb a img {
  display: block;
  float: left;
  width: 95px;
  height: 95px;
  margin: 3px 22px 0 0;
  border-radius: 3px;
}

.widget-thumb {
  width: 85px;
  margin-right: 23px;
}

.widget-text h5 {
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 24px;
}

.widget-text h5 a {
  color: #333333;
}

.widget-text h5 a:hover {
  color: #66676b;
}

.widget-text span {
  display: block;
  margin: 0;
  color: #888888;
  font-weight: 400;
  line-height: 22px;
}

.widget-thumb {
  display: inline-block;
}

.widget-thumb a img {
  width: 85px;
  height: auto;
}

.widget-text {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 70%;
  padding: 0;
}

.widget-tabs .widget-content {
  display: table;
}

.widget-tabs .widget-content .widget-text {
  display: table-cell;
  vertical-align: middle;
}

.widget-tabs li {
  margin: 24px 0 0 0;
  padding: 0 0 20px 0;
}

.widget-tabs li:first-child {
  margin: 32px 0 0 0;
  padding: 0 0 20px 0;
}

.widget-tabs li:last-child {
  padding-bottom: 0;
  border: none;
}

.widget h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 22px;
}

/* Single Post */
.single-post p {
  margin: 20px 0;
}

.single-post p:last-child {
  margin-bottom: 0;
}

.single-post .post-img {
  border-radius: 3px 3px 0 0;
}

.blog-page .blog-post .post-content,
.single-post .post-content {
  padding: 36px 43px;
}

/* About Author
------------------------------------- */
.about-author {
  margin: 10px 0 45px 0;
  padding: 30px 35px;
  border-radius: 4px;
  background: #f8f8f8;
}

.about-author p {
  margin: 5px 0 5px 0;
}

.about-author a {
  position: relative;
  top: -7px;
  color: #66676b;
}

.about-author h4 {
  letter-spacing: 0;
}

.about-author img {
  float: left;
  width: 110px;
  height: 110px;
  margin: 7px 5px 5px 5px;
  border-radius: 50%;
}

.about-description {
  margin: 2px 0 0 150px;
}

/* ---------------------------------- */
/* Blog Compact Item
------------------------------------- */
.blog-compact-item-container {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  transition: transform 0.3s;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: transparent;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
}

.blog-compact-item-container:hover {
  transform: translate3d(0, -6px, 0);
}

.blog-compact-item {
  position: relative;
  z-index: 100;
  display: block;
  height: 100%;
  height: 480px;
  cursor: pointer;
  border-radius: 4px;
  background: #cccccc;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.blog-compact-item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.blog-compact-item:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  /*	background-color: rgba(35,35,37,0.1);*/
  border-radius: 4px;
  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%);
}

.blog-compact-item-content {
  position: absolute;
  z-index: 50;
  bottom: 32px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 34px;
}

.blog-compact-item-content h3 {
  margin: 2px 0 0 0;
  padding: 5px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}

.blog-compact-item-content span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
}

.blog-compact-item-content p {
  display: inline-block;
  margin: 7px 0 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
}

span.blog-item-tag {
  position: absolute;
  z-index: 110;
  top: 30px;
  left: 32px;
  margin-bottom: 9px;
  padding: 5px 16px;
  color: #ffffff;
  font-size: 9.7px;
  font-weight: 60;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #66676b;
}

.blog-post-tags {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
}

.blog-post-tags li {
  display: inline-block;
  margin-right: 5px;
}

.blog-post-tags li i {
  display: inline-block;
  margin-right: 3px;
  font-weight: normal;
}

/* ------------------------------------------------------------------- */
/*  03. Shortcodes
---------------------------------------------------------------------- */
/* ---------------------------------- */
/* Buttons
------------------------------------- */
button.button,
input[type="button"],
input[type="submit"],
label.button,
a.button.border,
a.button {
  position: relative;
  top: 0;
  display: inline-block;
  overflow: hidden;
  margin-right: 6px;
  padding: 9px 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  border-radius: 50px;
  background-color: #66676b;
}

input[type="button"],
input[type="submit"] {
  line-height: 32px;
}

button.button:before,
a.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  opacity: 0;
  background-color: #ffffff;
}

button.button:hover:before,
a.button:hover:before {
  opacity: 0.1;
}

a.button.white {
  color: #333333;
  background-color: #ffffff;
}

button.button {
  line-height: 26px;
}

/* Border Button Style */
a.button.border:before {
  display: none;
}

a.button.border {
  padding: 9px 21px;
  color: #66676b;
  border: 1px solid #66676b;
  background-color: transparent;
}

a.button.border:hover {
  color: #ffffff;
  opacity: 1;
  background-color: #66676b;
}

a.button.border.white {
  color: #ffffff;
  border-color: #ffffff;
}

a.button.border.white:hover {
  color: #66676b;
  background-color: #ffffff;
}

/* Full Width Button */
button.button.fullwidth,
a.button.fullwidth {
  width: 100%;
  text-align: center;
}

a.button.white.border:hover {
  color: #333333;
}

.button i {
  padding-right: 4px;
}

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

.centered-content .button {
  min-width: 130px;
}

a.button.border {
  font-weight: 500;
}

/* Icon Box #2
------------------------------------- */
.icon-box-2 {
  position: relative;
  margin-top: 45px;
  text-align: center;
}

.icon-box-2 > i {
  position: relative;
  z-index: 11;
  display: inline-block;
  overflow: hidden;
  width: 120px;
  height: 80px;
  margin-bottom: 10px;
  color: #66676b;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
}

.icon-box-2 span {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.icon-box-2 h4 {
  margin: 4px 0;
  line-height: 26px;
}

.icon-box-2 h3 {
  margin: 4px 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.icon-box-2 p {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}

section.fullwidth .icon-box-2 p {
  margin-bottom: 0;
}

.icon-box-2.with-line:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 40px;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
}

section.fullwidth .icon-box-2 {
  margin: 20px 0;
  padding: 40px;
  cursor: default;
  transition: 0.4s;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

section.fullwidth .icon-box-2.with-line:before {
  display: none;
}

section.fullwidth .icon-box-2 > i:first-child {
  width: 90px;
  height: 90px;
  font-size: 38px;
  line-height: 90px;
  background-color: rgba(102, 103, 107, 0.07);
}

section.fullwidth .icon-box-2:hover {
  transform: translateY(-8px);
}

/* Icon Box #3
------------------------------------- */
.icon-box-3 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding-left: 90px;
  text-align: left;
}

/* Edge Icon Box */
.icon-box-3 h4 {
  font-size: 18px;
  font-weight: 600;
}

.icon-box-3 i {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 60px;
  height: 100%;
  margin: 10px 0;
  color: #333333;
  font-size: 54px;
}

.icon-box-3 p {
  display: inline-block;
  margin-top: 3px;
  color: rgba(51, 51, 51, 0.7);
}

/* Rounded */
.icon-box-1.rounded i,
.icon-box-2.rounded i,
.icon-box-3.rounded i {
  display: inline-block;
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 50px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  background-color: #666666;
}

.rounded i:before {
  position: relative;
  z-index: 11;
}

/* Background Animation */
.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: #ffffff;
}

/* Icon Box Shadow Animation*/
.icon-box-1.rounded i:after,
.icon-box-2.rounded i:after,
.icon-box-3.rounded i:after {
  content: "";
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  display: inline-block;
  width: 120%;
  height: 0;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
  transform: translate3d(50%, -50%, 0) scale(1) rotate(45deg);
  opacity: 0;
  background-color: #ffffff;
}

.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;
}

/* Dark and Light Icon Box Styles */
.icon-box-1.rounded.dark i,
.icon-box-2.rounded.dark i,
.icon-box-3.rounded.dark i {
  background-color: #222222;
}

.icon-box-1.rounded.light i,
.icon-box-2.rounded.light i,
.icon-box-3.rounded.light i {
  color: #333333;
  background-color: #f2f2f2;
}

.icon-box-3.rounded {
  padding-left: 120px;
}

.icon-box-3.rounded i {
  width: 90px;
  height: 90px;
  font-size: 40px;
  line-height: 90px;
}

/* White colors */
body .white-text {
  color: #ffffff;
}

.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: #ffffff;
}

@media (max-width: 1659px) {
  .icon-box-3.rounded {
    padding-left: 110px;
  }
  .icon-box-3.rounded i {
    width: 80px;
    height: 80px;
    font-size: 38px;
    line-height: 80px;
  }
}

/* ---------------------------------- */
/* Tables
------------------------------------- */
table.basic-table {
  width: 100%;
  margin-bottom: 15px;
  border-spacing: 0;
  border-collapse: separate;
  border: none;
}

table.basic-table th {
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  background-color: #66676b;
}

table.basic-table th:first-child {
  border-radius: 4px 0 0 4px;
}

table.basic-table th:last-child {
  border-radius: 0 4px 4px 0;
}

table.basic-table th,
table.basic-table td {
  padding: 15px 28px;
}

table.basic-table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

table.basic-table {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  table.basic-table {
    border: 0;
  }
  table.basic-table th {
    display: none;
  }
  table.basic-table tr {
    display: block;
    margin-bottom: 0;
  }
  table.basic-table td {
    display: block;
    font-size: 14px;
    text-align: right;
    border-bottom: 1px solid #dddddd;
  }
  table.basic-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
  }
  table.basic-table td:last-child {
    border-bottom: 0;
  }
}

/* ---------------------------------- */
/* Accordion / Toggles
------------------------------------- */
.ui-accordion .ui-accordion-header,
.trigger a {
  position: relative;
  display: block;
  margin: -1px 0 0 0;
  padding: 0;
  padding: 16px 27px;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  border: 1px solid #e0e0e0;
  outline: none;
  background-color: #ffffff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
  position: relative;
  top: 1px;
  padding-right: 3px;
  font-size: 18px;
}

.style-2 .ui-accordion .ui-accordion-header i,
.style-2 .trigger a i {
  padding-right: 6px;
}

.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 {
  color: #ffffff;
  border-color: #66676b;
  background-color: #66676b;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
  position: relative;
  margin: 0 4px 0 0;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
  padding: 28px 30px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.ui-accordion .ui-accordion-content p,
.toggle-container p {
  margin: 0;
}

/* Style 2 of accordions and toggles */
.style-2 .ui-accordion .ui-accordion-header,
.style-2 .trigger a {
  margin: 0;
  padding: 27px 0;
  padding-right: 60px;
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  font-weight: 400;
  text-transform: none;
  border: none;
  background-color: transparent;
}

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: 0 0 30px 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 {
  color: #66676b;
  transition: color 0.1s;
  border-color: transparent;
  background-color: transparent;
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-wrap {
  border-bottom: 1px solid #e0e0e0;
}

.style-2 .ui-accordion .ui-accordion-header-active {
  border: none;
}

.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 26px;
  transition: 0.2s;
  transform: translate3d(0, -50%, 0) rotate(0);
}

.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
  margin-top: 2px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

/* ---------------------------------- */
/* Share Buttons
------------------------------------- */
.share-buttons {
  padding: 0;
  list-style: none;
}

.share-buttons li {
  display: inline-block;
  margin: 0 6px 8px 0;
}

.share-buttons li a {
  display: inline-block;
  padding: 7px 20px;
  font-size: 13px;
  font-weight: 500;
  font-weight: 500;
  line-height: 17px;
  transition: 0.3s;
  border: 1px solid #666666;
  border-radius: 50px;
  background: #ffffff;
}

.share-buttons li a:hover {
  color: #ffffff;
}

.share-buttons li i {
  position: relative;
  top: 1px;
  right: 3px;
  font-size: 16px;
}

/* fb */
.share-buttons li a.fb-share:hover {
  color: #ffffff;
  background: #3b5998;
}

.share-buttons li a.fb-share {
  color: #3b5998;
  border-color: #3b5998;
}

/* twitter */
.share-buttons li a.twitter-share:hover {
  color: #ffffff;
  background: #1da1f2;
}

.share-buttons li a.twitter-share {
  color: #1da1f2;
  border-color: #1da1f2;
}

/* gplus */
.share-buttons li a.gplus-share:hover {
  color: #ffffff;
  background: #dd4b39;
}

.share-buttons li a.gplus-share {
  color: #dd4b39;
  border-color: #dd4b39;
}

/* pinterest */
.share-buttons li a.pinterest-share:hover {
  color: #ffffff;
  background: #bd081c;
}

.share-buttons li a.pinterest-share {
  color: #bd081c;
  border-color: #bd081c;
}

/* ---------------------------------- */
/* Post Navigation
------------------------------------- */
#posts-nav {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#posts-nav li span {
  display: block;
  margin-bottom: 1px;
  color: #888888;
  font-size: 15px;
  font-weight: 400;
}

#posts-nav li {
  position: absolute;
  width: 50%;
  font-size: 17px;
  font-weight: 500;
}

#posts-nav li a {
  display: inline-block;
  color: #333333;
  transition: transform 0.3s, color 0.3s 0s;
}

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

#posts-nav li.prev-post a {
  padding-left: 50px;
}

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
  position: absolute;
  top: 50%;
  color: inherit;
  font-family: "simple-line-icons";
  font-size: 20px;
  transition: transform 0.3s;
  transform: translate3d(0, -50%, 0);
}

#posts-nav li.next-post a:before {
  content: "\e606";
  right: 0;
}

#posts-nav li.prev-post a:before {
  content: "\e605";
  left: 0;
}

#posts-nav li.next-post a:hover:before {
  transform: translate3d(5px, -50%, 0);
}

#posts-nav li.prev-post a:hover:before {
  transform: translate3d(-5px, -50%, 0);
}

/* ---------------------------------- */
/* Pricing Tables
------------------------------------- */
.pricing-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.plan {
  position: relative;
  z-index: 9;
  overflow: hidden;
  flex: 0 0 calc(33.33% - 14px);
  flex: 1;
  box-sizing: border-box;
  max-width: 450px;
  text-align: center;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.plan-price {
  width: 100%;
  padding: 45px 30px;
  padding-top: 48px;
  background: #f9f9f9;
}

.plan:first-child .plan-price {
  border-radius: 4px 0 0 0;
}

.plan:first-child {
  border-radius: 4px 0 4px 4px;
}

.plan:last-child .plan-price {
  border-radius: 0 4px 0 0;
}

.plan:last-child {
  border-radius: 0 4px 4px 0;
}

.plan-price h3 {
  margin: 0;
  color: #888888;
  font-size: 22px;
  font-weight: 400;
}

.plan.featured .listing-badge {
  color: #66676b;
  background-color: #ffffff;
}

.plan-price .value {
  display: block;
  padding: 22px 0 0 0;
  color: #333333;
  font-size: 37px;
  line-height: 35px;
}

.plan-price .period {
  display: block;
  margin-top: 20px;
  padding: 0 10%;
  color: #888888;
}

.plan-features {
  padding: 35px 30px;
  border-radius: 4px;
  background: #ffffff;
}

.plan-features ul {
  padding: 0;
  list-style: none;
}

.plan-features ul li {
  padding: 3px 0;
}

.plan-features a.button {
  margin-top: 20px;
}

/* featured plan*/
.plan.featured {
  z-index: 11;
  margin-left: -1px;
  margin-right: -1px;
  transform: translateY(-23px);
  border-radius: 0 0 4px 4px;
}

.plan.featured .plan-price {
  padding: 50px 30px;
  border-radius: 4px 4px 0 0;
  background-color: #66676b;
}

.plan.featured .plan-price h3 {
  color: #ffffff;
}

.plan.featured .plan-price .value {
  color: #ffffff;
}

.plan.featured .plan-price .period {
  color: #ffffff;
  line-height: 23px;
}

.plan.featured .plan-features {
  padding: 45px 30px;
}

.plan.featured .listing-badges .featured {
  color: #66676b;
  background: #ffffff;
}

/* ---------------------------------- */
/* List Styles
------------------------------------- */
.list-4,
.list-3,
.list-2,
.list-1 {
  padding: 3px 0 0 0;
  font-size: 16px;
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
  position: relative;
  margin: 14px 0;
  margin-left: 22px;
  list-style: none;
  line-height: 27px;
}

.list-1.alt li {
  margin: 12px 0;
  margin-left: 22px;
}

.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 {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  margin-left: -22px;
  color: #66676b;
  font-family: "FontAwesome";
}

.list-1.gray li:before {
  color: #777777;
}

.list-4 li:before {
  content: "\f192";
  top: 1px;
  font-size: 14px;
}

.list-3 li:before {
  content: "\f058";
  top: 1px;
  font-size: 15px;
}

.list-2 li:before {
  content: "\f00c";
  font-size: 14px;
}

.list-1 li:before {
  content: "\f0c8";
  font-size: 8px;
}

.list-4 li {
  margin-left: 27px;
}

.list-4 li:before {
  margin-left: -27px;
}

/* Numbered Style */
.numbered ol {
  display: inline-block;
  margin-left: 18px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  counter-reset: li;
}

.numbered ol li {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}

.numbered ol > li::before {
  content: counter(li);
  position: relative;
  left: -18px;
  display: inline-block;
  float: left;
  width: 36px;
  height: 36px;
  margin: 0;
  margin-left: 0;
  color: #333333;
  font-size: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 33px;
  counter-increment: li;
  transform: translateY(-10%);
  text-align: center;
  border: 1px solid #333333;
  border-radius: 50%;
}

.numbered.color ol > li::before {
  color: #66676b;
  border: 1px solid #66676b;
}

.numbered.color.filled ol > li::before {
  color: #ffffff;
  border: 1px solid #66676b;
  background-color: #66676b;
}

mark.color {
  border-radius: 4px;
  background-color: #66676b;
}

mark {
  border-radius: 4px;
}

.demo h1,
.demo h2,
.demo h3,
.demo h4,
.demo h5,
.demo h6 {
  line-height: 40px;
}

/* ---------------------------------- */
/* Tooltips
------------------------------------- */
#tiptip_holder {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
  -webkit-transform: translateX(12px);
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  padding: 6px 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  border-radius: 3px;
  background-color: #333333;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #333333;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #333333;
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #333333;
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #333333;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #333333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #333333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #333333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #333333;
}

/* ---------------------------------- */
/* Info Box
------------------------------------- */
.info-box {
  display: inline-block;
  width: 100%;
  padding: 23px 27px;
  color: #66676b;
  border-top: 2px solid #66676b;
  border-radius: 3px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
  background-color: #ffffff;
  background-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;
  margin-top: 0;
  margin-bottom: 20px;
  color: #66676b;
  font-size: 19px;
}

.info-box p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
}

.info-box.large {
  padding: 36px;
}

/* ---------------------------------- */
/* Notification Boxes
------------------------------------- */
#result .success,
.notification {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 26px;
  padding-right: 50px;
  line-height: 24px;
  border-radius: 3px;
}

.notification p {
  margin: 0;
  font-size: 15px;
}

#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 {
  margin: 3px 0 15px 0;
  font-size: 19px;
}

.notification.notice h4,
.notification.notice,
.notification.notice a,
.notification.notice strong {
  color: #3184ae;
}

.notification.notice {
  background-color: #e9f7fe;
}

.notification.notice.large {
  padding: 32px 36px;
}

#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 {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0 9px;
  cursor: pointer;
}

.notification.notice p span i {
  font-weight: 500;
}

.notification a.button {
  float: right;
  margin-top: 3px;
  color: #ffffff;
}

.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";
  position: absolute;
  top: 0;
  right: 25px;
  font-family: "FontAwesome";
  cursor: pointer;
}

/*----------------------------------- */
/* Image Hovers
------------------------------------- */
.img-box {
  position: relative;
  z-index: 90;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 350px;
  margin: 10px 0;
  border-radius: 3px;
}

.img-box-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s;
  transition: transform 0.35s ease-out;
  background-repeat: no-repeat;
  background-position: 50%;
  background-position: 50%;
  background-size: cover;
  background-size: cover;
}

.img-box:hover .img-box-background {
  transform: scale(1.07);
}

.img-box:before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  opacity: 0.3;
  background-color: #222222;
}

.img-box-content {
  position: absolute;
  z-index: 101;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  transform: translate(0, -50.5%);
  text-align: center;
}

.img-box-content h4 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
}

.img-box-content span {
  display: inline-block;
  margin-top: 4px;
  padding: 4px 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
}

.alternative-imagebox .img-box-content {
  top: initial;
  bottom: 30px;
  padding-left: 30px;
  transform: none;
  text-align: left;
}

.alternative-imagebox .img-box-content h4 {
  font-size: 22px;
}

.alternative-imagebox.img-box {
  height: 270px;
}

.alternative-imagebox.img-box:before {
  opacity: 1;
  background: linear-gradient(to top, rgba(35, 35, 37, 0.7) 0%, rgba(35, 35, 37, 0.35) 45%, rgba(22, 22, 23, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
  background-color: rgba(35, 35, 37, 0);
}

/* ---------------------------------- */
/* Testimonials
------------------------------------- */
.testimonial-box {
  position: relative;
  margin: 18px 0;
  padding: 38px;
  padding-left: 110px;
  color: #888888;
  cursor: grab;
  transition: 0.4s;
  border-radius: 6px;
  background: transparent;
  box-shadow: none;
}

.testimonial-carousel .slick-slide {
  margin: 0 20px 30px 20px;
  transition: 0.4s;
  pointer-events: all;
  opacity: 0.5;
}

.testimonial-carousel .slick-slide.slick-active .testimonial-box {
  color: #ffffff;
  background: #66676b;
}

.testimonial-carousel .slick-slide.slick-active .testimonial:before {
  color: #66676b;
}

.testimonial:before {
  content: "\f0dd";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  color: transparent;
  font-family: "FontAwesome";
  font-size: 42px;
  cursor: default;
  text-align: center;
  background-color: transparent;
}

.testimonial:after {
  content: "\f10d";
  position: absolute;
  top: 47px;
  left: 42px;
  color: #222222;
  font-family: "FontAwesome";
  font-size: 38px;
  cursor: default;
  opacity: 0.3;
  background-color: transparent;
}

.testimonial,
.testimonial p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-author {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 15px 0;
  text-align: center;
}

.testimonial-author img {
  display: inline-block;
  box-sizing: content-box;
  width: 60px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.testimonial-author h4 {
  display: block;
  width: 100%;
  padding-top: 5px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-author h4 span {
  display: block;
  padding-top: 6px;
  color: #888888;
  font-size: 15px;
  font-weight: 400;
}

.testimonial-box .star-rating {
  display: inline-block;
  height: 30px;
  margin-top: 15px;
  margin-bottom: -10px;
}

.testimonial-author h4 {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.testimonial-author h4 span {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 14px;
  padding: 4px 16px;
  color: #888888;
  color: #999999;
  font-size: 14px;
  font-size: 9px;
  font-weight: 400;
  font-weight: 400;
  line-height: 20px;
  line-height: 20px;
  transition: 0.3s;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #f0f0f0;
  align-self: center;
}

.slick-current .testimonial-author h4 span {
  color: #66676b;
  background: rgba(102, 103, 107, 0.06);
}

/* ---------------------------------- */
/* Info Banner
------------------------------------- */
.info-banner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 90px 0;
  color: #ffffff;
}

.info-banner-content {
  position: relative;
  z-index: 199;
}

.info-banner.centered {
  text-align: center;
}

.info-banner-content a.button {
  position: relative;
  margin: 0 20px -15px 20px;
}

.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 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #ffffff;
}

/* Styles for info banner with parallax */
.text-content {
  position: relative;
  z-index: 999;
  padding: 110px 0;
  font-weight: 500;
  background: transparent;
}

.text-content.white-font {
  color: #ffffff;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
  color: #ffffff;
}

.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: #ffffff;
}

.text-content a.button {
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
}

.text-content.white-font a.button:hover {
  color: #333333;
  background-color: #ffffff;
}

.text-content a.button:before {
  display: none;
}

.text-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.text-content h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.top-1 {
  position: relative;
  top: -1px;
}

.top-0 {
  position: relative;
}

/* ---------------------------------- */
/* Image Edge
------------------------------------- */
.image-edge {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  height: 50vw;
  max-height: 640px;
  margin: 35px 0 0 0;
  padding: 0;
  background-color: #f8f8f8;
}

.image-edge #googlemaps,
.image-edge .google-map-container {
  height: 100%;
}

.image-edge-content {
  position: relative;
  top: 50%;
  width: 50%;
  padding: 0;
  padding: 0 9%;
  transform: translateY(-50%);
}

.image-edge.left .image-edge-content {
  padding-left: 6%;
}

.image-edge-content h3.headline {
  display: block;
  width: 100%;
  margin-top: 0;
}

/* Photo */
.edge-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-size: cover;
}

.edge-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.1);
}

/* Left-photo version */
.image-edge.left .image-edge-content {
  left: 50%;
}

.image-edge.left .edge-bg {
  left: 0;
}

.image-edge.left .container {
  transform: translateX(54%);
}

/* Styles for dark version  */
.image-edge.dark {
  color: #ffffff;
  background-color: #282828;
}

.image-edge.dark h1,
.image-edge.dark h2,
.image-edge.dark h3,
.image-edge.dark h4,
.image-edge.dark h5 {
  color: #ffffff;
}

.presentation-content h2,
.image-edge h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.5px;
}

.presentation-content p,
.image-edge p {
  color: #828282;
  font-size: 20px;
  line-height: 34px;
}

.image-edge.dark p {
  color: rgba(255, 255, 255, 0.8);
}

/* List */
.image-edge-content ul {
  padding: 0;
  list-style: none;
}

.image-edge-content ul li {
  margin-bottom: 30px;
}

.image-edge-content ul li:last-child {
  margin-bottom: 0;
}

.image-edge-content h4 i {
  position: relative;
  top: -1px;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .edge-bg {
    position: relative;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 400px;
  }
}

/*----------------------------------- */
/* Flip Banner
------------------------------------- */
.flip-banner {
  position: relative;
  z-index: 9999;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 180px;
  text-align: center;
}

.flip-banner:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  opacity: 0;
  background-color: #000000;
}

.flip-banner:hover:after {
  opacity: 0.6;
}

.flip-banner-content {
  position: relative;
  z-index: 200;
  top: 50%;
}

.flip-banner h2 {
  position: relative;
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 40px;
}

.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transform: translateY(-50%);
}

.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
  visibility: visible;
  transform: translateY(-50%);
  opacity: 1;
}

.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
  visibility: hidden;
  transform: translateY(150%);
  opacity: 0;
}

.flip-banner:hover .flip-banner-content .flip-visible {
  transform: translateY(-150%);
}

.flip-banner i {
  padding: 0 10px;
}

.flip-banner .sl {
  position: relative;
  top: 1px;
  font-size: 26px;
}

@media (max-width: 767px) {
  .flip-banner .sl {
    font-size: 18px;
  }
  .flip-banner h2 {
    font-size: 22px;
    line-height: 34px;
  }
}

/* ---------------------------------- */
/* Tabs
------------------------------------- */
.tabs-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs-nav li a i {
  position: relative;
  top: 1px;
  padding-right: 5px;
  font-size: 16px;
}

.tabs-nav li {
  position: relative;
  z-index: 12;
  float: left;
  margin-right: 4px;
  padding: 0;
  line-height: 45px;
}

.tabs-nav li a,
.tab-reviews {
  transition: all 0.25s ease-in-out;
}

.tabs-nav li a {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin-bottom: -1px;
  padding: 7px 15px;
  color: #333333;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  outline: none;
}

.tabs-nav li a:hover {
  border-color: #66676b;
}

.tab-reviews {
  color: #aaaaaa;
}

.tabs-nav li.active .tab-reviews {
  color: #ffffff;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
  z-index: 11;
  color: #66676b;
  border-color: #66676b;
}

.tab-content {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
  padding: 28px 33px;
}

.tabs-container {
  overflow: hidden;
  width: 100%;
}

.tab-content p:last-child {
  margin-bottom: 0;
}

.style-2 .tabs-container {
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* Tabs Style 1 */
.style-1 .tabs-container .tab-content {
  padding: 30px 0 0 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

/* Taba Style 3 */
.style-3 .tabs-nav {
  text-align: center;
}

.style-3 .tabs-nav li {
  position: relative;
  z-index: 12;
  display: inline-block;
  float: none;
  margin-right: 4px;
  padding: 0;
  line-height: 32px;
  text-align: center;
}

.style-3 .tabs-nav li a {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin-bottom: -1px;
  padding: 7px 24px;
  color: #333333;
  font-size: 14px;
  font-size: 13px;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  outline: none;
  background-color: #ffffff;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
  z-index: 11;
  color: #ffffff;
  border-color: #66676b;
  background-color: #66676b;
}

.style-3 .tabs-container .tab-content {
  padding: 30px 0 0 0;
  border: none;
}

/* Tabs Style 4 */
.style-4 .tabs-nav {
  display: table-cell;
  width: 35%;
}

.style-4 .tabs-container {
  display: table-cell;
  width: 65%;
  padding-left: 20px;
  vertical-align: middle;
}

.style-4 .tabs-container .tab-content {
  padding: 10px 0 0 0;
  border: none;
}

.style-4.tabs {
  display: table;
}

.style-4 .tabs-nav li a {
  float: none;
  width: 90%;
  margin: 0 0 1px 0;
  padding: 0;
  padding: 9px 24px;
  line-height: 30px;
  border: none;
  border: none;
  border-radius: 3px;
  background-color: #ffffff;
}

.style-4 .tabs-nav li.active a {
  color: #ffffff;
  background-color: #66676b;
}

.style-4 .tabs-nav li {
  width: 100%;
}

/* Tabs Style 5 */
.style-5 .tabs-nav li {
  width: 33.33%;
}

.stytle-5 .tabs-container .widget-text {
  position: relative;
  top: 50px;
  display: inline-block;
  transform: transitionY(-50%);
}

.style-5 .tabs-nav {
  position: relative;
  bottom: 5px;
}

.style-5 .tabs-nav li a {
  padding: 0;
  color: #333333;
  border: none;
  border-radius: 4px;
  background-color: #f2f2f2;
}

.style-5 .tabs-nav li.active a {
  color: #ffffff;
  background-color: #66676b;
}

.style-5 .tabs-container .tab-content {
  padding: 20px 0 0 0;
  border: none;
  box-shadow: none;
}

/* ---------------------------------- */
/* Login Register
------------------------------------- */
.rememberme {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.sign-in-form .tabs-container {
  overflow: visible;
}

.sign-in-form .tabs-nav li {
  line-height: 15px;
}

.sign-in-form .tabs-nav li a {
  padding: 0 15px 18px 15px;
  color: #666666;
}

.sign-in-form .tabs-nav li a:hover,
.sign-in-form .tabs-nav li.active a {
  color: #66676b;
}

.lost_password a {
  margin: 0;
  color: #666666;
  font-size: 15px;
}

.lost_password:hover a {
  color: #66676b;
}

.rememberme input {
  display: inline-block;
  width: auto;
  min-height: auto;
  margin: 0 2px 0 0;
}

.myaccount input.button {
  margin-bottom: 0;
}

.sign-in-form label {
  position: relative;
  color: #666666;
  font-size: 15px;
}

.sign-in-form label input {
  height: 53px;
  margin-top: 8px;
  padding-left: 45px;
}

.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: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.sign-in-form label i {
  position: absolute;
  bottom: 13px;
  left: 15px;
  color: #a0a0a0;
  font-size: 21px;
}

.sign-in-form .button {
  min-width: 120px;
  height: auto;
  margin-bottom: 0;
  line-height: 26px;
}

/* ---------------------------------- */
/* Social Icons
------------------------------------- */
.social-icons {
  padding-left: 5px;
}

.social-icons li {
  display: inline;
  float: left;
  margin-top: 11px;
  margin-right: 16px;
  transform: scale(1.19);
  text-align: left;
  -webkit-filter: blur(radius);
}

.social-icons li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  background-color: #f3f3f3;
}

.social-icons.fixed li a {
  display: block;
}

/* Common Styles */
.social-icons li a i {
  position: absolute;
  z-index: 20;
  transition: all 0.2s ease-in-out;
  transform: scale(0.9);
  -webkit-filter: blur(radius);
}

.social-icons li a:hover,
.social-icons li a i {
  color: #ffffff;
}

.social-icons li a i {
  top: -30px;
  opacity: 0;
}

.social-icons li a:hover i {
  top: 0;
  opacity: 1;
}

/* Rounded Style */
.social-icons.rounded li a {
  border-radius: 50%;
}

/* Border Style */
.social-icons.border li a {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

.social-icons.border li a:hover {
  border-color: transparent;
}

/* Color Style */
.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;
}

/* Fixed Style */
.social-icons.fixed {
  position: fixed;
  top: 100px;
  left: 0;
  width: 50px;
  padding-left: 2px;
}

.social-icons.fixed li {
  margin-top: 7px;
  transform: scale(1.15);
}

.social-icons.fixed li a {
  background-color: rgba(51, 51, 51, 0.35);
}

.social-icons.fixed li a:before {
  color: #ffffff;
}

.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 {
  position: absolute;
  z-index: 20;
  color: #a0a0a0;
  font-family: "fontello";
  font-size: 16px;
  line-height: 16px;
  transition: all 0.15s ease-in-out;
  transform: scale(0.9);
}

/* Icon Styles */
.twitter:before,
.social-icons li a.twitter i {
  font-size: 14px;
}

.twitter i,
.twitter:before {
  margin: 13px 0 0 12px;
}

.twitter:before {
  content: "\54";
  top: 0;
  opacity: 1;
}

.twitter:hover:before {
  top: 30px;
  opacity: 0;
}

.twitter:hover {
  background-color: #3bc1ed !important;
}

.twitter:hover,
.social-icons.color .twitter,
.social-icons.fixed .twitter:hover {
  border-color: #3bc1ed;
  background-color: #3bc1ed;
}

.dribbble i,
.dribbble:before {
  margin: 13px 0 0 13px;
}

.dribbble:before {
  content: "\44";
  top: 0;
  opacity: 1;
}

.dribbble:hover:before {
  top: 30px;
  opacity: 0;
}

.dribbble:hover {
  background-color: #ef5a92 !important;
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
  border-color: #ef5a92;
  background-color: #ef5a92;
}

.facebook i,
.facebook:before {
  margin: 13px 0 0 16px;
}

.facebook:before {
  content: "\66";
  top: 0;
  opacity: 1;
}

.facebook:hover:before {
  top: 30px;
  opacity: 0;
}

.facebook:hover {
  background-color: #4a6d9d !important;
}

.social-icons.color .facebook,
.social-icons.fixed .facebook:hover {
  border-color: #4a6d9d;
  background-color: #4a6d9d;
}

.linkedin i,
.linkedin:before {
  margin: 13px 0 0 13px;
}

.linkedin:before {
  content: "\4c";
  top: 0;
  opacity: 1;
}

.linkedin:hover:before {
  top: 30px;
  opacity: 0;
}

.linkedin:hover {
  background-color: #0b7bb5 !important;
}

.social-icons.color .linkedin,
.social-icons.fixed .linkedin:hover {
  border-color: #0b7bb5;
  background-color: #0b7bb5;
}

.delicious i,
.delicious:before {
  margin: 13px 0 0 13px;
}

.delicious:before {
  content: "\23";
  top: 0;
  opacity: 1;
}

.delicious:hover:before {
  top: 30px;
  opacity: 0;
}

.delicious:hover {
  background-color: #3274d1 !important;
}

.social-icons.color .delicious,
.social-icons.fixed .delicious:hover {
  border-color: #3274d1;
  background-color: #3274d1;
}

.paypal i,
.paypal:before {
  margin: 13px 0 0 13px;
}

.paypal:before {
  content: "\24";
  top: 0;
  opacity: 1;
}

.paypal:hover:before {
  top: 30px;
  opacity: 0;
}

.paypal:hover {
  background-color: #2e689a !important;
}

.social-icons.color .paypal,
.social-icons.fixed .paypal:hover {
  border-color: #2e689a;
  background-color: #2e689a;
}

.gplus i,
.gplus:before {
  margin: 13px 0 0 13px;
}

.gplus:before {
  content: "\f0d5";
  top: 0;
  opacity: 1;
}

.gplus:hover:before {
  top: 30px;
  opacity: 0;
}

.gplus:hover {
  background-color: #d53824 !important;
}

.social-icons.color .gplus,
.social-icons.fixed .gplus:hover {
  border-color: #d53824;
  background-color: #d53824;
}

.stumbleupon i,
.stumbleupon:before {
  margin: 13px 0 0 11px;
}

.stumbleupon:before {
  content: "\2f";
  top: 0;
  opacity: 1;
}

.stumbleupon:hover:before {
  top: 30px;
  opacity: 0;
}

.stumbleupon:hover {
  background-color: #eb4924 !important;
}

.social-icons.color .stumbleupon,
.social-icons.fixed .stumbleupon:hover {
  border-color: #eb4924;
  background-color: #eb4924;
}

.fivehundredpx i,
.fivehundredpx:before {
  margin: 13px 0 0 11px;
}

.fivehundredpx:before {
  content: "\30";
  top: 0;
  opacity: 1;
}

.fivehundredpx:hover:before {
  top: 30px;
  opacity: 0;
}

.fivehundredpx:hover {
  background-color: #444444 !important;
}

.social-icons.color .fivehundredpx,
.social-icons.fixed .fivehundredpx:hover {
  border-color: #444444;
  background-color: #444444;
}

.pinterest i,
.pinterest:before {
  margin: 13px 0 0 15px;
}

.pinterest:before {
  content: "\31";
  top: 0;
  opacity: 1;
}

.pinterest:hover:before {
  top: 30px;
  opacity: 0;
}

.pinterest:hover {
  background-color: #cb1f25 !important;
}

.social-icons.color .pinterest,
.social-icons.fixed .pinterest:hover {
  border-color: #cb1f25;
  background-color: #cb1f25;
}

.forrst i,
.forrst:before {
  margin: 13px 0 0 15px;
}

.forrst:before {
  content: "\3a";
  top: 0;
  opacity: 1;
}

.forrst:hover:before {
  top: 30px;
  opacity: 0;
}

.forrst:hover {
  background-color: #40833e !important;
}

.social-icons.color .forrst,
.social-icons.fixed .forrst:hover {
  border-color: #40833e;
  background-color: #40833e;
}

.digg i,
.digg:before {
  margin: 13px 0 0 12px;
}

.digg:before {
  content: "\3b";
  top: 0;
  opacity: 1;
}

.digg:hover:before {
  top: 30px;
  opacity: 0;
}

.digg:hover {
  background-color: #205685 !important;
}

.social-icons.color .digg,
.social-icons.fixed .digg:hover {
  border-color: #205685;
  background-color: #205685;
}

.spotify i,
.spotify:before {
  margin: 13px 0 0 13px;
}

.spotify:before {
  content: "\3d";
  top: 0;
  opacity: 1;
}

.spotify:hover:before {
  top: 30px;
  opacity: 0;
}

.spotify:hover {
  background-color: #6ca405 !important;
}

.social-icons.color .spotify,
.social-icons.fixed .spotify:hover {
  border-color: #6ca405;
  background-color: #6ca405;
}

.reddit i,
.reddit:before {
  margin: 13px 0 0 12px;
}

.reddit:before {
  content: "\3e";
  top: 0;
  opacity: 1;
}

.reddit:hover:before {
  top: 30px;
  opacity: 0;
}

.reddit:hover {
  background-color: #404040 !important;
}

.social-icons.color .reddit,
.social-icons.fixed .reddit:hover {
  border-color: #404040;
  background-color: #404040;
}

.appstore i,
.appstore:before {
  margin: 13px 0 0 14px;
}

.appstore:before {
  content: "\41";
  top: 0;
  opacity: 1;
}

.appstore:hover:before {
  top: 30px;
  opacity: 0;
}

.appstore:hover {
  background-color: #c0c0c0 !important;
}

.social-icons.color .appstore,
.social-icons.fixed .appstore:hover {
  border-color: #c0c0c0;
  background-color: #c0c0c0;
}

.blogger i,
.blogger:before {
  margin: 13px 0 0 13px;
  font-size: 14px;
}

.blogger:before {
  content: "\42";
  top: 0;
  opacity: 1;
}

.blogger:hover:before {
  top: 30px;
  opacity: 0;
}

.blogger:hover {
  background-color: #ff6501 !important;
}

.social-icons.color .blogger,
.social-icons.fixed .blogger:hover {
  border-color: #ff6501;
  background-color: #ff6501;
}

.dribbble i,
.dribbble:before {
  margin: 13px 0 0 13px;
}

.dribbble:before {
  content: "\44";
  top: 0;
  opacity: 1;
}

.dribbble:hover:before {
  top: 30px;
  opacity: 0;
}

.dribbble:hover {
  background-color: #ef5a92 !important;
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
  border-color: #ef5a92;
  background-color: #ef5a92;
}

.evernote i,
.evernote:before {
  margin: 13px 0 0 15px;
}

.evernote:before {
  content: "\45";
  top: 0;
  opacity: 1;
}

.evernote:hover:before {
  top: 30px;
  opacity: 0;
}

.evernote:hover {
  background-color: #6bb130  !important;
}

.social-icons.color .evernote,
.social-icons.fixed .evernote:hover {
  border-color: #6bb130;
  background-color: #6bb130;
}

.flickr i,
.flickr:before {
  margin: 13px 0 0 13px;
}

.flickr:before {
  content: "\46";
  top: 0;
  opacity: 1;
}

.flickr:hover:before {
  top: 30px;
  opacity: 0;
}

.flickr:hover {
  background-color: #136dd5  !important;
}

.social-icons.color .flickr,
.social-icons.fixed .flickr:hover {
  border-color: #136dd5;
  background-color: #136dd5;
}

.rss i,
.rss:before {
  margin: 13px 0 0 14px;
  font-size: 14px;
}

.rss:before {
  content: "\52";
  top: 0;
  opacity: 1;
}

.rss:hover:before {
  top: 30px;
  opacity: 0;
}

.rss:hover {
  background-color: #fe8f00  !important;
}

.social-icons.color .rss,
.social-icons.fixed .rss:hover {
  border-color: #fe8f00;
  background-color: #fe8f00;
}

.youtube i,
.youtube:before {
  margin: 13px 0 0 14px;
  font-size: 18px;
}

.youtube:before {
  content: "\55";
  top: 0;
  opacity: 1;
}

.youtube:hover:before {
  top: 30px;
  opacity: 0;
}

.youtube:hover {
  background-color: #bf2f29  !important;
}

.social-icons.color .youtube,
.social-icons.fixed .youtube:hover {
  border-color: #bf2f29;
  background-color: #bf2f29;
}

.vimeo i,
.vimeo:before {
  margin: 13px 0 0 13px;
  font-size: 14px;
}

.vimeo:before {
  content: "\56";
  top: 0;
  opacity: 1;
}

.vimeo:hover:before {
  top: 30px;
  opacity: 0;
}

.vimeo:hover {
  background-color: #4c8ab0  !important;
}

.social-icons.color .vimeo,
.social-icons.fixed .vimeo:hover {
  border-color: #4c8ab0;
  background-color: #4c8ab0;
}

.xing i,
.xing:before {
  margin: 13px 0 0 14px;
}

.xing:before {
  content: "\58";
  top: 0;
  opacity: 1;
}

.xing:hover:before {
  top: 30px;
  opacity: 0;
}

.xing:hover {
  background-color: #036568 !important;
}

.social-icons.color .xing,
.social-icons.fixed .xing:hover {
  border-color: #036568;
  background-color: #036568;
}

.yahoo i,
.yahoo:before {
  margin: 13px 0 0 11px;
}

.yahoo:before {
  content: "\59";
  top: 0;
  opacity: 1;
}

.yahoo:hover:before {
  top: 30px;
  opacity: 0;
}

.yahoo:hover {
  background-color: #9251a2  !important;
}

.social-icons.color .yahoo,
.social-icons.fixed .yahoo:hover {
  border-color: #9251a2;
  background-color: #9251a2;
}

.amazon i,
.amazon:before {
  margin: 13px 0 0 12px;
}

.amazon:before {
  content: "\61";
  top: 0;
  opacity: 1;
}

.amazon:hover:before {
  top: 30px;
  opacity: 0;
}

.amazon:hover {
  background-color: #2f3842  !important;
}

.social-icons.color .amazon,
.social-icons.fixed .amazon:hover {
  border-color: #2f3842;
  background-color: #2f3842;
}

.steam i,
.steam:before {
  margin: 13px 0 0 11px;
}

.steam:before {
  content: "\62";
  top: 0;
  opacity: 1;
}

.steam:hover:before {
  top: 30px;
  opacity: 0;
}

.steam:hover {
  background-color: #383838 !important;
}

.social-icons.color .steam,
.social-icons.fixed .steam:hover {
  border-color: #383838;
  background-color: #383838;
}

.dropbox i,
.dropbox:before {
  margin: 13px 0 0 13px;
}

.dropbox:before {
  content: "\64";
  top: 0;
  opacity: 1;
}

.dropbox:hover:before {
  top: 30px;
  opacity: 0;
}

.dropbox:hover {
  background-color: #2c92dd !important;
}

.social-icons.color .dropbox,
.social-icons.fixed .dropbox:hover {
  border-color: #2c92dd;
  background-color: #2c92dd;
}

.github i,
.github:before {
  margin: 13px 0 0 13px;
}

.github:before {
  content: "\67";
  top: 0;
  opacity: 1;
}

.github:hover:before {
  top: 30px;
  opacity: 0;
}

.github:hover {
  background-color: #5c7381  !important;
}

.social-icons.color .github,
.social-icons.fixed .github:hover {
  border-color: #5c7381;
  background-color: #5c7381;
}

.lastfm i,
.lastfm:before {
  margin: 13px 0 0 11px;
}

.lastfm:before {
  content: "\6c";
  top: 0;
  opacity: 1;
}

.lastfm:hover:before {
  top: 30px;
  opacity: 0;
}

.lastfm:hover {
  background-color: #d21309 !important;
}

.social-icons.color .lastfm,
.social-icons.fixed .lastfm:hover {
  border-color: #d21309;
  background-color: #d21309;
}

.tumblr i,
.tumblr:before {
  margin: 13px 0 0 15px;
}

.tumblr:before {
  content: "\74";
  top: 0;
  opacity: 1;
}

.tumblr:hover:before {
  top: 30px;
  opacity: 0;
}

.tumblr:hover {
  background-color: #3d658d !important;
}

.social-icons.color .tumblr,
.social-icons.fixed .tumblr:hover {
  border-color: #3d658d;
  background-color: #3d658d;
}

.wordpress i,
.wordpress:before {
  margin: 13px 0 0 14px;
}

.wordpress:before {
  content: "\77";
  top: 0;
  opacity: 1;
}

.wordpress:hover:before {
  top: 30px;
  opacity: 0;
}

.wordpress:hover {
  background-color: #383838  !important;
}

.social-icons.color .wordpress,
.social-icons.fixed .wordpress:hover {
  border-color: #383838;
  background-color: #383838;
}

.instagram i,
.instagram:before {
  margin: 13px 0 0 13px;
}

.instagram:before {
  content: "\f31f";
  top: 0;
  opacity: 1;
}

.instagram:hover:before {
  top: 30px;
  opacity: 0;
}

.instagram:hover {
  background-color: #3f6f94  !important;
}

.social-icons.color .instagram,
.social-icons.fixed .instagram:hover {
  border-color: #3f6f94;
  background-color: #3f6f94;
}

/* Web Font */
@font-face {
  font-family: "fontello";
  font-weight: normal;
  font-style: normal;
  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");
}

.social-icons li i {
  display: inline-block;
  width: auto;
  font-family: "fontello";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 16px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
}

.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";
}

/* '0' */
.icon-pinterest:before {
  content: "\31";
}

/* '1' */
.icon-forrst:before {
  content: "\3a";
}

/* ':' */
.icon-digg:before {
  content: "\3b";
}

/* ';' */
.icon-spotify:before {
  content: "\3d";
}

/* '=' */
.icon-reddit:before {
  content: "\3e";
}

/* '&gt;' */
.icon-appstore:before {
  content: "\41";
}

/* 'A' */
.icon-blogger:before {
  content: "\42";
}

/* 'B' */
.icon-dribbble:before {
  content: "\44";
}

/* 'D' */
.icon-evernote:before {
  content: "\45";
}

/* 'E' */
.icon-flickr:before {
  content: "\46";
}

/* 'F' */
.icon-linkedin:before {
  content: "\4c";
}

/* 'L' */
.icon-rss:before {
  content: "\52";
}

/* 'R' */
.icon-twitter:before {
  content: "\54";
}

/* 'T' */
.icon-youtube:before {
  content: "\55";
}

/* 'U' */
.icon-vimeo:before {
  content: "\56";
}

/* 'V' */
.icon-xing:before {
  content: "\58";
}

/* 'X' */
.icon-yahoo:before {
  content: "\59";
}

/* 'Y' */
.icon-amazon:before {
  content: "\61";
}

/* 'a' */
.icon-steam:before {
  content: "\62";
}

/* 'b' */
.icon-dropbox:before {
  content: "\64";
}

/* 'd' */
.icon-facebook:before {
  content: "\66";
}

/* 'f' */
.icon-github:before {
  content: "\67";
}

/* 'g' */
.icon-lastfm:before {
  content: "\6c";
}

/* 'l' */
.icon-tumblr:before {
  content: "\74";
}

/* 't' */
.icon-wordpress:before {
  content: "\77";
}

/* 'w' */
.icon-linkedin-rect:before {
  content: "\f31b";
}

/* '?' */
.icon-instagram:before {
  content: "\f31f";
}

/* '?' */
/* Social Icons styles for topbar
------------------------------------- */
.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 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 45px;
  height: 45px;
  margin-right: 0;
  transform: scale(1);
  border-radius: 0;
  background-color: transparent;
}

.listing-share .social-icons li,
.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
  transform: scale(1);
  border-radius: 0;
  -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 {
  right: 0;
  left: 0;
  margin: 0;
  margin-top: 55%;
  transform: scale(1.1) translateY(calc(-50% - 2px));
  text-align: center;
}

.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% - 1px));
}

/* Header Icon Styles */
#top-bar .social-icons {
  float: right;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
  color: #ffffff;
  font-size: 14px;
}

#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before {
  font-size: 12px;
}

#top-bar .social-icons li a:hover {
  border-color: transparent;
  background: #ffffff !important;
}

#top-bar .social-icons li a:hover i {
  color: #66676b;
}

/* Social Icons styles for footer
------------------------------------- */
.listing-share .social-icons li a,
.agent .social-icons li a,
#footer .social-icons li a {
  width: 38px;
  height: 40px;
  background-color: transparent;
}

.agent .social-icons,
#footer .social-icons {
  position: relative;
  left: -13px;
}

.agent .social-icons li,
#footer .social-icons li {
  float: left;
  margin: 0;
  padding: 0;
  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 {
  color: #a0a0a0;
  font-size: 15px;
}

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

.listing-share .social-icons li a:hover,
.agent .social-icons li a:hover,
#footer .social-icons li a:hover {
  border-color: transparent;
  background: transparent !important;
}

.listing-share .social-icons li a:hover i,
.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i {
  color: #66676b;
}

/*----------------------------------- */
/* Custom Checkboxes
------------------------------------- */
.checkboxes {
  padding: 0;
  list-style: none;
}

.checkboxes.in-row label {
  margin-top: 9px;
}

.checkboxes.one-in-row label {
  width: 100%;
  margin-top: 9px;
}

.checkboxes li {
  padding: 4px 0;
}

.checkboxes li:last-child {
  margin-bottom: -8px;
}

.checkboxes label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.checkboxes label span {
  color: #909090;
}

.checkboxes input[type=checkbox] {
  display: none;
}

.checkboxes label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 15px;
  transition: all 0.25s;
  text-align: center;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  background-color: #ffffff;
}

.checkboxes input[type=checkbox]:checked + label:before {
  content: "\f00c";
  border: 2px solid #66676b;
  background-color: #66676b;
}

/* ---------------------------------- */
/* Listing Item Layout Style
------------------------------------- */
.listing-item-container.list-layout {
  margin-bottom: 25px;
  background: transparent;
  background-color: #f9f9f9;
}

.listing-item-container.list-layout:hover {
  transform: translate3d(6px, 0, 0);
}

.listing-item-container.list-layout .listing-item {
  display: flex;
  height: 220px;
  background-color: transparent;
}

.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 {
  position: relative;
  z-index: 50;
  bottom: 0;
  left: 0;
  flex: 5;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.listing-item-container.list-layout .listing-item-image {
  position: relative;
  overflow: hidden;
  flex: 2;
  height: 100%;
  min-height: 200px;
  border-radius: 4px 0 0 4px;
}

.listing-item-container.list-layout .listing-item-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #272729;
}

.listing-item-container.list-layout span.like-icon {
  right: 35px;
  bottom: 50%;
  color: #9d9d9d;
  transform: translateY(50%);
  background-color: #eeeeee;
}

.listing-item-container.list-layout span.like-icon.liked,
.listing-item-container.list-layout span.like-icon:hover {
  color: #ffffff;
  background-color: #f3103c;
}

.listing-item-container.list-layout .listing-item-inner {
  position: absolute;
  top: 50%;
  left: 35px;
  padding-right: 120px;
  transform: translateY(-50%);
}

.listing-item-container.list-layout .listing-item-inner h3 {
  color: #333333;
}

.listing-item-container.list-layout .listing-item-inner span {
  color: #808080;
}

.listing-item-container.list-layout .star-rating {
  padding: 8px 0 0 0;
}

.listing-item-container.list-layout .numerical-rating {
  display: block;
  margin: 10px 0 5px 0;
}

.listing-item-container.list-layout .listing-item-details {
  position: absolute;
  z-index: 50;
  top: auto;
  right: 35px;
  bottom: 25px;
  left: auto;
  box-sizing: border-box;
  width: auto;
  padding: 0;
  color: #888888;
  font-size: 14px;
  font-weight: 500;
}

/* ---------------------------------- */
/* Listing Item
------------------------------------- */
.listing-item-container {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  transition: transform 0.3s;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  /*	background: linear-gradient(to top, #f4f4f4 0%, #f9f9f9 10%); */
  background-color: #f6f6f6;
}

section.fullwidth .listing-item-container,
.fs-content .listing-item-container {
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

section.fullwidth .listing-item-container.list-layout,
.fs-content .listing-item-container.list-layout {
  box-shadow: none;
}

.listing-item-container:hover {
  transform: translate3d(0, -6px, 0);
}

.listing-item {
  position: relative;
  z-index: 100;
  display: block;
  height: 100%;
  height: 265px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  background: #cccccc;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.listing-item img {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}

.listing-item:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 4px 4px 0 0;
  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);
}

.listing-item-content {
  position: absolute;
  z-index: 50;
  bottom: 28px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 32px;
  padding-right: 90px;
}

.listing-item-content h3 {
  position: relative;
  bottom: -1px;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}

.listing-item-content span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
}

.listing-item-container.list-layout span.tag,
.listing-item-content span.tag {
  margin-bottom: 9px;
  padding: 4px 16px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 60;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #66676b;
}

.listing-item-container.list-layout span.tag {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  margin: 0;
  margin-right: 20px;
  padding: 7px 16px;
  line-height: 14px;
  text-align: center;
  background: #66676b;
}

/* Listing item details */
.listing-item-details {
  position: absolute;
  z-index: 50;
  top: 24px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 32px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.listing-item-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-item-details ul li {
  display: inline-block;
  margin-right: 6px;
  line-height: 20px;
}

.listing-item-details ul li i {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 3px 0 0;
  font-size: 14px;
}

/* Listing Item Alternative Version*/
.listing-item-container.compact .listing-item {
  border-radius: 4px;
}

.listing-item-container.compact .star-rating {
  padding: 5px 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;
}

/* Number rating*/
.numerical-rating {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
  margin: 15px 32px;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.5px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
}

.compact .numerical-rating {
  margin: 0 0 8px 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: 14px;
  display: inline-block;
  width: auto;
  width: 150px;
  color: #909090;
  font-size: 15px;
  font-weight: 400;
}

.infoBox .numerical-rating .rating-counter {
  left: 12px;
}

.infoBox .numerical-rating {
  margin: 0;
  font-family: "Open Sans";
}

/* Star Rating */
.star-rating {
  display: block;
  font-size: 17px;
}

.listing-item-container .star-rating {
  padding: 15px 32px;
}

.star-rating .star {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  margin-right: 4px;
  padding: 0;
}

.rating-counter {
  display: inline-block;
  padding-left: 5px;
  color: #909090;
  font-size: 15px;
}

.star-rating .rating-counter {
  position: relative;
  top: -1px;
}

.infoBox .star-rating .rating-counter {
  top: -2px;
  font-size: 15px;
}

.star-rating .star.half:after,
.star-rating .star:before {
  content: "\f005";
  display: block;
  color: #ffc600;
  font-family: "FontAwesome";
}

.star-rating .star.empty:before {
  color: #dddddd;
}

.rating:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

.star-rating .star.half:before {
  color: #dddddd;
}

.star-rating .star.half:after {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  color: #ffc600;
}

/* Like Icon */
span.like-icon {
  position: absolute;
  z-index: 101;
  right: 30px;
  bottom: 30px;
  display: block;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 19px;
  cursor: normal;
  transition: all 0.4s;
  border-radius: 50%;
  background-color: rgba(24, 24, 24, 0.4);
}

.like-icon:before,
.like-icon:after {
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  font-family: "FontAwesome";
  transition: opacity 0.3s, transform 0.4s cubic-bezier(0, -0.41, 0.19, 2.5);
  text-align: center;
}

.like-icon:before {
  content: "\f08a";
  transform: scale(0.95);
}

.like-icon:after {
  content: "\f004";
  transform: scale(0.5);
  opacity: 0;
}

.like-icon.liked:after {
  transform: scale(0.95);
  opacity: 1;
}

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

.like-icon.liked:before {
  opacity: 0;
}

/* Badges */
.listing-item {
  overflow: hidden;
}

.listing-badge {
  position: absolute;
  z-index: 999;
  top: 22px;
  right: -64px;
  float: left;
  width: 200px;
  margin: 0;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 28px;
  transform: rotate(45deg);
  text-align: center;
  background-color: #333333;
}

.listing-badge.now-open {
  background-color: #54ba1d;
}

.listing-badge.now-closed {
  background-color: #e91721;
}

/* ---------------------------------- */
/* Small Category Boxes
------------------------------------- */
.categories-boxes-container {
  position: relative;
  left: -20px;
  display: flex;
  width: calc(100% + 20px);
  flex-wrap: wrap;
}

.category-small-box {
  position: relative;
  display: flex;
  float: left;
  flex-direction: column;
  margin: 20px 0 0 20px;
  padding: 20px 16px;
  color: #777777;
  transition: 0.4s;
  transform: scale(1);
  text-align: center;
  vertical-align: top;
  border-radius: 4px;
  background-color: #f2f2f2;
  justify-content: center;
}

/* Hover Animation */
.category-small-box:hover {
  color: #ffffff;
  /* 	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05); */
  transform: translateY(-6px);
  background-color: #66676b;
}

.category-small-box h4 {
  margin-top: 9px;
  margin-bottom: 7px;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  transition: 0.4s;
}

.category-small-box i {
  display: inline-block;
  height: 40px;
  margin-top: 20px;
  font-size: 38px;
}

.category-small-box:hover h4 {
  color: #ffffff;
}

/* Media Queries For Small Category Boxes */
@media (max-width: 768px) {
  .category-small-box {
    width: calc(100% * (1/2) - 21px);
  }
}

@media (min-width: 768px) {
  .category-small-box {
    width: calc(100% * (1/3) - 21px);
  }
}

@media (min-width: 992px) {
  .category-small-box {
    width: calc(100% * (1/3) - 21px);
  }
}

@media (min-width: 1240px) {
  .category-small-box {
    width: calc(100% * (1/6) - 21px);
  }
}

/* Colored Category Boxes */
.category-small-box {
  background-color: #f8f8f8;
}

.category-small-box h4 {
  color: #777777;
  font-weight: 500;
  transition: 0.3s;
}

.category-small-box i {
  color: #66676b;
  transition: 0.3s;
}

.category-small-box:hover h4,
.category-small-box:hover i {
  color: #ffffff;
  transition: 0.3s;
}

.category-small-box h4 {
  display: block;
}

.category-small-box .category-box-counter {
  right: auto;
  left: auto;
  display: block;
  width: 40px;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 2px 0;
  color: #909090;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  transition: 0.4s;
  text-align: center;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.04);
}

.category-small-box:hover .category-box-counter {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.15);
}

/* ---------------------------------- */
/* Titlebar
------------------------------------- */
#titlebar {
  position: relative;
  margin-bottom: 65px;
  padding: 70px 0;
  background-color: #f8f8f8;
}

#titlebar.gradient {
  padding-bottom: 10px;
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0.5));
}

#titlebar span a,
#titlebar span {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 3px;
  color: #888888;
  font-size: 20px;
}

#titlebar #breadcrumbs span {
  font-size: 13px;
}

#titlebar h1,
#titlebar h2 {
  margin: 1px 0 3px 0;
  font-size: 32px;
  line-height: 40px;
}

/* Breadcrumbs */
#breadcrumbs {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  color: #888888;
  font-size: 15px;
  font-weight: 400;
  transform: translateY(-50%);
}

#breadcrumbs ul {
  margin: 0;
}

#breadcrumbs ul li a {
  color: #888888;
  transition: all 0.2s ease-in-out;
}

#breadcrumbs ul li a:hover {
  color: #666666;
}

#breadcrumbs ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  list-style: none;
}

#breadcrumbs ul li:first-child:before {
  display: none;
}

#breadcrumbs ul li:before {
  content: "\f105";
  margin-right: 15px;
  color: #a0a0a0;
  font-family: "FontAwesome";
  font-size: 14px;
}

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before {
  color: #ffffff;
}

/* Parallax Titlebar
------------------------------------- */
.parallax #titlebar {
  position: relative;
  z-index: 999;
  padding: 90px 0;
  background-color: transparent;
}

.parallax #titlebar h1,
.parallax #titlebar h2,
.parallax #titlebar #breadcrumbs ul li,
.parallax #titlebar #breadcrumbs ul li a,
.parallax #titlebar #breadcrumbs ul li::before {
  color: #ffffff;
}

.parallax #titlebar span a,
.parallax #titlebar span {
  color: rgba(255, 255, 255, 0.7);
}

/* -------------------------------- */
/* 404 Error Page
----------------------------------- */
#not-found {
  margin: 40px 0 80px 0;
}

#not-found.center {
  text-align: center;
}

#not-found h2 {
  font-size: 220px;
  font-weight: 500;
  line-height: 210px;
  text-align: center;
  letter-spacing: -8px;
}

#not-found p {
  display: inline-block;
  margin-top: 10px;
  color: #999999;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
}

#not-found i {
  position: relative;
  top: 16px;
  color: #e0e0e0;
  font-size: 190px;
}

@media (max-width: 767px) {
  #not-found h2 {
    font-size: 110px;
    line-height: 110px;
  }
  #not-found p {
    font-size: 20px;
    line-height: 38px;
  }
  #not-found i {
    top: 16px;
    font-size: 120px;
  }
}

/* ------------------------------------------------------------------- */
/*  04. Dashboard
---------------------------------------------------------------------- */
#dashboard {
  display: flex;
  min-height: 100vh;
  padding-top: 80px;
  background-color: #f7f7f7;
  flex-wrap: wrap;
}

/* Flexbox Adjustments */
.dashboard-content,
.dashboard-nav {
  flex: 1;
}

.dashboard-content {
  position: relative;
  z-index: 10;
  height: 100%;
  margin-left: 260px;
  padding: 40px 45px;
  padding-bottom: 0;
}

.dashboard-nav,
.dashboard #logo {
  min-width: 260px;
  max-width: 260px;
}

.dashboard-nav {
  position: fixed;
  overflow: hidden;
  min-height: 100vh;
}

/* Navigation Scrolling */
.dashboard-nav-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 277px;
  margin-top: 225px;
  padding: 0 0 25px 0;
}

.messages-container-inner .messages-inbox ul::-webkit-scrollbar {
  width: 17px;
}

.dashboard-nav-inner {
  display: block;
  overflow-y: scroll;
  width: calc(100% + 17px);
  max-height: 900px;
  padding: 0 0 25px 0;
}

@media (max-width: 991px) {
  .dashboard-nav-inner {
    width: calc(100% + 18px);
    max-height: 900px;
  }
}

/* Navigation Scrolling - End */
header.fullwidth.dashboard .container {
  padding-left: 285px;
}

/* Dashboard Logo */
.dashboard #logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  margin: 0;
  background-color: #333333;
}

.dashboard #logo a {
  display: inline-block;
  height: 100%;
  margin-left: 33px;
}

.dashboard #logo a img {
  position: relative;
  top: 50%;
  left: 20%;
  transform: translate3d(0, -50%, 0);
}

/* Dashboard Footer */
#dashboard .copyrights {
  display: block;
  margin: 0;
  padding: 40px 0;
  text-align: left;
  border: none;
}

.dashboard #logo a {
  display: none;
}

.dashboard #logo a.dashboard-logo {
  display: inline-block;
}

/* ---------------------------------- */
/* Dashboard Navigation
------------------------------------- */
.dashboard-nav {
  z-index: 11;
  display: block;
  background-color: #2a2a2a;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}

a.dashboard-responsive-nav-trigger {
  display: none;
}

.dashboard-nav ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}

.dashboard-nav ul:before {
  content: attr(data-submenu-title);
  display: block;
  margin-bottom: 5px;
  padding: 0 30px;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* 1st Level */
.dashboard-nav ul li {
  display: block;
  color: #eeeeee;
  font-size: 15px;
  line-height: 24px;
  transition: 0.3s;
  border-left: 3px solid transparent;
}

.dashboard-nav ul li a {
  display: block;
  padding: 11px 27px;
  color: #eeeeee;
  cursor: pointer;
  transition: 0.3s;
}

.dashboard-nav ul li a i {
  width: 20px;
  padding-right: 8px;
}

.dashboard-nav ul li a:hover {
  color: #ffffff;
}

/* Nav Tag */
.dashboard-nav ul li span.nav-tag {
  display: inline-block;
  box-sizing: border-box;
  min-width: 20px;
  height: 20px;
  margin-left: 4px;
  padding: 0;
  padding: 0 7px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-align: center;
  letter-spacing: -0.5px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
}

.dashboard-nav ul li span.nav-tag.messages {
  position: relative;
  top: -2px;
}

.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;
}

/* Dropdown Styles */
.dashboard-nav ul li ul {
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  transition: 0.2s;
  opacity: 0;
}

.dashboard-nav ul li.active ul {
  visibility: visible;
  max-height: 300px;
  padding: 0 0 15px 0;
  line-height: 24px;
  opacity: 1;
}

.dashboard-nav ul li ul li {
  position: relative;
  margin: 0;
  padding-left: 54px;
  color: #eeeeee;
  border: none;
  background-color: transparent;
}

.dashboard-nav ul li ul li a {
  padding: 7px 0;
}

.dashboard-nav ul li ul li:hover {
  color: #ffffff;
  border: none;
  background-color: transparent;
}

/* Indicator Arrow */
.dashboard-nav ul li a:after {
  content: "\f107";
  position: absolute;
  right: 27px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 0.2s;
}

.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;
}

/* Hover State */
.dashboard-nav ul li ul li:hover a {
  padding-left: 4px;
}

.dashboard-nav ul li.active,
.dashboard-nav ul li:hover {
  color: #ffffff;
  border-color: #66676b;
  background-color: rgba(255, 255, 255, 0.05);
}

/* ---------------------------------- */
/* Dashboard Titlebar
------------------------------------- */
#dashboard #titlebar {
  display: block;
  margin: 0 0 40px 0;
  padding: 0;
  background: transparent;
  background-color: transparent;
}

#dashboard #titlebar h2 {
  padding: 10px 0;
  font-size: 30px;
  line-height: 38px;
}

/* ---------------------------------- */
/* Dashboard Stats Boxes
------------------------------------- */
.dashboard-stat {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  padding: 0;
  color: #ffffff;
  cursor: default;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #444444;
}

.dashboard-stat:hover {
  transform: translateY(-4px);
}

.dashboard-stat-content {
  position: absolute;
  top: 50%;
  left: 32px;
  width: 45%;
  transform: translateY(-50%);
}

.dashboard-stat-content h4 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
}

.dashboard-stat-content span {
  display: inline-block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.dashboard-stat-icon {
  position: absolute;
  top: 50%;
  right: 32px;
  font-size: 80px;
  transform: translateY(-40%);
  opacity: 0.3;
}

/* Colors */
.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
------------------------------------- */
#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: #ffffff;
}

/* ---------------------------------- */
/* Dashboard Messages
------------------------------------- */
.messages-container {
  margin: 0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.messages-headline {
  position: relative;
  display: block;
  margin: 0;
  padding: 22px 30px;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
}

.messages-headline h4 {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.message-action {
  display: inline-block;
  float: right;
  padding: 0;
  color: #666666;
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 50px;
}

.message-action:hover {
  color: #ee3535;
}

/* List */
.messages-inbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.message-avatar img {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.messages-inbox ul li a {
  position: relative;
  display: block;
  padding: 30px;
}

.messages-inbox ul li {
  transition: 0.2s;
  border-bottom: 1px solid #eaeaea;
}

.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;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.messages-inbox .message-by {
  margin-left: 85px;
  color: #666666;
  font-size: 15px;
}

.messages-inbox .message-by p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 27px;
}

.message-by-headline h5,
.message-by-headline span {
  display: inline-block;
}

.message-by-headline span {
  float: right;
  color: #888888;
  font-size: 14px;
}

.message-by-headline h5 {
  margin: 0 0 7px 0;
  padding: 0;
  color: #333333;
  font-weight: 600;
}

.message-by-headline:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

.message-by h5 i {
  margin-left: 3px;
  padding: 3px 8px;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  border-radius: 50px;
  background-color: #64bc36;
}

/* Single Message */
.messages-container-inner {
  display: flex;
}

.messages-container-inner .messages-inbox,
.messages-container-inner .message-content {
  flex: 1;
}

/*  Scrollbar Hide */
.messages-container-inner .messages-inbox {
  overflow: hidden;
}

.messages-container-inner .messages-inbox ul {
  overflow-y: scroll;
  width: 357px;
  max-height: 800px;
}

.messages-container-inner .messages-inbox ul::-webkit-scrollbar {
  width: 17px;
}

/*  Scrollbar Hide - End */
.messages-container-inner .message-content {
  padding: 30px;
}

.messages-container-inner .messages-inbox {
  max-width: 340px;
  border-right: 1px solid #eaeaea;
}

.messages-container-inner .messages-inbox ul li a {
  padding: 25px;
}

.messages-container-inner .messages-inbox .message-by p {
  overflow: hidden;
  max-width: 205px;
  height: 26px;
  color: #888888;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.messages-container-inner .message-avatar img {
  width: 40px;
  height: 40px;
}

.messages-container-inner .messages-inbox .message-avatar {
  left: 25px;
}

.messages-container-inner .messages-inbox .message-by {
  margin-left: 60px;
}

.messages-container-inner .message-by-headline h5 {
  max-width: 160px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 23px;
}

.messages-container-inner .message-by-headline span {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 13px;
}

/* Message Bubbles */
.message-bubble {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.message-bubble .message-avatar {
  position: absolute;
  top: 0;
  left: 0;
}

.message-bubble .message-avatar img {
  width: 50px;
  height: 50px;
}

.message-bubble .message-text {
  position: relative;
  margin-left: 70px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f6f6f6;
}

.message-bubble .message-text p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 27px;
}

.message-bubble .message-text:before {
  content: "\f0d9";
  position: absolute;
  top: 12px;
  left: -9px;
  color: #f6f6f6;
  font-family: "FontAwesome";
  font-size: 31px;
}

/* Message Bubble "me" */
.message-bubble.me .message-avatar {
  right: 0;
  left: auto;
}

.message-bubble.me .message-text {
  margin-left: 0;
  margin-right: 70px;
}

.message-bubble.me .message-text:before {
  content: "\f0da";
  right: -11px;
  left: auto;
}

/* Reply */
.message-reply {
  display: block;
  margin-top: 15px;
}

.message-reply textarea {
  width: 100%;
  max-width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.message-reply button {
  margin-top: 5px;
  border-radius: 4px;
}

/* ---------------------------------- */
/* Dashboard List Box
------------------------------------- */
.dashboard-list-box {
  margin: 30px 0 0 0;
  border-radius: 4px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

/* Button */
.dashboard-list-box .button {
  margin: 0;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.dashboard-list-box .button.gray:before {
  display: none;
}

.dashboard-list-box .button.gray {
  color: #666666;
  background-color: #e9e9e9;
}

.dashboard-list-box .button.gray:hover {
  color: #ffffff;
  background-color: #66676b;
}

.dashboard-list-box h4 {
  display: block;
  margin: 0;
  padding: 25px 30px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
}

.dashboard-list-box h1 {
  display: block;
  margin: 0;
  padding: 25px 30px;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
}

.dashboard-list-box h4.gray {
  background-color: #fbfbfb;
}

.dashboard-list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
}

.dashboard-list-box ul li {
  position: relative;
  padding: 23px 30px;
  transition: 0.3s;
  border-bottom: 1px solid #eaeaea;
}

/*.dashboard-list-box ul li:nth(2n+1) {
	background-color: #fcfcfc
}*/
.dashboard-list-box.with-icons ul li {
  padding-left: 87px;
}

.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 3px;
}

.dashboard-list-box ul li i.list-box-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #777777;
  line-height: 37px;
  transition: 0.3s;
  transform: translateY(-50%);
  text-align: center;
  border-radius: 50%;
  background-color: #eeeeee;
}

.dashboard-list-box ul li:hover i.list-box-icon {
  background-color: #eaeaea;
}

/* Static Content */
.dashboard-list-box-static {
  padding: 30px;
  background-color: #ffffff;
}

.dashboard-list-box-static .button {
  margin-bottom: 3px;
  padding: 12px 20px;
  font-size: 15px;
}

/* Close List Item */
a.close-list-item {
  position: absolute;
  top: 50%;
  right: 30px;
  padding: 4px;
  color: #ea2828;
  transition: 0.3s;
  transform: translateY(-50%);
  opacity: 0;
}

.dashboard-list-box ul li:hover a.close-list-item {
  opacity: 1;
}

/* Reset for child ul  */
.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 {
  display: inline-block;
  padding: 0;
  transition: 0.3s;
  border: none;
  background-color: transparent;
}

.dashboard-list-box ul ul li:hover {
  background-color: transparent;
}

/* Sorting */
.dashboard-list-box .sort-by {
  top: 16px;
  right: 26px;
}

.dashboard-list-box .sort-by .chosen-container-single .chosen-single {
  padding: 0 4px;
  background-color: transparent;
}

.dashboard-list-box .chosen-container .chosen-results li {
  border: none;
}

/* Invoices
------------------------------------- */
.dashboard-list-box.invoices li {
  padding: 20px 30px;
}

.dashboard-list-box.invoices ul li strong {
  color: #333333;
}

.dashboard-list-box.invoices ul ul {
  padding-bottom: 2px;
  color: #909090;
  line-height: 22px;
}

.dashboard-list-box.invoices ul ul li {
  padding: 0;
}

.dashboard-list-box.invoices ul ul li:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px;
  background-color: #e0e0e0;
}

.dashboard-list-box.invoices ul ul li:last-child:after {
  display: none;
}

.paid {
  color: #64bc36;
}

.unpaid {
  color: #ee3535;
}

/* Button to right */
.buttons-to-right,
.dashboard-list-box .button.to-right {
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.4s;
  transform: translate3d(0, -49%, 0);
  opacity: 0;
  box-shadow: 0 0 10px 15px #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: 2px;
}

.dashboard-list-box .button i {
  position: relative;
  top: 1px;
  padding-right: 2px;
}

.dashboard-list-box .button i.fa-remove {
  padding-right: 1px;
}

/* Booking Buttons */
.buttons-to-right a.button.approve:hover {
  background-color: #64bc36;
}

.buttons-to-right a.button.reject:hover {
  background-color: #e42929;
}

/* My Profile Page
------------------------------------- */
.edit-profile-photo img {
  width: 100%;
  max-width: 240px;
  border-radius: 4px;
}

.edit-profile-photo {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.change-photo-btn {
  position: relative;
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: inline-block;
  width: auto;
  width: auto;
  padding: 5px 6px;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50px;
  background-color: #ffffff;
}

.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 12px;
  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: #ffffff;
  background-color: #66676b;
}

.change-photo-btn i {
  margin-right: 2px;
}

.my-profile label {
  margin-top: 27px;
  margin-bottom: 9px;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

.my-profile {
  display: block;
}

.my-profile label i {
  margin-right: 3px;
}

.my-profile textarea {
  height: 200px;
}

/* Dashbaord Wallet
------------------------------------- */
.paid span,
.unpaid span {
  font-weight: 600;
}

.paid {
  color: #48ad13;
}

.wallet-currency {
  padding: 3px 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.comission-taken {
  position: relative;
  top: -3px;
  display: inline-block;
  float: right;
  padding: 6px 10px;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  background: #f4f4f4;
}

.comission-taken strong {
  color: #666666;
  font-weight: 600;
}

@media (max-width: 768px) {
  .comission-taken {
    display: block;
    float: none;
    margin-top: 10px;
    padding: 0;
    background: transparent;
  }
}

/* List Box Listings
------------------------------------- */
.list-box-listing {
  position: relative;
  display: flex;
  padding: 5px 0;
}

/* Image */
.list-box-listing-img {
  position: relative;
  flex: 1;
  max-width: 150px;
}

.list-box-listing-img a {
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.list-box-listing-img a:before {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(22, 22, 22, 0.2);
}

.list-box-listing-img a img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

/* Bookings Styles */
.bookings {
  margin: 10px 0;
}

.bookings .list-box-listing-img a:before {
  display: none;
}

.bookings .list-box-listing-img {
  overflow: hidden;
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
}

.bookings .list-box-listing-content .inner {
  top: 0;
  transform: none;
}

.bookings .list-box-listing-img {
  margin-right: 5px;
}

.bookings .list-box-listing-content .inner h3 {
  margin-bottom: 20px;
}

.inner-booking-list h5 {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: 600;
}

.inner-booking-list ul {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}

.inner-booking-list ul li {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 0;
}

.inner-booking-list ul li:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background-color: #dddddd;
}

.inner-booking-list ul li:last-child:after {
  display: none;
}

.inner-booking-list ul li.highlighted {
  display: inline-block;
  padding: 2px 10px;
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 50px;
  background-color: #eeeeee !important;
}

.pending-booking .inner-booking-list ul li.highlighted {
  color: #3184ae;
  background-color: #e9f7fe !important;
}

.approved-booking .inner-booking-list ul li.highlighted {
  color: #5f9025;
  background-color: #ebf6e0 !important;
}

.bookings .inner h3 span.booking-status {
  position: relative;
  top: -2px;
  margin-left: 3px;
  padding: 2px 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  border-radius: 50px;
}

.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;
}

.bookings .inner h3 span.booking-status.unpaid {
  background-color: #ee3535;
}

/* Content */
.list-box-listing-content {
  flex: 1;
  padding-left: 25px;
}

.list-box-listing-content .inner {
  position: relative;
  top: 14px;
  /*	transform: translateY(-50%);*/
  vertical-align: top;
}

.list-box-listing-content .inner h3 {
  position: relative;
  bottom: -2px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.list-box-listing-content .inner span {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
}

.list-box-listing-content .inner .numerical-rating,
.list-box-listing-content .inner .star-rating {
  display: block;
  margin: 5px 0 0 0;
}

/* Dashbaord Reviews
------------------------------------- */
.dashboard-list-box .comments.listing-reviews li {
  margin: 19px 0 10px 0;
}

.dashboard-list-box a.rate-review {
  padding: 4px 18px;
  color: #666666;
  border: none;
  background-color: #eeeeee;
}

.dashboard-list-box a.rate-review:hover {
  color: #ffffff;
  background-color: #66676b;
}

.dashboard-list-box .comment-by-listing {
  display: inline-block;
  color: #888888;
}

.dashboard-list-box .comment-by-listing.own-comment,
.dashboard-list-box .comment-by-listing.own-comment a {
  color: #444444;
}

.dashboard-list-box .comment-by-listing a {
  color: #888888;
}

.dashboard-list-box .comment-by-listing a:hover {
  color: #66676b;
}

/* Checkbox slide */
.add-listing-section label.switch {
  position: absolute;
  z-index: 100;
  top: 30px;
  right: 40px;
}

.add-listing-section {
  position: relative;
}

.add-listing-section .switcher-content {
  transition: 0.4s;
  pointer-events: none;
  opacity: 0.4;
}

.add-listing-section.switcher-on .switcher-content {
  pointer-events: all;
  opacity: 1;
}

label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 50px;
  background-color: #cccccc;
}

.slider:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  transition: 0.4s;
  border-radius: 50px;
  background-color: white;
}

input:checked + .slider {
  background-color: #66676b;
}

input:checked + .slider:before {
  transform: translateX(30px);
}

/* ---------------------------------- */
/* Add Listing
------------------------------------- */
.add-listing-section {
  padding: 0 40px 25px 40px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
}

.add-listing-headline {
  position: relative;
  left: -40px;
  width: calc(100% + 80px);
  margin: 0 0 30px 0;
  padding: 30px 40px;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 0 0;
  background-color: #fcfcfc;
}

.add-listing-headline h3 {
  position: relative;
  top: 1px;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 32px;
}

#add-listing h5 {
  margin-bottom: 17px;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

#add-listing h5 span {
  color: #888888;
  font-weight: 400;
}

#add-listing h5 i {
  padding-right: 4px;
}

.add-listing-headline i {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 7px;
}

.button.preview {
  display: inline-block;
  margin-top: 40px;
  padding: 11px 26px;
  font-size: 18px;
  font-weight: 400;
}

.button.preview i {
  margin: 0 0 0 4px;
  padding: 0;
}

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

.add-listing-section textarea {
  min-height: 200px;
  margin-bottom: 35px;
}

#add-listing h5.fb-input {
  color: #3b5998;
}

#add-listing h5.twitter-input {
  color: #1da1f2;
}

#add-listing h5.gplus-input {
  color: #dd4b39;
}

/* Tips */
.tip {
  position: relative;
  top: -1px;
  left: 2px;
  display: inline-block;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0 !important;
  color: #ffffff;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  line-height: 0;
  cursor: help;
  text-align: center;
  border-radius: 50%;
  background: #66676b;
}

.tip-content {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  visibility: hidden;
  min-width: 200px;
  max-width: 200px;
  padding: 13px 15px;
  color: #ffffff;
  font-size: 13px;
  line-height: 19px;
  transition: all 0.3s;
  transform: translate(-50%, calc(-100% - 20px));
  text-align: center;
  pointer-events: none;
  opacity: 0;
  border-radius: 4px;
  background: #333333;
}

.tip:hover .tip-content {
  visibility: visible;
  transform: translate(-50%, calc(-100% - 13px));
  opacity: 1;
}

.tip:after {
  content: "\f128";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 19px;
  -moz-transform: translateY(-1px);
  text-align: center;
}

.tip-content:after {
  content: "\f0dd";
  position: absolute;
  bottom: 3px;
  left: 50%;
  color: #333333;
  font-family: "FontAwesome";
  font-size: 22px;
  transform: translate(-50%, 50%);
}

/* ---------------------------------- */
/* Opening Hours
------------------------------------- */
.opening-day {
  margin-bottom: 22px;
}

.opening-day h5 {
  margin-top: 17px;
  transition: 0.15s;
}

.opening-day:hover h5 {
  color: #66676b !important;
}

.opening-day .chosen-container .chosen-results {
  max-height: 200px;
}

/* ---------------------------------- */
/* Slots
------------------------------------- */
.add-listing-headline i.fa {
  top: -2px;
}

.availability-slots {
  display: flex;
  width: calc(100% + 30px);
  flex-wrap: wrap;
}

.day-slots {
  flex: 0 0 calc(25% - 25px);
  margin: 0 25px 30px 0;
}

/* 24 hour clock type */
.availability-slots.twenty-four-clock i.am-pm,
.availability-slots.twenty-four-clock select.twelve-hr {
  display: none;
}

/* Slot Headline */
.day-slot-headline {
  position: relative;
  padding: 7px 10px;
  color: #ffffff;
  font-weight: 600;
  cursor: default;
  text-align: center;
  border-radius: 4px;
  background-color: #66676b;
}

/* No Slots */
.no-slots {
  display: flex;
  display: block;
  width: 100%;
  max-height: 60px;
  margin-top: 8px;
  margin-top: 8px;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: default;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.no-slots,
.no-slots-fadeout {
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.no-slots.no-slots-fadein {
  display: block;
  max-height: 60px;
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
}

/* Single Slot */
.single-slot {
  display: flex;
  margin-top: 8px;
  padding: 0;
  cursor: move;
  border-radius: 4px;
  background-color: #f3f3f3;
}

.single-slot.slot-animation {
  animation-name: slotFadeIn;
  animation-duration: 0.3s;
}

@keyframes slotFadeIn {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 150px;
    opacity: 1;
  }
}

.single-slot.cloned {
  display: none;
}

.single-slot-left {
  flex: 1;
  padding: 12px 17px;
}

.single-slot-right {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 0 17px;
  border-radius: 0 4px 4px 0;
  background-color: #eeeeee;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
}

.single-slot-right strong {
  display: flex;
  width: 100%;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.single-slot-time {
  margin-bottom: 4px;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.single-slot-time i.am-pm {
  font-style: normal;
}

/* Remove Button */
.remove-slot {
  width: 19px;
  height: 19px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  transition: 0.3s;
  border: none;
  border-radius: 3px;
  background-color: #c8c8c8;
}

.remove-slot i {
  position: relative;
  left: -1px;
}

.remove-slot:hover {
  background-color: #ec2c2c;
}

/* Add Slot */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60% {
    transform: translateX(5px);
  }
}

.add-slot-shake-error {
  animation-name: shake;
  animation-duration: 0.6s;
}

.add-slot {
  display: flex;
  width: 100%;
  margin-top: 8px;
  padding: 8px;
  border-radius: 4px;
  background-color: #333333;
}

.add-slot span {
  position: relative;
  top: 1px;
  padding: 0 8px;
  color: #aaaaaa;
  font-size: 14px;
  font-size: 12px;
  font-weight: 600;
}

.add-slot-inputs {
  display: flex;
  flex: 1;
  padding: 0;
}

.add-slot-btn {
  flex: 0 0 1;
}

.add-slot-btn button {
  height: 100%;
  margin-left: 10px;
  padding: 0 15px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #ffffff;
}

.add-slot-btn button:hover {
  color: #ffffff;
  background-color: #66676b;
}

.add-slot-inputs select,
.add-slot-inputs input {
  width: 100%;
  height: 28px;
  margin: 0;
  margin-right: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 4px;
  background-color: #4a4a4a;
  box-shadow: none;
}

input[type="time"]::-webkit-clear-button {
  display: none;
}

.add-slot-inputs select {
  width: auto;
  margin-left: -4px;
  margin-right: 0;
  padding-left: 8px;
  font-size: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 3px 3px 0;
}

.add-slot-inputs select option {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #333333;
}

.add-slot-inputs input::-webkit-outer-spin-button,
.add-slot-inputs input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.add-slot-inputs input {
  padding-right: 4px;
}

.availability-slots.twenty-four-clock .add-slot-inputs input {
  padding-right: 0;
}

/* Plus Minus Buttons */
.plusminus {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 44px;
  height: 72px;
  font-size: 0;
  border-radius: 0;
}

.plusminus button {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  background: #ffffff;
}

.plusminus button:focus {
  outline: none;
}

.plusminus button:hover {
  color: #ffffff;
  background-color: #333333;
}

.plusminus button:disabled:hover {
  color: #ffffff;
  cursor: default;
  background: #bbbbbb;
}

.plusminus button:first-child {
  bottom: 0;
}

.plusminus button:first-child:before {
  content: "\f068";
  line-height: 25px;
}

.plusminus button:last-child {
  top: 0;
}

.plusminus button:last-child:before {
  content: "\f067";
  line-height: 25px;
}

.plusminus input[type="number"] {
  position: absolute;
  top: 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border: 0;
}

.plusminus input[type="number"]::-webkit-outer-spin-button,
.plusminus input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.plusminus.horiz {
  width: 74px;
  height: 24px;
}

.plusminus.horiz button:first-child {
  left: 0;
  border-radius: 3px;
}

.plusminus.horiz button:last-child {
  right: 0;
  margin-left: 1px;
  border-radius: 3px;
}

.plusminus.horiz:after {
  bottom: 0;
}

.plusminus.horiz input[type="number"] {
  position: absolute;
  top: 0;
  left: 25px;
  border-radius: 3px;
}

/* Slots Media Queries */
@media (max-width: 1920px) {
  .day-slots {
    flex: 0 0 calc(25% - 25px);
  }
}

@media (max-width: 1660px) {
  .day-slots {
    flex: 0 0 calc(33.3% - 25px);
  }
}

@media (max-width: 1366px) {
  .day-slots {
    flex: 0 0 calc(33.3% - 25px);
  }
}

@media (max-width: 1365px) {
  .day-slots {
    flex: 0 0 calc(50% - 25px);
  }
}

@media (max-width: 1040px) {
  .availability-slots {
    width: 100%;
  }
  .day-slots {
    flex: 0 0 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .availability-slots {
    width: 100%;
  }
  .day-slots {
    flex-direction: column;
    flex: 0 0 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .add-slot-inputs input {
    width: 100%;
  }
  .add-slot-inputs span {
    width: 5px;
    height: 10px;
    opacity: 0;
  }
  .add-slot-inputs {
    width: 100%;
  }
  .add-slot {
    flex-direction: column;
  }
  .add-slot-btn button {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    padding: 3px 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
  }
}

/* ---------------------------------- */
/* Pricing
------------------------------------- */
#pricing-list-container {
  width: 100%;
  margin-top: 10px;
}

.pricing-list-item td {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

.pricing-list-item td .fm-input,
.pricing-list-item td .fm-move,
.pricing-list-item td .fm-close {
  position: relative;
  flex: 1;
}

.pricing-list-item td .fm-move,
.pricing-list-item td .fm-close {
  max-width: 40px;
}

.pricing-list-item td .fm-move {
  color: #666666;
  font-size: 17px;
  line-height: 51px;
  cursor: move;
}

.pricing-list-item td .fm-close {
  text-align: right;
}

.pricing-list-item td .fm-close a {
  display: inline-block;
  padding: 10px;
  padding-right: 0;
  color: #ea2828;
}

.pricing-list-item td .fm-input {
  margin-right: 20px;
}

.pricing-list-item td .fm-input.pricing-name {
  max-width: 350px;
}

.pricing-list-item td .fm-input.pricing-price {
  max-width: 150px;
  margin-right: 0;
}

.pricing-submenu {
  display: block;
  padding-top: 20px;
}

.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 for price input */
.data-unit {
  position: absolute;
  z-index: 110;
  top: 12px;
  right: 19px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  pointer-events: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-color: #ffffff;
}

/* Add pricing Menu Button */
.add-pricing-submenu.button:before,
.add-pricing-list-item.button:before {
  display: none;
}

.add-pricing-submenu.button,
.add-pricing-list-item.button {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 8px 22px;
  color: #666666;
  font-weight: 500;
  background-color: #f0f0f0;
}

.add-pricing-submenu.button:hover,
.add-pricing-list-item.button:hover {
  color: #ffffff;
  background-color: #66676b;
}

/* ---------------------------------- */
/* Add Listing Form Out of Dashboard
------------------------------------- */
.separated-form .add-listing-section {
  border: 1px solid #eaeaea;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.04);
}

.separated-form .button.preview {
  padding: 14px 38px;
}

#titlebar i.sl {
  margin-right: 4px;
}

.notification.notice.large h4 {
  font-weight: 500;
}

/* ------------------------------------------------------------------- */
/*  05. Script Styles
---------------------------------------------------------------------- */
/* ---------------------------------- */
/* Leaflet Maps
------------------------------------- */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-tile {
  visibility: hidden;
  filter: inherit;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  z-index: 800;
  box-sizing: border-box;
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  position: absolute;
  display: inline-block;
  behavior: url(#default#VML);
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  transition: opacity 0.2s linear;
  opacity: 0;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* general toolbar styles */
.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.leaflet-bar a,
.leaflet-bar a:hover {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  pointer-events: none;
}

.leaflet-touch .leaflet-bar a {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.leaflet-touch .leaflet-bar a i {
  position: relative;
  left: -1px;
  line-height: 34px;
}

body #submit_map {
  margin-bottom: 30px;
  outline: none;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 15px;
  text-align: center;
}

/* layers control */
.leaflet-control-layers {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  position: relative;
  display: block;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333333;
  background: #ffffff;
}

.leaflet-control-layers-scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  position: relative;
  top: 1px;
  margin-top: 2px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  margin: 5px -10px 5px -6px;
  border-top: 1px solid #dddddd;
}

/* Default icon URLs */
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  margin: 10px;
  padding: 4px 8px;
  color: #777777;
  font-weight: 500;
  line-height: 15px;
  border-radius: 3px;
  background: #ffffff;
}

.leaflet-container .leaflet-control-attribution a {
  color: #333333;
  text-decoration: none !important;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  overflow: hidden;
  box-sizing: border-box;
  padding: 2px 5px 1px;
  font-size: 11px;
  line-height: 1.1;
  white-space: nowrap;
  border: 2px solid #777777;
  border-top: none;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  margin-top: -2px;
  border-top: 2px solid #777777;
  border-bottom: none;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  background-clip: padding-box;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  width: 34px;
  height: 34px;
  margin: 5px 10px;
  color: #333333;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  transition: 0.3s;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-text-stroke: 1px #ffffff;
}

.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
  color: #ffffff;
  background-color: #f91942;
  -webkit-text-stroke: 1px #f91942;
}

.marker-container:hover .marker-card,
.clicked .marker-container .marker-card,
.map-marker-container.clicked .marker-card {
  transform: rotateY(180deg) translateY(-4px);
}

/* Popup
----------------------------------------*/
.leaflet-popup {
  position: absolute;
  margin-bottom: 25px;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  text-align: left;
  border-radius: 4px;
}

.leaflet-popup-content {
  width: 270px;
}

.leaflet-popup-content p {
  margin: 0;
}

.leaflet-listing-img-container img {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}

.leaflet-listing-img-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 210px;
  border-radius: 4px;
}

.leaflet-listing-img-container:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 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%);
  background-color: rgba(35, 35, 37, 0.2);
}

.leaflet-listing-item-content {
  position: absolute;
  z-index: 50;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
}

.leaflet-listing-item-content h3 {
  margin: 0;
  padding: 0 0 2px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.leaflet-listing-content {
  position: relative;
  z-index: 50;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 22px;
}

.leaflet-listing-content .not-rated {
  color: #888888;
}

.leaflet-listing-content .star-rating {
  display: block;
  margin-top: 1px;
  font-size: 16px;
  line-height: 18px;
}

.leaflet-listing-content .numerical-rating {
  margin: 0;
}

.leaflet-listing-item-content span {
  display: inline-block;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  pointer-events: none;
  background: transparent;
}

.leaflet-popup-tip {
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.leaflet-popup-content-wrapper {
  color: #333333;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 29px;
  height: 29px;
  color: #333333;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #ffffff;
  background-color: #f91942;
  -webkit-text-stroke: 1px #f91942;
}

.leaflet-container a.leaflet-popup-close-button:before {
  content: "\f00d";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 29px;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  border-radius: 100%;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999999;
}

/* div icon */
.leaflet-div-icon {
  border: 1px solid #666666;
  background: #ffffff;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  color: #222222;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #ffffff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #ffffff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #ffffff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #ffffff;
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* Clusters
----------------------------------------*/
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
  background-color: transparent;
}

.marker-cluster {
  border-radius: 20px;
  background-clip: padding-box;
}

.marker-cluster div {
  position: relative;
  width: 36px;
  height: 36px;
  margin-top: 5px;
  margin-left: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #66676b;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: #f91942;
}

.marker-cluster div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: cluster-animation 2.5s infinite;
  opacity: 0.2;
  border: 7px solid #f91942;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #f91942;
}

.marker-cluster span {
  font-family: Arial, sans-serif;
  line-height: 36px;
}

.leaflet-control-geocoder {
  min-width: 26px;
  min-height: 26px;
  border-radius: 4px;
  background: white;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  display: inline-block;
  border-bottom: none;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  display: inline-block;
  border-bottom: none;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.leaflet-control-geocoder-form input {
  width: 246px;
  font-size: 120%;
  border: 0;
  background-color: transparent;
}

.leaflet-control-geocoder-icon {
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}

.leaflet-control-geocoder-error {
  display: block;
  margin-top: 8px;
  margin-left: 8px;
  color: #444444;
}

.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.leaflet-control-geocoder-alternatives li {
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #cccccc;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: left;
  border-radius: inherit;
  background: inherit;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.leaflet-control-geocoder-address-context {
  color: #666666;
}

/* Touch Gestures
----------------------------------------*/

@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.leaflet-container:after {
  position: absolute;
  z-index: 461;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 15px;
  color: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  animation: leaflet-gestures-fadein 0.8s backwards;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  justify-content: center;
}

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  animation: leaflet-gestures-fadein 0.8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}

/* Leaflet autocomplete  */
#leaflet-geocode-cont {
  position: absolute;
  z-index: 110;
  top: 48px;
  display: none;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 4px 4px;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

#leaflet-geocode-cont.active {
  display: block;
}

#leaflet-geocode-cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#leaflet-geocode-cont ul li {
  position: relative;
  margin: 0;
  padding: 11px 15px;
  padding-left: 38px;
  color: #888888;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid #e8e8e8;
  /*     white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */
}

#leaflet-geocode-cont ul li:before {
  content: "\f041";
  position: absolute;
  top: 10px;
  left: 20px;
  margin-right: 0;
  color: #aaaaaa;
  font-family: "FontAwesome";
  font-size: 14px;
  transition: 0.3s;
}

#leaflet-geocode-cont ul li:hover:before {
  color: #a0a0a0;
}

#leaflet-geocode-cont ul li:last-child {
  border: none;
  border-radius: 0 0 4px 4px;
}

#leaflet-geocode-cont ul li.selected,
#leaflet-geocode-cont ul li:hover {
  background: #fafafa;
}

#leaflet-geocode-cont span.highlight {
  color: #222222;
  font-weight: 700;
}

.type-and-hit-enter {
  position: absolute;
  z-index: 120;
  top: 13px;
  right: 16px;
  display: block;
  padding: 3px 7px;
  color: #888888;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  transition: 0.4s;
  transform: translateX(4px);
  pointer-events: none;
  opacity: 0;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.tip-visible-focusin.type-and-hit-enter,
.tip-visible.type-and-hit-enter {
  transform: translateX(0);
  opacity: 1;
}

.main-search-container.alt-search-box #leaflet-geocode-cont {
  top: 51px;
}

.main-search-input.gray-style .type-and-hit-enter,
.main-search-inner .type-and-hit-enter {
  top: 11px;
  right: 25px;
}

.main-search-container.alt-search-box .type-and-hit-enter {
  top: 14px;
  right: 19px;
}

@media (min-width: 992px) {
  .main-search-input .osm-dropdown-active #leaflet-geocode-cont,
  .main-search-container:not(.alt-search-box) .osm-dropdown-active #leaflet-geocode-cont {
    z-index: 10;
    top: 0;
    padding-top: 45px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
  .main-search-input.gray-style .osm-dropdown-active #leaflet-geocode-cont {
    border: 1px solid #e0e0e0;
    box-shadow: none;
  }
  .main-search-input .osm-dropdown-active #leaflet-geocode-cont ul li:first-child,
  .main-search-container:not(.alt-search-box) .osm-dropdown-active #leaflet-geocode-cont ul li:first-child {
    border-top: 1px solid #e8e8e8;
  }
}

@media (max-width: 992px) {
  .main-search-container:not(.alt-search-box) #leaflet-geocode-cont {
    top: 52px;
  }
  .main-search-input.gray-style .type-and-hit-enter,
  .main-search-container:not(.alt-search-box) .type-and-hit-enter {
    top: 16px;
    right: 20px;
  }
}

#leaflet-geocode-cont ul li.powered-by-osm {
  display: block;
  padding: 9px 0;
  padding-right: 20px;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  pointer-events: none;
}

#leaflet-geocode-cont ul li.powered-by-osm strong {
  position: relative;
  padding-left: 26px;
  color: #333333;
}

#leaflet-geocode-cont ul li.powered-by-osm strong:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 5px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(https://i.imgur.com/YaiaYGw.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#leaflet-geocode-cont ul li.powered-by-osm:before {
  content: "";
}

.leaflet-control-geocoder {
  min-width: 26px;
  min-height: 26px;
  border-radius: 4px;
  background: white;
}

.leaflet-touch .leaflet-control-geocoder {
  min-width: 30px;
  min-height: 30px;
}

.leaflet-control-geocoder a,
.leaflet-control-geocoder .leaflet-control-geocoder-icon {
  display: inline-block;
  border-bottom: none;
}

.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.leaflet-control-geocoder a:hover,
.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover {
  display: inline-block;
  border-bottom: none;
}

.leaflet-control-geocoder-form {
  display: none;
  vertical-align: middle;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: inline-block;
}

.leaflet-control-geocoder-form input {
  width: 246px;
  font-size: 120%;
  border: 0;
  background-color: transparent;
}

.leaflet-control-geocoder-icon {
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}

.leaflet-touch .leaflet-control-geocoder-icon {
  width: 30px;
  height: 30px;
}

.leaflet-control-geocoder-form-no-error {
  display: none;
}

.leaflet-control-geocoder-form input:focus {
  outline: none;
}

.leaflet-control-geocoder-form button {
  display: none;
}

.leaflet-control-geocoder-error {
  display: block;
  margin-top: 8px;
  margin-left: 8px;
  color: #444444;
}

.leaflet-control-geocoder-alternatives {
  display: block;
  width: 272px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leaflet-control-geocoder-alternatives-minimized {
  display: none;
  height: 0;
}

.leaflet-control-geocoder-alternatives li {
  display: block;
  overflow: hidden;
  padding: 5px 8px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #cccccc;
}

.leaflet-control-geocoder-alternatives li a,
.leaflet-control-geocoder-alternatives li a:hover {
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: left;
  border-radius: inherit;
  background: inherit;
}

.leaflet-control-geocoder-alternatives li:last-child {
  border-bottom: none;
}

.leaflet-control-geocoder-alternatives li:hover,
.leaflet-control-geocoder-selected {
  background-color: #f5f5f5;
}

.leaflet-control-geocoder-address-context {
  color: #666666;
}

/* ---------------------------------- */
/* Google Maps
------------------------------------- */
.infoBox {
  border-radius: 4px;
}

.map-box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.map-box .listing-img-container img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.map-box h4 {
  margin: 0;
  padding: 0;
}

.map-box h4 a {
  display: inline-block;
  padding: 0 0 2px 0;
  font-size: 17px;
  line-height: 25px;
  transition: all 0.2s ease-in-out;
}

.listing-img-container {
  position: relative;
  display: block;
  height: 100%;
}

.map-box h4 a:hover {
  color: #66676b;
}

.map-box p {
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
}

.map-box ul.listing-details {
  display: none;
  padding: 0;
  font-size: 14px;
}

.map-box .listing-title {
  padding: 16px 22px;
}

.map-box .listing-img-content {
  padding: 18px 22px;
}

.map-box .listing-img-content span {
  font-size: 21px;
}

.map-box .listing-img-content .listing-price i {
  margin: -7px 0 0 0;
  font-size: 15px;
}

.infoBox > img {
  position: absolute !important;
  top: 0;
  right: 0;
}

.map-box .listing-img-container::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 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%);
  background-color: rgba(35, 35, 37, 0.2);
}

.map-box .listing-item-content {
  position: absolute;
  z-index: 50;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
}

.map-box .listing-item-content h3 {
  margin: 0;
  padding: 0 0 2px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.map-box .listing-item-content span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 300;
}

/* Close Button */
.infoBox-close {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 29px;
  height: 29px;
  color: #333333;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
}

.infoBox-close:hover {
  color: #ffffff;
  background-color: #66676b;
  -webkit-text-stroke: 1px #66676b;
}

/* Read More Icon */
.map-box-icon {
  position: absolute;
  z-index: 101;
  right: 0;
  bottom: 0;
  display: block;
  visibility: hidden;
  width: 38px;
  height: 38px;
  color: #ffffff;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  transform: translateX(50%);
  text-align: center;
  opacity: 0;
  background-color: #3685cf;
}

.map-box-icon:before {
  content: "\f064";
  position: relative;
  top: 7px;
  display: block;
  font-family: "FontAwesome";
}

.map-box-image:hover .map-box-icon {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

.map-box-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.infoBox {
  animation: fadeIn 0.9s;
}

/* Chrome, Safari, Opera */

/* Standard syntax */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.infoBox .star-rating {
  margin-top: 1px;
  font-size: 16px;
}

.infoBox .star-rating span {
  margin-right: 3px;
}

.infoBox .rating-counter {
  position: relative;
  top: -1px;
}

.infoBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

#map {
  z-index: 990;
  width: 100%;
  height: 100%;
  margin: 0;
  outline: none;
}

#map-container {
  position: relative;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
  outline: none;
}

.gmnoprint {
  margin: 10px;
}

#map-container.fullwidth-home-map {
  height: 620px;
  margin-bottom: 0;
}

#map-container.fullwidth-home-map .main-search-inner {
  position: absolute;
  z-index: 9999;
  top: auto;
  bottom: 60px;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  transform: none;
}

#map-container.fullwidth-home-map .main-search-input {
  margin-top: 0;
}

/* Cluster styles */
.cluster img {
  display: none;
}

.cluster-visible {
  width: 36px !important;
  height: 36px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 36px !important;
  text-align: center;
  border-radius: 50%;
  background-color: #66676b;
}

.cluster-visible:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: cluster-animation 2.5s infinite;
  opacity: 0.2;
  border: 7px solid #66676b;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #66676b;
}

@keyframes cluster-animation {
  0%,
  100% {
    transform: scale(1.3) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(90deg);
  }
}

/* Custom Marker */
.map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  position: relative;
  z-index: 1;
  top: -5px;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 50%;
}

#singleListingMap .marker-container {
  cursor: default;
}

.marker-container {
  perspective: 1000;
}

.marker-card {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
}

.marker-container:hover .marker-card,
.map-marker-container.clicked .marker-card {
  transform: rotateY(180deg) translateY(-4px);
}

.marker-arrow {
  content: "";
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 8px 4px 0;
  border-style: solid;
  border-color: #66676b transparent transparent;
  border-radius: 50%;
}

.face {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  backface-visibility: hidden;
}

.face i {
  font-size: 20px;
  line-height: 34px;
}

.face.front {
  z-index: 100;
  color: #66676b;
  border: 2px solid #66676b;
  background-color: #ffffff;
}

.face.back {
  box-sizing: border-box;
  color: #ffffff;
  transform: rotateY(180deg);
  border-color: #66676b;
  background: #66676b;
}

.face.back i {
  font-size: 18px;
  line-height: 38px;
  trasform: scaleX(-1);
}

.face.back:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

/* Custom Zoom Buttons
------------------------------------- */
.custom-zoom-in,
.custom-zoom-out {
  width: 34px;
  height: 34px;
  margin: 5px 15px;
  color: #333333;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}

.custom-zoom-in:hover,
.custom-zoom-out:hover {
  color: #ffffff;
  background-color: #66676b;
}

.custom-zoom-in:before,
.custom-zoom-out:before {
  width: 100%;
  font-family: "FontAwesome";
  line-height: 35px;
  transition: -webkit-text-stroke 0.3s;
  -webkit-text-stroke: 1px #ffffff;
}

.zoomControlWrapper {
  position: absolute;
  right: auto;
  left: 0;
  width: 70px;
}

.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: 1px #66676b;
}

/* Prev & Next Buttons
------------------------------------- */
#mapnav-buttons {
  position: absolute;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 0;
  list-style: none;
  font-size: 14px;
  transform: translate(0, 0);
}

#mapnav-buttons.top {
  top: 20px;
  right: 20px;
  bottom: auto;
}

#mapnav-buttons li {
  float: left;
  margin-left: 4px;
  line-height: 20px;
}

#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
  display: inline-block;
  box-sizing: border-box;
  padding: 7px 18px;
  padding-top: 9px;
  color: #333333;
  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;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  -transition: all 0.2s ease-in-out;
}

#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover {
  color: #ffffff;
  background-color: #66676b;
}

#prevpoint:before,
#nextpoint:after {
  position: relative;
  top: 0;
  margin: 0 0 0 6px;
  font-family: "FontAwesome";
  font-size: 17px;
  font-weight: 500;
  line-height: 1px;
}

#prevpoint:before {
  content: "\f104";
  margin: 0 6px 0 0;
}

#nextpoint:after {
  content: "\f105";
  margin: 0 0 0 6px;
}

#streetView,
#geoLocation,
#scrollEnabling {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 20px;
  font-size: 13px;
  line-height: 21px;
}

#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
  content: "\e015";
  position: relative;
  top: 2px;
  margin: 0 6px 0 0;
  font-family: "simple-line-icons";
  font-size: 15px;
  line-height: 1px;
}

#scrollEnabling:before {
  margin-left: -3px;
}

#streetView:before {
  content: "\f21d";
  top: 1px;
  margin-right: 8px;
  font-family: "FontAwesome";
  font-size: 16px;
}

#geoLocation {
  right: auto;
  left: 20px;
  padding: 8px 11px;
}

#geoLocation:before {
  content: "\f192";
  top: 2px;
  margin: 0;
  font-family: "FontAwesome";
  font-size: 16px;
}

/* ---------------------------------- */
/* Dropzone
------------------------------------- */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
*/

@keyframes passing-through {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  30%,
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}

@keyframes slide-in {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  30% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  padding: 20px 20px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}

.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;
  min-height: 100px;
  margin: 16px;
  vertical-align: top;
}

.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: 3px;
  background: #999999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}

.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 {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  display: block;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  opacity: 0;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px 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: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  padding: 0 0.4em;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 120px;
  height: 120px;
  transition: all 0.3s;
  border-radius: 3px;
}

.dropzone .dz-preview .dz-image img {
  display: block;
  transition: all 0.4s;
  filter: blur(0px);
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -27px;
  margin-left: -27px;
  pointer-events: none;
  opacity: 0;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  transition: all 0.2s linear;
  opacity: 1;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  transition: opacity 0.4s ease-in;
  opacity: 0;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 80px;
  height: 16px;
  margin-top: -8px;
  margin-left: -40px;
  -webkit-transform: scale(1);
  pointer-events: none;
  opacity: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.dropzone .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 300ms ease-in-out;
  background: #333333;
  background: linear-gradient(to bottom, #666666, #444444);
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  pointer-events: auto;
  opacity: 1;
}

.dropzone .dz-preview .dz-error-message {
  position: absolute;
  z-index: 1000;
  top: 130px;
  left: -10px;
  display: block;
  display: none;
  width: 140px;
  padding: 10px 15px;
  color: white;
  font-size: 13px;
  line-height: 18px;
  transition: opacity 0.3s ease;
  pointer-events: none;
  opacity: 0;
  border-radius: 4px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
  border-left: 6px solid transparent;
}

.dropzone {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  border: 2px dashed #d0d0d0;
  border-radius: 3px;
  background: #fcfcfc;
}

.dropzone:hover {
  transition: all 0.35s linear;
  border: 2px dashed #59b02c;
  background: #ffffff;
}

.dropzone:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  opacity: 0;
  border-radius: 3px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  background-color: #59b02c;
}

.dropzone:hover:before {
  opacity: 0.4;
}

.dropzone .dz-message {
  position: relative;
  z-index: 11;
  margin: 50px 0;
  color: #888888;
  font-size: 17px;
  transition: all 0.3s linear;
  text-align: center;
}

.dropzone:hover .dz-message {
  color: #59b02c;
}

.dz-message i {
  display: block;
  margin-bottom: 15px;
  font-size: 32px;
}

/* ---------------------------------- */
/* Magnific Popup
------------------------------------- */
.mfp-bg {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.96;
  background: #000000;
}

.mfp-wrap {
  position: fixed;
  z-index: 2001;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  height: 100%;
  padding: 0 18px;
  text-align: center;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 505;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 504;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #aaaaaa;
  text-align: center;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: #ffffff;
}

.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 {
  z-index: 506;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: -40px;
  right: 0;
}

/* Close Button */
.og-close,
button.mfp-close {
  position: absolute;
  z-index: 9999;
  top: -20px;
  right: -12px;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0;
  color: #ffffff;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  outline: none;
  background-color: transparent;
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -12px;
  transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
  top: 20px;
  right: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
  display: none;
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
  position: absolute;
  top: 4px;
  left: 50%;
  height: 10px;
  font-family: "FontAwesome";
  font-size: 29px;
  transition: 0.3s;
}

.mfp-close::after,
.mfp-close::before {
  top: 0;
}

.og-close {
  right: 10px;
  margin: 17px;
  color: #222222;
  background: transparent;
}

.mfp-close:hover,
.og-close:hover {
  transform: rotate(90deg);
}

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before {
  position: absolute;
  top: 21px;
  left: 50%;
  height: 10px;
  font-family: "FontAwesome";
  font-size: 29px;
  transition: 0.3s;
}

.og-close:after,
.og-close:before {
  top: 7px;
  font-size: 29px;
}

.og-close:after,
.mfp-close:after {
  content: "\f106";
  transform: translate(-50%, 60%);
}

.og-close:after {
  transform: translate(-50%, 60%);
}

.og-close:before,
.mfp-close:before {
  content: "\f107";
  transform: translate(-50%, 0%);
}

#small-dialog .mfp-close,
#sign-in-dialog,
.mfp-close,
.mfp-close:hover {
  color: #ffffff;
}

/* Popup close button*/
#sign-in-dialog .mfp-close,
#small-dialog .mfp-close {
  top: 28px;
  right: 40px;
  width: 40px;
  height: 40px;
  color: #666666;
  border-radius: 50%;
  background-color: #e4e4e4;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
  color: #ffffff;
  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: 4px;
  height: 9px;
  font-size: 21px;
  transition: 0s;
}

.small-dialog-content input[type=submit] {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 10px;
}

.small-dialog-content .divider {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 0;
}

.small-dialog-header {
  position: relative;
  top: 0;
  left: -40px;
  display: inline-block;
  width: calc(100% + 80px);
  margin-bottom: 40px;
  padding: 35px 40px;
  font-size: 22px;
  border-radius: 4px 4px 0 0;
  background-color: #f6f6f6;
}

.small-dialog-header h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaaaaa;
  font-size: 13px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  z-index: 9999;
  z-index: 100;
  top: 50%;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: 0 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 50%;
  outline: none;
  background: rgba(255, 255, 255, 0.15);
}

.mfp-arrow:hover {
  color: #ffffff;
  background: #66676b;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  font-family: "simple-line-icons";
  font-size: 20px;
}

.mfp-arrow.mfp-arrow-right {
  right: 15px;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\e605";
  position: relative;
  top: 0;
  left: -1px;
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\e606";
  position: relative;
  top: 0;
  left: 1px;
}

.mfp-content:hover .mfp-arrow {
  opacity: 1;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 1180px;
  line-height: 0;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 54%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Popup */
#sign-in-dialog,
#small-dialog {
  position: relative;
  box-sizing: border-box;
  max-width: 610px;
  margin: 40px auto;
  padding: 40px;
  padding-top: 0;
  text-align: left;
  border-radius: 4px;
  background: #ffffff;
}

#sign-in-dialog {
  max-width: 500px;
}

#sign-in-dialog span.line,
#small-dialog span.line {
  padding-top: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
  opacity: 0;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  transform: scale(1);
  opacity: 1;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  transition: opacity 0.3s ease-out;
  opacity: 0.001;
  /* Chrome opacity transition bug */
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  line-height: 0;
  border-radius: 4px;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -30px;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-break: break-word;
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  left: 50%;
  width: 600px;
  margin-top: 5px;
  margin-left: -300px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  transition: all 0.2s ease-out;
  opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
  background-color: #111111;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  transition: all 0.2s ease-out;
  opacity: 0;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ---------------------------------- */
/* Parallax Background
------------------------------------- */
.parallax {
  position: relative;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* fullscreen setup */
.fullscreen,
.content-a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}

/* content centering styles */
.centered-content {
  position: relative;
  text-align: center;
  vertical-align: middle;
}

/* Parallax Overlay */
.parallax-overlay {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #333333;
}

/* Parallax Content */
.parallax-content {
  position: relative;
  z-index: 999;
  padding: 105px 0;
}

/* ---------------------------------- */
/* Slick Carousel
------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.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 {
  transform: translate3d(0, 0, 0);
}

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

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Before slick carousel gets initialised*/
.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: 10px 15px 0 15px;
}

.simple-fw-slick-carousel {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 15px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  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: #999999;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  color: #aaaaaa;
  font-family: "simple-line-icons";
  font-size: 32px;
  line-height: 1;
  transition: all 0.3s;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.white-nav .slick-prev:before,
.white-nav .slick-next:before {
  color: #ffffff;
}

.slick-prev {
  left: 3px;
  transform: translate3d(-90px, -50%, 0);
}

.slick-next {
  right: 3px;
  transform: translate3d(90px, -50%, 0);
}

.slick-prev:before {
  content: "\e605";
}

.slick-next:before {
  content: "\e606";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.no-dots .slick-dots {
  display: none !important;
}

.no-dots .testimonial-carousel .slick-slide {
  margin-bottom: 0;
}

.simple-slick-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.simple-slick-carousel.slick-dotted.slick-slider.dots-nav {
  margin-bottom: 30px;
}

.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;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  border: 0;
  border-radius: 50%;
  outline: none;
  box-shadow: inset 0 0 0 2px #c0c0c0;
}

.slick-dots li.slick-active {
  transition: all 0.3s;
  box-shadow: inset 0 0 0 6px #c0c0c0;
}

.slick-dots li:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 13px;
  height: 13px;
  transition: all 0.3s;
  opacity: 0;
  border-radius: 50%;
  background-color: transparent;
  background-color: #c0c0c0;
}

.slick-dots li.slick-active:after {
  opacity: 1;
}

.white-nav .slick-dots li {
  box-shadow: inset 0 0 0 2px #ffffff;
}

.white-nav .slick-dots li.slick-active {
  box-shadow: inset 0 0 0 8px #ffffff;
}

.slick-dots li button {
  display: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* Logo Carousel */
.logo-slick-carousel div.item {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}

.logo-slick-carousel div.item img {
  display: inline-block;
}

/* Fullwidth Slick Carousel */
.fullwidth-slick-carousel .slick-slide {
  margin: 0 15px 30px 15px;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0.2;
}

.slick-slide {
  outline: none;
}

.testimonial-carousel .slick-slide.slick-active,
.fullwidth-slick-carousel .slick-slide.slick-active {
  pointer-events: all;
  opacity: 1;
  filter: none;
}

.fullwidth-carousel-container {
  overflow: hidden;
  width: 100%;
}

.category-box-container {
  position: relative;
  height: 100%;
}

.category-box-container.half {
  height: calc(50% - 15px);
  margin-bottom: 30px;
}

.category-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 4px;
  background: #cccccc;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.category-box:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 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: 400px;
}

.fullwidth-slick-carousel.category-carousel .slick-slide.fw-carousel-review {
  height: auto;
}

.category-box-content {
  position: absolute;
  z-index: 50;
  bottom: 30px;
  left: 34px;
  box-sizing: border-box;
  width: calc(100% - 68px);
}

.category-box-content h3 {
  margin: 0;
  padding: 5px 0;
  color: #ffffff;
  font-size: 24px;
}

.category-box-content span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
}

.category-box-btn {
  position: absolute;
  z-index: 111;
  right: 32px;
  bottom: 32px;
  min-width: 120px;
  padding: 7px 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background-color: transparent;
}

body .category-box-btn:hover {
  color: #333333;
  border-color: #ffffff;
  background-color: #ffffff;
}

.category-box-content span {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 3px;
  padding: 2px 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-size: 16px;
  font-weight: 300;
  transition: 0.4s;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
}

.category-box:hover .category-box-content span {
  color: #ffffff;
  background-color: #66676b;
}

.fw-carousel-item {
  position: relative;
  height: 100%;
}

.category-box-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease-out;
  transform: translate3d(0, 0, 0) scale(1);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}

.category-box:hover .category-box-background {
  transform: translate3d(0, 0, 0) scale(1.08);
}

/* Simple Slick Carousel */
.simple-slick-carousel {
  left: -10px;
  width: calc(100% + 30px);
  height: auto;
}

.simple-slick-carousel .category-box-container {
  display: block;
  height: 100%;
}

.simple-slick-carousel .slick-slide {
  padding: 10px 15px;
}

/* Masonry Filtering Styles*/
.option-set {
  margin: 0;
  padding: 0;
}

.option-set li {
  display: inline-block;
  margin-right: 2px;
}

.option-set li a {
  display: block;
  float: right;
  margin: 0;
  padding: 5px 16px;
  color: #666666;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s;
  border: none;
  border-radius: 50px;
  outline: none;
  background: none;
  background-color: #f0f0f0;
}

.option-set li a:hover {
  background-color: #e9e9e9;
}

.option-set li a.selected {
  color: #ffffff;
  background-color: #66676b;
}

/* ------------------------------------------------------------------- */
/*  05. Others
---------------------------------------------------------------------- */
/* ---------------------------------- */
/* Common Styles
	------------------------------------- */
body {
  color: #707070;
  font-size: 15px;
  line-height: 27px;
  background-color: #ffffff;
}

body p {
  font-size: 16px;
  line-height: 29px;
}

#wrapper {
  background-color: #ffffff;
}

/* Main Font */
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: "Open Sans", sans-serif;
  text-transform: none;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #ffffff;
}

h3.headline {
  margin: 0 0 30px 0;
  font-size: 29px;
  line-height: 36px;
}

h2.headline {
  margin: 0 0 30px 0;
  font-size: 34px;
  line-height: 40px;
}

h2.headline span {
  font-size: 22px;
  line-height: 36px;
}

/* Headline Separator */
strong.headline-with-separator,
.headline-with-separator {
  position: relative;
  display: block;
  margin-bottom: 27px;
  font-weight: 400;
}

.headline-with-separator:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 2px;
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background: #66676b;
}

.centered .headline-with-separator:after {
  right: 0;
  left: 0;
}

.headline-extra-spacing span {
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  text-align: center;
}

.headline span {
  display: block;
  margin-top: 10px;
  color: #888888;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.headline span i {
  color: #66676b;
  font-style: normal;
}

h4.headline {
  margin: -5px 0 30px 0;
  font-size: 22px;
  line-height: 32px;
}

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

.border-top {
  border-top: 1px solid #e8e8e8;
}

.border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

.icons-container {
  overflow: hidden;
}

mark {
  font-weight: 500;
}

/* Icons Demo Styles */
.glyph {
  display: inline-block;
  width: 33%;
  font-size: 16px;
  transition: 0.3s;
}

h4 span.headline-detail {
  margin-top: 5px;
  font-size: 15px;
}

.mls {
  position: relative;
  top: -8px;
  display: inline-block;
  font-size: 16px;
}

.fs1 {
  font-size: 32px;
}

.pbs .im {
  display: inline-block;
  width: 50px;
}

.unit,
.unitRight,
.fs0 {
  display: none;
}

.pbs {
  display: inline-block;
  width: 100%;
  padding: 10px 0 5px 15px;
  transition: 0.2s;
  border-radius: 4px;
}

.pbs:hover {
  background-color: #f4f4f4;
}

.sl-icons-demo i {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 25px;
}

.icons .fa.fa-fw {
  margin-right: 3px;
  font-size: 14px;
}

.icons .text-muted {
  display: none;
}

/* ---------------------------------- */
/* Offsets
	------------------------------------- */
/* Margin Top */
.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-105 {
  margin-top: 105px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-top-115 {
  margin-top: 115px !important;
}

.margin-top-120 {
  margin-top: 120px !important;
}

/* Margin Bottom */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

/* Margin Left */
.margin-left-0 {
  margin-left: 0 !important;
}

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

/* Margin Right */
.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-1 {
  margin-right: 1px !important;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

/* Padding Top */
.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-1 {
  padding-top: 1px !important;
}

.padding-top-2 {
  padding-top: 2px !important;
}

.padding-top-3 {
  padding-top: 3px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-85 {
  padding-top: 85px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-top-95 {
  padding-top: 95px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-top-105 {
  padding-top: 105px !important;
}

.padding-top-110 {
  padding-top: 110px !important;
}

.padding-top-115 {
  padding-top: 115px !important;
}

.padding-top-120 {
  padding-top: 120px !important;
}

/* Padding Bottom */
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-85 {
  padding-bottom: 85px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-bottom-95 {
  padding-bottom: 95px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

/* Padding Right */
.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.padding-right-85 {
  padding-right: 85px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.padding-right-95 {
  padding-right: 95px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

/* Padding Left */
.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-left-85 {
  padding-left: 85px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-left-95 {
  padding-left: 95px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

/* ------------------------------------------------------------------- */
/* 06. Media Queries
---------------------------------------------------------------------- */
/* Large devices and browsers */
@media (max-width: 1600px) {
  .category-box-btn {
    right: auto;
    left: 32px;
  }
  .category-box-content {
    bottom: 95px;
  }
  .category-box-container.half {
    height: 100%;
  }
  .fw-carousel-item .category-box-container.half:first-child {
    display: none;
  }
  .fullwidth-slick-carousel.category-carousel .slick-slide {
    height: 350px;
  }
  .dashboard-stat-icon {
    font-size: 66px;
  }
}

/* Laptops */
@media only screen and (max-width: 1366px) and (min-width: 1240px) {
  .input-with-icon.location a i {
    padding: 15px 18px 15px 10px;
  }
  .data-radius-title {
    margin-top: 7px;
    line-height: 24px;
  }
  #map-container.fullwidth-home-map {
    height: 605px;
  }
  .fs-content .search .row.with-forms .col-fs-6 {
    width: 50%;
  }
}

/* Smaller than laptops */
@media (max-width: 1366px) {
  .fullwidth-slick-carousel.category-carousel .slick-slide {
    height: 320px;
  }
  .dashboard-stat-icon {
    font-size: 50px;
  }
  .main-search-container {
    height: 600px;
  }
}

/* Small devices and browsers */
@media only screen and (max-width: 1365px) {
  header.fullwidth.dashboard .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  /* Dashboard Logo */
  .dashboard #logo {
    position: relative;
    top: 0;
    left: 0;
    min-width: auto;
    max-width: auto;
    height: 100%;
    margin: 3px 50px 0 0;
    background-color: #ffffff;
  }
  .dashboard #logo a {
    display: inline-block;
    height: 100%;
    margin-left: 0;
  }
  #logo img {
    width: auto;
    max-height: 60px;
  }
  .dashboard #logo a.dashboard-logo {
    display: none;
  }
  .dashboard #logo a img {
    position: relative;
    top: -8px;
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

/* Smaller than standard 1180 (devices and browsers) */
@media (max-width: 1239px) {
  #navigation.style-1 {
    position: relative;
    width: 100%;
    margin: 5px 0 5px -5px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  #navigation.style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    width: 100%;
    width: 940px;
    height: 1px;
    background: #e8e8e8;
  }
  #navigation img {
    max-width: 24px;
  }
  .fullwidth #navigation.style-1:before {
    background: linear-gradient(to right, #e8e8e8 50%, #ffffff);
  }
  .listing-item-container.list-layout .listing-item-image {
    flex: 3;
  }
  .listing-slider,
  .listing-slider .item {
    height: 30vh;
    min-height: 400px;
    max-height: 400px;
  }
  #header.cloned {
    display: none;
  }
  #dashboard {
    margin-top: 124©px;
  }
  .user-menu {
    margin: 0 25px 0 25px;
  }
}

/* Reset for menu */
@media (max-width: 1024px) {
  #navigation.style-1 {
    margin: 0;
    padding-top: 0;
  }
  #navigation.style-1:before {
    display: none;
  }
  .header-widget {
    height: auto;
  }
  #dashboard {
    margin-top: 140px;
  }
  .dashboard #logo a {
    display: inline-block;
    height: 100%;
    margin-left: 0;
  }
  .dashboard #logo a.dashboard-logo {
    display: none;
  }
  .dashboard #logo a img {
    position: relative;
    top: -10px;
    left: 0;
    max-height: 60px;
    transform: translate3d(0, 0, 0);
  }
  .mmenu-trigger {
    float: right;
  }
  body #dashboard #logo,
  body #logo {
    position: relative;
    width: calc(100% - 70px);
    margin: 0 !important;
    margin-top: 5px !important;
    text-align: left;
  }
  .lang-icons {
    display: none;
  }
  .left-side {
    min-width: 100%;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media (max-width: 991px) {
  .main-search-container {
    height: 580px;
  }
  .main-search-input select,
  .main-search-input select:focus {
    height: 55px;
    padding: 12px 18px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  }
  #dashboard {
    margin-top: 0;
    padding-top: 0 !important;
  }
  /* Dashboard Nav */
  .dashboard-nav {
    position: relative;
    visibility: hidden;
    min-width: 90%;
    max-width: 90%;
    min-height: auto;
    max-height: 0;
    margin: 0 5%;
    padding: 0;
    transition: all 0.3s;
    opacity: 1;
    border-radius: 0 0 4px 4px;
  }
  .dashboard-nav.active ul,
  .dashboard-nav.active {
    visibility: visible;
    max-height: 900px;
    opacity: 1;
  }
  .dashboard-nav ul,
  .dashboard-nav.active ul li ul,
  .dashboard-nav ul li ul {
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s;
    opacity: 0;
  }
  .dashboard-nav.active ul li.active ul {
    visibility: visible;
    max-height: 300px;
    opacity: 1;
  }
  #header-container.fixed {
    position: relative;
    top: 0;
    width: 100%;
  }
  .dashboard-content {
    height: auto;
    margin-left: 0;
    padding: 40px 5%;
    padding-bottom: 0;
  }
  header.fullwidth.dashboard .container {
    padding: 0 5%;
  }
  .main-search-inner {
    transform: translate(0, -51%);
  }
  /* Trigger */
  a.dashboard-responsive-nav-trigger {
    display: block;
    width: 90%;
    margin: 0 5%;
    margin-top: 40px;
    padding: 16px 30px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.2s;
    border-radius: 5px;
    background-color: #333333;
  }
  a.dashboard-responsive-nav-trigger i {
    margin-right: 5px;
  }
  a.dashboard-responsive-nav-trigger.active {
    border-radius: 4px 4px 0 0;
  }
  .messages-container-inner {
    display: block;
  }
  .messages-container-inner .messages-inbox {
    display: none;
    width: 100%;
    max-width: 100%;
    border-right: none;
  }
  /* Dashboard Nav - END */
  .main-search-input {
    display: block;
    max-height: 100%;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .gray-style.main-search-input {
    background-color: transparent;
  }
  .gray-style .main-search-input-item,
  .main-search-input-item {
    border-color: transparent;
  }
  .main-search-input button.button {
    margin-top: 10px;
  }
  .main-search-input-item {
    margin-bottom: 10px;
  }
  .main-search-input-item,
  .main-search-input .main-search-input-item:nth-last-child(2) {
    padding: 0;
  }
  .main-search-input-item .chosen-container-single .chosen-single,
  .main-search-input-item .chosen-single.chosen-container-active,
  .gray-style .main-search-input-item .chosen-container-single .chosen-single,
  .gray-style .main-search-input-item .chosen-single.chosen-container-active,
  .gray-style.main-search-input input,
  .gray-style.main-search-input input:focus,
  .main-search-input input,
  .main-search-input input:focus {
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  }
  .gray-style.main-search-input input,
  .gray-style.main-search-input input:focus,
  .main-search-input input,
  .main-search-input input:focus {
    padding: 0 20px;
  }
  .gray-style .main-search-input-item.location a {
    background: #ffffff;
  }
  .gray-style .main-search-input-item .chosen-single {
    transition: border 0s;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-search-input-item .chosen-container-single .chosen-single,
  .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
    transition: 0s;
    border: 1px solid #e0e0e0;
    box-shadow: none;
  }
  .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom: 0;
  }
  .main-search-input-item .chosen-container .chosen-drop {
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
  }
  .gray-style .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
    border-bottom: none;
  }
  .main-search-input-item .chosen-single::after {
    display: none;
  }
  .simple-slick-carousel.slick-dotted.slick-slider {
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .icon-box-2.with-line::before {
    display: none;
  }
  .container .row div.padding-right-30 {
    padding-right: 15px !important;
  }
  .container .row div.padding-left-30 {
    padding-left: 15px !important;
  }
  .listing-item-container.list-layout:hover {
    transform: none;
  }
  .listing-item-container.list-layout .listing-item-inner {
    position: relative;
    top: auto;
    left: 0;
    padding: 30px;
    transform: none;
  }
  .listing-item-container.list-layout .listing-item {
    display: block;
    height: auto;
    padding: 0;
  }
  .listing-item-container.list-layout .listing-item .listing-badge {
    display: none;
  }
  .listing-item-container.list-layout .listing-item-image {
    min-height: auto;
  }
  .listing-item-container.list-layout span.like-icon {
    top: -15px;
    right: 35px;
    color: #ffffff;
    transform: translateY(-100%);
    background-color: rgba(32, 32, 32, 0.4);
  }
  .listing-item-container.list-layout .listing-item-details {
    position: relative;
    top: -15px;
    right: auto;
    bottom: auto;
    left: 0;
    display: inline-block;
    width: auto;
    margin: 0 30px 15px 30px;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 50px;
    background-color: #eeeeee;
  }
  #titlebar {
    margin-bottom: 60px;
    padding: 60px 0;
  }
  .panel-dropdown {
    display: block;
    width: 100%;
    margin-right: 4px;
  }
  .fullwidth-filters .sort-by {
    display: block;
    width: 100%;
  }
  .fullwidth-filters .sort-by label,
  .fullwidth-filters .sort-by .sort-by-select,
  .panel-dropdown {
    float: left;
    margin-top: 10px;
  }
  .panel-dropdown a,
  .fullwidth-filters .sort-by .chosen-container-single .chosen-single {
    background: #f3f3f3;
  }
  .panel-dropdown .panel-dropdown-content,
  .fullwidth-filters .panel-dropdown.float-right .panel-dropdown-content {
    right: auto;
    left: 0;
    width: 400px;
    max-width: 70vw;
  }
  .fullwidth-filters .sort-by .chosen-container.chosen-with-drop .chosen-drop,
  .fullwidth-filters .sort-by .chosen-container .chosen-drop {
    right: auto;
    left: 0;
    margin-left: 0;
  }
  .listing-item-container:hover {
    transform: none;
  }
  /* Map */
  .fs-inner-container.map-fixed {
    position: relative;
    top: 0;
    width: 100%;
    height: 500px;
    padding-top: 0 !important;
  }
  .fs-inner-container.content {
    width: 100%;
    padding-top: 0 !important;
  }
  .close-list-item {
    display: none;
  }
  .buttons-to-right,
  .dashboard-list-box .button.to-right {
    position: relative;
    top: 0;
    right: auto;
    margin: 10px 0 0 0;
    transform: none;
    opacity: 1;
  }
  .list-box-listing-img {
    max-width: 168px;
  }
  .add-review-photos {
    top: 0;
    float: left;
  }
  .add-review-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 55px;
    padding: 36px;
    padding-bottom: 40px;
    border-radius: 4px;
    background-color: #f9f9f9;
  }
  .listing-slider .slick-next:hover,
  .listing-slider .slick-next {
    right: 100px;
  }
  .listing-slider .slick-prev:hover,
  .listing-slider .slick-prev {
    left: 100px;
  }
  .listing-slider,
  .listing-slider .item {
    height: 30vh;
    min-height: 400px;
    max-height: 400px;
  }
  .listing-nav-container.cloned .listing-nav {
    display: none;
  }
  .opening-day .chosen-container {
    vertical-align: initial;
  }
  .dashboard-content .dashboard-list-box-static {
    margin-bottom: 40px;
  }
  .office-address {
    padding: 60px 0 !important;
  }
  #googlemaps {
    height: 30vh !important;
    padding-bottom: 0 !important;
  }
  .contact-map {
    display: block;
  }
  .contact-map #singleListingMap-container {
    position: relative;
    display: block;
    flex: 1;
    height: 300px;
    padding-top: 0;
  }
  .contact-map .address-box-container {
    width: 100%;
  }
  .sidebar-textbox ul.contact-details {
    margin-bottom: 40px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {
  .listing-features {
    columns: 1;
  }
  .messages-headline h4 {
    display: block;
  }
  .message-action {
    display: inline-block;
    float: none;
    margin-top: 15px;
    padding: 4px 20px;
    text-align: center;
    border-radius: 50px;
    background-color: #f2f2f2;
  }
  .message-bubble .message-text {
    margin-left: 55px;
  }
  .message-bubble.me .message-text {
    margin-right: 55px;
  }
  .message-bubble .message-avatar img {
    width: 35px;
    height: 35px;
    margin-top: 8px;
  }
  #backtotop {
    display: none;
  }
  .small-dialog-header {
    left: -30px;
    width: calc(100% + 60px);
    padding: 30px;
  }
  #sign-in-dialog,
  #small-dialog {
    padding: 30px;
    padding-top: 0;
    background: #ffffff;
  }
  #sign-in-dialog .mfp-close,
  #small-dialog .mfp-close {
    top: 24px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .list-box-listing {
    display: block;
  }
  .list-box-listing-content .inner {
    position: relative;
    top: 0;
    display: inline-block;
    transform: translateY(0);
  }
  .header-widget {
    height: auto;
  }
  .list-box-listing-img {
    max-width: 100%;
  }
  .list-box-listing-content {
    padding-top: 10px;
    padding-left: 0;
  }
  #titlebar {
    margin-bottom: 50px;
    padding: 50px 0;
  }
  #map-container.fullwidth-home-map .zoomControlWrapper {
    top: 15px !important;
  }
  /* Pricing Tables */
  .pricing-container {
    display: block;
  }
  .plan.featured {
    transform: none;
  }
  .plan {
    margin-bottom: 35px;
  }
  #breadcrumbs {
    position: relative;
    display: block;
    margin-top: 30px;
  }
  #breadcrumbs ul li {
    margin: 0 10px 0 0;
  }
  .comment-by .numerical-rating,
  .comment-by .star-rating {
    position: relative;
    top: 7px;
    right: 0;
    display: block;
    float: none;
    width: 100%;
    height: 30px;
  }
  .avatar {
    display: none;
  }
  .comment-content {
    padding: 0;
  }
  .small-dialog-header h3 {
    margin: 0;
    padding: 0;
    padding-right: 80px;
    font-size: 22px;
    line-height: 30Px;
  }
  #sign-in-dialog,
  #small-dialog {
    max-width: 75vw;
  }
  .listing-nav li a {
    display: block;
    width: 100%;
    padding: 15px;
    padding-left: 0;
    border-color: #e8e8e8;
    border-bottom: 1px solid #e0e0e0;
  }
  .listing-nav li {
    display: block;
    margin-right: 0;
  }
  .listing-nav-container .listing-nav li:first-child a {
    padding-top: 0;
  }
  .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: #e8e8e8;
  }
  .dashboard-content .checkboxes label {
    width: 100%;
  }
  .pricing-list-item td {
    position: relative;
    display: block;
    width: 100%;
  }
  .pricing-list-item td .fm-input,
  .pricing-list-item td .fm-input.pricing-price,
  .pricing-list-item td .fm-input.pricing-name {
    max-width: 100%;
    margin-right: 0;
  }
  .pricing-list-item td .fm-close {
    position: absolute;
    top: 4px;
    right: 0;
    text-align: left;
  }
  .about-author img {
    width: 70px;
    height: 70px;
  }
  .about-description {
    margin: 2px 0 0 100px;
  }
  /* Blog styling */
  #posts-nav li {
    position: relative;
    width: 100%;
  }
  #posts-nav li a {
    padding: 0 !important;
  }
  #posts-nav li a::before {
    display: none;
  }
  #posts-nav li.next-post {
    margin-bottom: 30px;
    text-align: left;
  }
  .comments ul li ul {
    margin: 0;
  }
  .avatar img {
    max-width: 60px;
  }
  .comment-content {
    padding: 0 0 0 85px;
  }
  .comments ul li ul li::before {
    top: 25px;
  }
  .comment-content {
    padding: 0;
  }
  .testimonial::after {
    display: none;
  }
  .testimonial-box {
    padding-left: 38px;
  }
  .main-search-container h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
  }
  .main-search-container h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }
  .main-search-container:before {
    background: rgba(255, 255, 255, 0.92);
  }
}

@media (max-width: 480px) {
  .tabs-nav.blog li,
  .tabs-nav.blog li a,
  .tabs-nav li,
  .tabs-nav li a {
    width: 100%;
    padding: 0;
    text-align: center;
    border-bottom: none;
    border-radius: 3px;
  }
  .about-author img {
    display: none;
  }
  .about-description {
    margin: 0;
  }
  .user-menu {
    top: 0;
    display: inline-block;
  }
  #dashboard {
    margin-top: 0;
  }
  .dashboard-list-box .sort-by .sort-by-select {
    display: none;
  }
}

/* ------------------------------------------------------------------- */
/* Styles Switcher
---------------------------------------------------------------------- */
#style-switcher h3 {
  margin: 10px 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

#style-switcher {
  position: fixed;
  z-index: 999;
  top: 145px;
  left: -205px;
  width: 205px;
  border-radius: 0 0 4px 0;
  background: #333333;
}

#style-switcher ul {
  margin-bottom: 22px;
  padding: 0;
  list-style: none;
}

#style-switcher div {
  padding: 6px 18px;
}

#style-switcher h2 {
  margin-top: 0;
  padding: 0 0 0 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 46px;
  background: #282828;
}

#style-switcher h2 a {
  position: absolute;
  top: 0;
  right: -46px;
  display: block;
  width: 46px;
  height: 46px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  border-radius: 0 4px 4px 0;
  background-color: #282828;
}

#style-switcher h2 a i {
  position: relative;
  top: 2px;
}

.colors {
  overflow: hidden;
  margin: 0 0 10px 0;
  list-style: none;
}

.colors li {
  float: left;
  margin: 4px 2px 0 2px;
}

.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

div.layout-style {
  padding: 0 !important;
}

.layout-style select {
  width: 164px;
  min-height: auto;
  margin: 2px 0 25px 0;
  padding: 7px;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  background-color: #505050;
}

.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 2px #ffffff inset;
}

.colors li a {
  border-radius: 3px;
}

#reset {
  margin: -5px 0 15px 0;
}

#reset a.button {
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
}

#reset a.button:hover {
  color: #333333;
  background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  #style-switcher {
    display: none;
  }
}

#style-switcher {
  display: none;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  margin-left: 2.14285714em;
  padding-left: 0;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  top: 0.14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.fa-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.fa-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.fa-flip-vertical {
  transform: scale(1, -1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

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

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

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

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

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

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

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

@font-face {
  font-family: "simple-line-icons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/simple-line-icons.eot?thkwh4");
  src: url("../fonts/simple-line-icons.eot?thkwh4#iefix") format("embedded-opentype"), url("../fonts/simple-line-icons.ttf?thkwh4") format("truetype"), url("../fonts/simple-line-icons.woff?thkwh4") format("woff"), url("../fonts/simple-line-icons.svg?thkwh4#simple-line-icons") format("svg");
}

.sl {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "simple-line-icons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.sl-icon-user-female:before {
  content: "\e000";
}

.sl-icon-people:before {
  content: "\e001";
}

.sl-icon-user-follow:before {
  content: "\e002";
}

.sl-icon-user-following:before {
  content: "\e003";
}

.sl-icon-user-unfollow:before {
  content: "\e004";
}

.sl-icon-user:before {
  content: "\e005";
}

.sl-icon-trophy:before {
  content: "\e006";
}

.sl-icon-speedometer:before {
  content: "\e007";
}

.sl-icon-social-youtube:before {
  content: "\e008";
}

.sl-icon-social-twitter:before {
  content: "\e009";
}

.sl-icon-social-tumblr:before {
  content: "\e00a";
}

.sl-icon-social-facebook:before {
  content: "\e00b";
}

.sl-icon-social-dropbox:before {
  content: "\e00c";
}

.sl-icon-social-dribbble:before {
  content: "\e00d";
}

.sl-icon-shield:before {
  content: "\e00e";
}

.sl-icon-screen-tablet:before {
  content: "\e00f";
}

.sl-icon-screen-smartphone:before {
  content: "\e010";
}

.sl-icon-screen-desktop:before {
  content: "\e011";
}

.sl-icon-plane:before {
  content: "\e012";
}

.sl-icon-notebook:before {
  content: "\e013";
}

.sl-icon-mustache:before {
  content: "\e014";
}

.sl-icon-mouse:before {
  content: "\e015";
}

.sl-icon-magnet:before {
  content: "\e016";
}

.sl-icon-magic-wand:before {
  content: "\e017";
}

.sl-icon-hourglass:before {
  content: "\e018";
}

.sl-icon-graduation:before {
  content: "\e019";
}

.sl-icon-ghost:before {
  content: "\e01a";
}

.sl-icon-game-controller:before {
  content: "\e01b";
}

.sl-icon-fire:before {
  content: "\e01c";
}

.sl-icon-eyeglass:before {
  content: "\e01d";
}

.sl-icon-envelope-open:before {
  content: "\e01e";
}

.sl-icon-envolope-letter:before {
  content: "\e01f";
}

.sl-icon-energy:before {
  content: "\e020";
}

.sl-icon-emotsmile:before {
  content: "\e021";
}

.sl-icon-disc:before {
  content: "\e022";
}

.sl-icon-cursor-move:before {
  content: "\e023";
}

.sl-icon-crop:before {
  content: "\e024";
}

.sl-icon-credit-card:before {
  content: "\e025";
}

.sl-icon-chemistry:before {
  content: "\e026";
}

.sl-icon-bell:before {
  content: "\e027";
}

.sl-icon-badge:before {
  content: "\e028";
}

.sl-icon-anchor:before {
  content: "\e029";
}

.sl-icon-wallet:before {
  content: "\e02a";
}

.sl-icon-vector:before {
  content: "\e02b";
}

.sl-icon-speech:before {
  content: "\e02c";
}

.sl-icon-puzzle:before {
  content: "\e02d";
}

.sl-icon-printer:before {
  content: "\e02e";
}

.sl-icon-present:before {
  content: "\e02f";
}

.sl-icon-playlist:before {
  content: "\e030";
}

.sl-icon-pin:before {
  content: "\e031";
}

.sl-icon-picture:before {
  content: "\e032";
}

.sl-icon-map:before {
  content: "\e033";
}

.sl-icon-layers:before {
  content: "\e034";
}

.sl-icon-handbag:before {
  content: "\e035";
}

.sl-icon-globe-alt:before {
  content: "\e036";
}

.sl-icon-globe:before {
  content: "\e037";
}

.sl-icon-frame:before {
  content: "\e038";
}

.sl-icon-folder-alt:before {
  content: "\e039";
}

.sl-icon-film:before {
  content: "\e03a";
}

.sl-icon-feed:before {
  content: "\e03b";
}

.sl-icon-earphones-alt:before {
  content: "\e03c";
}

.sl-icon-earphones:before {
  content: "\e03d";
}

.sl-icon-drop:before {
  content: "\e03e";
}

.sl-icon-drawar:before {
  content: "\e03f";
}

.sl-icon-docs:before {
  content: "\e040";
}

.sl-icon-directions:before {
  content: "\e041";
}

.sl-icon-direction:before {
  content: "\e042";
}

.sl-icon-diamond:before {
  content: "\e043";
}

.sl-icon-cup:before {
  content: "\e044";
}

.sl-icon-compass:before {
  content: "\e045";
}

.sl-icon-call-out:before {
  content: "\e046";
}

.sl-icon-call-in:before {
  content: "\e047";
}

.sl-icon-call-end:before {
  content: "\e048";
}

.sl-icon-calculator:before {
  content: "\e049";
}

.sl-icon-bubbles:before {
  content: "\e04a";
}

.sl-icon-briefcase:before {
  content: "\e04b";
}

.sl-icon-book-open:before {
  content: "\e04c";
}

.sl-icon-basket-loaded:before {
  content: "\e04d";
}

.sl-icon-basket:before {
  content: "\e04e";
}

.sl-icon-bag:before {
  content: "\e04f";
}

.sl-icon-action-undo:before {
  content: "\e050";
}

.sl-icon-action-redo:before {
  content: "\e051";
}

.sl-icon-wrench:before {
  content: "\e052";
}

.sl-icon-umbrella:before {
  content: "\e053";
}

.sl-icon-trash:before {
  content: "\e054";
}

.sl-icon-tag:before {
  content: "\e055";
}

.sl-icon-support:before {
  content: "\e056";
}

.sl-icon-size-fullscreen:before {
  content: "\e057";
}

.sl-icon-size-actual:before {
  content: "\e058";
}

.sl-icon-shuffle:before {
  content: "\e059";
}

.sl-icon-share-alt:before {
  content: "\e05a";
}

.sl-icon-share:before {
  content: "\e05b";
}

.sl-icon-rocket:before {
  content: "\e05c";
}

.sl-icon-question:before {
  content: "\e05d";
}

.sl-icon-pie-chart:before {
  content: "\e05e";
}

.sl-icon-pencil:before {
  content: "\e05f";
}

.sl-icon-note:before {
  content: "\e060";
}

.sl-icon-music-tone-alt:before {
  content: "\e061";
}

.sl-icon-music-tone:before {
  content: "\e062";
}

.sl-icon-microphone:before {
  content: "\e063";
}

.sl-icon-loop:before {
  content: "\e064";
}

.sl-icon-logout:before {
  content: "\e065";
}

.sl-icon-login:before {
  content: "\e066";
}

.sl-icon-list:before {
  content: "\e067";
}

.sl-icon-like:before {
  content: "\e068";
}

.sl-icon-home:before {
  content: "\e069";
}

.sl-icon-grid:before {
  content: "\e06a";
}

.sl-icon-graph:before {
  content: "\e06b";
}

.sl-icon-equalizer:before {
  content: "\e06c";
}

.sl-icon-dislike:before {
  content: "\e06d";
}

.sl-icon-cursor:before {
  content: "\e06e";
}

.sl-icon-control-start:before {
  content: "\e06f";
}

.sl-icon-control-rewind:before {
  content: "\e070";
}

.sl-icon-control-play:before {
  content: "\e071";
}

.sl-icon-control-pause:before {
  content: "\e072";
}

.sl-icon-control-forward:before {
  content: "\e073";
}

.sl-icon-control-end:before {
  content: "\e074";
}

.sl-icon-calender:before {
  content: "\e075";
}

.sl-icon-bulb:before {
  content: "\e076";
}

.sl-icon-chart:before {
  content: "\e077";
}

.sl-icon-arrow-up-circle:before {
  content: "\e078";
}

.sl-icon-arrow-right-circle:before {
  content: "\e079";
}

.sl-icon-arrow-left-circle:before {
  content: "\e07a";
}

.sl-icon-arrow-down-circle:before {
  content: "\e07b";
}

.sl-icon-ban:before {
  content: "\e07c";
}

.sl-icon-bubble:before {
  content: "\e07d";
}

.sl-icon-camrecorder:before {
  content: "\e07e";
}

.sl-icon-camera:before {
  content: "\e07f";
}

.sl-icon-check:before {
  content: "\e080";
}

.sl-icon-clock:before {
  content: "\e081";
}

.sl-icon-close:before {
  content: "\e082";
}

.sl-icon-cloud-download:before {
  content: "\e083";
}

.sl-icon-cloud-upload:before {
  content: "\e084";
}

.sl-icon-doc:before {
  content: "\e085";
}

.sl-icon-envolope:before {
  content: "\e086";
}

.sl-icon-eye:before {
  content: "\e087";
}

.sl-icon-flag:before {
  content: "\e088";
}

.sl-icon-folder:before {
  content: "\e089";
}

.sl-icon-heart:before {
  content: "\e08a";
}

.sl-icon-info:before {
  content: "\e08b";
}

.sl-icon-key:before {
  content: "\e08c";
}

.sl-icon-link:before {
  content: "\e08d";
}

.sl-icon-lock:before {
  content: "\e08e";
}

.sl-icon-lock-open:before {
  content: "\e08f";
}

.sl-icon-magnifier:before {
  content: "\e090";
}

.sl-icon-magnifier-add:before {
  content: "\e091";
}

.sl-icon-magnifier-remove:before {
  content: "\e092";
}

.sl-icon-paper-clip:before {
  content: "\e093";
}

.sl-icon-paper-plane:before {
  content: "\e094";
}

.sl-icon-plus:before {
  content: "\e095";
}

.sl-icon-power:before {
  content: "\e097";
}

.sl-icon-refresh:before {
  content: "\e098";
}

.sl-icon-reload:before {
  content: "\e099";
}

.sl-icon-settings:before {
  content: "\e09a";
}

.sl-icon-star:before {
  content: "\e09b";
}

.sl-icon-symble-female:before {
  content: "\e09c";
}

.sl-icon-symbol-male:before {
  content: "\e09d";
}

.sl-icon-target:before {
  content: "\e09e";
}

.sl-icon-volume-1:before {
  content: "\e09f";
}

.sl-icon-volume-2:before {
  content: "\e0a0";
}

.sl-icon-volume-off:before {
  content: "\e0a1";
}

.sl-icon-phone:before {
  content: "\e600";
}

.sl-icon-Menu:before {
  content: "\e601";
}

.sl-icon-optionsvertical:before {
  content: "\e602";
}

.sl-icon-options:before {
  content: "\e603";
}

.sl-icon-arrow-down:before {
  content: "\e604";
}

.sl-icon-arrow-left:before {
  content: "\e605";
}

.sl-icon-arrow-right:before {
  content: "\e606";
}

.sl-icon-arrow-up:before {
  content: "\e607";
}

.sl-icon-thumbs-up:before {
  content: "\e80d";
}

.sl-icon-location:before {
  content: "\e810";
}

.auth-wrapper.login-form {
  margin-top: 145px;
}

.auth-wrapper.login-form .lang-icons {
  display: block;
  padding-top: 2px;
}

.auth-wrapper.register-form {
  padding-top: 25px;
}

.auth-wrapper.register-form .lang-icons {
  display: block;
  margin: 0 auto;
  padding-top: 2px;
}

.auth-wrapper.register-form .tabs-nav2 {
  display: flex;
  margin: 0;
  padding-left: 0;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}

.auth-wrapper.register-form .tabs-nav2 li a {
  display: inline-block;
  padding: 0 15px 18px;
  border-bottom: 1px solid transparent;
}

.auth-wrapper.register-form .tabs-nav2 a {
  line-height: 22px;
}

.auth-wrapper.register-form .tabs-nav2 li a:hover,
.auth-wrapper.register-form .tabs-nav2 li.active a {
  color: #f16521;
  border-color: #f16521;
}

.sm-s a {
  display: none;
}

.auth-errors-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

.auth-errors-wrapper .auth-errors {
  width: 600px;
  margin-bottom: -15px;
}

.auth-errors-wrapper .alert {
  margin-bottom: 0;
}

.auth-wrapper #sign-in-dialog {
  margin: 20px auto;
  padding: 25px;
  padding-top: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.auth-wrapper .small-dialog-header {
  position: relative;
  top: 0;
  left: -25px;
  display: inline-block;
  width: calc(100% + 50px);
  margin-bottom: 40px;
  padding: 15px 25px;
  font-size: 22px;
  border-radius: 4px 4px 0 0;
  background-color: #f6f6f6;
}

.auth-wrapper .small-dialog-header .auth-logo {
  width: 290px;
  padding-top: 5px;
}

.auth-wrapper .clip {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.auth-wrapper .svg--source {
  display: none;
}

.auth-wrapper .svg--icon {
  display: block;
  width: 100%;
  max-width: 5rem;
  height: 100%;
  max-height: 5rem;
  margin: 0 auto;
  fill: currentColor;
}

.auth-wrapper .wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 1rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.auth-wrapper .share {
  float: left;
  width: 4rem;
  height: 4rem;
  margin: 0.5rem 0 0.5rem 0;
  color: #353c4a;
  transition: 250ms;
  border: 0.125rem solid #f3f3f3;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
}

.auth-wrapper .share:last-child {
  margin-right: 0;
}

.auth-wrapper .share:focus {
  outline-color: inherit;
}

.auth-wrapper .facebookk {
  margin-right: 12px !important;
}

.auth-wrapper .facebookk:hover, .auth-wrapper .facebookk:focus {
  color: #3b5998;
  box-shadow: 0 0 24px 0 #3b5998;
}

.auth-wrapper .google:hover, .auth-wrapper .google:focus {
  color: #dd4b39;
  box-shadow: 0 0 24px 0 #dd4b39;
}

.auth-wrapper .sign-in-form .tabs-nav li a:hover,
.auth-wrapper .sign-in-form .tabs-nav li.active a,
.auth-wrapper .lost_password:hover a,
.auth-wrapper .headline span i {
  color: #f16521;
}

.auth-wrapper button.panel-apply,
.auth-wrapper button.button,
.auth-wrapper input[type="button"],
.auth-wrapper input[type="submit"],
.auth-wrapper a.button,
.auth-wrapper a.button.border:hover,
.auth-wrapper #sign-in-dialog .mfp-close:hover,
.auth-wrapper #small-dialog .mfp-close:hover {
  background-color: #f16521;
}

.auth-wrapper .tabs-nav li a:hover {
  border-color: #f16521;
}

.auth-wrapper .tabs-nav li a:hover,
.auth-wrapper .tabs-nav li.active a {
  color: #f16521;
  border-color: #f16521;
}

.auth-wrapper .checkboxes input[type=checkbox]:checked + label:before {
  border-color: #f16521;
  background-color: #f16521;
}

.auth-wrapper .privacy-policy {
  color: #f16521;
  text-align: center;
}

.auth-wrapper .privacy-policy a {
  color: #f16521;
}

.auth-wrapper .privacy-policy a:hover {
  opacity: 0.8;
}

.edu .auth-wrapper .auth-logo {
  width: 150px;
}

/* ---------------------------------- */
/*   Social Buttons
------------------------------------- */
.button.login-facebook {
  min-width: 150px;
  min-height: 10px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 12px;
  background-color: #0078f6 !important;
  background-repeat: no-repeat;
  background-position: 7% 50%;
  background-size: 18px;
}

.button.login-facebook span {
  margin-right: -5px;
  padding-left: 16px;
}

.button.login-linkedin {
  min-width: 150px;
  min-height: 10px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 12px;
  background-color: #d53a00 !important;
  background-repeat: no-repeat;
  background-position: 7% 50%;
  background-size: 18px;
}

.button.login-linkedin span {
  margin-right: -5px;
  padding-left: 16px;
}

.button.login-google {
  min-width: 150px;
  min-height: 10px;
  margin-top: 6px;
  color: #4a4a49;
  font-size: 12px;
  line-height: 12px;
  background-color: #e5e5e5 !important;
  background-repeat: no-repeat;
  background-position: 6% 50%;
  background-size: 22px;
}

.button.login-google span {
  margin-right: -5px;
  padding-left: 15px;
}

.social-buttons {
  display: flex;
  margin-top: -49px;
}

.auth-wrapper {
  overflow-x: hidden;
}

.cookie-info {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

.cookie-info a {
  color: #e86120;
}

@media (min-width: 767.98px) {
  #sign-in-dialog {
    overflow-x: hidden;
    max-width: 600px !important;
  }
}

@media (max-width: 767px) {
  #sign-in-dialog,
  #small-dialog {
    max-width: 92vw;
  }
  .auth-errors {
    width: 700px !important;
  }
  .auth-errors .alert.alert-danger {
    max-width: 92vw;
    margin: 20px auto;
  }
  .auth-wrapper.login-form {
    margin-top: 110px;
  }
}

@media (max-width: 575.98px) {
  .lg-s {
    display: none;
  }
  .sm-s a {
    display: inline !important;
  }
  .auth-wrapper.register-form {
    padding-top: 0;
  }
  .auth-wrapper.login-form {
    margin-top: 50px;
  }
  .sign-in-form .button {
    width: 100% !important;
  }
  .social-buttons {
    flex-direction: column;
    width: 100%;
    margin-top: 0 !important;
  }
  .social-buttons .button {
    width: 100% !important;
  }
  .button.login-facebook {
    font-size: 14px;
    line-height: 20px;
    background-size: 23px;
  }
  .button.login-google {
    font-size: 14px;
    line-height: 20px;
    background-size: 27px;
  }
  #sign-in-dialog .or {
    display: block !important;
    margin-bottom: -5px;
    padding-top: 5px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .small-dialog-header {
    margin-bottom: 10px !important;
  }
  .small-dialog-header .lang-icons {
    display: none !important;
  }
  .mobile-lang-icons {
    display: flex !important;
  }
  .mobile-lang-icons ul {
    margin-right: 2px;
  }
  .edu .small-dialog-header {
    margin-bottom: 15px !important;
  }
  .edu .small-dialog-header .lang-icons {
    display: block !important;
  }
  .edu .mobile-lang-icons {
    display: none !important;
  }
  .edu .mobile-lang-icons ul {
    margin-right: 0;
  }
}

.pricing-plans {
  max-width: 1270px;
  margin: 0 auto;
}

.pricing-plans #titlebar .col-md-12 {
  margin-bottom: 20px;
  text-align: center;
}

.pricing-plans .button {
  border: 1px solid #f7a12b;
  background-color: #f7a12b;
}

.pricing-plans .switch-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 50%;
  cursor: pointer;
  transition: 0.3s ease all;
  transform: translate3D(-50%, -50%, 0);
  text-align: center;
  border: 1px solid #f7a12b;
  border-radius: 25px;
  will-change: transform;
}

.pricing-plans .switch-button-2 {
  top: 70px;
  width: 70%;
}

.pricing-plans .switch-button .active {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  transition: 0.3s ease-out all;
  border-radius: 25px;
  background-color: #f7a12b;
}

.pricing-plans .switch-button-case {
  position: relative;
  display: inline-block;
  width: 49%;
  height: 50px;
  color: #000000;
  line-height: 50px;
  transition: 0.3s ease all;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  background: none;
}

.pricing-plans .switch-button-case.switch-month {
  color: white;
}

.pricing-plans .plan-price {
  background-color: #66676b;
}

.pricing-plans .plan.featured .plan-price {
  background-color: #f7a12b;
}

.pricing-plans .plan-price {
  padding: 45px 20px;
}

.pricing-plans .plan-price .value {
  padding: 0;
  color: white;
}

.pricing-plans .plan-price .value.price-per-year {
  display: none;
}

.pricing-plans .plan-price .period {
  margin: 20px 0;
  color: white;
}

.pricing-plans .plan-price small {
  position: relative;
  top: -13px;
  left: -8px;
  font-size: 18px;
}

.pricing-plans .plan-price .per-period {
  position: absolute;
  top: 5px;
  left: 30px;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
}

.pricing-plans .plan-features {
  padding-left: 50px;
}

.pricing-plans .plan-features .voucher,
.pricing-plans .plan-features .no-voucher {
  margin-bottom: 0;
  margin-left: -18px;
  padding-top: 10px;
  cursor: pointer;
}

.pricing-plans .plan-features .voucher:hover,
.pricing-plans .plan-features .no-voucher:hover {
  color: #f7a12b;
}

.pricing-plans .plan-features .no-voucher {
  display: none;
}

.pricing-plans .plan.featured .plan-features {
  padding: 35px 30px 35px 50px;
}

.pricing-plans .plan-features ul li {
  padding: 5px 0;
  text-align: left;
}

.pricing-plans .plan-features ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  margin-right: 5px;
  padding-left: 25px;
  font-family: "FontAwesome";
  font-size: 14px;
}

.pricing-plans .plan-features a.button {
  margin-left: -15px;
}

.pricing-plans .switch-button.top {
  display: none;
}

.pricing-plans .switch-button.bottom {
  display: none;
}

.pricing-plans .switch-button.bottom .active {
  display: none;
}

.pricing-plans .active.switch-month,
.pricing-plans .active.switch-year {
  width: 100%;
}

.pricing-plans .voucher-box {
  overflow: hidden;
  width: 226px;
  margin: 0 auto;
}

.pricing-plans .voucher-field {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -10px;
  transform: translate(-50%, -50%);
}

.pricing-plans .voucher-field input {
  position: absolute;
  top: -57px;
  left: -190px;
  width: 203px;
  transition: ease 0.3s;
  border: 1px solid #f7a12b;
  border-radius: 50px;
}

.pricing-plans .voucher-field button {
  position: absolute;
  top: -56px;
  left: -50px;
  padding: 12px 20px;
  color: white;
  transition: ease 0.3s;
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #f7a12b;
}

@media (max-width: 1365px) {
  .pricing-plans .switch-button {
    width: 70%;
  }
  .pricing-plans .plan:last-child .plan-price .value {
    font-size: 34px;
  }
}

@media (max-width: 1240px) {
  .pricing-plans .pricing-container {
    display: block;
    max-width: 680px;
    margin: 0 auto;
  }
  .pricing-plans .pricing-container .plan {
    margin-bottom: 57px;
  }
  .pricing-plans .switch-button-case {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .pricing-plans .switch-button-case {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .pricing-plans .pricing-container .plan {
    margin-bottom: 35px !important;
  }
  .pricing-plans .switch-button-case {
    width: 100%;
  }
  .pricing-plans .switch-button.top {
    display: block;
  }
  .pricing-plans .switch-button.bottom {
    top: 65px;
    display: block;
  }
  .pricing-plans .switch-button.toggle {
    display: none;
  }
  .pricing-plans .relative {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .pricing-plans .switch-button {
    width: 80%;
  }
  .pricing-plans .plan:last-child .plan-price {
    padding: 45px 11px;
  }
  .pricing-plans .plan:last-child .plan-price .value {
    font-size: 33px;
  }
}

#dashboard {
  padding-top: 0;
}

input {
  background-position: 99% 50%;
}

h1.title {
  width: 100%;
  margin: 0;
  margin-bottom: 26px;
  padding: 26px 0;
  color: #a5a5a5;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 2px solid #a5a5a5;
}

.color li:before {
  color: #f7a12b;
}

.left-column {
  padding: 30px;
  padding-top: 0;
}

.dashboard-list-box {
  margin-top: 0;
}

.right-column {
  position: fixed;
  z-index: 51;
  overflow: hidden;
  min-width: calc(70% - 260px);
  max-width: calc(70% - 260px);
  min-height: 100vh;
  margin-left: 30%;
  transition: 0.5s;
  background-color: #ffffff;
  box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2);
}

.lean-modal-overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.left-column,
.right-column {
  flex: 1;
}

.dashboard-content,
#dashboard {
  padding: 0;
  background-color: #fafafa;
}

.btn-grey {
  width: 100%;
  margin-bottom: 13px;
  padding: 10px 26px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
  border-radius: 0;
  background: #a5a5a5;
}

.btn-add {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
  padding: 10px 26px;
  color: #f7a12b;
  font-weight: bold;
  text-align: center;
  border: 2px solid #f7a12b;
  border-radius: 2px;
  background: transparent;
}

.btn-add i {
  position: absolute;
  top: 9px;
  left: 26px;
  font-size: 22px;
}

.lean-modal .modal-header {
  min-height: 16.43px;
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.lean-bp-root-level-js:hover i.none,
.lean-bp-print-dotted-child:hover i.none {
  display: inline-block;
}

.lean-bp-editable:hover {
  cursor: move;
}

.lean-modal .modal-header h2 {
  margin: 0;
  color: #a5a5a5;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}

.lean-modal .modal-body {
  padding: 15px 30px;
}

.lean-header-buttons {
  position: absolute;
  top: 25px;
  right: 73px;
}

.lean-header-buttons span {
  margin-left: 10px;
  padding: 2px 14px;
  color: #a5a5a5;
  border: 2px solid #a5a5a5;
  border-radius: 15px;
  background: transparent;
}

.lean-header .btn {
  float: right;
}

.lean-body {
  padding: 30px;
}

.none {
  display: none;
}

.display-flex {
  display: flex !important;
}

.width-100 {
  width: 100%;
}

.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
  max-width: none;
}

.mce-content-body img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  background-color: #ffffff;
}

table tr:first-child th {
  padding-top: 0;
}

td {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
}

tr td:first-child {
  padding-left: 0;
}

tr.bold td {
  padding: 14px;
  font-weight: bold;
  word-wrap: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.project-intro * {
  color: #ffffff;
  text-align: center;
}

.project-intro h2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.project-logo {
  width: 80px;
  height: 80px;
  padding: 10px;
  line-height: 80px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.modal-backdrop {
  position: fixed;
  height: 100%;
}

.user-avatar {
  border-radius: 50%;
}

.project-logo i {
  color: rgba(255, 255, 255, 0.2);
  font-size: 40px;
}

.project-nav a {
  float: left;
  padding: 22px 30px;
  padding-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
}

.project-nav h5 a {
  color: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase;
}

.project-nav a:last-child {
  float: right;
}

.ohidden {
  overflow: hidden;
}

.evaluation input[type="text"] {
  width: 200px;
  margin-bottom: 0;
}

.evaluation td {
  padding-bottom: 0;
}

.evaluation {
  padding: 30px;
  background: #ffffff;
}

.evaluation tr td:last-child {
  padding-left: 20px;
}

.evaluation tr td:first-child {
  padding-left: 0;
}

.evaluation h4 {
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 18px;
  border-bottom: 1px solid;
}

.content-wrapper {
  padding: 30px;
}

.capitalize {
  text-transform: capitalize;
}

#fc_frame,
#fc_frame.fc-widget-normal {
  left: calc(100% - 80px) !important;
}

.label-green {
  background-image: url("/assets/images/ball-loader.gif");
  background-repeat: no-repeat;
  background-position: 99% 50%;
}

.fullwidth .right-column {
  left: 100%;
}

.risk-table th {
  padding: 0 8px !important;
}

.risk-table td {
  vertical-align: middle !important;
}

.risk-table [colspan="6"] {
  padding: 0 !important;
}

.verticalTableHeader {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  text-align: center;
  white-space: nowrap;
}

.verticalTableHeader:before {
  content: "";
  display: inline-block;
  padding-top: 110%;
  vertical-align: middle;
}

.risk-legend * {
  font-size: 10px !important;
}

.popover {
  min-width: 30%;
}

.risk-grade {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.borderless td {
  border: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.min-height-100 {
  min-height: 100px;
}

.button.preview {
  position: relative;
  top: 0;
  display: inline-block;
  overflow: hidden;
  margin-top: 40px;
  margin-right: 6px;
  padding: 11px 20px !important;
  padding-left: 55px !important;
  color: #ffffff;
  font-size: 15px !important;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  border-radius: 50px;
  background-color: #f7a12b !important;
}

.button.preview i {
  position: absolute;
  top: 8px;
  left: 6px;
  font-size: 32px;
}

.tagged {
  padding: 0 5px;
  padding-bottom: 2px;
  border-radius: 30px !important;
  background-color: #f7a12b !important;
}

.lean-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  margin: 0 auto;
  margin-right: 0;
}

.lean-modal .modal-content {
  min-height: 100%;
  border-radius: 0;
}

.range-slider-wrapper[method=POST] .irs {
  opacity: 0.0;
}

.lean-competitors .button.preview.js-data-modal {
  padding-bottom: 13px !important;
}

.lean-competitors .button.preview.js-data-modal span {
  vertical-align: sub;
}

li:hover .edit-lean-icon,
td:hover > .edit-lean-icon {
  display: inline-block !important;
}

.edit-lean-icon {
  color: #f7a12b !important;
  transition: 0.2s;
}

th {
  border-top: none !important;
}

.inline-block {
  display: inline-block;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
  background: #ffffff !important;
}

small ul {
  padding-left: 20px !important;
  list-style: circle !important;
}

small ul li {
  padding: 5px !important;
  border: none !important;
}

td {
  padding: 10px 0 10px 10px;
}

.analyze-header {
  display: none;
}

.report-header {
  padding-top: 30px !important;
  font-size: 20px;
  font-weight: bold;
}

.analyze-table {
  margin-bottom: 30px;
}

.btn-dropdown {
  width: 70px;
  height: 51px;
  border-left: 0;
  border-radius: 0;
}

.lean-competitors {
  background: #ffffff;
}

.c-main-orange {
  color: #f7a12b;
}

.c-orange {
  color: #f7a12b !important;
}

.c-red {
  color: red;
}

select {
  padding: 12px 18px;
}

.inline {
  display: inline !important;
}

.lean-competitors .red {
  color: #f30c0c !important;
  background: transparent;
}

.lean-competitors .label-primary {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: left;
}

.lean-competitors .edit-competitor {
  width: auto;
  height: 28px;
  margin: 0;
  padding: 0 0 !important;
  border: none;
}

.select2-search--inline {
  display: none;
}

.select2-selection--multiple {
  border: 1px solid #dbdbdb !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06) !important;
}

.select2-selection__choice {
  padding: 4px 5px !important;
  padding-bottom: 3px !important;
}

.project-logo-white {
  line-height: 57px;
  background: #ffffff;
}

.project-logo-white img {
  display: inline-block;
}

.select2-search__field {
  position: absolute;
  top: -9999px;
}

.select2-selection--multiple {
  min-height: 51px !important;
}

input.disabled {
  background: #f5f5f5;
}

.popover.fade * {
  color: #333333 !important;
}

#photo-wrapper p.relative {
  position: relative;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  line-height: 130%;
  background: #ffffff;
}

#photo-wrapper p.relative img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: calc(100% - 10px);
  margin: auto 5px;
}

#photo-wrapper p.relative a {
  display: none;
}

.create-new-project i {
  font-size: 130px;
}

.create-new-project a {
  color: grey;
}

/* ---------------------------------- */
/* Header
------------------------------------- */
#wrapper {
  position: relative;
  z-index: 11;
}

.header-widget .button.preview {
  margin-top: 0;
}

.lang-icons {
  float: left;
}

.lang-icons ul {
  padding: 0;
}

.lang-icons li {
  display: inline-block;
  padding-left: 3px;
}

.lang-icons img {
  width: 25px;
  padding-top: 10px;
}

.desktop-logo {
  display: none;
}

.dashboard-nav {
  z-index: 10;
}

.loading-main {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background: url("/assets/images/clock.svg") rgba(255, 255, 255, 0.9) 50% no-repeat;
}

.left-side {
  width: 515px;
}

.mw-205 {
  min-width: 205px;
}

.btn-trash-upload .sl-icon-cloud-upload:before {
  content: "\e084";
  padding-top: 0;
  color: #3490dc;
  font-size: 26px;
}

.btn-trash-upload .sl-icon-trash:before {
  content: "\e054";
  color: #e3342f;
  font-size: 24px;
}

#navigation ul li a:after {
  padding-left: 0;
  opacity: 1;
}

#navigation .dropdown-toggle::after {
  content: "\f107";
  display: inline-block;
  margin-left: 12px;
  color: #aaaaaa;
  font-size: 16px;
  transition: 0.2s;
}

#navigation .dropdown-toggle:hover::after {
  color: #66676b;
  transform: rotate(180deg);
}

.sl-icon-umbrella.um-btn::before {
  position: absolute;
  top: -3px;
}

.close-cross {
  position: absolute;
  top: 19px;
  right: 28px;
}

.close-cross span {
  font-size: 40px;
}

.modal-title-sm {
  overflow: hidden;
  width: calc(100% - 95px);
  white-space: nowrap;
  text-overflow: ellipsis;
}

table.table-evaluation {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.table-evaluation td {
  padding: 8px;
  text-align: left;
}

.evaluation {
  padding: 25px;
}

.evaluation input,
.evaluation input[type="text"] {
  height: 45px;
  line-height: 45px;
}

.evaluation .symbol {
  width: 18px;
  text-align: center;
}

.evaluation-radio {
  display: flex;
  justify-content: space-around;
}

.evaluation tr td:last-child {
  padding-left: 8px;
}

.evaluation tr td:first-child {
  padding-left: 8px;
}

.lean-nav-scroll .lang-icons {
  display: flex;
  width: 100%;
  border-bottom: none;
}

.lean-nav-scroll .lang-icons a:not(.mm-next) {
  -webkit-tap-highlight-color: inherit !important;
}

.lean-nav-scroll .lang-icons img {
  padding: 0;
}

.register-tabs li {
  width: 50%;
}

.register-tabs li a {
  width: 100%;
}

.d-flex {
  display: flex;
}

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

.justify-content-center {
  justify-content: center;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.display-none {
  display: none;
}

.float-none {
  float: none;
}

.powered-by-getlaunched {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -90px;
}

.powered-by-getlaunched span {
  padding-right: 5px;
  color: white;
}

.powered-by-getlaunched img {
  width: 85px;
  padding-bottom: 8px;
}

.dashboard-nav-inner {
  bottom: 130px;
  margin-top: 200px;
}

#navigation ul li a i {
  padding-right: 1px;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

li.conformation-bell {
  position: relative;
  padding-top: 10px;
}

li.conformation-bell i {
  padding: 6px;
  border-radius: 50%;
  background-color: #eae8e7;
}

li.conformation-bell i:hover {
  background-color: white;
}

li.conformation-bell #notifications:checked ~ * i::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -2px;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: #f7a12b;
}

li.conformation-bell .dropdown-menu {
  top: 125%;
  visibility: hidden;
  transition: all 0.25s;
  transform: translate3d(0, 15px, 0);
  opacity: 0;
}

li.conformation-bell:hover > .dropdown-menu {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lang-icons {
  margin-left: -15px;
}

li.conformation-bell-mobile i {
  position: relative;
  padding: 7px;
  font-size: 16px;
  border-radius: 50%;
  background-color: #1d1d1d;
}

li.conformation-bell-mobile #notifications:checked ~ * i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f7a12b;
}

li.conformation-bell-mobile .dropdown-toggle {
  padding-top: 13px;
}

.contact-us p {
  position: fixed;
  z-index: 10;
  right: -36px;
  bottom: 200px;
  display: block;
  padding: 3px 10px;
  color: white;
  cursor: pointer;
  transform: rotate(90deg);
  border-radius: 5px;
  background-color: #f7a12b;
}

.notification-response a,
.notification-response a:hover {
  all: unset;
}

.notification-response a,
.notification-response a:hover,
.notification-response a:visited {
  padding-left: 5px;
  color: #707070;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
}

.notification-response a:hover {
  text-decoration: underline;
}

.form-control.datepicker {
  cursor: pointer;
  background-color: white;
}

.profile-header-box {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile-header-box a {
  border-radius: 50px;
}

.image-box div {
  width: 50px;
  height: 50px;
}

.image-box label {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url("/assets/images/design/profile.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.modal-dialog.invite .modal-header h2 {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 600;
}

.modal-dialog.invite .modal-body h4 {
  margin: 5px 0;
  font-size: 16px;
}

.modal-dialog.invite .modal-footer {
  padding: 16px;
}

.modal-dialog.invite .modal-footer .btn {
  font-size: 16px;
}

.modal-dialog.invite .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.user-name .image-box label {
  width: 40px;
  height: 40px;
}

.select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple ul .select2-selection__choice {
  display: flex;
  margin-top: unset;
  color: white;
  border: 1px solid #f7a12b;
  background-color: #f7a12b;
}

.select2-container--default .select2-selection--multiple ul .select2-selection__choice span {
  margin-right: 5px;
  color: white;
  font-size: 23px;
}

.select2-container--default .select2-selection--multiple ul .select2-selection__choice span:hover {
  color: white;
}

.uploaded-image {
  width: 50px;
  height: 50px;
}

.uploaded-image label {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.circle-image40 {
  width: 40px;
  height: 40px;
}

.circle-image40 .wrapper-image label {
  width: 40px;
  height: 40px;
}

.circle-image80 {
  width: 80px;
  height: 80px;
}

.circle-image80 .wrapper-image label {
  width: 80px;
  height: 80px;
}

.btn-dropdown {
  background-color: #eeeeee;
}

.btn-dropdown i {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 600;
}

.dropdown-menu {
  right: 0;
  left: unset;
  min-width: 71px;
}

@media (min-width: 767px) and (max-width: 992px) {
  .framework-76-th {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 1182px) {
  .framework-76-th {
    font-size: 10px !important;
  }
}

@media (max-width: 578px) {
  .framework-heading {
    padding-left: 24px !important;
  }
}

@media (max-width: 768px) {
  .table-framework {
    border: unset !important;
  }
}

.swot {
  background-color: white !important;
}

.new-framework {
  background-color: white !important;
}

@media (max-width: 992px) {
  .situation-point {
    padding-left: 0 !important;
  }
}

.future-situation {
  border-top: 1px solid #eaeaea !important;
}

@media (max-width: 991.98px) {
  .lean-modal {
    width: 100%;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .mobile-hide {
    display: none;
  }
  .lean-header-buttons span {
    padding: 0 0 2px 0;
    color: red;
    font-size: 20px;
    border: none;
  }
  .lean-header-buttons span i {
    display: block !important;
  }
  .edu-people div {
    padding-bottom: 15px;
  }
}

.header-widget .button.preview {
  margin-right: 0;
}

#mmenu-navigation {
  display: none;
}

ul.wysihtml5-toolbar {
  padding-left: 0;
}

.wysihtml5-toolbar li {
  float: left;
  padding: 0 5px 5px 0;
  list-style-type: none;
}

.wysihtml5-toolbar li:last-child {
  padding-bottom: 10px;
}

@media (min-width: 1365px) {
  .dashboard #logo a img {
    position: relative;
    top: 50%;
    left: 50%;
    max-height: 33px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .dashboard #logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #logo .desktop-logo {
    display: block !important;
    width: 260px;
    height: 80px;
    margin: 0 auto;
  }
  #logo .mobile-logo {
    display: none;
  }
  .powered-by-getlaunched {
    bottom: 80px;
  }
}

@media (max-width: 1240px) {
  #navigation ul li a {
    padding-left: 0 !important;
  }
  .powered-by-getlaunched {
    bottom: 140px;
  }
  .dashboard-nav {
    margin-top: 0 !important;
  }
  .lang-icons {
    margin-left: -45px;
  }
}

@media (max-width: 1024px) {
  #navigation {
    display: none;
  }
  .role-mobile {
    margin-top: 3px;
    margin-bottom: 0;
  }
  #dashboard {
    min-height: 0;
  }
  .powered-by-getlaunched {
    bottom: 150px;
  }
  .dashboard-nav-inner {
    bottom: 200px !important;
  }
  .left-side,
  .left-side > div {
    display: block;
  }
}

@media (max-width: 991px) {
  .lean-modal .modal-header {
    padding: 15px;
  }
  .lean-modal .modal-body {
    padding: 15px;
  }
  #header-container .container {
    padding: 0 35px;
  }
  .content-wrapper,
  .left-column {
    padding: 0 10px 10px;
  }
  .content-wrapper .toggle-wrap,
  .left-column .toggle-wrap {
    padding: 0 25px;
  }
  .content-wrapper .row,
  .left-column .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-wrapper .col-md-1,
  .content-wrapper .col-md-10,
  .content-wrapper .col-md-11,
  .content-wrapper .col-md-12,
  .content-wrapper .col-md-2,
  .content-wrapper .col-md-3,
  .content-wrapper .col-md-4,
  .content-wrapper .col-md-5,
  .content-wrapper .col-md-6,
  .content-wrapper .col-md-7,
  .content-wrapper .col-md-8,
  .content-wrapper .col-md-9,
  .content-wrapper .col-sm-1,
  .content-wrapper .col-sm-10,
  .content-wrapper .col-sm-11,
  .content-wrapper .col-sm-12,
  .content-wrapper .col-sm-2,
  .content-wrapper .col-sm-3,
  .content-wrapper .col-sm-4,
  .content-wrapper .col-sm-5,
  .content-wrapper .col-sm-6,
  .content-wrapper .col-sm-7,
  .content-wrapper .col-sm-8,
  .content-wrapper .col-sm-9,
  .left-column .col-md-1,
  .left-column .col-md-10,
  .left-column .col-md-11,
  .left-column .col-md-12,
  .left-column .col-md-2,
  .left-column .col-md-3,
  .left-column .col-md-4,
  .left-column .col-md-5,
  .left-column .col-md-6,
  .left-column .col-md-7,
  .left-column .col-md-8,
  .left-column .col-md-9,
  .left-column .col-sm-1,
  .left-column .col-sm-10,
  .left-column .col-sm-11,
  .left-column .col-sm-12,
  .left-column .col-sm-2,
  .left-column .col-sm-3,
  .left-column .col-sm-4,
  .left-column .col-sm-5,
  .left-column .col-sm-6,
  .left-column .col-sm-7,
  .left-column .col-sm-8,
  .left-column .col-sm-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-wrapper h1,
  .content-wrapper h2,
  .content-wrapper h3,
  .content-wrapper h4,
  .left-column h1,
  .left-column h2,
  .left-column h3,
  .left-column h4 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .button.preview {
    margin-left: 15px;
  }
  .dashboard-list-box h4 .col-md-8 {
    padding-left: 16px;
  }
  .edit-lean-icon {
    display: inline-block;
  }
  .personnel li div {
    text-align: left;
  }
  .revenues-section-desktop {
    display: none;
  }
  .revenues-section-mobile {
    display: block;
  }
  .dashboard #logo a img {
    left: -4px !important;
  }
  #mmenu-navigation {
    display: block;
  }
}

@media (max-width: 1239px) {
  .dashboard #logo a img {
    top: 0 !important;
    left: -15px;
    height: 45px;
  }
  .dashboard #logo a {
    width: 390px;
  }
  #navigation.style-1 {
    position: relative;
    margin: 5px 0 5px -5px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .dashboard-nav {
    margin-top: 45px;
  }
  .dashboard-nav-inner {
    bottom: 190px;
  }
}

@media only screen and (max-width: 1365px) {
  .dashboard #logo a img {
    top: -5px;
  }
}

@media (min-width: 1240px) and (max-width: 1365px) {
  .powered-by-getlaunched {
    bottom: 140px;
  }
}

@media screen and (max-width: 767.98px) {
  table.table-evaluation tr {
    display: block;
    margin-bottom: 30px;
    background-color: #f8f8f8;
  }
  table.table-evaluation td {
    display: block;
    text-align: center;
  }
  .evaluation input[type="text"] {
    width: 100% !important;
    text-align: center;
  }
  .evaluation .capitalize {
    padding: 8px 0 !important;
  }
  .dashboard-list-box {
    overflow-x: hidden;
  }
  .evaluation {
    padding: 25px 15px;
  }
  .evaluation-radio {
    display: flex !important;
    padding: 10px 60px !important;
    justify-content: space-around;
  }
  .radio-list.text-center .checkboxes label {
    width: unset;
  }
}

@media (max-width: 575.98px) {
  #header-container .container {
    padding: 0 25px;
  }
  .content-wrapper,
  .left-column {
    padding: 0 15px 15px;
  }
  .content-wrapper .toggle-wrap,
  .left-column .toggle-wrap {
    padding: 0;
  }
  .content-wrapper .toggle-container,
  .left-column .toggle-container {
    padding: 15px;
  }
  .content-wrapper .trigger a,
  .left-column .trigger a {
    padding: 16px 15px;
  }
  .content-wrapper ul li,
  .left-column ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-wrapper h1,
  .content-wrapper h2,
  .content-wrapper h3,
  .content-wrapper h4,
  .left-column h1,
  .left-column h2,
  .left-column h3,
  .left-column h4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dashboard-list-box h4 {
    padding-left: 10px;
  }
  .button.preview {
    margin-left: 0;
  }
  .left-side {
    width: 270px !important;
  }
  .dashboard #logo a img {
    top: 3px !important;
    height: 33px;
  }
  .dashboard #logo a {
    width: 220px;
  }
  .profile-header-box {
    flex-direction: column;
  }
  .profile-header-box span {
    margin-bottom: 20px;
  }
  .download-delete-box {
    display: flex;
    flex-direction: column;
  }
  .download-delete-box a:first-child {
    margin-bottom: 10px;
  }
}

.dashboard-nav ul li a {
  padding: 8px 27px;
}

#competitor-table .chosen-select {
  border: none;
  box-shadow: none;
}

#competitor-table .competitor-title-row {
  text-align: right;
}

#competitor-table .competitor-column {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#competitor-table .competitor-column-title {
  padding-left: 10px;
  padding-right: 20px;
}

#competitor-table .competitor-edit {
  position: absolute;
  top: 6px;
  right: 0;
}

.justify-content-between {
  justify-content: space-between;
}

.web-menu-trigger,
.mmenu-trigger {
  width: 28px !important;
  height: 30px;
  cursor: pointer;
}

.web-menu-trigger div,
.mmenu-trigger div {
  width: 100%;
  height: 5px;
  margin: 4px auto;
  transition: all 0.3s;
  background: #4a4a49;
  backface-visibility: hidden;
}

.web-menu-trigger.on .one,
.mm-opened .mmenu-trigger .one {
  transform: rotate(45deg) translate(5px, 5px);
}

.web-menu-trigger.on .two,
.mm-opened .mmenu-trigger .two {
  opacity: 0;
}

.web-menu-trigger.on .three,
.mm-opened .mmenu-trigger .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

.sidebar-web {
  transition: transform 0.25s ease;
}

.closed {
  transform: translateX(-100%);
}

.sidebar-web-distance,
.sidebar-web-content {
  transition: padding-left 0.25s ease, margin-left 0.25s ease;
}

.sidebar-web-distance.closed-web {
  padding-left: 40px !important;
}

.sidebar-web-content.closed-web {
  margin-left: 0 !important;
}

.w-auto {
  width: auto !important;
}

.shadow {
  box-shadow: 0 0 12px rgba(58, 51, 46, 0.26);
}

.bcg-star {
  background: url("../assets/images/tools/item1-star.png") 50% no-repeat;
}

.bcg-znak {
  background: url("../assets/images/tools/item2-znak.png") 50% no-repeat;
}

.bcg-cow {
  background: url("../assets/images/tools/item3-cow.png") 50% no-repeat;
}

.bcg-dog {
  background: url("../assets/images/tools/item4-dog.png") 50% no-repeat;
}

.bcg-block {
  width: 50%;
  height: 240px;
  border: 1px solid #000000;
  background-size: auto 90% !important;
}

.relative {
  position: relative;
}

td.disabled {
  background: #323232 !important;
}

.framework-black-line {
  width: 100%;
  height: 147px;
  background: #333333;
}

.lean-bp-print-dotted {
  position: relative;
}

.lean-bp-print-dotted:after {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 12px;
  left: 9px;
  width: 1px;
  border-left: 1px dotted;
}

.lean-bp-print-dotted-child {
  position: relative;
  margin-left: 30px;
}

.lean-bp-print-dotted-child:before {
  content: "";
  position: absolute;
  top: 22px;
  left: -19px;
  width: 17px;
  border-top: 1px dotted;
}

.sl-icon-arrow-right.show-trigger {
  transition: 0.2s;
  transform: rotate(0deg);
}

.sl-icon-arrow-right.show-trigger.active {
  display: inline-block;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transform: rotate(90deg);
}

.edu .left-side {
  width: 475px;
}

.edu .dashboard-nav {
  margin-top: -10px;
}

.edu .dashboard-nav-inner {
  bottom: 70px;
}

@media (min-width: 1239px) {
  .dashboard .edu-logo a img {
    max-height: 65px !important;
  }
}

@media (max-width: 1239px) {
  .dashboard #logo.edu-logo a {
    width: 180px !important;
  }
  .dashboard #logo.edu-logo a img {
    left: unset !important;
    height: unset;
    margin-top: -10px;
  }
  .edu #navigation.style-1 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1365px) {
  .dashboard .edu-logo {
    margin: 0 !important;
  }
}

@media (max-width: 1240px) {
  .edu #navigation.style-1 {
    padding-top: 15px !important;
  }
}

@media (max-width: 575.98px) {
  .dashboard #logo.edu-logo a img {
    top: unset !important;
  }
}

.float-none {
  float: none !important;
}

.funnel-item {
  position: relative;
  width: 100%;
  padding-bottom: 1px;
  flex-grow: 1;
}

.funnel-item-title {
  position: absolute;
  z-index: 2;
  right: 244px;
  overflow: hidden;
  width: 100%;
  color: #000000;
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.funnel-item-leads {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000000;
  font-size: 8px;
  text-align: center;
}

.funnel-wrapper {
  position: relative;
  overflow: hidden;
}

.funnel-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 180px;
  padding-left: calc(100% - 250px);
  flex-wrap: nowrap;
}

.funnel-wrapper .funnel-container:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 143px;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 223px 0 0 136px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.funnel-wrapper .funnel-container:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 223px 136px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.funnel-small .funnel-container {
  height: 80px;
  padding-left: calc(100% - 150px);
}

.funnel-small .funnel-item {
  min-height: 16px;
}

.funnel-small .funnel-item-title {
  font-size: 10px;
  line-height: 16px;
}

.funnel-small .funnel-item-leads {
  font-size: 6px;
  line-height: 13px;
}

.funnel-small .funnel-item-title {
  left: -100%;
  width: 100%;
}

.funnel-small.funnel-wrapper .funnel-container:before {
  right: 92px;
  border-width: 120px 0 0 78px;
}

.funnel-small.funnel-wrapper .funnel-container:after {
  right: 10px;
  border-width: 0 0 120px 78px;
}

.funnel-item-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.magic-triangle i.glyphicon {
  padding-right: 30px;
  color: orange;
  font-size: 20em;
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .magic-triangle i.glyphicon {
    padding: 30px;
    font-size: 16em;
  }
}

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

.magic-triangle-link {
  position: absolute;
  margin: auto;
}

.magic-triangle-clients {
  top: 20px;
  right: 0;
  left: 0;
}

.magic-triangle-products {
  bottom: -15px;
  left: 27%;
  width: 100px;
  text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .magic-triangle-products {
    left: 20%;
  }
}

@media screen and (max-width: 767px) {
  .magic-triangle-products {
    left: 20px;
  }
}

.magic-triangle-usp {
  bottom: 68px;
  left: 6px;
  width: 100%;
  text-align: center;
}

.magic-triangle-vp {
  top: 133px;
  right: 50%;
  left: 34%;
  width: 170px;
  margin: auto;
  transform: rotate(301deg);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .magic-triangle-vp {
    left: 70px;
  }
}

.magic-triangle-competition {
  right: 27%;
  bottom: 8px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .magic-triangle-competition {
    right: 20%;
  }
}

@media screen and (max-width: 767px) {
  .magic-triangle-competition {
    right: 20px;
  }
}

.value-proposition-left a,
.value-proposition-right a {
  color: white;
}

.value-proposition-left {
  position: absolute;
  float: left;
  width: 220px;
  height: 220px;
  margin-right: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: #409e0e;
}

@media screen and (max-width: 767px) {
  .value-proposition-left {
    width: 140px;
    height: 140px;
  }
}

.value-proposition .arrow-right {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -40px;
  bottom: 0;
  height: 40px;
  margin: auto;
  color: #409e0e;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .value-proposition .arrow-right {
    right: -24px;
  }
}

.vp-why-customers-will-by-us {
  overflow: hidden;
  width: calc(100% - 20px);
  height: 74px;
  margin: 0 10px;
  color: white;
  line-height: 18px;
}

.value-proposition .arrow-left {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -40px;
  height: 40px;
  margin: auto;
  color: #1b5e86;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .value-proposition .arrow-left {
    left: -24px;
  }
}

.value-proposition-right {
  position: relative;
  z-index: 1;
  float: right;
  width: 220px;
  height: 220px;
  margin-left: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #1b5e86;
}

@media screen and (min-width: 1199px) and (max-width: 1366px) {
  .value-proposition-right {
    left: 124px;
  }
}

@media screen and (max-width: 767px) {
  .value-proposition-right {
    width: 140px;
    height: 140px;
  }
}

.value-top {
  height: 110px;
  border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .value-top {
    height: 70px;
  }
}

.value-bottom {
  height: 110px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .value-bottom {
    height: 70px;
    padding-bottom: 40px;
    FONT-SIZE: 9px;
  }
}

.proposition-left {
  height: 110px;
  border-bottom: 2px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .proposition-left {
    height: 70px;
  }
}

.proposition-right {
  height: 110px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .proposition-right {
    height: 70px;
    padding-bottom: 40px;
    FONT-SIZE: 9px;
  }
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.usp .col-md-4 {
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: center;
}

.usp .differentiation i {
  position: absolute;
  display: block;
  color: #f16521;
  font-size: 100px;
  transform: scaleX(1.5);
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .usp .differentiation i {
    top: 11px;
    font-size: 80px;
  }
}

.list-3.orange-color li:before {
  color: #f16521 !important;
}

i.orange-color {
  color: #f16521 !important;
}

.usp .usp-middle-title {
  font-size: 14px;
}

.usp .usp-lower-value i {
  position: absolute;
  display: block;
  color: #f16521;
  font-size: 100px;
  transform: scaleX(1.5);
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .usp .usp-lower-value i {
    top: 12px;
    left: 24px;
    font-size: 80px;
  }
}

.usp .usp-higher-value i {
  position: absolute;
  display: block;
  color: #f16521;
  font-size: 100px;
  transform: scaleX(1.5);
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .usp .usp-higher-value i {
    top: 12px;
    left: 15px;
    font-size: 80px;
  }
}

.usp .differentiation small {
  position: relative;
  z-index: 2;
  color: white;
}

.usp .usp-lower-value small {
  position: relative;
  z-index: 2;
  padding-left: 14px;
  color: white;
}

.usp .usp-higher-value small {
  position: relative;
  z-index: 2;
  padding-left: 14px;
  color: white;
}

.usp .usp-lower-value {
  position: relative;
  z-index: 2;
  top: 21px;
  left: -44px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .usp .usp-lower-value {
    position: relative;
    top: -7px;
    left: -46px;
    transform: rotate(56deg);
  }
}

.usp .usp-higher-value {
  position: relative;
  z-index: 2;
  top: 23px;
  left: 55px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1199px) and (max-width: 1366px) {
  .usp .usp-higher-value {
    top: 21px;
    left: 48px;
  }
}

@media screen and (max-width: 767px) {
  .usp .usp-higher-value {
    top: 0;
    left: 45px;
    transform: rotate(-56deg);
  }
}

.usp .differentiation {
  z-index: 2;
}

.usp .vertex {
  color: #ffffff;
  border-radius: 50%;
  background: #f7a12b;
}

.usp .vertex a {
  color: #ffffff;
}

.flex-center-right {
  justify-content: right !important;
}

.flex-center-left {
  justify-content: left !important;
}

.gl-pd-thumb {
  height: 170px;
  margin: 14px 14px;
  line-height: 170px;
  text-align: center;
  border: 1px solid lightgray;
  border-radius: 2px;
  background: white;
}

.gl-pd-save-js {
  background: white;
}

.pd-slide-full {
  position: relative;
  height: 500px;
  margin: 20px;
  margin-left: 0;
  padding: 40px;
  border: 1px solid lightgray;
  background: #ffffff;
}

.pd-slide-main-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  margin: auto !important;
  text-align: center;
  border: none !important;
}

.pd-slide-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #000000;
  font-size: 30px;
  border-bottom: 1px solid #000000;
}

.dashboard-list-box .pd-slide-full ul li {
  margin-left: 0;
  padding: 5px 30px;
  border-bottom: none;
}

.persona-block {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  padding: 20px 15px;
  cursor: move;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

.persona-block i {
  color: lightgray;
}

.persona-block .js-data-modal {
  position: absolute;
  top: 5px;
  right: 5px;
}

.tag {
  float: left;
  margin-right: 10px;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 40px;
  background: #f7a12b;
}

.persona-block .irs-disabled {
  opacity: 0.9;
}

.persona-block .irs {
  height: 20px;
}

.persona-block .irs-bar,
.persona-block .irs-bar-edge,
.persona-block .irs-line {
  top: 5px;
}

.persona-block .irs-slider {
  top: 2px;
}

.js-persona-remove-bar {
  position: absolute;
  top: 25px;
}

.competitor-column-title {
  float: left;
  width: 20%;
}

.competitor-column {
  position: relative;
  float: left;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .competitor-column select {
    padding: 1px;
  }
}

@media screen and (max-width: 767px) {
  .competitor-title-row .competitor-column {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .rotate-270 {
    position: absolute;
    top: 0;
    left: -30px;
    display: inline-block;
    width: 100px;
    transform: rotate(270deg);
  }
}

.position-top-13 {
  position: relative;
  top: 13px;
}

@media screen and (max-width: 767px) {
  .js-support-modal.contact-us {
    display: none;
  }
}

.pestel textarea {
  min-height: 600px;
}

.pestel .table > tbody > tr > td {
  border: 2px solid #ffffff;
}

:not(.hide-editable) [contenteditable="true"] {
  /*background: url(../assets/images/lines.png) repeat!important;*/
  border: 1px dashed #787878;
  box-shadow: inset 10px 10px 50px #ebebeb;
}

/* Background */
.bg-blue {
  background: #eef7fb !important;
}

.bg-brown {
  background: #f4ebe4 !important;
}

.bg-green {
  background: #eef7ea !important;
}

.bg-grey {
  background: #f9f9f9 !important;
}

.bg-orange {
  background: #f7eae2 !important;
}

.orange-color {
  color: #f7a12b !important;
}

.bg-pink {
  background: #f9eff5 !important;
}

.bg-red {
  background: #f9f0f0 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-yellow {
  background: #fcf8e3 !important;
}

.market-analysis td {
  padding: 0 !important;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .market-analysis td {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .market-analysis img {
    max-width: 20px;
  }
}

.market-analysis textarea,
.pestel textarea,
.swot textarea {
  padding: 5px 10px !important;
  border: none !important;
}

.pestel textarea {
  background: transparent;
}

.pestel textarea.label-green {
  background-color: transparent;
  background-image: url(/assets/images/ball-loader.gif);
  background-repeat: no-repeat;
  background-position: 99% 50%;
}

.borderless {
  border: none !important;
}

.list-1 li {
  display: block !important;
}

input[disabled],
input[readonly],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  opacity: 1;
  background-color: #eeeeee;
}

.js-data-modal.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.wrapper-image .premium-label {
  position: absolute;
  top: -5px;
  right: 20px;
  padding: 5px;
  color: orange;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.datepicker.datepicker-dropdown {
  max-width: 300px;
}

.sl-icon-note.none {
  display: inline-block !important;
}

.plan.first-plan {
  transform: translateY(-46px);
}

.plan:first-child {
  border-radius: 4px 4px 4px 4px !important;
}

.plan.second-plan:not(.featured) {
  transform: translateY(-23px);
  border-radius: 0 4px 4px 0 !important;
}

.plan.featured .plan-features {
  border-radius: 0 0 4px 4px !important;
}

.plan.featured {
  transform: translateY(0px);
}

.plan-inactive .plan-price {
  color: #ffffff;
  background-color: #6b0c00 !important;
}

a.disabled,
.project.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

#logo img {
  width: 85%;
}

.right-side {
  width: auto;
}

.headline.headline-aligned-to-center.headline-with-subtitle span:after {
  top: 55px;
  right: 0;
  left: 0;
}

.headline.headline-box span:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  background: #f7a12b;
}

.headline.headline-with-subtitle.headline-extra-spacing span {
  margin-top: 17px;
  padding-top: 17px;
}

.headline.headline-extra-spacing span {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  text-align: center;
}

.elementor-widget-container {
  position: relative;
}

.left-side *,
.conformation-bell .dropdown-menu * {
  width: 100%;
}

.modal .role-checkbox {
  position: relative;
  top: 5px;
  display: inline;
  width: 20px;
  height: 20px;
  height: 20px;
  margin-top: 10px;
  outline: none;
  box-shadow: none;
}

.add-persona-section i {
  color: #f7a12b;
  font-size: 32px;
}

.add-persona-section .persona-section-select a {
  display: block;
}

.persona-block-image {
  padding: 0 !important;
}

.black-color {
  color: #707070 !important;
}

.show-less {
  overflow: hidden;
  height: 200px;
  column-width: 350px;
}

.display-block {
  display: block;
}

.mmenu-trigger {
  background: transparent !important;
}

h1 i.sl {
  position: relative;
  top: 3px;
  left: 3px;
}

.seven-key-redirect {
  color: #f7a12b;
  padding-left: 30px;
  font-size: 12px;
  display: none;
  transition: 0.5s;
  opacity: 0;
}

.redirect-to-7-key-parent:hover .seven-key-redirect {
  display: inline-block;
  opacity: 1.0;
}

.highlight {
  background: rgba(246, 241, 0, 0.2) !important;
}

.highlight li {
  background: rgba(246, 241, 0, 0.2) !important;
}

/*# sourceMappingURL=lean.css.map */
