/*!
 * Bootstrap v3.3.5 (https://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  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"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*@import "bootstrap/print";
@import "bootstrap/glyphicons";*/
/*@import "bootstrap/scaffolding";*/
/*@import "bootstrap/type";*/
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*@import "bootstrap/tables";
@import "bootstrap/forms";
@import "bootstrap/buttons";*/
/*@import "bootstrap/component-animations";
@import "bootstrap/dropdowns";
@import "bootstrap/button-groups";
@import "bootstrap/input-groups";
@import "bootstrap/navs";
@import "bootstrap/navbar";
@import "bootstrap/breadcrumbs";
@import "bootstrap/pagination";
@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/*@import "bootstrap/close";*/
/*@import "bootstrap/modals";
@import "bootstrap/tooltip";
@import "bootstrap/popovers";
@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-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;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignleft, .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.paginations .load-more-post {
  display: inline-block;
  padding: 5px 60px;
  line-height: 1.3;
  background: #C9C9C9;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.ae-item {
  transition: opacity 1.5s ease-in;
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
}

.ae-item.fade-out {
  opacity: 0;
}

.ae-item.fade-in {
  opacity: 1;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@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;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  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;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.paginations .load-more-post {
  display: inline-block;
  padding: 6px 60px;
  line-height: 1.3;
  background: #bdc3c7;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  border: none;
}

.paginations .load-more-post:hover {
  background: #729bbb;
}

.paginations .load-more-post:hover::after {
  background: #7ab2dd;
}

.ae-item {
  transition: opacity 1.5s ease-in;
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  -o-transition: opacity 1.5s ease-in;
}

.ae-item.fade-out {
  opacity: 0;
}

.ae-item.fade-in {
  opacity: 1;
}

/*
 * Style tweaks
 * --------------------------------------------------
 */

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html, button, input, select, textarea {
  color: #5d5f5e;
}

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Arimo, Open Sans', sans-serif;
  color: #5d5f5e;
  background: #ecf0f1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

select {
  min-height: 25px;
  border: 1px solid #d4d8d8;
  color: #bdc3c7;
}

.marsk-black {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.modal-dialog {
  margin-top: 7%;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

/* ==========================================================================
   Preloading style
   ========================================================================== */
.mask-color {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #1b83d3;
}

#preview-area {
  width: 200px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 60px;
  right: 0;
  margin: auto auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  z-index: 9999999;
}

.spinner {
  margin: 20px 0 auto;
  width: 200px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ==========================================================================
   Default style
========================================================================== */
.full-width {
  width: 100% !important;
}

.no-mg {
  margin: 0px !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.align-center {
  text-align: center !important;
}

/* ==========================================================================
   Header style
   ========================================================================== */
#header-wrapper {
  position: fixed;
  transition: all 0.4s ease;
  z-index: 1000;
}

#header-wrapper.sticky-scroll {
  top: 0;
}

#header-wrapper.sticky {
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

body.admin-bar #header-wrapper.sticky-scroll {
  top: 28px;
}

#header-wrapper.sticky .option-search-form-wrapper {
  z-index: 99;
}

#header-wrapper.sticky .option-search-form-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

#sticky-holder {
  transition: all 0.4s ease;
  min-height: 80px;
}

.loading-blur {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.loading-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: url("../img/loading.gif") center center no-repeat;
}

.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.5;
  background: #ffffff;
}

header {
  width: 100%;
  min-height: 80px;
  display: block;
  background: #FFF;
}

#menu-top {
  width: 100%;
  min-height: 60px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99;
}

ul.top-menu, ul.top-menu-right {
  float: left;
}

ul.top-menu li, ul.top-menu-right > li {
  display: inline-block;
  border-right: 1px solid #cfd4d9;
  min-height: 60px;
  vertical-align: middle;
  position: relative;
}

ul.top-menu-right > li.top-avatar img {
  width: 60px;
  height: 60px;
}

ul.top-menu li .menu-btn {
  width: 60px;
  text-align: center;
  color: #5f6f81;
  font-size: 24px;
  display: block;
}

ul.top-menu li .menu-btn i {
  line-height: 2.5;
}

ul.top-menu li .menu-btn:hover, .menu-btn.gn-icon-menu.gn-selected {
  background: #1c84d4;
}

ul.top-menu li .menu-btn:hover i, .menu-btn.gn-icon-menu.gn-selected i {
  color: #fff;
}

ul.top-menu li a.logo {
  padding: 0 20px;
  text-align: center;
  display: block;
  line-height: 4.2;
}

a.logo img {
  max-height: 55px;
}

ul.top-menu li ul.top-info li {
  border: none;
  margin: 0px 0px 0px 20px;
  font-size: 14px;
  line-height: 78px;
}

ul.top-menu li ul.top-info li i {
  margin-right: 10px;
}

ul.top-menu li:last-child {
  border: none;
}

ul.top-menu-right {
  float: right;
}

ul.top-menu-right > li:first-child {
  border-left: 1px solid #cfd4d9;
}

ul.top-menu-right > li:last-child {
  border-right: none;
}

ul.top-menu-right > li {
  float: left;
}

/*ul.top-menu-right li.top-search {
	padding: 0 10px;
}*/
ul.top-menu-right li.top-search:hover, ul.top-menu-right li.top-search.active {
  background: #1c84d4;
}

ul.top-menu-right li.top-search:hover a i, ul.top-menu-right li.top-search.active a i {
  color: #fff;
}

ul.top-menu-right li.top-search a {
  line-height: 4.2;
  min-width: 60px;
  display: block;
  text-align: center;
}

ul.top-menu-right li.top-search a i {
  font-size: 18px;
  color: #5f6f81;
}

ul.top-menu-right > li.top-user {
  min-width: 169px;
  text-align: center;
}

ul.top-menu-right > li.top-user > a {
  line-height: 4.2;
  display: block;
  text-decoration: none;
  color: #5f6f81;
  font-weight: 700;
}

ul.top-menu-right > li.top-user:hover, ul.top-menu-right > li.top-user.open {
  background: #1c84d4;
  color: #fff;
}

ul.top-menu-right > li.top-user > a:hover, ul.top-menu-right > li.top-user.open > a {
  color: #fff;
}

ul.top-menu-right > li.top-user .dropdown-menu {
  min-width: 170px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

ul.top-menu-right > li .caret {
  margin-top: -5px;
  margin-left: 15px;
}

ul.top-menu-right > li .dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
}

ul.top-menu-right > li .dropdown-menu li:last-child {
  border-bottom: none;
}

ul.top-menu-right > li .dropdown-menu li a {
  padding: 10px 20px;
}

ul.top-menu-right > li .dropdown-menu li a i {
  margin-right: 15px;
}

ul.top-menu-right > li .dropdown-menu li a:hover {
  background: #5f6f81;
  color: #fff;
}

ul.top-menu-right li.non-login {
  min-width: 130px;
  text-align: center;
}

ul.top-menu-right li.non-login {
  line-height: 4.288;
  display: block;
  font-weight: bold;
}

/* ==========================================================================
   Option Top Search Style
   ========================================================================== */
.option-search-form-wrapper {
  background: #ecf0f1;
  width: 100%;
  padding: 50px 0;
  position: absolute;
  z-index: 9999;
  display: none;
}

.option-search.left .error .fa-exclamation-triangle {
  position: absolute;
  top: 10px;
  right: 25px;
}

.option-search li {
  margin-bottom: 50px;
}

.option-search.left > li {
  text-align: right;
  margin-bottom: 30px;
}

.option-search .chosen-results li {
  text-align: left;
}

.option-search li span {
  display: inline-block;
  margin-right: 55px;
  vertical-align: middle;
  color: #5f6f81;
  font-size: 14px;
}

.option-search.right li span {
  min-width: 75px;
  margin-right: 30px;
}

.option-search.right li span.text-desc {
  margin-left: 10px;
}

.option-search.right input[type="submit"] {
  background-color: #ffc500;
  color: #5f6f81;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 45px;
  display: block;
  border: none;
  box-shadow: none;
  float: right;
  margin-right: 110px;
}

.option-search.right li:last-child {
  margin-bottom: 0;
}

.option-search.right input[type="submit"]:hover {
  opacity: .8;
}

input.option-search-textfield, .option-search .chosen-container-single .chosen-single {
  min-width: 270px;
  font-size: 12px;
  padding: 9px;
  background-color: #f4f6f7;
  color: #5f6f81;
  border: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}

.option-search .chosen-container-single .chosen-single span {
  text-align: left;
  font-size: 13px;
}

.option-search .chosen-container .chosen-single div {
  top: 10px;
  right: 10px;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider-ranger {
  width: 250px;
}

.slider.slider-horizontal {
  width: 250px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 7px;
  width: 100%;
  margin-top: -3px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -3px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #bdc3c7;
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-color: #1c84d4;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

/*
 * Google Map style
 * --------------------------------------------------
 */
.google-map-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

#map-top-wrapper, #single-place-cover {
  width: 100%;
  min-height: 500px;
  position: relative;
}

.widget-wrapper #map-top-wrapper {
  min-height: 300px;
}

.map-labels {
  font-size: 13px;
  text-align: center;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  background: #FFF;
}

.google-map-wrapper .pop-up-video {
  width: 300px;
  height: 250px;
  background-color: #efefef;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: absolute;
  z-index: 90;
  top: 18%;
  right: 5%;
}

.google-map-wrapper .pop-up-video.left {
  left: 5%;
}

.google-map-wrapper .pop-up-video .video-wrapper {
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

.google-map-wrapper .pop-up-video .title-video {
  color: #636f80;
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  line-height: 1.4;
}

.google-map-wrapper .mark-wrapper {
  position: relative;
  display: block;
}

.google-map-wrapper .mark-video {
  width: 100%;
  height: 200px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
}

/*
 * Bar Post Places style
 * --------------------------------------------------
 */
#bar-post-place-wrapper {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  min-height: 60px;
}

.notfound-title, .top-title-post-place {
  margin: 18px 0;
  font-weight: 300;
  margin: 0;
  line-height: 50px;
}

.notfound-title {
  font-size: 22px;
}

.notfound {
  background-color: #FFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 30px 50px;
  max-width: 1140px;
  margin: 0 auto;
  list-style: none;
}

.btn-post-place {
  background-color: #1b83d3;
  color: #fff;
  font-size: 18px;
  padding: 11px 0;
  font-weight: 700;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 12px 0;
  width: 100%;
  display: block;
  font-weight: 600;
  white-space: normal;
  word-wrap: break-word;
}

.btn-post-place i {
  margin-right: 10px;
  font-size: 18px;
}

.btn-post-place:hover {
  color: #fff;
  opacity: .8;
}

/*
 * Page Post Places style
 * --------------------------------------------------
 */
.post-place-warpper {
  display: block;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-top: 25px;
}

.term-of-use {
  padding: 10px 0;
  font-style: italic;
  font-size: 12px;
}

.user_payment_status, #blog-page .col-md-3 .widget_text {
  background: #F4F6F5;
  padding: 25px;
  position: relative;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 35px;
}

.step-wrapper.complete a span, .step-wrapper.complete .step-heading i.fa-caret-right, .step-wrapper.complete .step-heading i.fa-caret-down {
  color: #19bb9b;
}

.step-heading {
  display: block;
  border-bottom: 1px solid #ecf0f1;
  position: relative;
}

.step-heading .number-step {
  border-right: 1px solid #ecf0f1;
  font-size: 18px;
  color: #5d605f;
  font-weight: 300;
  width: 45px;
  min-height: 45px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  line-height: 2.5;
}

.step-heading .text-heading-step {
  color: #5d605f;
  font-size: 14px;
}

.step-wrapper.complete .step-heading .text-heading-step, .step-wrapper.complete .step-heading .number-step {
  color: #729bbb;
}

.step-heading i.fa-caret-right, .step-heading i.fa-caret-down {
  position: absolute;
  color: #5d605f;
  font-size: 14px;
  right: 15px;
  top: 16px;
}

.step-content-wrapper {
  display: block;
}

.step-content-wrapper .list-price li, .step-content-wrapper .list-form-login > li {
  display: block;
  padding: 30px 25px;
  border-bottom: 1px solid #ecf0f1;
}

.step-content-wrapper .list-form-login > li .title-plan {
  width: 100%;
}

.step-content-wrapper .list-form-login .col-md-8.error {
  position: relative;
}

.step-content-wrapper .list-form-login .fa-exclamation-triangle {
  position: absolute;
  top: 15px;
  right: 55px;
}

.step-content-wrapper .list-form-login .message {
  text-align: right;
  padding-right: 5%;
}

.step-content-wrapper .list-price li.selected {
  background: #EAF6FD;
}

.step-content-wrapper .list-price li .price {
  color: #c04f31;
  font-size: 27px;
  font-weight: 300;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  min-width: 45px;
}

.step-content-wrapper .title-plan {
  color: #5f6f81;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.step-content-wrapper .title-plan span {
  color: #5f6f81;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-transform: none;
}

.step-content-wrapper .title-plan span p {
  margin: 0;
}

.step-content-wrapper .list-price li .btn.btn-submit-price-plan, .btn.btn-submit-login-form {
  display: inline-block;
  /* float: right; */
  vertical-align: middle;
  background-color: #297fb9;
  padding: 5px 25px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  font-size: 12px;
}

.btn.btn-submit-login-form {
  float: none;
}

.step-content-wrapper .list-price li .btn.btn-submit-price-plan:hover, .btn.btn-submit-login-form:hover {
  opacity: .8;
}

.step-content-wrapper .list-form-login input.text-field {
  width: 95%;
  padding: 10px;
  border: 1px solid #e5e7e9;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-clip: padding-box;
  background-color: #fff;
}

.wp-editor-wrap {
  width: 100%;
  border: 1px solid #E5E7E9;
}

#carousel_container .plupload.html5,
#p18hoq1i5n1i58n3f1i2m10s0lo60_html5_container,
#carousel_container .plupload.flash,
#carousel_container .moxie-shim,
#carousel_container .moxie-shim-html5 {
  height: 75px !important;
  width: 80px !important;
  left: 0px !important;
  z-index: 100;
}

/*
 * Places style
 * --------------------------------------------------
 */
.filter-wrapper {
  margin: 20px 0 20px;
  overflow: hidden;
}

.title-filter, .filter-wrapper .widgettitle {
  color: #5d5f5e;
  font-size: 18px;
  display: block;
  float: left;
  margin: 0;
  line-height: 1.3;
}

h2.widgettitle {
  color: #5d5f5e;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 20px;
}

.vc_col-md-12 .block-posts > .container-fluid {
  float: left;
}

.vc_col-md-12 .block-posts > .container-fluid > .bstitle {
  margin-top: 12px;
  margin-bottom: 32px;
}

.vc_col-md-12 .block-posts > .filter-wrapper {
  float: right;
}

.col-md-3 .col-md-4.review-item {
  width: 100%;
}

.list-option-filter {
  display: inline-block;
  /* float: right; */
  vertical-align: middle;
}

.list-option-filter li {
  display: inline-block;
  margin-left: 5px;
}

.list-option-filter li span.title {
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}

.list-option-filter li .chosen-container .chosen-search {
  display: none;
}

.list-option-filter select {
  min-height: 25px;
  border: 1px solid #d4d8d8;
  color: #bdc3c7;
  max-width: 120px;
}

.list-option-filter .sort-rates-lastest a.sort-icon {
  color: #bdc3c7;
}

.list-option-filter .icon-list-view .icon-view {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.list-option-filter .icon-list-view .icon-view:first-child {
  margin-left: 0;
}

.list-option-filter .icon-list-view .icon-view.active i, .list-option-filter .icon-list-view .icon-view:hover i, .list-option-filter .sort-rates-lastest a.sort-icon.active, .list-option-filter .sort-rates-lastest a.sort-icon:hover {
  color: #479edc;
}

.list-option-filter .icon-list-view .icon-view i {
  font-size: 20px;
  color: #bdc3c7;
}

#list-places-wrapper {
  margin-top: 30px;
}

.list-places {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clear-list-places {
  display: block;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
}

.list-places li {
  margin-bottom: 30px;
}

.list-places .place-wrapper {
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.list-places .place-wrapper .img-place {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
}

.infowindow {
  height: 80px;
}

.jobs-wrapper .infowindow {
  border-bottom: 1px solid #ccc;
}

.infowindow .img-place img, .list-places .place-wrapper .img-place img {
  width: 100%;
  transition: all 2.75s cubic-bezier(0, 0.83, 0.17, 1);
}

.infowindow .img-place img {
  height: 80px !important;
}

.widget-features-wrapper .place-wrapper .img-place img {
  height: 70px;
}

.infowindow .img-place .ribbon, .list-places .place-wrapper .img-place .ribbon {
  position: absolute;
  background: #eb5256;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  bottom: 20px;
  z-index: 11;
  display: block;
  line-height: 1.3;
}

.infowindow .img-place .ribbon {
  line-height: 1.4;
}

.infowindow .img-place .ribbon:after, .list-places .place-wrapper .img-place .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  border: 15px solid #eb5256;
  z-index: -1;
  bottom: 0;
}

.infowindow .img-place .ribbon:after, .list-places .place-wrapper .img-place .ribbon:after {
  right: -15px;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.infowindow .img-place .ribbon-content, .list-places .place-wrapper .img-place .ribbon-content {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 120px;
  line-height: 20px;
}

.list-places .place-wrapper .place-detail-wrapper {
  padding: 15px;
  display: block;
  background-color: #fff;
}

.place-detail-wrapper .card_bottom_right {
  text-align: right;
  padding: 0;
}

.infowindow h2.title-place, .list-places .place-wrapper .place-detail-wrapper h2.title-place {
  margin: 0 0 5px;
  color: #434b63;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}

.infowindow h2.title-place {
  padding-top: 10px;
}

.widget-features-wrapper .place-wrapper .place-detail-wrapper h2.title-place {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.infowindow h2.title-place a, .list-places .place-wrapper .place-detail-wrapper h2.title-place a {
  color: #434b63;
  font-size: 16px;
}

.infowindow h2.title-place a:hover, .list-places .place-wrapper .place-detail-wrapper h2.title-place a:hover {
  color: #479edc;
}

.infowindow span.address-place, .list-places .place-wrapper .place-detail-wrapper span.address-place {
  color: #6f7d95;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

footer .list-places .place-wrapper .place-detail-wrapper span.address-place {
  margin-bottom: 0px;
}

.list-places .place-wrapper .place-detail-wrapper span.address-place i {
  display: inline-block;
  margin-right: 5px;
}

.list-places .place-wrapper .place-detail-wrapper .rate-it li {
  display: inline-block;
}

.list-places .place-wrapper .place-detail-wrapper .rate-it li i {
  color: #ecf0f1;
  cursor: pointer;
}

.list-places .place-wrapper .place-detail-wrapper .rate-it li.active i {
  color: #f1c40f;
}

.list-places .place-wrapper .place-detail-wrapper .content-place {
  color: #5f6f81;
  font-size: 14px;
  display: none;
}

.clear-pdr {
  padding-right: 0px;
}

/**
 * raty css for rating
*/
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  color: #F1C40F;
}

.star-off-png {
  color: #5d5d5d;
}

/*
// raty css
*/
/**List view style fullwidth**/
.list-places.fullwidth > li {
  min-height: 150px;
}

.clear-list-places.fullwidth > li {
  min-height: auto;
}

.infowindow .img-place, .list-places.fullwidth .place-wrapper .img-place {
  width: 200px;
  max-height: 150px;
  float: left;
  /*overflow: hidden;*/
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper {
  overflow: hidden;
  height: 150px;
  padding: 25px 20px;
  position: relative;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper h2.title-place a {
  color: #434b63;
  font-size: 18px;
  font-weight: 700;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper .rate-it {
  position: absolute;
  right: 20px;
  top: 20px;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper h2.title-place {
  width: 75%;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper .content-place {
  display: block;
}

/*
 * Edit place style
 * --------------------------------------------------
 */
.single-place-control li a {
  padding: 5px 20px;
}

.single-place-control li a i {
  margin-right: 5px;
}

.edit-place-option {
  position: absolute;
  top: 29.4%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 11;
}

.edit-place-option.fullwidth {
  right: inherit;
  bottom: 0;
}

.edit-place-option li {
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transition: all 0.5s cubic-bezier(0, 0.83, 0.17, 1);
}

.single-place-control a.reject,
.edit-place-option a.reject,
.edit-place-option a.pending,
.edit-event-option a.pending {
  color: #e64b3b;
}

.single-place-control a.approve,
.edit-place-option a.approve,
.edit-place-option a.publish,
.edit-event-option a.approve,
.edit-event-option a.publish {
  color: #19bb9b;
}

.edit-place-option a.paid-status {
  color: #E87863;
}

.single-place-control a.archive,
.edit-place-option a.archive,
.edit-event-option a.archive,
.edit-place-option a.edit {
  color: #da9d3c;
}

.edit-place-option a.edit:hover i,
.edit-place-option a.archive:hover i {
  color: #FFF;
}

.single-place-control a.edit {
  color: #3989cb;
}

.single-place-control a.status,
.edit-place-option a.status {
  color: #3989cb;
}

.in-author .edit-place-option {
  right: 0;
}

.edit-place-option li {
  display: inline-block;
  margin: 0 10px;
}

.edit-place-option li a {
  color: #da9d3c;
}

.edit-place-option li a i:hover {
  color: #FFF;
}

.edit-place-option li a i {
  font-size: 22px;
}

.list-places .place-wrapper:hover .edit-place-option li {
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

.list-places.fullwidth .place-wrapper.fullwidth .edit-place-option {
  width: 213px;
}

.list-places.fullwidth .edit-place-option {
  right: inherit;
  width: 263px;
  top: 45%;
}

/*
 * Comment Form style
 * --------------------------------------------------
 */
.comments {
  overflow: hidden;
}

.comments #reply-title {
  color: #333434;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
}

.comments .media-body {
  margin-bottom: 30px;
}

.comments .avatar-comment {
  float: left;
  margin-right: 20px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  margin: 15px 0;
  display: block;
  clear: both;
}

/* .comment-form input {
	min-width: 270px;
	padding: 10px;
	border: 1px solid #e5e7e9;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 10px;
	width: 83%;
}
 */
.comment-form label {
  color: #6b6d6e;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  width: 16%;
}

.comment-form .form-item {
  font-size: 0;
}

.comment-form .form-item .input {
  width: 84%;
  display: inline-block;
  vertical-align: top;
}

.comment-form textarea {
  padding: 10px;
  border: 1px solid #e5e7e9;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: top;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.comment-form .rate .rating-it {
  display: inline-block;
  margin-left: 10px;
}

.form-item {
  margin-top: 20px;
}

.multi-rating-comment-respond {
  padding: 0;
}

.multi-rating-place-wrapper ul.multi-rating-place-criteria li {
  color: #5d5f5e;
}

.review-wrapper .media-list > .media {
  border: none !important;
}

/*
 * Places Review style
 * --------------------------------------------------
 */

#reviews-list-wrapper {
  margin-top:30px;
}


.list-place-review li {
  margin-bottom: 30px;
}

.list-place-review li.notfound {
  margin-bottom: 0;
}

.list-place-review .place-review .place-review-top-wrapper, .list-place-review .place-review .place-review-bottom-wrapper {
  padding: 0 7px;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top {
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e6e9ea;
  border-bottom: none;
  position: relative;
  z-index: 1;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top h2 {
  color: #434b63;
  font-size: 16px;
  margin: 0 0 5px;
  width: 85%;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top h2 a {
  color: #434b63;
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top .address-place {
  color: #434b63;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top .address-place i {
  margin-right: 5px;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top .number-comment {
  position: absolute;
  top: 8px;
  right: 8px;
}

.list-place-review .place-review .place-image-wrapper {
  background-color: #fff;
  padding: 3px;
  display: block;
  position: relative;
  z-index: 0;
  max-height: 170px;
  overflow: hidden;
  margin-top: 0;
  width: 100%;
  height: 170px;
}

.list-place-review .place-review .place-image-wrapper img {
  width: 100%;
}

.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom {
  background: #f4f5f6;
  padding: 10px;
  display: block;
}

.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .name-author {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .quote {
  font-style: normal;
  color: #787878;
  font-size: 0.8em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  -webkit-line-clamp: 2;
  line-height: 16px;
  height: 32px;
  margin-bottom: 0;
}

.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .quote img {
  vertical-align: top;
}

.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .time {
  display: block;
  color: #6f7d95;
  font-size: 12px;
  text-align: right;
}

.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .time i {
  margin-right: 3px;
}

.list-place-review.style-2 .place-image-wrapper, .list-place-review.style-2 .place-review-bottom-wrapper {
  padding: 0;
  position: relative;
}

.list-place-review.style-2 .place-image-wrapper .img {
  width: 70px;
  height: 60px;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.list-place-review.style-2 .place-image-wrapper .number-comment {
  position: absolute;
  bottom: 3px;
  left: 6%;
  background: #3a4b5c;
  padding: 0 3px;
  color: #fff;
  line-height: 1.2;
}

.list-place-review.style-2 .place-review-top {
  display: block;
  overflow: hidden;
  padding-top: 10px;
}

.list-place-review.style-2 .place-review-top h2 {
  color: #434b63;
  font-size: 16px;
  margin: 0 0 5px;
}

.list-place-review.style-2 .place-review-top h2 a {
  color: #434b63;
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.list-place-review.style-2 .place-review-top .address-place {
  color: #434b63;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.list-place-review.style-2 .place-review-top .address-place i {
  margin-right: 5px;
}

.list-place-review.style-2 .place-review .place-review-bottom-wrapper .place-review-bottom .quote {
  margin-bottom: 10px;
}

/*
 * Single place style
 * --------------------------------------------------
 */
.pinned-custom {
  top: 100px !important;
}

#single-place {
  position: relative;
  display: block;
}

#single-place .single-place-wrapper {
  margin-top: -45px;
  margin-bottom: 40px;
  display: block;
}

#single-place .single-place-wrapper.load-more {
  margin-bottom: 40px;
  margin-top: 0px;
}

.list-option-left-wrapper {
  width: 45px;
  float: left;
  margin-left: -15px;
  display: block;
  margin-top: 60px;
}

.list-option-left-wrapper .list-option-left li {
  margin-bottom: 5px;
  display: block;
  position: relative;
}

.list-option-left-wrapper .list-option-left li a {
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
}

.list-option-left-wrapper .list-option-left li a i {
  color: #fff;
  font-size: 14px;
  line-height: 3;
}

.list-option-left-wrapper .list-option-left li a.loved i {
  color: green;
}

.list-option-left .tooltip.right .tooltip-arrow {
  border-right-color: #6d7c8c;
}

.list-option-left .tooltip.top .tooltip-arrow {
  border-top-color: #6d7c8c;
}

.list-option-left .tooltip-inner {
  background: #6d7c8c;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.list-option-left .list-share-social {
  position: absolute;
  display: none;
  top: 0;
  left: 47px;
  /*TRANSISTIONS*/
  transition: all 0.5s ease;
}

.list-option-left .list-share-social.active {
  left: 47px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.list-option-left .list-share-social li {
  display: inline-block;
  margin-right: 2px;
}

.list-option-left .share-social {
  min-width: 200px;
}

.list-option-left .list-share-social li a {
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
}

.list-option-left .list-share-social li a i {
  color: #fff;
  font-size: 14px;
  line-height: 3;
}

.detail-place-right-wrapper {
  width: 95%;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  float: right;
}

.detail-place-right-wrapper .section-detail-wrapper {
  padding: 10px 15px;
  border-bottom: 1px solid #ecf0f1;
}

.detail-place-right-wrapper .section-detail-wrapper .dropdown {
  float: right;
}

.detail-place-right-wrapper .section-detail-wrapper .dropdown .btn {
  padding: 4px 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #1c84d4;
  color: #fff;
  border: none;
}

.detail-place-right-wrapper select#action-user-option {
  min-width: 110px;
  background-color: #1c83d3;
  float: right;
  border: none;
  color: #fff;
}

.detail-place-right-wrapper .info-address-place-wrapper {
  width: 300px;
  min-height: 200px;
  margin-right: 30px;
  float: left;
}

.detail-place-right-wrapper .info-address-place ul li {
  padding: 10px 0;
  display: block;
}

.detail-place-right-wrapper .info-address-place ul li:nth-child(2n) {
  background: #f7f9f9;
}

.detail-place-right-wrapper .info-address-place span {
  color: #6f7d95;
  font-size: 12px;
  display: block;
  padding: 0 15px;
  line-height: 1.7;
}

.detail-place-right-wrapper .info-address-place span i {
  margin-right: 5px;
  display: inline-block;
  width: 15px;
}

.detail-place-right-wrapper .contact-owner-link {
  width: 100%;
  display: block;
  padding: 10px 15px;
  color: #114f7f;
  font-size: 12px;
  text-align: center;
  background-color: #f1c30f;
}

.detail-place-right-wrapper .upgrade-btn:hover {
  opacity: 0.8;
}

.detail-place-right-wrapper .contact-owner-link:hover {
  opacity: .8;
}

.claim-place,
.no-claim {
  color: #FFFFFF;
  background: #1c84d4;
  padding: 8px 15px;
  float: right;
  font-size: 13px;
  width: 124px;
}

.claim-place.approve {
  width: auto;
  background: none;
}

#submit_claim i.fa.fa-exclamation-triangle {
  display: none;
}

.deny-claim {
  background-color: #f1c30f;
  color: #000;
  padding: 8px 30px;
  margin-left: 15px;
}

.claim-place:hover,
.no-claim:hover {
  color: #fff;
}

.deny-claim:hover,
.claim-place:hover {
  opacity: .8;
}

/*.dropdown .claim-place {
	background: transparent;
}*/
.detail-place-right-wrapper .description-place-wrapper {
  width: 445px;
  min-height: 200px;
  /* float: left; */
  display: inline-block;
  vertical-align: middle;
}

.detail-place-right-wrapper .description-place-wrapper h1.title-place {
  color: #434b63;
  font-size: 24px;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.description-place-wrapper .rate-wrapper {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.description-place-wrapper .rate-wrapper .rate-it {
  display: inline-block;
}

.description-place-wrapper .rate-wrapper .number-review {
  font-style: italic;
  margin-left: 10px;
  color: #1c84d4;
  display: inline-block;
  cursor: pointer;
}

.description-place-wrapper .list-gallery {
  text-align: justify;
}

.description-place-wrapper .list-gallery li {
  margin: 0px 15px 20px 0;
  display: inline-block;
  vertical-align: middle;
}

.description-place-wrapper .list-gallery li.last {
  background: #E6E6E6;
  text-align: center;
  vertical-align: middle;
}

.description-place-wrapper .list-gallery li.last a {
  color: #5f6f81;
  padding: 15px 5px;
  font-size: 12px;
}

.description-place-wrapper .list-gallery li.last .carousel-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.description-place-wrapper .list-gallery li:last-child {
  margin-right: 0;
}

.description-place-wrapper .list-gallery li a {
  width: 70px;
  height: 70px;
  display: block;
}

.description-place-wrapper .list-gallery li a:hover {
  opacity: .8;
}

.description-place-wrapper .list-gallery li a img {
  max-width: 100%;
}

.padding-top-bottom-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.big-title-event {
  color: #5d5f5e;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
}

.event-active-wrapper .event-wrapper .img-event {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.event-active-wrapper .event-wrapper .img-event img {
  max-width: 100%;
}

.event-active-wrapper .event-wrapper .title-envent {
  color: #5f6f81;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 90%;
}

.event-active-wrapper .event-wrapper .title-envent.no-title-envent {
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  margin: 21px 0;
}

.edit-event-option {
  display: block;
  float: right;
}

.edit-event-option li {
  padding-right: 5px;
}

.ribbon-event {
  background: #eb5256;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 0 10px;
  z-index: 1;
  line-height: 1.3;
  min-height: 19px;
  display: inline-block;
  margin-left: 10px;
}

.ribbon-event:after {
  content: "";
  border: 10px solid #eb5256;
  z-index: -1;
  top: 0;
}

.ribbon-event:after {
  right: -15px;
  position: absolute;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.ribbon-event-content {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.event-active-wrapper .event-wrapper.content-event {
  color: #434b63;
  font-size: 14px;
}

.event-active-wrapper .event-wrapper time {
  color: #297fb8;
  font-size: 12px;
}

.line-event {
  height: 3px;
  background-color: #ebeff1;
  margin: 30px auto;
}

.event-active-wrapper .view-event-link {
  color: #1b83d3;
  display: block;
  font-size: 18px;
  position: relative;
  line-height: 1;
}

.event-active-wrapper .view-event-link i {
  position: absolute;
  right: 0;
  top: 5%;
}

#event_form .event-close-date, #event_form .event-start-date {
  min-width: 220px;
}

.content-description p,
.comment-text p,
.content-event p {
  line-height: 1.6;
  text-align: justify;
}

.place-meta {
  margin-top: 40px;
}

.place-meta .tag-links a {
  background-color: #1c84d4;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2727272727;
  margin: 2px 4px 2px 10px;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
}

.place-meta .tag-links a:hover {
  background-color: #1c84d4;
  color: #fff;
}

.place-meta .tag-links a:before {
  border-top: 10px solid transparent;
  border-right: 8px solid #1c84d4;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
}

.place-meta .tag-links a:hover:before {
  border-right-color: #1c84d4;
}

.place-meta .tag-links a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px;
}

/*** breadcrum style place ***/
.section-detail-wrapper .breadcrumb {
  width: 80%;
  float: left;
  display: block;
  background: none;
  padding: 0;
  border-left: 4px solid #eb5256;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 1.9;
  padding-left: 10px;
  margin: 0;
}

.section-detail-wrapper .breadcrumb > li + li:before {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #5f6f81;
}

.section-detail-wrapper .breadcrumb > li a {
  color: #5f6f81;
  font-size: 12px;
}

.section-detail-wrapper .breadcrumb > li a i {
  display: inline-block;
  color: #5f6f81;
  font-size: 12px;
  margin-right: 7px;
}

/**** R E V I E W     F O R M     S T Y L E ****/
.review-form {
  padding: 20px 0 !important;
}

.review-form .big-title-event {
  padding: 0 15px;
}

.review-wrapper .media-list .media-heading {
  color: #5f6f81;
  font-size: 14px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}

.review-wrapper .media-list .media-heading .rate-it {
  display: inline-block;
  margin-left: 10px;
}

.review-wrapper .media-list > .media {
  padding: 0 15px 10px;
  margin-top: 20px;
  /*border-bottom: 1px solid #ecf0f1;*/
}

.review-wrapper .media-body > .media {
  padding-top: 15px;
  border-top: 1px solid #ecf0f1;
}

.review-wrapper .media-body p {
  color: #434b63;
  font-size: 14px;
  line-height: 1.6;
}

.review-wrapper .media-list > .media:last-child {
  padding-bottom: 0;
  border: none;
}

.review-wrapper .time-review, .review-wrapper .time-review i, .review-wrapper .reply-review {
  color: #6f7d95;
  font-size: 12px;
}

.review-wrapper .reply-review {
  color: #1c84d4;
}

.review-wrapper .time-review i {
  margin-right: 5px;
}

/**** A D D   R E V I E W     F O R M     S T Y L E ****/
.form-add-review-wrapper .rate-it {
  display: inline-block;
  margin-left: 10px;
}

#add-review label {
  color: #5f5f6d;
  font-size: 14px;
  display: inline-block;
  width: 15%;
}

#add-review .add-content-review {
  margin: 15px 0;
}

#add-review input[type="text"], #add-review input[type="email"] {
  min-width: 270px;
  padding: 10px;
  border: 1px solid #e5e7e9;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

#add-review textarea {
  width: 83%;
  padding: 10px;
  border: 1px solid #e5e7e9;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: top;
}

#add-review input[type="submit"] {
  padding: 10px 30px;
  text-align: center;
  background-color: #bdc3c7;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
}

/*
 * News widget style
 * --------------------------------------------------
 */
.news-wrapper {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.list-news-widget {
  overflow: hidden;
}

.list-news-widget li {
  margin-bottom: 15px;
  min-height: 60px;
}

.list-news-widget .img-news {
  width: 70px;
  height: 60px;
  display: block;
  float: left;
  margin-right: 10px;
}

.list-news-widget .img-news img {
  max-width: 100%;
  height: auto;
}

.list-news-widget .content-news {
  display: inline-block;
  vertical-align: top;
}

.list-news-widget .content-news h2 {
  line-height: .5;
  margin-top: 0;
  margin-bottom: 10px;
}

.list-news-widget .content-news h2 a {
  color: #1b83d3;
  font-size: 14px;
  font-weight: 600;
}

.list-news-widget .content-news p {
  color: #6f7d95;
  font-size: 12px;
}

/*
 * Social-list-footer place style
 * --------------------------------------------------
 */
.social-list-footer li {
  display: block;
  margin-bottom: 10px;
}

.social-list-footer li a {
  color: #fff;
  font-size: 13px;
}

.social-list-footer li a span {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #1c84d4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 2.1;
  margin-right: 10px;
}

.social-list-footer li a i {
  display: inline-block;
}

/*
 * Categories style
 * --------------------------------------------------
 */
.list-categories li {
  margin-bottom: 15px;
}

.categories-wrapper {
  position: relative;
  display: block;
  padding: 12px 15px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-right: 5px solid #000;
}

.categories-wrapper:before {
  content: "";
  position: absolute;
  background: #eb5256;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.list-categories li:hover .categories-wrapper:before {
  width: 100%;
}

.categories-wrapper .icon-categories {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 9;
}

.categories-wrapper .icon-categories i {
  color: #5f6f81;
  font-size: 16px;
  position: relative;
  z-index: 9;
}

.categories-wrapper .categories-name {
  color: #5f6f81;
  font-size: 16px;
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}

.list-categories li:hover .categories-wrapper .icon-categories i, .list-categories li:hover .categories-wrapper .categories-name {
  color: #fff;
}

.number-categories {
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #5f6f81;
  display: inline-block;
  /* float: right; */
  padding: 3px 8px;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 9;
}

.list-categories li:hover .number-categories {
  background: #fff;
  color: #5f6f81;
}

/*
 * Widget style
 * --------------------------------------------------
 */
.widget-wrapper {
  display: block;
  margin-bottom: 50px;
}

.widget-wrapper .widget-heading {
  color: #5d5f5e;
  font-size: 18px;
  /*text-transform: uppercase;*/
  margin: 20px 0;
}

.widget-wrapper .widget-heading .view-all-link {
  display: block;
  float: right;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 5px;
}

.infowindow .img-place, .widget-features-wrapper .list-places.fullwidth .place-wrapper .img-place {
  width: 70px;
  overflow: inherit;
  overflow: hidden;
}

.infowindow .img-place {
  width: 80px;
  margin-right: 15px;
}

.infowindow h2.title-place a, .widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper h2.title-place a {
  font-size: 14px;
  font-weight: 400;
}

.widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper {
  height: 70px;
  padding: 5px 10px;
}

.infowindow .rate-it, .widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper .rate-it {
  position: inherit;
  top: -10px;
  right: 0;
}

.infowindow .rate-it, footer .widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper .rate-it {
  position: inherit;
  top: 0px;
  right: 0;
}

.infowindow span.address-place {
  margin-bottom: 4px;
}

.widget-features-wrapper .list-places .place-wrapper .place-detail-wrapper {
  margin-bottom: 0;
}

.infowindow .img-place .ribbon, .widget-features-wrapper .list-places .place-wrapper .img-place .ribbon {
  padding: 0 5px;
  bottom: 4px;
}

.infowindow .img-place .ribbon-content, .widget-features-wrapper .list-places .place-wrapper .img-place .ribbon-content {
  font-size: 14px;
  max-width: 45px;
}

.infowindow .img-place .ribbon:after, .widget-features-wrapper .list-places .place-wrapper .img-place .ribbon:after {
  right: -15px;
  border: 9px solid #eb5256;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

.infowindow .img-place .ribbon:after {
  border: 8px solid #eb5256;
}

.widget-features-wrapper .list-places.fullwidth > li {
  min-height: inherit;
  margin-bottom: 15px;
  width: 100%;
}

/*
 * Page Blog style
 * --------------------------------------------------
 */
.section-detail-wrapper.breadcrumb-blog-page {
  overflow: hidden;
}

.section-detail-wrapper.breadcrumb-blog-page .breadcrumb {
  width: 100%;
  clear: both;
  padding: 10px 20px;
  border: none;
  background: #f7f9f9;
}

.blog-wrapper {
  width: 100%;
  min-height: 100px;
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.blog-wrapper .list-blog {
  padding: 20px;
}

.blog-wrapper .list-blog li {
  margin-bottom: 25px;
  list-style: none;
}

.blog-wrapper .list-blog li:last-child {
  margin-bottom: 0;
}

.blog-wrapper .list-blog .img-blog {
  margin-right: 25px;
  background: #ecf0f1;
  padding: 5px;
}

.blog-wrapper .list-blog a.featured-img {
  width: 130px;
  max-height: 130px;
  display: block;
  overflow: hidden;
}

.blog-wrapper .list-blog .img-blog img {
  max-width: 100%;
}

.blog-wrapper .title-blog {
  color: #2c3d4f;
  font-size: 24px;
  font-weight: 600;
  margin-top: 2px;
  width: 80%;
  /* float: left; */
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}

.blog-wrapper .time-calendar {
  /* float: right; */
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  color: #434b63;
  font-size: 12px;
}

.blog-wrapper .time-calendar i {
  display: inline-block;
  margin-right: 10px;
}

.blog-wrapper .content-event {
  font-size: 14px;
  color: #6b6d6e;
}

.blog-wrapper .list-blog .see-more {
  margin-top: 10px;
  display: block;
  color: #3397db;
  font-size: 12px;
}

/**** B L O G    S I N G L E***/
.blog-wrapper .section-detail-wrapper {
  padding: 10px 0;
  overflow: hidden;
}

.blog-wrapper .section-detail-wrapper .title-blog {
  margin: 0 !important;
}

.blog-wrapper img {
  max-width: 100%;
  height: auto;
}

.title-lastest, .list-lastest-news li a {
  color: #333434;
  font-size: 14px;
  font-weight: 700;
}

.title-lastest {
  margin-bottom: 10px;
  display: block;
}

.list-lastest-news li {
  padding-left: 0px;
  margin-bottom: 20px;
}

.list-lastest-news li .time-nickname {
  margin-left: 18px;
}

.list-lastest-news li a i {
  color: #2980b9;
  margin-right: 10px;
  font-size: 0.725em;
}

.list-lastest-news li a {
  font-weight: 700;
}

.blog-wrapper .big-title-event {
  padding: 0;
}

.blog-wrapper .review-wrapper .media-list > .media {
  padding: 0 0px 10px;
}

#blog-page .sidebar-main {
  margin-top: 30px;
}

/*
 * Features Theme style
 * --------------------------------------------------
 */
.title-features {
  color: #5d5f5e;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 30px;
}

.features-wrapper {
  display: block;
  margin-bottom: 30px;
}

.features-wrapper.hover-color {
  float: left;
}

.features-wrapper.hover-color:hover span i, .features-wrapper.hover-color:hover div h2 {
  color: #1b83d3;
}

.icon-features {
  overflow: hidden;
  float: left;
  margin: 0 30px;
  min-width: 40px;
}

.icon-features i {
  color: #5f6f81;
  font-size: 36px;
}

.content-features {
  overflow: hidden;
  vertical-align: top;
  width: 70%;
}

.content-features h2 {
  margin: 0 0 10px;
  color: #5f6f81;
  font-size: 18px;
  font-weight: 700;
}

.content-features p {
  color: #5f6f81;
  font-size: 14px;
  line-height: 1.5;
}

/*
 * Author style
 * --------------------------------------------------
 */
p.no-places {
  font-size: 24px;
  margin-left: 15px;
}

.profile-wrapper {
  background-color: #fff;
  width: 100%;
  padding: 20px 35px;
  margin-top: 25px;
  position: relative;
  background-clip: padding-box;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.triagle-setting-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}

.triagle-setting-top:after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #5f6f81 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #5f6f81 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  z-index: 9;
}

.triagle-setting-top i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  z-index: 98;
  color: #fff;
}

.profile-wrapper .contact-author-btn {
  background-color: #297fb9;
  color: #fff;
  display: block;
  padding: 5px 15px;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
}

.profile-wrapper .contact-author-btn:hover, .triagle-setting-top:hover {
  opacity: .8;
}

.profile-wrapper .img-author {
  width: 135px;
  height: 135px;
  background: #bdc3c7;
  display: inline-block;
  position: relative;
  /* float: left; */
  vertical-align: middle;
  margin-right: 30px;
}

.profile-wrapper .img-author img {
  max-width: 100%;
  height: auto;
}

.profile-wrapper .img-author .new-look {
  position: absolute;
  background: #72808f;
  display: block;
  padding: 5px 15px;
  color: #fff;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -58px;
  display: none;
}

.profile-wrapper .img-author .new-look i {
  display: inline-block;
  margin-right: 10px;
}

.profile-wrapper .img-author:hover .new-look {
  display: block;
}

.profile-wrapper .info-author-wrapper {
  overflow: hidden;
  vertical-align: middle;
}

.profile-wrapper .info-author-wrapper .name-author {
  color: #2c3d4f;
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 20px;
}

.profile-wrapper .info-author-wrapper .info-author-left {
  width: 320px;
  display: inline-block;
  padding: 0;
  list-style: none;
}

.profile-wrapper .info-author-wrapper .info-author-left li {
  margin-bottom: 5px;
  color: #6f7d95;
}

.profile-wrapper .info-author-wrapper .info-author-left li i {
  display: inline-block;
  margin-right: 10px;
}

.tab-info-wrapper .list-info-user-tab {
  width: 1110px;
  margin: 1px auto 40px;
  display: block;
  background-clip: padding-box;
  background-color: #f3f5f5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-bottom: none;
}

.tab-info-wrapper .list-info-user-tab li {
  text-align: center;
  border-bottom: 3px solid transparent;
  border-right: 1px solid #cfd4d9;
}

.tab-info-wrapper .list-info-user-tab li:last-child {
  border-right: none;
}

.tab-info-wrapper .list-info-user-tab li:hover, .tab-info-wrapper .list-info-user-tab li.active {
  border-bottom-color: #2980b9;
}

.tab-info-wrapper .list-info-user-tab li a {
  color: #5f6f80;
  font-size: 14px;
  background: none;
  border: none;
}

.tab-info-wrapper .list-info-user-tab li a:hover {
  background: none;
  border: none;
}

.tab-info-wrapper .list-info-user-tab li a i {
  display: inline-block;
  margin-right: 15px;
}

.tab-info-wrapper .list-info-user-tab li:hover a i, .tab-info-wrapper .list-info-user-tab li.active a i {
  color: #2980b9;
}

.tab-info-wrapper .tab-style-event {
  padding: 30px 50px;
  margin-bottom: 35px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

#submit_contact {
  margin-top: 0;
}

#submit_contact .form-field:last-child, #signin_form .form-field:last-child {
  margin-bottom: 0;
}

#submit_contact input.submit {
  margin-top: 20px;
}

/*
 * List user style
 * --------------------------------------------------
 */
.list-user-page-wrapper {
  display: block;
  margin-top: 25px;
}

.number-user-list {
  color: #5d5f5e;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.number-user-list::after {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  background: #d6d6d4;
  margin-top: 3px;
}

.search-list-user-page {
  position: relative;
  text-align: right;
}

.search-list-user-page label {
  color: #6b6d6e;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.search-list-user-page input {
  min-width: 168px;
  height: 40px;
  padding: 5px 10px;
  padding-right: 36px;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #d9d9d8;
  background-color: #fff;
}

.search-list-user-page i {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
  color: #c9c9c9;
}

.list-user-page-info {
  margin-top: 25px !important;
}

.list-user-page-info > li {
  background-color: #fff;
  padding: 20px;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #d9d9d8;
}

.list-user-page-avatar {
  width: 60px;
  height: 60px;
  /* background-color: #e7e7e7; */
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  /* float: left; */
}

.list-user-page-avatar + .info-name-user {
  display: block;
  overflow: hidden;
  word-wrap: break-word;
}

.list-user-page-avatar img {
  border-radius: 50%;
}

.list-user-page-avatar img, .list-item-place-user li a img {
  width: 100%;
  height: auto;
}

.info-name-user {
  display: inline-block;
  vertical-align: middle;
}

.info-name-user .name {
  color: #333434;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.info-name-user .location-user i {
  display: inline-block;
  margin-right: 5px;
}

.info-name-user .location-user {
  color: #6b6d6e;
  font-size: 12px;
}

.list-item-place-user {
  text-align: right;
  color: #6F7D95;
  font-size: 12px;
}

.list-item-place-user li {
  width: 90px;
  height: 90px;
  background-color: #bdc3c7;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.list-item-place-user li a {
  display: block;
  width: 100%;
  height: 100%;
}

.list-item-place-user li a.last-item-place-user {
  color: #da9d3c;
  background: #F2F2F2;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 3.6em;
  position: relative;
}

.list-item-place-user li a.last-item-place-user::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #FFF;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
 * Services style
 * --------------------------------------------------
 */
.services-wrapper {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.icon-services {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto;
  border: 2px solid transparent;
  background-color: #1b83d3;
  /*TRANSISTIONS*/
  transition: all 0.5s ease;
  overflow: hidden;
}

.icon-services i {
  color: #fff;
  font-size: 36px;
  line-height: 1.9;
}

.content-services h2 {
  color: #5f6f81;
  font-size: 18px;
  font-weight: 700;
}

.content-services p {
  color: #5f6f81;
  font-size: 12px;
  line-height: 1.5;
}

.services-wrapper:hover .icon-services {
  opacity: 1;
  border-color: #fff;
}

.services-wrapper .more {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #1b83d3;
  text-align: center;
}

.services-wrapper .more:hover {
  opacity: .8;
}

/** fields css */
.form-group.custom-field {
  position: relative;
}

.content-description .ae-field-title {
  color: #737373;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.post-place-warpper .custom-field a.chosen-single,
.custom-field .chosen-container-single a.chosen-single,
.custom-field .chosen-container-active.chosen-with-drop a.chosen-single {
  padding-top: 0;
}

.custom-field .chosen-container-active.chosen-with-drop a.chosen-single div {
  top: 0;
}

.form-group.custom-field.radio-field .message, .form-group.custom-field.checkbox-field .message {
  margin-top: 10px;
  text-align: right;
}

.error .message, .error .fa-exclamation-triangle {
  text-align: right;
}

.form-group.checkbox-field.error .fa-exclamation-triangle,
.form-group.radio-field.error .fa-exclamation-triangle,
.error .fa-exclamation-triangle {
  position: absolute;
  right: 10px;
  top: 45%;
}

/*effect hover icon*/
.services-wrapper:hover i {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

/*
 * Footer style
 * --------------------------------------------------
 */
#page {
  margin-bottom: 40px;
}

footer {
  padding: 50px 0;
  background: #34495e;
  color: #c8cbce;
}

footer h2.widgettitle {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px;
}

.copyright-wrapper {
  padding: 20px 0;
  background: #2c3e50;
}

.text-copyright {
  text-align: right;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.copyright-wrapper .menu li {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  margin-left: 10px;
}

.copyright-wrapper .menu li a {
  color: #fff;
}

.copyright-wrapper .logo {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

footer .filter-wrapper {
  margin: 0;
}

footer .filter-wrapper h2.widgettitle {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px;
}

footer .textwidget {
  line-height: 1.8;
}

footer .widget {
  margin-bottom: 30px;
}

footer .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .widget ul li {
  margin-bottom: 10px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    transition: all .25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    /* 6 columns */
  }
}

/*
 * Modal style
 * --------------------------------------------------
 */

.form_modal_style label {
  font-family: 'Arimo', sans-serif;
  color: #5f6f81;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.form_modal_style label .alert-icon {
  margin-left: 5px;
  color: #c0392b;
  display: inline-block;
}

#signin_form label.error, #signup_form label.error, #forgotpass_form label.error, #reset_password label.error {
  color: red;
  font-size: 11px;
  margin-top: -20px;
  display: block;
}

#signin_form label[for='password'].error {
  position: absolute;
  margin-top: 40px;
}

.form_modal_style input[type="text"],
.form_modal_style input[type="password"] {
  height: 40px;
  padding: 0 15px;
  outline: none;
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  background-color: #fff;
}

.form-control {
  height: 40px;
  padding: 0 15px;
  outline: none;
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0px;
}

input.time-picker {
  max-width: 90px;
  display: inline-block !important;
}

input.date-picker {
  max-width: 200px;
  display: inline-block !important;
}

#signin_form input.error, #signup_form input.error, #forgotpass_form input.error, #reset_password input.error {
  border: 1px solid red;
}

.form_modal_style .update_profile,
.form_modal_style input[type="submit"],
#resetpass_form input[type="submit"] {
  background-color: #2980b9;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: none;
  box-shadow: none;
  padding: 8px 30px;
  width: inherit;
  display: inline-block;
}

.form_modal_style .form-field {
  margin-bottom: 20px;
}

.form_modal_style .form-field .chosen-container-multi .chosen-choices li.search-choice {
  background: #aaa;
  color: #333;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.form_modal_style .form-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  color: #fff;
}

.form-field.error {
  position: relative;
}

.form-field.error .fa-exclamation-triangle {
  position: absolute;
  right: 10px;
  top: 45%;
}

.form-field.error .message {
  text-align: right;
  margin-top: 5px;
}

.error .message, .error .fa-exclamation-triangle {
  font-size: 12px;
  color: #e18972;
}

.form_modal_style select {
  border-radius: 0;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #dadfea;
  padding-left: 15px;
}

.form_modal_style textarea {
  border-radius: 0;
  width: 100%;
  min-height: 150px;
  resize: none;
  border: 1px solid #dadfea;
  padding: 15px;
}

.form_modal_style .update_profile:hover, .form_modal_style input[type="submit"]:hover {
  opacity: .8;
}

.form_modal_style .form-field.submit_singin {
  margin-top: 20px;
}

.form_modal_style .link_forgot_pass {
  color: #8b97b1;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  position: absolute;
}

.form_modal_style .link_forgot_pass:hover {
  text-decoration: underline !important;
}

.form_modal_style .link_sign_up, .form_modal_style .link_sign_in {
  margin-left: 30px;
}

#submit_form {
  margin: 0;
}

#signin_form, .edit_profile_form {
  position: relative;
  z-index: 2;
}

.edit_profile_form .tab-content {
  padding-top: 25px;
}

#signup_form, .edit_password_form {
  display: none;
  position: relative;
  z-index: 1;
}

.form_modal_style .icon-radio label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #ebeff1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.modal-header {
  background: #5f6f81;
  padding: 10px 15px;
  position: relative;
}

.modal-title {
  font-family: 'Arimo', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #333434;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}

.modal-header .close {
  width: 55px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  background: #2980b9;
  opacity: 1;
  text-shadow: none;
  margin-top: 0;
}

.modal-header .close i {
  color: #c9c9c9;
}

#forgotpass_form {
  margin-top: 0;
}

/*
  Modal Stripe payment
 */
.modal-stripe .modal-dialog {
  width: auto !important;
  max-width: 548px;
}

#stripe_modal .content .controls {
  padding-bottom: 10px;
}

#stripe_modal .modal-header .modal-title {
  font-weight: 500;
  font-size: 20px;
}

#stripe_modal .modal-header .close {
  background-color: transparent;
}

#stripe_modal .modal-body form label {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}

#stripe_modal .modal-body form input {
  width: 100%;
  outline: none;
  height: 45px;
  padding: 0 15px;
  margin-bottom: 30px;
  border: 1px solid #777777;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#stripe_modal .modal-body form button {
  padding: 10px 15px;
  margin-bottom: 1em;
}

/*
  Modal Paymill payment
 */
.modal-paymill .modal-header {
  padding: 10px 25px !important;
}

.modal-paymill .modal-header .close {
  line-height: 0;
}

/*
 * Testimonial style
 * --------------------------------------------------
 */
.carousel-wrapper {
  padding: 30px;
  width: 100%;
  display: block;
  background: #fff;
}

.testimonial-wrapper {
  position: relative;
}

#testimonial .avatar-info {
  min-height: 70px;
  background-color: #fff;
  float: left;
  margin-right: 15px;
}

#testimonial .avatar-info .avatar {
  width: 70px;
  height: 70px;
  display: block;
  float: left;
}

#testimonial .avatar-info .avatar img {
  width: 100%;
}

.quote-testi {
  display: block;
  color: #5f6f81;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.quote-testi .name {
  color: #5f6f81;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
}

.quote-testi img {
  margin-right: 5px;
}

.customNavigation {
  display: block;
  position: relative;
  z-index: 999;
}

.customNavigation a {
  position: absolute;
  width: 30px;
  height: 88px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  font-size: 24px;
  top: 20px;
}

.prev-testi {
  left: -60px;
}

.next-testi {
  right: -60px;
}

/*
 * Tabs style
 * --------------------------------------------------
 */
#edit_place .modal-body, #creat_event .modal-body {
  padding: 0;
}

#edit_place .modal-body .submit-style, #creat_event .modal-body .submit-style {
  padding: 15px 30px 30px;
}

#edit_place .modal-body .wp-editor-wrap, #creat_event .modal-body .wp-editor-wrap {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#edit_place .body-tabs, #creat_event .body-tabs {
  padding: 30px 30px 0;
}

.list-edit-place {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
  border-bottom: none;
  font-size: 0;
  border-top: 1px solid #d9d9d8;
  border-bottom: 1px solid #d9d9d8;
}

.list-edit-place > li {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  text-align: center;
  font-size: 14px;
  border: none;
}

.list-edit-place li.active {
  background: #729bbb;
}

.list-edit-place li.active a, .list-edit-place li.active a:focus {
  color: #FFF;
}

.list-edit-place > li a {
  background: transparent;
  background-color: inherit !important;
  display: block;
  padding: 10px 0;
  color: #6b6d6e;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  border: none !important;
  border-radius: 0;
  font-weight: 700;
}

.edit-cover-image .title-cover {
  color: #5f6f81;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}

.edit-cover-image p {
  color: #5f6f81;
  font-size: 12px;
}

.edit-cover-image .option-cover-image {
  list-style: none;
  padding: 0;
}

.edit-cover-image .option-cover-image .image-cover {
  width: 70px;
  height: 70px;
  background-color: #bdc3c7;
  display: block;
  overflow: hidden;
  text-align: center;
}

.edit-cover-image .option-cover-image .image-cover img {
  width: 100%;
}

.edit-cover-image .option-cover-image .image-cover i {
  color: #fff;
  line-height: 5;
  top: 0;
  z-index: 58;
  right: 40%;
  position: absolute;
}

.edit-cover-image .option-cover-image li a {
  color: #5f6f81;
  font-size: 12px;
}

.edit-cover-image .option-cover-image li a:hover {
  color: #2980b9;
}

.edit-cover-image .option-cover-image li a i {
  display: inline-block;
  margin-right: 4px;
}

.edit-cover-image .option-cover-image li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.edit-cover-image .img-preview {
  width: 100%;
  height: 200px;
  background: #bdc3c7;
  display: block;
  position: relative;
  background-size: cover;
}

.edit-cover-image .img-preview .left-img-preview {
  position: absolute;
  top: 55px;
  left: 7%;
}

.edit-cover-image .img-preview .right-img-preview {
  position: absolute;
  top: 55px;
  right: 7%;
}

.edit-gallery-image .gallery-image {
  list-style: none;
  padding: 0;
}

.edit-gallery-image .gallery-image li {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 15px;
}

.floor-plan-image.gallery-image {
  font-size: 0;
}

.floor-plan-image.gallery-image > li.image-item-floor-plan {
  width: 33.333%;
  margin-right: 0;
}

.floor-plan-image.gallery-image > li.image-item-floor-plan + li {
  width: 33.333%;
  margin-right: 0;
}

.form_modal_style .floor-plan-image.gallery-image > li.image-item-floor-plan {
  width: 50%;
}

.form_modal_style .floor-plan-image.gallery-image > li.image-item-floor-plan + li {
  width: 50%;
}

.floor-plan-image.gallery-image > li > div {
  display: inline-block;
}

.floor-plan-image.gallery-image > li input {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e7e9;
}

.edit-gallery-image .gallery-image .image-item-floor-plan {
  margin-right: 0;
  padding: 0 10px;
  margin-bottom: 20px;
}

.edit-gallery-image .gallery-image .image-item-floor-plan:hover .delete-img {
  display: block;
}

.image-item-floor-plan .img-gallery-floor-plan {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

/* .image-item-floor-plan input {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	height: 40px;
	padding:0 10px;
	border: 1px solid #e5e7e9;
}
.form_modal_style .image-item-floor-plan input {
	width: 182px;
} */
.edit-gallery-image .gallery-image li .img-gallery-floor-plan img {
  width: 100%;
  height: 100%;
}

.edit-gallery-image .gallery-image .img-gallery {
  width: 70px;
  height: 70px;
  background: #bdc3c7;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
}

.moxie-shim.moxie-shim-html5 {
  width: 100% !important;
  height: 100% !important;
  z-index: 99;
}

.edit-gallery-image .gallery-image .delete-img, .edit-gallery-image .gallery-image .add-img {
  width: 70px;
  height: 70px;
  position: absolute;
  background: #fff;
  text-align: center;
  top: 0;
  display: none;
}

.edit-gallery-image .gallery-image .add-img {
  background: #bdc3c7;
  display: block;
}

.edit-gallery-image .gallery-image .img-gallery:hover .delete-img, .edit-gallery-image .gallery-image li:hover .add-img {
  display: block;
}

.edit-gallery-image .gallery-image .img-gallery img {
  width: 100%;
}

.edit-gallery-image .gallery-image .delete-img i, .edit-gallery-image .gallery-image .add-img i {
  font-size: 20px;
  line-height: 3.4;
}

.edit-gallery-image .gallery-image .delete-img i {
  color: #e74c3c;
}

.edit-gallery-image .gallery-image .add-img i {
  color: #fff;
}

.floor-plan-image {
  margin-top: 50px;
}

.form_modal_style .floor-plan-image {
  margin-top: 20px;
}

body.admin-bar .gn-menu-main {
  position: relative;
}

body.admin-bar #header-wrapper.sticky {
  top: 32px !important;
}

#edit_place .chosen-container {
  width: 100% !important;
}

.post-place-warpper .chosen-container {
  width: 95% !important;
}

#wp-link-close {
  width: 20px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, https://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest https://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 0 0 15px;
  height: 40px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #bdc3c7;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b:before {
  font-family: 'FontAwesome';
  display: block;
  width: 100%;
  height: 100%;
  content: "\f0d7";
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.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;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 24px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #5f6f81;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  min-width: 200px !important;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #aaa;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 12px;
  position: relative;
  top: 0px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-results li {
  margin-left: 5px;
  margin-bottom: 2px;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* ============= Notification Style ============= */
.notification {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 22px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=9);
  z-index: 9999;
}

.success-bg {
  background-color: #1B83D3;
}

.error-bg {
  background-color: #db5f47;
}

.having-adminbar {
  top: 88px !important;
}

/* ============= Notification Style ============= */
/* ============= Paginations Style ============= */
.blog-wrapper .paginations-wrapper {
  padding-bottom: 20px;
}

.paginations {
  clear: both;
  text-align: center;
  font-size: 0;
}

.paginations a, .paginations span {
  border: 1px solid #e5e7e9;
  background-color: #fff;
  font-size: 14px;
  color: #5f6f81;
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 2;
}

.paginations span {
  background-color: #f1c40f;
}

.paginations span.dots {
  background-color: #fff;
}

.view-direction-btn {
  clear: both;
  text-align: center;
  font-size: 0;
  margin-top: 10px;
}

.view-direction-btn a {
  display: inline-block;
  padding: 6px 60px;
  line-height: 1.3;
  background: #bdc3c7;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  border: none;
  width: 100%;
}

/* ============= Paginations Style ============= */
/* ============= Visual Composer Style ============= */
.wpb_wrapper .widget {
  margin-bottom: 30px;
}

.de-blog_custom > .container-fluid, .de-review_custom > .container-fluid {
  margin-bottom: 30px;
}

.vc_separator {
  margin: 25px 0 25px;
}

.section-detail-wrapper .wpb_row:first-child .vc_separator {
  margin-top: 0;
}

/* ============= Visual Composer Style ============= */
/* overide chosen in post ad */
.post-place-warpper .chosen-container-single .chosen-single, #search-form .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 12px;
  height: 40px;
  border: 1px solid #e5e7e9;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  color: #5f6f81;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.post-place-warpper .chosen-container .chosen-drop {
  background: #F0F0F0;
}

.post-place-warpper .chosen-container-single .chosen-single div {
  top: 0px;
}

.post-place-warpper .chosen-container .chosen-results .sub {
  padding-left: 20px !important;
}

.chosen-container .chosen-results .level-1 {
  margin-left: 15px;
}

.chosen-container .chosen-results .level-2 {
  margin-left: 20px;
}

/* auto complete for categories list */
.ui-autocomplete {
  width: 400px;
}

.step-post .ui-autocomplete li {
  padding: 10px 0px;
  color: #696c69;
  cursor: pointer;
  font-size: 14px;
}

.ui-autocomplete li .selected-root {
  color: #539f41;
  font-weight: 600;
}

.step-post .ui-autocomplete li.ui-menu-item {
  padding-left: 25px;
}

.step-post .ui-autocomplete {
  display: block !important;
  width: 415px !important;
  top: 20px !important;
  left: 20px !important;
  max-height: 400px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.step-post .ui-autocomplete {
  height: 400px;
}

/* // auto complete for categories list */
#wp-admin-bar-vc-inline-admin-bar-link {
  display: none;
}

/**
 * time picker
*/
.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30, .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration, .ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled, .ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover, .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/* MENU RESPONSIVE */
.gn-menu-main, .gn-menu-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: none;
}

.gn-menu-main .gn-submenu {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 262px;
  width: 260px;
  height: 100%;
  background: #fff;
  border-top: 1px solid #c6d0da;
  display: none;
  opacity: 0;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s, -webkit-transform 0.3s;
}

ul.top-menu .gn-menu li:hover > .gn-submenu {
  opacity: 1;
  display: block;
}

.gn-menu-main {
  top: 0;
  left: 0;
  height: 60px;
  font-size: 13px;
}

.gn-menu-main a {
  height: 100%;
  color: #5f6f81;
  text-decoration: none;
  cursor: pointer;
}

.no-touch .gn-menu-main a:hover, .no-touch .gn-menu li.gn-search-item:hover, .no-touch .gn-menu li.gn-search-item:hover a {
  color: white;
}

.no-touch .gn-menu-main a.logo:hover {
  background: none;
}

.gn-menu-main > li {
  display: block;
  float: left;
  height: 100%;
  border-right: 1px solid #c6d0da;
  text-align: center;
  cursor: pointer;
}

.gn-menu-main li.gn-trigger {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gn-menu-wrapper {
  position: fixed;
  z-index: 2;
  top: 60px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 80px;
  background: white;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
      transform: translateX(-80px);
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s, -webkit-transform 0.3s;
}

.gn-menu-wrapper.gn-menu-wrapper-hide {
  width: 0 !important;
}

.gn-scroller {
  position: absolute;
  width: 262px;
  box-shadow: 0px 0px 0px 1px #c6d0da;
  border-top: 1px solid #c6d0da;
  /*height: 100%;*/
}

.gn-menu {
  border-bottom: 1px solid #c6d0da;
  text-align: left;
  font-size: 18px;
}

ul.top-menu .gn-menu li {
  display: inline-block;
  border-right: none;
  min-height: inherit;
  vertical-align: inherit;
  padding: 18px 0;
  position: relative;
}

.gn-menu li, .gn-menu li li, ul.top-menu .gn-menu li li:last-child {
  border-bottom: 1px solid #c6d0da;
}

.gn-submenu li {
  overflow: hidden;
  height: 0;
  transition: height 0.3s;
}

.gn-submenu li a {
  color: #5f6f81;
}

.menu-item-has-children span.sub-icon:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f101";
  margin-left: 120px;
}

input.gn-search {
  position: relative;
  z-index: 10;
  padding-left: 60px;
  outline: none;
  border: none;
  background: transparent;
  color: #5f6f81;
  font-weight: 300;
  cursor: pointer;
}

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder, .no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}

input.gn-search:focus {
  cursor: text;
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
  color: white;
}

/* placeholder */
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
  color: white;
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
  color: white;
}

.gn-menu-main a.gn-icon-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
}

span.arrow-submenu {
  display: none;
}

.menu-item-has-children > span.arrow-submenu {
  display: inline-block;
}

.gn-menu-main span.arrow-submenu {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 14px;
  color: #5f6f81;
  font-size: 14px;
}

.gn-menu .menu-item:hover span.arrow-submenu {
  color: #fff;
}

/* if an icon anchor has a span, hide the span */
.gn-icon {
  font-size: 14px;
  /*TRANSISTIONS*/
  transition: all 0.3s ease;
}

.gn-menu .menu-item:hover {
  background: #5f6f81;
}

.gn-menu .menu-item:hover > a {
  color: #fff;
}

.gn-icon i {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-right: 5px;
}

.no-touch .gn-icon-menu:hover::before, .no-touch .gn-icon-menu.gn-selected:hover::before {
  background: white;
  box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
  background: #5993cd;
  box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}

/* styles for opening menu */
.gn-menu-wrapper.gn-open-all, .gn-menu-wrapper.gn-open-part {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
      transform: translateX(0px);
  border-right: 1px solid #c6d0da;
}

.gn-menu-wrapper.gn-open-all {
  width: 262px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: 60px;
}

.gn-menu-wrapper.gn-open-all.active {
  width: 522px;
}

.sidebar-bottom {
  margin-top: 20px;
}

.img-404 {
  text-align: center;
  padding: 150px 0;
}

.img-404 img {
  margin-bottom: 40px;
}

.img-404 p {
  color: #5f6f81;
  font-size: 16px;
}

.img-404 a {
  color: #3498db;
  font-size: 16px;
}

/*limit display class*/
.limit-display {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*Nearby widget style*/
.nearby-block .widgettitle {
  margin-left: 15px;
}

.nearby-block .first_text {
  margin-left: 15px;
}

/*Direction on map style*/
select#mode {
  height: 25px;
}

/*activation message */
.activation-notification {
  display: inline-block;
  min-height: 60px;
  background-color: #f2f2f2;
  color: #808080;
  text-align: center;
  vertical-align: middle;
}

.activation-notification .activation-notification-content {
  padding: 14px 0;
}

.activation-notification-content p {
  margin-bottom: 4px !important;
}

.activation-notification-content i.fa-exclamation-circle {
  color: #ff900e;
  margin-right: 12px;
}

.activation-notification-content a {
  color: #ff900e;
}

.activation-notification-content i.fa-times {
  color: #eb5256;
  margin-right: 24px;
  margin-top: 14px;
}

.rate-cus,
.view-count {
  float: left;
}

.view-count {
  text-align: right;
  float: right;
}

.fullwidth .rate-view {
  top: 20px;
  width: 140px;
  right: 20px;
}

.fullwidth .rate-cus,
.fullwidth .view-count {
  width: auto;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper .rate-it.rate-cus {
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  float: left;
  padding-right: 20px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  z-index: 1051;
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker td span:hover {
  background: #eeeeee;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.row .vc_row {
  margin-right: 0px;
  margin-left: 0px;
}

/*header menu beside logo*/
.top-menu-center {
  float: right;
  margin: 0 0;
  padding: 0 0;
  height: 60px;
}

li.menu-item:hover ul.dropdown-menu {
  display: block;
}

li.menu-item:hover ul.dropdown-menu li.menu-item ul.dropdown-menu {
  display: none;
}

li.menu-item ul.dropdown-menu li.menu-item:hover ul.dropdown-menu {
  display: block;
  position: absolute;
  left: 195px;
  top: -1px;
  float: left;
}

li.menu-item ul.dropdown-menu li.menu-item-has-children:hover ul.dropdown-menu {
  left: 100%;
}

li.menu-item ul.dropdown-menu li.menu-item {
  position: relative;
}

.top-menu-center .menu-header-top-container > ul#menu-header-top .dropdown-menu {
  min-width: 199px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

/*Go home button on map*/
.app-vertical-widget-holder {
  width: 30px;
  left: 29px;
  bottom: 40px !important;
}

.app-vertical-widget-holder .app-vertical-item {
  margin-top: 3px;
}

.app-vertical-item .widget-button {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  display: block;
  width: 29px;
  height: 29px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.widget-button .icon {
  color: #444;
  text-align: center;
  font-size: 15px;
  display: block;
  height: 18px;
  left: 6px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  width: 18px;
}

.widget-button:hover > .icon {
  color: #049887;
}

.top-menu-center .menu-header-top-container, .top-menu-center .menu-header-top-container > ul#menu-header-top {
  height: 100%;
  padding: 0;
  margin: 0;
}

ul#menu-header-top > li > a .caret {
  margin-top: -5px;
  margin-left: 15px;
}

.top-menu-center .menu-header-top-container > ul#menu-header-top .dropdown-menu {
  min-width: 150px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

ul#menu-header-top > li .dropdown-menu li {
  border-bottom: 1px solid #e5e5e5;
}

ul#menu-header-top > li .dropdown-menu li:last-child {
  border-bottom: none;
}

ul#menu-header-top > li .dropdown-menu li a {
  padding: 10px 20px;
}

ul#menu-header-top > li .dropdown-menu li a i {
  margin-right: 15px;
}

ul#menu-header-top > li .dropdown-menu li a:hover {
  background: #5f6f81;
  color: #fff;
}

.menu-header-top-container ul#menu-header-top > li {
  height: 100%;
  padding: 0 20px;
  text-align: center;
  list-style-type: none;
  float: left;
  position: relative;
}

.menu-header-top-container ul#menu-header-top > li:last-child {
  border-right: none;
}

.menu-header-top-container ul#menu-header-top > li > a {
  height: 100%;
  line-height: 4.2;
  text-decoration: none;
  color: #5f6f81;
  font-weight: 500;
}

.menu-header-top-container ul#menu-header-top > li:hover {
  background: #1b83d3;
}

.menu-header-top-container ul#menu-header-top > li:hover > ul {
  display: block;
}

.menu-header-top-container ul#menu-header-top .dropdown-menu {
  margin-top: 0px;
}

.menu-header-top-container ul#menu-header-top > li:hover > a {
  color: #fff;
}

.menu-header-top-container ul#menu-header-top > li > a:hover {
  color: #fff;
}

.menu-header-top-container ul#menu-header-top > li .dropdown-menu {
  min-width: 199px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*fix mouse hover sileder*/
.sidebar-fullwidth-top {
  position: relative;
  z-index: 20;
}

/*hide schema rating*/
.schema-rating-review {
  position: relative;
  z-index: -1000;
  height: 0;
  width: 0;
  color: transparent;
}

.schema-rating-review strong {
  color: transparent;
}

/*desktop login page*/
#page_signup_form {
  display: none;
}

.forgot_email {
  margin-bottom: 40px;
  position: relative;
}

.login-wrapper .section-detail-wrapper {
  padding: 10px 20px;
  border-bottom: 1px solid #ecf0f1;
  overflow: hidden;
}

.page_link_forgot_pass {
  color: #8B97B1;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  position: absolute;
}

/* page login styles*/
.form_modal_style .page_link_sign_up, .form_modal_style .page_link_sign_in {
  margin-left: 30px;
}

/*social login */
ul.list-social-login {
  display: inline-block;
  vertical-align: middle;
  /* float: right; */
  margin-top: 5px;
}

.social-auth {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  max-width: 100%;
}

ul.list-social-login .sc-icon {
  font-size: 30px;
}

ul.list-social-login .color-google {
  color: #dd4b39;
}

ul.list-social-login .color-facebook {
  color: #3b5998;
}

ul.list-social-loginn .color-twitter {
  color: #00aced;
}

ul.list-social-login li {
  display: inline-block;
  margin-left: 5px;
}

ul.list-social-login li > a .social-text {
  display: none;
}

@media print {
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
  .google-map-wrapper {
    display: none !important;
  }
  .gn-trigger {
    display: none !important;
  }
  .list-option-left-wrapper {
    display: none !important;
  }
  .top-menu-right {
    display: none !important;
  }
  #option-search-form {
    display: none !important;
  }
  a:after {
    display: none;
  }
  #review-list, .review-form {
    display: none !important;
  }
  .breadcrumb {
    display: none !important;
  }
  img {
    max-width: 500px;
  }
  #header-wrapper {
    position: relative !important;
  }
  #single-place {
    margin-top: 1.5em;
  }
  #single-place .col-md-3, #single-place .paginations-wrapper {
    display: none;
  }
  ul.top-menu li {
    border: none;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 14pt;
    margin-top: 25px;
  }
  aside h2 {
    font-size: 18pt;
  }
  ul {
    list-style: none;
  }
  footer {
    display: none;
  }
}

/*==========================================================
STYLE RESPONSIVE MENU HEADER TOP
==========================================================*/
.top-menu-center-resp {
  width: 100%;
  border-top: 1px solid #cfd4d9;
}

.top-menu-center-resp .menu-header-top-container #menu-header-top > li {
  min-height: 60px;
}

.top-menu-center-resp .menu-header-top-container #menu-header-top > li > a {
  line-height: 58px;
}

.top-menu-center-resp .menu-header-top-container {
  float: right;
}

a:hover,
a:focus {
  color: #ed8701;
  text-decoration: underline;
}

i.fa.fa-th, i.fa.fa-th-list {
  font-size: 1.235em !important;
}

.list-option-filter .icon-list-view .icon-view.active i,
.list-option-filter .icon-list-view .icon-view:hover i,
.list-option-filter .sort-rates-lastest a.sort-icon.active,
.list-option-filter .sort-rates-lastest a.sort-icon:hover {
  color: #da9d3c;
}

.bstitle::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #d6d6d4;
  margin-top: 7px;
}

#wp-calendar {
  width: 100%;
}

.infowindow {
  height: auto;
}

.place-image-span {
  max-width: 100%;
  height: 100%;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display:block;
}

.list-places li:hover .place-bg-darken {
  -webkit-animation: fadeIn .6s both ease;
  animation: fadeIn .6s both ease;
  opacity: 1;
}

.place-bg-darken {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px;
  z-index: 9;
  opacity: 0;
}

.list-places.fullwidth .place-wrapper .img-place .place-bg-darken {
  padding-right: 0;
}

.place-bg-darken .darken {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.55);
}

.place-bg-darken .darken .border-darken {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#menu-top {
  min-height: 80px;
}

.gn-menu-wrapper {
  top: 80px;
}

body.admin-bar .gn-menu-wrapper {
  top: 109px;
}

.gn-menu-main li.gn-trigger {
  border-right: 1px solid #eeeeed;
}

ul.top-menu li .menu-btn {
  width: 80px;
  color: #c9c9c9;
}

ul.top-menu li .menu-btn:hover, .menu-btn.gn-icon-menu.gn-selected {
  background: none;
}

ul.top-menu li .menu-btn:hover i, .menu-btn.gn-icon-menu.gn-selected i {
  color: #da9d3c;
}

ul.top-menu li .menu-btn i {
  line-height: 3.37em;
}

ul.top-menu li, ul.top-menu-right > li {
  border-right: none;
  min-height: 80px;
}

.menu-header-top-container ul#menu-header-top > li {
  min-height: 80px;
}

ul.top-menu li a.logo, .menu-header-top-container ul#menu-header-top > li > a, ul.top-menu-right > li.top-user > a {
  color: #333434;
  line-height: 78px;
}

li.menu-item ul.dropdown-menu li.menu-item a {
  padding: 17px 20px !important;
}

li.menu-item ul.dropdown-menu li.menu-item a:hover {
  background: #729bbb !important;
}

.menu-header-top-container ul#menu-header-top > li:hover, ul.top-menu-right > li.top-user:hover {
  background: none;
}

.menu-header-top-container ul#menu-header-top > li:hover a, ul.top-menu-right > li.top-user:hover a {
  color: #333434;
}

.menu-header-top-container ul#menu-header-top > li:hover > a, .menu-header-top-container ul#menu-header-top > li > a:hover {
  color: #da9d3c;
}

ul.top-menu-right > li.top-avatar {
  padding-left: 20px;
}

ul.top-menu-right > li.top-avatar a {
  line-height: 5.8em;
}

ul.top-menu-right > li.top-avatar a img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.authenticate {
  line-height: 5.8em;
}

.comment-reply-title .authenticate {
  line-height: 1em;
}

.no-claim.authenticate {
  line-height: 20px;
  font-size: 13px;
}

/*** footer ***/
footer {
  background-color: #f8f6f7;
  color: #6c6e6d;
}

footer a {
  color: #1aa9c7;
}

footer a:hover,
footer a:focus {
  color: #1aa9c7;
  text-decoration: underline;
}

footer h2.widgettitle {
  color: #343434;
}

footer h2.widgettitle:after {
  content: "";
  display: block;
  background-color: #d6d6d4;
  width: 32px;
  height: 3px;
  margin-top: 10px;
}

.copyright-wrapper {
  color: #acacaa;
  background-color: #141213;
}

.copyright-wrapper .logo {
  color: #acacaa;
  text-transform: uppercase;
}

.copyright-wrapper a,
.text-copyright {
  color: #acacaa;
}

/*** main-body ***/
body {
  background-color: #ffffff;
}

.notfound,
#publish-places,
.profile-wrapper,
.tab-info-wrapper .tab-style-event,
.list-places .place-wrapper {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-shadow: none;
}

.infowindow .img-place,
.list-places.fullwidth .place-wrapper .img-place {
  max-height: 147px;
}

.list-place-review .place-review {
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.list-place-review .place-review .place-image-wrapper .place-image-span {
  display: block;
  max-width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-place-review .place-review .place-image-wrapper,
.list-place-review .place-review .place-review-top-wrapper .place-review-top {
  border: 0;
}

.list-place-review .place-review .place-review-top-wrapper,
.list-place-review .place-review .place-review-bottom-wrapper {
  padding: 0;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top .number-comment {
  position: static;
  float: right;
  cursor: pointer;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top .number-comment i {
  color: #c9c9c9;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top .number-comment:hover i,
.list-place-review .place-review .place-review-top-wrapper .place-review-top .number-comment:hover,
.list-place-review .place-review .place-review-bottom-wrapper .place-review-bottom .name-author:hover {
  color: #1b83d3;
}

.list-place-review .place-review .place-review-rating {
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9em;
}

.list-place-review .place-review .place-review-rating span.time > span {
  font-size: 0.85em;
  font-weight: 700;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top .address-place {
  line-height: 19px;
}

.list-place-review .place-review .place-review-top-wrapper .place-review-top .address-place i {
  margin: 0;
  color: #c9c9c9;
}

/*** vertical-review ***/
.list-place-review .place-review.place-review-vertical .place-image-wrapper {
  width: 100px;
  height: 100px;
  padding: 15px;
}

.list-place-review .place-review.place-review-vertical .place-image-wrapper .place-image-span {
  border-radius: 50%;
}

.list-place-review .place-review.place-review-vertical .place-review-top-wrapper {
  overflow: hidden;
  padding: 18px 10px 18px 0;
}

.list-place-review.style-2 .place-review .place-review-bottom-wrapper .place-review-bottom .quote,
.list-place-review .place-review.place-review-vertical .place-review-bottom-wrapper .place-review-bottom .quote {
  margin-bottom: 0;
}

.infowindow span.address-place, .list-places .place-wrapper .place-detail-wrapper span.address-place {
  font-size: 0.8em;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper .content-place {
  font-style: normal;
  color: #787878;
  font-size: 0.9em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  -webkit-line-clamp: 4;
  /* max-height: none;  */
  line-height: 16px;
  height: 64px;
  margin-bottom: 0;
  padding-right: 10px;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper h2.title-place a {
  font-size: 16px !important;
  font-weight: normal !important;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper .rate-it {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  padding-bottom: 8px;
}

/*** author ***/
.profile-wrapper {
  margin-bottom: 30px;
}

.tab-info-wrapper .tab-content .paginations-wrapper .paginations {
  margin-bottom: 20px;
}

.tab-info-wrapper .list-info-user-tab {
  width: auto;
  background-color: transparent;
  border: 0;
  margin: 0;
  box-shadow: none;
}

.tab-info-wrapper .list-info-user-tab li {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid transparent;
}

.tab-info-wrapper .list-info-user-tab li:last-child {
  border-right: 1px solid #d9d9d9;
}

.tab-info-wrapper .list-info-user-tab li.active {
  border: 1px solid #719aba;
  background-color: #719aba;
}

.tab-info-wrapper .list-info-user-tab li.active + li {
  border-left: 1px solid #719aba;
}

.tab-info-wrapper .list-info-user-tab li a {
  color: #6c6d6f;
  font-weight: bold;
  text-transform: uppercase;
}

.tab-info-wrapper .list-info-user-tab li.active a {
  color: #fff;
}

.tab-info-wrapper .list-info-user-tab li.active > a:focus {
  color: #fff;
  background-color: inherit;
  border: 0;
  border-bottom-color: transparent;
  cursor: default;
}

.list-places {
  display: block;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.list-places.fullwidth {
  padding-top: 20px;
}

#publish-places {
  margin-bottom: 20px;
}

.rating-wrapper {
  padding: 20px 0;
  border: 1px solid #d9d9d9;
}

.rating-wrapper * {
  box-sizing: border-box;
}

.rating-wrapper .list-rating > li {
  float: none;
  /*display: inline-block;*/
  vertical-align: top;
  box-sizing: border-box !important;
  margin-bottom: 40px;
}

.rating-wrapper .list-rating > li.notfound {
  margin-bottom: 0;
}

.rating-wrapper .list-rating > li .brating .user-avatar {
  float: left;
  width: 54px;
  height: 54px;
  margin-right: 14px;
}

.rating-wrapper .list-rating > li .brating .user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.rating-wrapper .list-rating > li .brating .user-name {
  display: inline-block;
  font-size: 16px;
  color: #729bbb;
  font-weight: 700;
  margin-top: 5px;
}

.rating-wrapper .list-rating > li .brating .user-rating {
  margin-top: 4px;
}

.rating-wrapper .list-rating > li .brating .user-rating span {
  display: inline-block;
  font-size: 11px;
  color: #a2a4a6;
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
}

.rating-wrapper .list-rating > li .brating .user-rating .rate-it {
  display: inline-block;
  font-size: 11px;
}

.rating-wrapper .list-rating > li .brating .user-comment {
  clear: both;
  margin-top: 15px;
  margin-bottom: 4px;
  line-height: 22px;
  color: #6b6d6e;
}

.rating-wrapper .list-rating > li .brating .link-place {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a2a4a6;
}

.rating-wrapper .list-rating > li .brating .link-place a {
  color: #729bbb;
}

/*** loop item ***/
.list-places .place-wrapper .img-place {
  overflow: hidden;
}

.place-wrapper .featured-flag {
  background: #ffd263;
  display: block;
  width: 98px;
  height: 26px;
  line-height: 24px;
  position: absolute;
  top: 52px;
  right: -10px;
  color: #d39f20;
  border-left: 5px solid #fcb70d;
  text-align: center;
  z-index: 10;
}

.place-wrapper .featured-flag i {
  margin-right: 4px;
}

.place-wrapper .sale-type {
  position: absolute;
  right: -10px;
  top: 20px;
  z-index: 10;
  padding: 0 5px;
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  background-color: #d25759;
  color: #fff;
  box-sizing: border-box;
}

.place-wrapper .place-tag {
  background: #d15858;
  position: absolute;
  right: -10px;
  top: 15px;
  z-index: 20;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}

.place-wrapper .place-tag {
  background: #d15858;
}

.place-wrapper .price-per-month {
  position: absolute;
  bottom: 13px;
  right: 10px;
  z-index: 1;
  padding: 0 5px;
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  background-color: #fff;
  color: #343434;
  box-sizing: border-box;
}

.place-wrapper .price-per-month .border {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 2px;
  height: 36px;
  background: #d15858;
}

.price-per-month .price-per {
  color: #333434;
  font-weight: bold;
}

.price-per-month .price-per .split {
  color: #c8c7c6;
  font-weight: bold;
  margin: 0 4px;
}

.list-places .place-wrapper .img-place {
  padding: 3px;
  height: 260px;
}

.vc_span9 .list-places .place-wrapper .img-place {
  height: 180px;
}

.list-places .place-properties {
  padding: 10px;
  background-color: #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-places.fullwidth .place-properties {
  background: none;
}

.list-places .place-properties > span {
  margin-left: 2px;
  font-size: 0.9em;
  display: inline-block;
  width: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 2px;
}

.list-places.fullwidth .place-properties > span {
  overflow: visible;
  width: 18%;
}

.list-places .place-properties > span.no-gird {
  display: none;
}

.infowindow span.address-place i.fa,
.list-places .place-wrapper .place-detail-wrapper span.address-place i.fa,
.list-places .place-properties > span i.fa {
  color: #c9c9c9;
  font-size: 1.3em;
  margin-right: 5px;
}

.list-places.fullwidth .place-wrapper .img-place {
  padding-right: 0;
}

.list-places.fullwidth .place-wrapper .place-detail-wrapper {
  height: 211px;
}

.list-places.fullwidth .place-properties {
  border-top: 1px solid #d9d9d9;
  height: 100%;
  text-align: center;
  right: 0;
  top: 0;
  padding: 0;
}

.list-places.fullwidth .place-vertical .place-properties {
  position: relative;
  width: 100%;
}

.list-places.fullwidth .place-properties * {
  line-height: 24px;
  text-align: center;
}

.list-places.fullwidth .place-vertical .place-properties * {
  display: inline-block;
}

.list-places.fullwidth .place-properties span:first-child {
  border-left: none !important;
}

.list-places.fullwidth .place-wrapper .img-place {
  height: 260px;
  width: 260px;
  max-width: 260px;
  max-height: 260px;
}

.widget-features-wrapper .list-places.fullwidth .place-wrapper.place-vertical .img-place {
  height: 70px;
}

.place-vertical .img-place,
.place-vertical .place-image-span {
  border-radius: 50%;
}

/*** featured ***/
.features-wrapper {
  text-align: center;
}

.features-wrapper .icon-features {
  float: none;
  margin: 10px 0;
  display: inline-block;
}

.features-wrapper .content-features {
  width: 100%;
}

/*** profile ***/
.profile-wrapper {
  padding: 0;
}

.profile-wrapper .col {
  padding: 15px 30px;
}

.profile-wrapper .img-author {
  background-color: transparent;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.triagle-setting-top {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d9d9d9;
  top: -1px;
  right: -1px;
  z-index: 10;
  cursor: pointer;
}

.triagle-setting-top i.fa {
  position: static;
  color: #c9c9c9;
}

.triagle-setting-top:after {
  display: none;
}

.profile-wrapper #user_avatar_container > h1,
.profile-wrapper #user_avatar_container > .profile-contact-us {
  overflow: hidden;
}

.profile-wrapper #user_avatar_container > h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0;
}

.profile-wrapper #user_avatar_container .author-write-review {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #ed8702;
  font-weight: 700;
  cursor: pointer;
  margin-top: 6px;
}

.profile-wrapper #user_avatar_container .author-write-review:active, .profile-wrapper #user_avatar_container .author-write-review:focus {
  text-decoration: none;
}

.profile-wrapper #user_avatar_container .author-write-review::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ed8702;
}

.profile-wrapper .info-author-wrapper > .profile-contact-us {
  position: absolute;
  top: 40px;
  right: 25px;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 12px;
  background: #729bbb;
  color: #FFF;
  font-weight: 700;
}

.profile-wrapper #user_avatar_thumbnail img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}

.profile-wrapper .info-author-wrapper .col {
  min-height: 110px;
  border-left: 1px solid #d9d9d9;
  padding: 10px 15px;
}

.profile-wrapper .info-author-wrapper .col > div {
  line-height: 32px;
  font-size: 0.9em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.profile-wrapper .info-author-wrapper .col > div i.fa {
  min-width: 15px;
  text-align: center;
  color: #c9c9c9;
}

.profile-wrapper .img-author .new-look {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 15px;
}

.profile-wrapper .img-author .new-look i {
  margin: 0;
}

/*** modal ***/
.modal-content {
  background-color: #fff;
  border: 1px solid #d9d9d8;
}

.modal-header {
  border-bottom: 0;
  background-color: transparent;
  padding: 20px;
}

.modal-header .close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f2f2f2;
  color: #cacaca;
}

.modal-title:after {
  content: "";
  position: absolute;
  background-color: #d6d6d4;
  width: 32px;
  height: 3px;
  left: 0;
  bottom: 4px;
}

.modal-body {
  padding: 25px;
  padding-top: 0;
}

.modal-body .form-group label {
  text-transform: uppercase;
  color: #6b6d6e;
}

.form_modal_style .update_profile,
.form_modal_style input[type="submit"],
#resetpass_form input[type="submit"] {
  background-color: #c7c3c0;
  color: #fff;
  border-radius: 3px;
}

#write-review-rating .modal-body {
  padding-top: 0;
}

#submit_write_rating label {
  text-transform: uppercase;
  color: #6b6d6e;
}

#submit_write_rating {
  position: relative;
  margin-top: 0;
}

#submit_write_rating .rate-it {
  margin: 15px 0 25px 0;
}

#submit_write_rating .rate-it i {
  font-size: 26px;
  margin-right: 10px;
}

#submit_write_rating .btn-submit {
  /*margin-top: 30px;*/
  text-transform: uppercase;
  font-weight: 700;
}

#submit_write_rating .form-field:last-child {
  margin-bottom: 0;
}

#result-related-property {
  background: #f2f2f2;
  max-height: 100px;
}

#result-related-property ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  width: 417px !important;
  max-height: 90px;
  overflow: auto;
}

#result-related-property ul li {
  padding: 3px 0 3px 20px;
}

.block-autohoveritem {
  display: none;
  position: absolute;
  top: 341px;
  right: 30px;
  background: #FFF;
  border: 1px solid #dadad9;
  box-shadow: 0px 0px 14px 0px #c9c9c9;
  width: 270px;
  height: 102px;
  padding: 15px;
}

.block-autohoveritem img {
  float: left;
  margin-right: 14px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.block-autohoveritem h2 {
  font-size: 16px;
  color: #333434;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-autohoveritem p {
  color: #6b6d6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-autohoveritem p i {
  margin-right: 5px;
}

.autorenderitem {
  color: #6b6d6e;
  cursor: pointer;
}

.autorenderitem:hover {
  color: #729bbb;
}

.edit-gallery-image .gallery-image .img-gallery {
  margin-bottom: 5px;
}

.edit-gallery-image .gallery-image .delete-img,
.edit-gallery-image .gallery-image .add-img,
.edit-gallery-image .gallery-image .img-gallery {
  width: 100px;
  height: 100px;
}

.edit-gallery-image .gallery-image .delete-img i,
.edit-gallery-image .gallery-image .add-img i {
  line-height: 100px;
}

.edit-gallery-image .gallery-image .add-img {
  background: #f2f2f2;
}

.edit-gallery-image .gallery-image .add-img::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #FFF;
  width: 90px;
  height: 90px;
}

.edit-gallery-image .gallery-image .add-img i {
  color: #da9d3c;
}

.edit-gallery-image .gallery-image .delete-img {
  background-color: rgba(0, 0, 0, 0.3);
}

.edit-gallery-image .gallery-image .delete-img:after {
  content: "";
  border: 1px solid #FFF;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.edit-gallery-image .gallery-image .delete-img i {
  color: #dca143;
}

/* map style */
.map-labels {
  border-radius: 50%;
  font-size: 14px;
}

/* END map style*/
.pages-404 {
  background-color: #fff;
}

.img-404 {
  text-align: center;
}

.img-404 > h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.img-404 > h3:after {
  content: "";
  display: block;
  background-color: #d6d6d4;
  width: 32px;
  height: 3px;
  margin: 10px auto 0 auto;
}

.img-404 > a {
  margin: 10px auto;
  font-size: 0.9em;
  color: #db9c3b;
  border-bottom: 1px solid #db9c3b;
  text-transform: uppercase;
}

.img-404 > img {
  display: block;
  margin: 30px auto 10px auto;
}

/*** update news right ***/
.widget-features-wrapper .list-places.fullwidth .place-wrapper .place-detail-wrapper {
  height: 90px;
  padding: 15px 10px;
}

/*
*	Advanced Search
*/
/*style for advance search widget*/
#section-map-top-wrapper {
  position: relative;
}

#section-map-top-wrapper .container-map {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#map-top-wrapper {
  overflow: inherit;
  z-index: 0;
}

.gm-style {
  overflow: inherit !important;
}

.de_realestate_widget {
  overflow: hidden;
  position: relative;
}

.block_de_realestate {
  position: absolute;
  transition: all 1s ease;
}

.block_de_realestate_show {
  bottom: 0 !important;
}

.search-title-vetical {
  margin-bottom: 30px;
}

.search-title-vetical::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #d6d6d4;
  margin-top: 7px;
}

.de-advanced-search-vertical, .de-advanced-search-horizontal {
  background: #FFF;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search li {
  margin-bottom: 15px;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search li .row {
  margin: 0;
  width: 194px;
  border: 1px solid #d9d9d8;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search li .row > div {
  padding: 0;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search li .row > div:first-child {
  border-right: 1px solid #d9d9d8;
}

ul.de-realestate-advanced-search li .row > div input {
  width: 100%;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search li .row input {
  border: none !important;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search li span {
  display: block;
  margin-bottom: 5px;
  color: #989899;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search li .row {
  margin: 0;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search li .row > div {
  padding: 0;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search li .row > div:first-child input {
  border-right: none !important;
}

.option-min-price, .option-max-price {
  width: 95px !important;
  min-width: 95px !important;
}

/*style for date picker*/
.de-realestate-available {
  width: 100%;
}

.de-advanced-search-vertical .chosen-container {
  width: 100% !important;
}

.de-advanced-search-vertical .fields-title-input {
  font-size: 0.8em;
  font-weight: bold;
  color: #6b6d6e;
}

.de-advanced-search-vertical input.option-search-textfield,
.de-advanced-search-vertical .option-search .chosen-container-single .chosen-single {
  min-width: 100% !important;
}

input.option-search-textfield::-webkit-input-placeholder {
  color: #989899;
}

input.option-search-textfield::-moz-placeholder {
  color: #989899;
  opacity: 1;
}

input.option-search-textfield:-moz-placeholder {
  color: #989899;
  opacity: 1;
}

input.option-search-textfield:-ms-input-placeholder {
  color: #989899;
}

.list-option-filter > li:first-child .option-filter-box .chosen-single-action + .chosen-container-single .chosen-single {
  border-right: none !important;
}

.list-option-filter > li:first-child .option-filter-box .chosen-single-action + .chosen-container-single .chosen-drop {
  width: 151px !important;
}

.chosen-container-single .chosen-single div {
  top: 6px !important;
  right: 3px !important;
}

.chosen-container-single .chosen-single div b:before {
  font-family: 'FontAwesome';
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  color: #000;
}

input.option-search-textfield {
  background: none !important;
  border: 1px solid #d9d9d8 !important;
}

#realestate_minprice_chosen .chosen-single {
  border-right: none !important;
}

.de-advanced-search-vertical #realestate_minprice_chosen, .de-advanced-search-vertical #realestate_maxprice_chosen {
  width: 50% !important;
  float: left;
}

.de-advanced-search-vertical {
  padding: 14px;
  border: 1px solid #d9d9d8;
  max-width: 270px;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search input[type="submit"] {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  background: #da9d3c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search input[type="submit"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddbb85;
  margin-top: 1px;
}

.chosen-container .chosen-results {
  margin: 0 !important;
}

.adv-sub {
  margin: 0 !important;
}

.de-advanced-search-horizontal {
  border: 1px solid #d9d9d8;
  max-width: 1170px;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search li.li-field {
  display: inline-table;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search li.field-right {
  margin-right: 0;
}

input.option-search-textfield::-webkit-input-placeholder,
input.option-search-textfield:-moz-placeholder,
input.option-search-textfield::-moz-placeholder,
input.option-search-textfield:-ms-input-placeholder {
  color: #989899;
}

.btn-advancedsearch-horizontal > a {
  display: block;
  background-color: #1aa9c6;
  width: 270px;
  height: 50px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.btn-advancedsearch-horizontal #subup::before {
  content: "";
  float: left;
  display: block;
  margin-top: 1px;
  width: 51px;
  height: 1px;
  border-top: 1px solid #0dcbf2;
}

.btn-advancedsearch-horizontal #subup {
  float: left;
  display: block;
  width: 52px;
  height: 50px;
  text-align: center;
  border-right: 1px solid rgba(8, 148, 176, 0.59);
}

.btn-advancedsearch-horizontal #subup::after {
  content: "";
  float: right;
  display: block;
  width: 1px;
  height: 50px;
  margin-top: -2px;
  border-right: 1px solid rgba(13, 203, 242, 0.49);
}

.btn-advancedsearch-horizontal #subup i {
  margin-top: 14px;
  color: #FFF;
  font-size: 1.5em;
}

.btn-advancedsearch-horizontal #subct {
  /* float: left; */
  display: inline-block;
  color: #FFF !important;
  font-weight: bold;
  text-transform: uppercase;
  width: 218px;
  margin-top: 1px;
  padding-top: 14px;
  padding-right: 16px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #0dcbf2;
  position: relative;
}

.btn-advancedsearch-horizontal #subct i {
  position: absolute;
  top: 14px;
  right: 20px;
}

.btn-advancedsearch-horizontal #subct i.fa-sort-asc {
  top: 18px;
}

.de-advanced-search-horizontal input.option-search-textfield,
.de-advanced-search-horizontal .option-search .chosen-container-single .chosen-single {
  width: 195px;
  min-width: 195px;
}

.de-advanced-search-horizontal .fields-title-input {
  display: block;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  color: #6b6d6e;
  margin-left: 10px;
  line-height: 38px;
  width: 76px;
  min-width: 76px;
}

.de-advanced-search-horizontal .de-realestate-advanced-search > li.li-field > div {
  float: left;
  width: 100%;
}

.de-advanced-search-horizontal .de-realestate-advanced-search > li.field-right > div {
  margin-right: 0;
}

.de-advanced-search-horizontal .chosen-container {
  width: 195px !important;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search input[type="submit"] {
  width: 195px;
  padding-top: 11px;
  padding-bottom: 11px;
  background: #da9d3c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: right;
  margin-right: 3px;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search input[type="submit"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddbb85;
  margin-top: 1px;
}

.de-advanced-search-horizontal #realestate_minprice_chosen,
.de-advanced-search-horizontal #realestate_maxprice_chosen {
  width: 97px !important;
  float: left;
}

.de-advanced-search-horizontal .de-realestate-available-search .datepicker {
  top: 35px !important;
  width: 316px;
  border-radius: 0;
  padding: 0;
}

.de-advanced-search-vertical .de-realestate-available-search .datepicker {
  top: 35px !important;
  width: 240px;
  border-radius: 0;
  padding: 0;
}

table.table-condensed > thead > tr:first-child {
  background: #f2f2f2 !important;
}

table.table-condensed > thead > tr:first-child th:hover {
  background: none;
}

.datepicker th.next, .datepicker th.prev {
  color: #babbbb;
}

.table-condensed > thead > tr:first-child > th {
  padding: 10px 6px;
}

.de-advanced-search-horizontal .table-condensed > thead > tr > th,
.de-advanced-search-horizontal .table-condensed > tbody > tr > th,
.de-advanced-search-horizontal .table-condensed > tfoot > tr > th,
.de-advanced-search-horizontal .table-condensed > thead > tr > td,
.de-advanced-search-horizontal .table-condensed > tbody > tr > td,
.de-advanced-search-horizontal .table-condensed > tfoot > tr > td {
  padding: 12px 6px;
  border: 1px solid #f2f2f2;
}

.de-advanced-search-vertical .table-condensed > thead > tr > th,
.de-advanced-search-vertical .table-condensed > tbody > tr > th,
.de-advanced-search-vertical .table-condensed > tfoot > tr > th,
.de-advanced-search-vertical .table-condensed > thead > tr > td,
.de-advanced-search-vertical .table-condensed > tbody > tr > td,
.de-advanced-search-vertical .table-condensed > tfoot > tr > td {
  padding: 7px 6px;
  border: 1px solid #f2f2f2;
}

.de-advanced-search-vertical .de-realestate-available-search {
  width: 100%;
}

.table-condensed > tbody > tr > td:first-child {
  color: #d15858 !important;
}

.table-condensed > tbody > tr > td {
  color: #6b6d6e;
}

.table-condensed > tbody > tr > td:hover {
  background: none !important;
  color: #729bbb;
}

.datepicker td.active {
  background: #da9d3c !important;
  border: none;
}

.datepicker td.active:hover {
  background: #da9d3c !important;
  color: #FFF !important;
}

.datepicker td, .datepicker th {
  border-radius: 0 !important;
}

.datepicker th.switch {
  color: #333434;
}

ht.dow {
  color: #6b6d6e;
  font-size: 13px;
  font-weight: bold;
}

/* @end Advanced Search*/
/*
* Single Breadcrumb Style
*/
#single-breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb-wrapper {
  border-bottom: 1px  solid #eeeeed;
}

#single-breadcrumb.breadcrumb-wrapper {
  border-bottom: none;
}

#single-breadcrumb.breadcrumb-wrapper .container {
  border-bottom: 1px dotted #a2a2a1;
}

.breadcrumb-wrapper > .container {
  padding: 20px 0;
}

#single-breadcrumb > .container {
  padding: 10px 0;
}

.breadcrumb-wrapper .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.breadcrumb-wrapper .breadcrumb > li + li::before {
  font-family: "FontAwesome";
  content: "\f105";
  padding: 0 10px;
}

.breadcrumb-wrapper .breadcrumb a {
  color: #6b6d6e;
}

.breadcrumb-wrapper .breadcrumb a:hover {
  color: #729bbb;
}

.breadcrumb-wrapper .breadcrumb a.active {
  color: #729bbb;
}

.btn-submitproperties a {
  display: block;
  background-color: #729bbb;
  width: 270px;
  height: 50px;
  border-radius: 3px;
}

.btn-submitproperties #subup::before {
  content: "";
  float: left;
  display: block;
  margin-top: 1px;
  width: 53px;
  height: 1px;
  border-top: 1px solid #7ab2dd;
}

.btn-submitproperties #subup {
  float: left;
  display: block;
  width: 52px;
  height: 50px;
  text-align: center;
  border-right: 1px solid #7ab2dd;
}

.btn-submitproperties #subup::after {
  content: "";
  float: right;
  display: block;
  width: 1px;
  height: 48px;
  border-right: 1px solid #678eac;
}

.btn-submitproperties a:hover {
  background: #b1ba7f;
}

.btn-submitproperties a:hover #subup::before {
  content: "";
  float: left;
  display: block;
  margin-top: 1px;
  width: 53px;
  height: 1px;
  border-top: 1px solid #c5d086;
}

.btn-submitproperties a:hover #subup {
  float: left;
  display: block;
  width: 52px;
  height: 50px;
  text-align: center;
  border-right: 1px solid #c5d086;
}

.btn-submitproperties a:hover #subup::after {
  content: "";
  float: right;
  display: block;
  width: 1px;
  height: 48px;
  border-right: 1px solid rgba(142, 150, 99, 0.49);
}

.btn-submitproperties #subup i {
  margin-top: 13px;
  color: #FFF;
  font-size: 1.5em;
}

.btn-submitproperties #subct {
  /* float: left; */
  display: inline-block;
  color: #FFF !important;
  font-weight: bold;
  text-transform: uppercase;
  width: 217px;
  height: 24px;
  margin-top: 1px;
  padding-top: 14px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #7ab2dd;
}

.btn-submitproperties a:hover #subct {
  /* float: left; */
  display: inline-block;
  color: #FFF !important;
  font-weight: bold;
  text-transform: uppercase;
  width: 217px;
  height: 24px;
  margin-top: 1px;
  padding-top: 14px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #c5d086;
}

/*@end Single Breadcrumb Style*/
/*
* Single Detail Style
*/
.single-detail {
  margin-top: 44px;
}

/*
* Single Detail Left
*/
.de-column-left {
  padding-right: 7px;
}

.de-column-left .single-image {
  border: 1px solid #d9d9d8;
  border-bottom: none;
  padding: 3px 3px 1px 3px;
  position: relative;
}

.de-column-left .single-image .tag-forsale {
  background: #729bbb;
  border-top: 1px solid #7ab2dd;
  border-bottom: 1px solid #7ab2dd;
  position: absolute;
  top: 10px;
  right: -12px;
  width: 124px;
  height: 34px;
  z-index: 98;
}

.de-column-left .single-image .tag-forsale span {
  display: block;
  text-align: center;
  line-height: 34px;
  width: 124px;
  height: 34px;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.9em;
  letter-spacing: 0.065em;
}

.tag-forsale ul.dropdown-forsale {
  margin: 0;
  min-width: 150px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: -1px;
  margin-left: -26px;
}

.dropdown-menu-control {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 7px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu-control.active {
  display: block;
}

.tag-forsale .dropdown button.btn-default {
  font-family: 'Montserrat', sans-serif;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
  color: #989899;
  font-weight: 600;
  position: relative;
  font-size: 0.9em;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  border-radius: 0;
  background: #FFF;
  width: 124px !important;
}

ul.dropdown-forsale > li > a:hover {
  background: none !important;
  color: #989899;
}

ul.dropdown-forsale > li > a > i {
  color: #000;
  position: absolute;
  top: 4px;
  right: 10px;
}

.tag-forsale > ul.top-menu-right > li > a {
  text-align: center;
  text-transform: uppercase;
}

ul.dropdown-forowner {
  background: #FFF;
  position: absolute;
  display: none;
  left: -20px;
  top: 101%;
  width: 169px;
  border: 1px solid #d9d9d8;
  border-top: none;
}

ul.dropdown-forowner.active {
  display: block;
}

ul.dropdown-forowner > li {
  border-top: 1px solid #d9d9d8;
  padding: 8px 10px;
}

ul.dropdown-forowner > li > a {
  color: #989899;
  cursor: pointer;
}

#single-carousel {
  position: relative;
}

#single-carousel .carousel-control {
  width: 36px;
  height: 36px;
  top: inherit;
  left: inherit;
  bottom: 0;
  opacity: 1;
}

#single-carousel .carousel-control span {
  margin-top: 8px;
}

#single-carousel .carousel-control-left {
  right: 36px;
  border: 1px solid #808080;
  border-bottom: none;
}

#single-carousel .carousel-control-right {
  right: 0;
  border-top: 1px solid #808080;
}

#slider-thumbs .list-inline li {
  padding: 0 !important;
}

#slider-thumbs .list-inline .img-responsive {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

#slider-thumbs .list-inline .img-responsive:hover {
  opacity: 0.5;
}

#slider-thumbs .list-inline li.active img {
  opacity: 0.5;
}

.single-thumbnail {
  padding-top: 5px;
  height: 110px;
}

#single-carousel .carousel-indicators {
  width: 100%;
  left: inherit;
  bottom: -21px;
  right: 0;
  text-align: right;
}

#single-carousel .carousel-indicators li {
  width: 100px !important;
  border-radius: 0;
  border: none;
  margin: 0;
}

#single-carousel .carousel-indicators .active {
  height: 10px;
}

#single-carousel .carousel-indicators li.active img {
  opacity: 0.5;
}

.place-map {
  margin-top: 20px;
  margin-left: 20px;
}

.place-map > p {
  max-width: 500px;
  padding-right: 50px;
  position: relative;
}

.place-map p i {
  margin-right: 10px;
  color: #c9c9c9;
}

.place-map p span {
  position: absolute;
  top: 0;
  right: 0;
}

.place-map p span i {
  margin-right: 8px;
}

.single-place-properties {
  border: 1px solid #d9d9d8;
  border-top: 1px solid #eeeeed;
  overflow: hidden;
}

.single-place-properties span.split:last-child {
  border-right: none;
}

.single-place-properties span.split {
  display: block;
  float: left;
  width: 16.666666666%;
  text-align: center;
  border-right: 1px solid #eeeeed;
  padding: 24px 0;
}

.single-place-properties span.split i {
  display: block;
  font-size: 1.3em;
  color: #c9c9c9;
  margin-bottom: 8px;
}

.properties-desc {
  margin-top: 30px;
}

.property-panel-collapse .panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f0de";
  float: right;
  margin-top: 4px;
  margin-right: 2px;
}

.property-panel-collapse .panel-heading a.collapsed:after {
  content: "\f0dd";
  margin-top: -2px;
}

.property-panel-collapse .panel-body {
  padding: 24px 0;
}

/***/
.panel {
  box-shadow: none;
  border: none;
  margin-bottom: 1px;
}

.panel-heading {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
}

.panel .panel-heading a {
  font-weight: bold;
  color: #729bbb;
  cursor: pointer;
}

.panel-heading a:hover {
  color: #729bbb !important;
}

.panel-heading a.collapsed {
  color: #333434;
}

.panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f0de";
  float: right;
  margin-top: 4px;
  margin-right: 2px;
}

.panel-heading a.collapsed:after {
  content: "\f0dd";
  margin-top: -2px;
}

.panel-body {
  padding: 24px 0;
}

.panel-body p {
  line-height: 1.6;
}

/*|*|*/
.properties-features ul.list-features li {
  display: inline-block;
  width: 32.8888888888888%;
  padding-bottom: 6px;
}

.properties-features ul.list-features li a::before {
  font-family: 'FontAwesome';
  content: "\f00c";
  float: left;
  font-size: 1.1em;
  color: #729bbb;
}

.properties-features ul.list-features li a {
  padding-left: 12px;
  color: #6b6d6e;
}

.properties-features ul.list-features li a:hover {
  color: #6b6d6e;
}

.single-contact {
  margin-top: 34px;
  border: 1px solid #d9d9d8;
  position: relative;
}

.single-contact > .container-fluid {
  background: #fafafa;
  border-bottom: 1px solid #d9d9d8;
  padding: 20px 0;
}

.floor-plan-features .floor-plan-image {
  margin-top: 15px;
}

/* .floor-plan-image > li:last-child {
	width: 184px;
	margin-right: 0;
	padding: 0 10px;
}
.form_modal_style .floor-plan-image > li:last-child {
	width: 202px;
	margin-right: 0;
	padding: 0 10px;
} */
/* .floor-plan-image > li:last-child > div {
	display: inline-block;
} */
.list-floor-plan-image li {
  text-align: center;
  margin-top: 25px;
  word-wrap: break-word;
}

.list-floor-plan-image li a {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.list-floor-plan-image li a img {
  width: 100%;
  height: 100%;
}

.list-floor-plan-image li .title {
  display: block;
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
}

/*.single-contact ul.list-single-contact li:first-child {
	width: 16%;
}
.single-contact ul.list-single-contact li {
	display: inline-block;
	width: 19.56789%;
	padding-left: 22px;
}*/
.video-features .panel-body {
  height: 470px;
  padding-bottom: 0;
}

.video-features .panel-body iframe {
  width: 100%;
  height: 100%;
}

.single-contact ul.list-single-contact li {
  text-align: center;
}

.single-contact ul.list-single-contact li a {
  display: inline-block;
  line-height: 34px;
  color: #6b6d6e;
}

.single-contact ul.list-single-contact li a.loved span {
  background: #25A77D;
}

.single-contact ul.list-single-contact li a span {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 13px;
  line-height: 34px;
  background: #729bbb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.single-contact ul.list-single-contact li a span i {
  color: #FFF;
}

.single-contact .user-contact {
  padding: 24px 10px;
  overflow: hidden;
}

.single-contact .user-contact .user-avatar {
  width: 12.67777777%;
}

.single-contact .user-contact .user-avatar span {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.single-contact .user-contact .user-avatar span img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.single-contact .user-contact .user-info {
  position: relative;
  width: 87.23456789%;
}

.single-contact .user-contact .user-info h5 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
}

.single-contact .user-contact .user-info h5 a {
  color: #333434;
}

.single-contact .user-contact .user-info .rate-it {
  margin-bottom: 5px;
}

.single-contact .user-contact .user-info .this-user {
  position: absolute;
  top: 6px;
  right: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #ed8702;
}

.single-contact .user-contact .user-info p {
  margin-top: 14px;
}

.single-contact .user-contact .user-info p span {
  font-size: 13px;
  color: #6b6d6e;
  margin-right: 14px;
}

.single-contact .user-contact .user-info p span i {
  color: #c9c9c9;
  margin-right: 7px;
}

.single-contact .user-contact .user-info .review-agent {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #ed8702;
  font-weight: 700;
  cursor: pointer;
}

.single-contact .user-contact .user-info .review-agent::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ed8702;
}

.single-contact .user-contact .user-info .contact-agent {
  display: block;
  background: #729bbb;
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
}

.single-contact .user-contact .ucinfo {
  padding: 0 4px;
  margin-top: 20px;
}

.single-contact .user-contact .ucinfo span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #6b6d6e;
}

.single-contact .user-contact .ucinfo span i {
  color: #c9c9c9;
  margin-right: 5px;
}

.single-properties-review {
  margin-top: 30px;
}

.single-properties-review .tab-content {
  padding: 15px;
  border: 1px solid #d9d9d9;
}

.comment-list .time-review {
  font-size: 11px;
  font-weight: bold;
  color: #6b6d6e;
  text-transform: uppercase;
}

.comment-list .comment-reply-link, #cancel-comment-reply-link {
  font-size: 11px;
  font-weight: bold;
  color: #ed8702;
  text-transform: uppercase;
}

.comment-list .comment-reply-link:hover, #cancel-comment-reply-link:hover {
  color: #719CBE;
}

#cancel-comment-reply-link {
  font-weight: 400;
  margin-left: 10px;
  text-decoration: underline;
}

.property-review .comments {
  padding: 0;
}

.property-review .big-title-event {
  font-size: 24px;
  padding: 0;
  color: #333434;
}

.property-review .review-wrapper .media-list .media-heading {
  font-size: 15px;
  color: #333434;
}

.property-review .review-wrapper .comment-list > li {
  padding: 0;
}

.property-review .comment-form label {
  text-transform: uppercase;
  color: #6b6d6e;
}

.property-review .comment-form input[type="submit"],
.comment-form .rating_submit,
.comments-blog .comment-form .form-submit input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #c8c4c1;
  border: 1px solid #e5e7e9;
  padding: 15px 30px;
  font-size: 14px;
  margin: 20px 16%;
}

.comment-form .rating_submit:hover {
  background: #c8c4c1;
}

.comment-reply-title .cancel-comment-reply-link {
  font-size: 12px;
  font-weight: bold;
  color: #ed8702;
  text-transform: uppercase;
}

.property-review .comment-form input[type="submit"]:hover {
  background: #c8c4c1;
}

.property-review .comment-form textarea {
  outline: none;
  resize: none;
}

.property-review {
  overflow: hidden;
  margin-top: 34px;
}

.properties-review .property-avatar {
  width: 9.67777777%;
}

.properties-review .property-info {
  position: relative;
  width: 90.23456789%;
}

.properties-review .property-avatar span {
  display: block;
  width: 70px;
  height: 70px;
}

.properties-review .property-avatar span img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.properties-review .property-info h5 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 13px;
}

.properties-review .property-info .rate-it {
  position: absolute;
  top: 0px;
  right: 0px;
}

.property-info .comment-fluid {
  margin-top: 10px;
}

.property-info .cmt-review {
  display: none;
  margin-top: 10px;
}

.form-cmt-review input[type*="submit"] {
  border: none;
  background: #c8c4c1;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  margin-top: 14px;
  outline: none;
}

.comment-fluid .content-cmt-review {
  margin-top: 26px;
  padding-top: 14px;
  padding-left: 30px;
  padding-bottom: 6px;
  border-left: 1px solid #d9d9d8;
}

.property-info .cmt-review textarea {
  width: 100%;
  height: 80px;
  resize: none;
  outline: none;
}

.property-info .ago-post {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #6b6d6e;
}

.property-info .ago-post i {
  margin-right: 4px;
}

.property-info .btn-reply {
  cursor: pointer;
  color: #ed8702;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
}

.write-review {
  margin-top: 42px;
}

.write-review .row-write {
  margin: 26px 0;
}

.write-review .row-write label {
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}

.write-review .rate-it {
  margin-left: 4px;
}

.write-review .row-write input[type*="text"] {
  padding: 8px 12px;
  width: 100%;
  border: 1px solid #d9d9d8;
  outline: none;
}

.write-review .row-write input[type*="submit"]::before {
  content: "";
  height: 1px;
  background: #d1d1d0;
}

.write-review .row-write input[type*="submit"] {
  border: none;
  background: #c8c4c1;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  margin-top: 14px;
  outline: none;
}

.write-review .row-write textarea {
  width: 100%;
  height: 145px;
  border: 1px solid #d9d9d8;
  resize: none;
  outline: none;
}

.single-similar-property {
  margin-top: 40px;
}

/*@end Single Detail Left*/
/*
* Single Detail Right
*/
.de-column-right {
  padding-left: 22px;
}

.single-title {
  margin-bottom: 30px;
}

.single-title, .single-title .stitle {
  border-right: 1px solid #729bbb;
  height: 42px;
}

.single-title .htitle {
  font-size: 1.7em;
  color: #333434;
  padding: 0;
  padding-top: 4px;
  margin: 0;
}

.single-title .stitle {
  font-size: 1.7em;
  font-weight: bold;
  display: block;
  height: 100%;
  padding-top: 4px;
  padding-right: 14px;
}

/*		LATEST PROPERTIES		*/
.latest-properties {
  margin-top: 35px;
}

.fluid-top {
  position: relative;
  margin-bottom: 30px;
}

.fluid-top h4 {
  margin: 0;
}

.fluid-top a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #729bbb;
  text-decoration: underline;
  text-transform: uppercase;
}

.place-wrapper.place-list-vertical {
  clear: both;
  margin-top: 10px;
  border: 1px solid #d9d9d8;
}

.infowindow.place-list-vertical .thumb-place-vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}

.infowindow.place-list-vertical .thumb-place-vertical .title-thumb h2 {
  font-size: 16px;
  margin-top: 2px;
}

.infowindow.place-list-vertical .thumb-place-vertical .address-thumb p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}

.place-list-vertical .thumb-place-vertical {
  overflow: hidden;
  padding: 14px;
}

.title-thumb {
  max-width: 150px;
}

.img-thumb {
  margin-right: 14px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}

.img-thumb img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.title-thumb h2 {
  font-size: 1.2em;
  color: #333434;
  margin-bottom: 10px;
  margin-top: 14px;
}

.title-thumb h2 a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333434;
  line-height: 20px;
}

.title-latest a {
  color: #333434;
}

.address-thumb p {
  color: #6b6d6e;
  font-size: 13px;
}

.address-thumb i {
  font-size: 1.2em;
  margin-right: 6px;
  color: #c9c9c9;
}

.rating-latest i {
  font-size: 1.2em;
  cursor: pointer;
  color: #c9c9c9;
}

.rating-latest i.active {
  color: #da9d3c;
}

.detail-place-vertical {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
}

.detail-place-vertical span {
  margin: 0 3px;
  color: #6b6d6e;
  display: inline-block;
  width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-place-vertical i {
  font-size: 1.2em;
  margin-right: 6px;
  color: #c9c9c9;
}

.price-place-vertical {
  overflow: hidden;
  padding: 0px 14px;
  margin: 14px 0;
  position: relative;
}

span.type-price-vertical {
  color: #d15858;
  font-weight: bold;
  font-size: 16px;
}

.rental-price-vertical .border {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2px;
  background: #d15858;
}

.rental-price-vertical {
  font-weight: bold;
  font-size: 16px;
  color: #333434;
}

.rental-price-vertical .split {
  color: #c8c7c6;
  margin: 0 5px;
}

.option-place-vertical {
  border-top: 1px solid #f2f2f2;
  text-align: center;
  font-size: 1.2em;
  color: #d6d6d4;
  padding-top: 6px;
  margin-bottom: 12px;
}

.option-place-vertical i {
  margin: 0 10%;
  color: #c9c9c9;
}

/* Box Categories */
.box-categories {
  margin-top: 42px;
}

.fluid-top {
  position: relative;
  margin-bottom: 24px;
}

.fluid-top > a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ed8702;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

.fluid-top h4 {
  margin: 0;
}

.ctcategories {
  border: 1px solid #d9d9d8;
  margin-top: 20px;
}

.ctcategories .box-ico-cate:first-of-type {
  border-top: none;
}

.box-ico-cate {
  height: 76px;
  border-top: 1px solid #eeeeed;
}

.box-ico-cate.active .name-cate p, .box-ico-cate.active .num-cate p {
  color: #FFF;
}

.box-ico-cate-1.active {
  background: #c9b76f;
}

.box-ico-cate-1.active .ico-cate {
  background: #FFF !important;
}

.box-ico-cate-1.active .ico-cate i {
  color: #c9b76f;
}

.box-ico-cate-2.active {
  background: #ac9682;
}

.box-ico-cate-2.active .ico-cate {
  background: #FFF !important;
}

.box-ico-cate-2.active .ico-cate i {
  color: #ac9682;
}

.box-ico-cate-3.active {
  background: #da9d3c;
}

.box-ico-cate-3.active .ico-cate {
  background: #FFF !important;
}

.box-ico-cate-3.active .ico-cate i {
  color: #da9d3c;
}

.box-ico-cate-4.active {
  background: #72b1ad;
}

.box-ico-cate-4.active .ico-cate {
  background: #FFF !important;
}

.box-ico-cate-4.active .ico-cate i {
  color: #72b1ad;
}

.ico-cate {
  margin: 11px 12px;
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.ico-cate a {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.ico-cate i {
  font-size: 1.6em;
  margin-top: 16px;
  color: #FFF;
}

.ico-apartment {
  background: #c9b76f;
}

.ico-retail {
  background: #ac9682;
}

.ico-industrial {
  background: #da9d3c;
}

.ico-office {
  background: #72b1ad;
}

.name-cate {
  vertical-align: middle;
}

.name-cate p, .name-cate a {
  line-height: 76px;
  color: #6b6d6e;
  margin: 0;
}

.num-cate {
  margin-right: 12px;
  vertical-align: middle;
}

.num-cate p {
  line-height: 76px;
  font-weight: bold;
  color: #333434;
  margin: 0;
}

.box-ico-cate:hover .name-cate a {
  color: #fff;
}

.property-review {
  margin-top: 42px;
}

.box-review {
  margin-top: 10px;
  border: 1px solid #d9d9d8;
}

.treview {
  overflow: hidden;
  padding: 14px;
}

.titlereview {
  max-width: 150px;
}

.imgreview {
  margin-right: 14px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.imgreview img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.title-review {
  font-size: 1.2em;
  color: #333434;
  margin-bottom: 10px;
  margin-top: 14px;
}

.title-review a {
  color: #333434;
}

.address-review p {
  color: #6b6d6e;
  font-size: 13px;
}

.address-review i {
  font-size: 1.2em;
  margin-right: 6px;
  color: #c9c9c9;
}

.mreview {
  background: #f2f2f2;
  padding: 5px 10px;
}

.mreview h6 {
  color: #333434;
  font-size: 14px;
  font-weight: bold;
}

.breview {
  padding: 14px 10px;
}

.breview span {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
}

.breview span i {
  margin-right: 4px;
}

.btn-all-review {
  display: inline-block;
  padding: 14px;
  background: #c8c4c1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  color: #FFF;
  font-weight: bold;
  margin-top: 24px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.btn-all-review:hover, .btn-all-review:focus {
  color: #FFF;
  text-decoration: none;
}

/*@end Single Detail Right*/
/*
*	Place Vertical Style
*/
.place-vertical .img-place {
  margin-top: 5px;
  margin-left: 5px;
}

.place-vertical .place-properties {
  background: #f2f2f2 !important;
  border: none !important;
  margin-top: 10px;
}

.place-vertical .place-properties span {
  margin: 0;
  padding: 10px 0;
  width: 30% !important;
  text-overflow: ellipsis;
  overflow: hidden !important;
}

.place-vertical .place-properties span i {
  display: inline-block !important;
}

/*@end Place Vertical Style*/
/*
*	404 Page Style
*/
.pages-404 .img-404 {
  padding: 50px;
}

.pages-404 .img-404 p {
  font-size: 14px;
}

.pages-404 .img-404 > a {
  font-size: 11px;
  font-weight: bold;
  color: #ed8702;
}

/*@end 404 Page Style*/
/*
* Filter By 
*/
.filter-wrapper {
  overflow: visible !important;
}

.filter-wrapper .list-option-filter {
  float: none;
}

.filter-wrapper .chosen-container {
  width: 150px !important;
  float: right;
}

.list-option-filter li {
  margin-left: 0;
  margin-right: 16px;
}

.list-option-filter li:last-child {
  margin-right: 0;
}

.list-option-filter > li:first-child .option-filter-box .chosen-container-single:first-child .chosen-single {
  border-left: 1px solid #FFF !important;
}

.list-option-filter li span.title {
  font-size: 11px !important;
  font-weight: bold !important;
  line-height: 40px;
  color: #6b6d6e;
  margin-right: 14px;
}

.chosen-container .chosen-results li, .chosen-container .chosen-results li:hover, .chosen-container .chosen-results li.hightlighted {
  background: none !important;
}

.chosen-container .chosen-results li, .chosen-container .chosen-results li.result-selected, .chosen-container .chosen-results li.hightlighted {
  color: #989899 !important;
}

.chosen-container .chosen-results li:hover, .chosen-container .chosen-results li.hightlighted:hover {
  color: #729bbb !important;
}

/*@end Filter By*/
/*
*	Post Place Submit Style
*/
/*Step 1*/
.step-content-wrapper span.title-plan {
  color: #6b6d6e !important;
}

.step-content-wrapper span.title-plan span {
  color: #989899 !important;
}

.post-place-warpper {
  box-shadow: none;
  padding-right: 7px;
}

.post-place-warpper input::-webkit-input-placeholder {
  color: #989899;
}

.post-place-warpper input:-moz-placeholder {
  /* Firefox 18- */
  color: #989899;
}

.post-place-warpper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #989899;
}

.post-place-warpper input:-ms-input-placeholder {
  color: #989899;
}

.step-wrapper .step-heading {
  border: none;
  background: #f2f2f2;
  padding: 6px 0;
  margin-bottom: 1px;
}

.step-wrapper.complete .step-heading {
  background: none;
  border: 1px solid #729bbb;
}

.step-heading .number-step {
  border: none;
  color: #333434;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
}

.step-wrapper.current .step-heading .number-step {
  border: none;
  color: #729bbb;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
}

.step-wrapper.complete a span, .step-wrapper.complete .step-heading i.fa-caret-right, .step-wrapper.complete .step-heading i.fa-caret-down {
  color: #729bbb;
}

.step-wrapper.complete.current a span, .step-wrapper.complete.current .step-heading i.fa-caret-right, .step-wrapper.complete.current .step-heading i.fa-caret-down {
  color: #729bbb;
}

.step-heading .text-heading-step {
  color: #333434;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 44px;
}

.step-heading .text-heading-step:focus {
  text-decoration: none;
}

.step-content-wrapper {
  padding-bottom: 20px;
}

.step-content-wrapper .list-price li {
  padding: 14px 0 14px 0 !important;
  border: none;
}

.step-heading i.fa-caret-right, .step-heading i.fa-caret-down {
  top: 21px;
  color: #333434;
}

.step-wrapper.current .step-heading .text-heading-step {
  color: #729bbb;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 44px;
}

.step-heading .text-heading-step:focus {
  text-decoration: none;
}

.step-content-wrapper {
  padding-bottom: 20px;
}

.step-content-wrapper .list-price li {
  padding: 14px 0 14px 0 !important;
  border: none;
}

.step-wrapper.current .step-heading i.fa-caret-right, .step-wrapper.current .step-heading i.fa-caret-down {
  top: 21px;
  color: #729bbb;
}

.step-content-wrapper .list-price li .btn.btn-submit-price-plan {
  background: none;
  font-size: 11px;
  font-weight: 700;
  color: #ed8702;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  margin-top: 14px;
}

.step-content-wrapper .list-price li .price {
  font-size: 30px;
  font-weight: bold;
  color: #729bbb;
  padding: 3px 14px 3px 0;
  margin-right: 15px;
  border-right: 2px solid #729bbb;
  min-width: 86px;
  text-align: right;
}

.step-content-wrapper .title-plan {
  font-size: 15px;
  color: #333434;
  line-height: 26px;
}

.step-content-wrapper .title-plan span p {
  color: #6b6d6e;
}

/*Step 3*/
.step-content-wrapper .list-form-login > li {
  padding: 34px 0 0 0 !important;
  border: none;
}

.step-content-wrapper .list-form-login input.text-field {
  width: 100%;
  padding: 12px 14px;
}

.step-content-wrapper .list-form-login .chosen-container {
  width: 100% !important;
}

.list-form-login #map {
  width: 100% !important;
  height: 300px !important;
  margin-top: 20px !important;
  border: 1px solid #d9d9d8;
  background: none !important;
}

.list-form-login #map .gm-style {
  top: 4px !important;
  left: 4px !important;
  width: 98.66666666% !important;
  height: 97.222222% !important;
}

.list-form-login input[type="submit"] {
  background: #c8c4c1;
  color: #FFF;
  padding: 10px 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
}

#wp-post_content-wrap {
  width: 100%;
}

/*	Plugins Chosen Style */
.chosen-container-multi .chosen-choices {
  padding: 8px 10px !important;
}

/*@end Plugins Chosen Style*/
/*-- paginations Style --*/
.paginations a.load-more-post {
  position: relative;
  background: #c8c4c1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 46px;
  line-height: 50px;
  height: 50px;
}

.paginations a.load-more-post::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d1d1d0;
}

.paginations .page-numbers:first-child {
  border-left: 1px solid #d9d9d8;
}

.paginations .page-numbers:last-child {
  border-right: 1px solid #d9d9d8;
}

.paginations a.page-numbers, .paginations span.page-numbers {
  background: none;
  color: #6b6d6e;
  height: 50px;
  line-height: 50px;
  border: none;
  border-top: 1px solid #d9d9d8;
  border-bottom: 1px solid #d9d9d8;
  padding: 0 18px;
}

.paginations a.page-numbers:hover {
  color: #729bbb;
}

.paginations a.next {
  border-left: 1px solid #d9d9d8;
  border-right: 1px solid #d9d9d8;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.paginations a.prev {
  border-left: 1px solid #d9d9d8;
  border-right: 1px solid #d9d9d8;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.paginations span.current {
  color: #729bbb;
}

/*--@end paginations Style--*/
/*-- Page Post Style --*/
.blog-page-left {
  padding-right: 7px;
}

.blog-page-right {
  padding-left: 22px;
}

#blog-page .title-list-blog h3 {
  margin: 0;
}

.blog-wrapper {
  box-shadow: none;
  margin: 0;
}

.blog-wrapper .list-blog {
  padding: 0;
}

.blog-wrapper .list-blog li {
  margin-bottom: 40px;
}

.blog-wrapper .title-blog {
  float: none;
  display: block;
  font-size: 1.185em;
  margin: 0;
  width: 100%;
  line-height: 18px;
  margin-bottom: 8px;
  color: #333434;
}

.blog-wrapper .title-lastest {
  font-size: 24px;
  color: #333434;
  font-weight: normal;
}

.blog-wrapper .list-blog a.featured-img {
  background: none;
  width: 200px;
  padding: 0;
}

.blog-wrapper .list-lastest-news {
  margin-top: 20px;
}

.blog-wrapper .title-blog:hover {
  color: #729bbb;
}

.blog-wrapper .section-detail-wrapper {
  border-top: none;
}

.blog-wrapper .section-detail-wrapper > .container-fluid {
  border: 1px solid #d9d9d8;
}

.blog-wrapper .section-detail-wrapper .title-blog {
  margin-bottom: 10px !important;
}

.blog-wrapper .section-detail-wrapper .title-blog:hover {
  color: #333434;
}

.blog-wrapper .time-nickname {
  margin-bottom: 2px;
  margin-top: 2px;
}

.blog-wrapper .time-calendar {
  float: none;
  margin: 0;
  text-transform: uppercase;
  color: #6b6d6e;
  font-size: 11px;
  font-weight: 700;
}

.blog-wrapper.time-calendar i {
  font-size: 1.1em;
  margin-right: 5px;
  color: #c9c9c9;
}

.blog-wrapper .list-lastest-news .time-nickname i {
  color: #c9c9c9;
}

.blog-wrapper .split {
  color: #cdcdcc;
  margin: 0 10px;
}

.blog-wrapper .nickname {
  text-transform: uppercase;
  color: #6b6d6e;
  font-size: 11px;
  font-weight: 700;
}

.blog-wrapper .nickname i {
  font-size: 1.1em;
  color: #c9c9c9;
  margin-right: 5px;
}

.blog-wrapper .content-event {
  height: 70px;
  margin-top: 4px;
}

.content-post .see-more {
  text-transform: uppercase;
  font-size: 11px !important;
  font-weight: 700;
  color: #ed8702 !important;
  text-decoration: underline;
}

.blog-wrapper .single-contact-blog {
  border: none;
  border-bottom: none;
  margin-top: 4px;
}

.blog-wrapper .single-contact-blog > .container-fluid {
  border: 1px solid #d9d9d8;
}

/*-- @end Page Post Style --*/
/*-- Theme Features Style --*/
.theme-feature .theme-feature-title {
  text-align: center;
}

.theme-feature .theme-feature-title h3 {
  font-size: 1.7em;
}

.theme-feature .theme-feature-title h3::after {
  content: "";
  background: #d6d6d4;
  display: block;
  width: 32px;
  height: 3px;
  margin: 0 auto;
  margin-top: 7px;
}

.theme-feature .box-theme {
  text-align: center;
  padding: 0 20px;
  margin-top: 8%;
  margin-bottom: 4%;
}

.theme-feature .box-theme .box-ico {
  margin-bottom: 2%;
}

.theme-feature .box-theme .box-ico a {
  display: block;
  color: #333434;
}

.theme-feature .box-theme .box-ico a:hover {
  color: #729bbb !important;
}

.theme-feature .box-theme .box-ico i {
  font-size: 2.0em;
  margin-bottom: 4.5%;
  cursor: pointer;
}

.theme-feature .box-theme .box-ico h4 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.box-building {
  margin: 4% 0;
  margin-top: 10px;
}

.theme-feature .box-town {
  position: relative;
  margin-top: 10px;
}

.theme-feature .box-townland {
  float: left;
}

.theme-feature .box-retailoffice {
  float: right;
}

.theme-feature .box-building .btext hgroup {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 42%;
}

.theme-feature .box-building .btext {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
  top: 0;
  left: 0;
}

.theme-feature .box-building .btext .box_btext {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.theme-feature .box-building .btext h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}

.theme-feature .box-building .btext h6 {
  color: #FFF;
}

.box-town .bchevron {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.box-town .bchevron i {
  color: #FFF;
}

/*-- @end Theme Features Style --*/
/*-- Testimonial Style--*/
.wrapper-testimonials {
  margin-bottom: 40px;
}

.title-testimonials {
  text-align: center;
  margin-bottom: 46px;
}

.title-testimonials h3 {
  font-size: 1.7em;
}

.title-testimonials h3::after {
  content: "";
  background: #d6d6d4;
  display: block;
  width: 32px;
  height: 3px;
  margin: 0 auto;
  margin-top: 7px;
}

#testimonial-cus .avatar-info {
  min-height: 70px;
  background-color: #fff;
  float: left;
  margin-right: 15px;
}

#testimonial-cus .avatar-info .avatar {
  width: 70px;
  height: 70px;
  display: block;
  float: left;
}

#testimonial-cus .avatar-info .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.customNavigation-cus {
  display: block;
  position: relative;
  z-index: 10;
}

.customNavigation-cus a {
  position: absolute;
  width: 30px;
  height: 88px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  font-size: 24px;
  top: 20px;
}

.customNavigation-cus a i {
  color: #d9d9d6;
}

.prev-testi-cus {
  left: -60px;
}

.next-testi-cus {
  right: -60px;
}

#testimonial-cus .quote-testi {
  padding-right: 5px;
}

#testimonial-cus .quote-testi .name {
  color: #333434;
}

#testimonial-cus .quote-testi span {
  color: #6b6d6e !important;
}

/*--@end Testimonial Style--*/
/*-- Latest News - Service --*/
.latest-service-wrap * {
  color: #6b6d6e;
}

.latest-service-wrap > .container {
  border-top: 1px dotted #a2a2a1;
  padding-top: 30px !important;
}

.latest-service-wrap h3 {
  font-size: 1.7em;
  color: #333434;
  margin-bottom: 24px;
  padding-bottom: 10px;
  background-position: left bottom;
}

.latest-wrap .row-iteml {
  margin-bottom: 20px !important;
}

.row-iteml .bitem {
  max-width: 340px;
}

.row-iteml .bitem a:hover b {
  color: #729bbb;
}

.row-iteml .bitem .pedit {
  margin-top: 5px;
}

.latest-service-wrap .tlat b {
  color: #333434;
}

.latest-wrap .row-iteml span.split {
  margin: 0 6px;
}

.latest-wrap .row-iteml span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

.latest-wrap .row-iteml span i {
  margin-right: 5px;
}

.service-wrap .row-items {
  margin-bottom: 30px !important;
}

.service-wrap .ico-social {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: inset 0 0 2px 2px #E8E8E8;
  -moz-box-shadow: 0 0 2px 2px #E8E8E8;
  -webkit-box-shadow: 0 0 2px 2px #E8E8E8;
  width: 70px;
  height: 70px;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 35px;
}

.service-wrap .ico-social:hover {
  box-shadow: none;
  background-color: #729bbb;
}

.service-wrap .ico-social a {
  display: block;
}

.service-wrap .ico-social i {
  margin-top: 22px;
  color: #c9c9c9;
}

.service-wrap .ico-social:hover i {
  color: #fff;
}

.service-wrap .ctser {
  margin-right: 4%;
  margin-left: 80px;
}

.service-wrap .ctser a {
  color: #333434;
}

.service-wrap .ctser a:hover b {
  color: #729bbb;
}

.service-wrap .ctser p {
  margin-top: 5px;
}

.blog-news-post .list-blog li {
  margin-bottom: 20px;
}

.blog-news-post .title-blog {
  font-size: 1.185em;
  width: 100%;
  line-height: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #333434;
}

.blog-news-post .title-blog:hover {
  color: #729bbb;
}

.blog-news-post .list-blog a.featured-img {
  width: 170px;
  max-height: 110px;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.blog-news-post .list-blog .img-blog img {
  width: 100%;
}

.blog-news-post .see-more {
  display: none;
}

.blog-news-post .list-blog .content-post {
  padding-right: 2%;
}

/*--@end Latest News - Service --*/
/*=======================
Category
=======================*/
.block_category_container {
  margin-top: 20px;
}

.block_category_title {
  overflow: hidden;
}

.block_category_title h2 {
  font-size: 1.7em;
  margin: 0;
}

.block_category_content {
  /* border: 1px solid #d9d9d8; */
  border-left: 1px solid #eeeeed;
  border-top: 1px solid #eeeeed;
}

.block_category {
  padding: 30px 0;
  text-align: center;
  border-right: 1px solid #eeeeed;
  border-bottom: 1px solid #eeeeed;
}

.block_category_container .row {
  margin-left: 0px;
  margin-right: 0px;
}

.block_category_container .row .col-md-3.col-xs-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.block_icon.ico-apartment {
  background: #c9b76f;
}

.block_category.ico-apartment i {
  color: #c9b76f;
}

.block_icon.ico-retail {
  background: #ac9682;
}

.block_category.ico-retail i {
  color: #ac9682;
}

.block_icon.ico-house, .block_category.ico-house {
  background: #b1ba7f;
}

.block_category.ico-house i {
  color: #b1ba7f;
}

.block_icon.ico-industrial {
  background: #da9d3c;
}

.block_category.ico-industrial i {
  color: #da9d3c;
}

.block_icon.ico-land, .block_category.ico-land {
  background: #729bbb;
}

.block_category.ico-land i {
  color: #729bbb;
}

.block_icon.ico-office, .block_category.ico-office {
  background: #72b1ad;
}

.block_category.ico-office i {
  color: #72b1ad;
}

.block_icon.ico-villas, .block_category.ico-villas {
  background: #d15858;
}

.block_category.ico-villas i {
  color: #d15858;
}

.block_icon.ico-town, .block_category.ico-town {
  background: #c8c4c1;
}

.block_category.ico-town i {
  color: #c8c4c1;
}

.block_category_span span {
  color: #FFF !important;
}

.block_icon {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  background: #FFF;
}

.block_icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.block_icon i {
  color: #FFF;
  font-size: 1.545em;
  margin-top: 16px;
}

.block_category > span > a {
  display: inline-block;
  margin-top: 20px;
  color: #6b6d6e;
}

.block_category:hover > span > a {
  color: #fff;
}

.user_payment_status {
  padding: 14px;
}

.media-list ul.children {
  margin-left: 80px;
  margin-top: 10px;
}

.media-list ul.children ul.children {
  margin-left: 102px;
}

.media-list ul.children li.media > div:first-child {
  border-left: 1px solid #d9d9d8;
  padding: 10px 0 0px 20px;
}

.comments .avatar-comment img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

ul.top-menu-right > li.top-user {
  min-width: 169px;
  text-align: center;
  padding: 0 10px;
}

ul.top-menu-right > li.top-user ul.dropdown-menu {
  left: inherit;
  right: 0;
  margin: 0;
}

ul.top-menu-right > li.top-user:hover, ul.top-menu-right > li.top-user.open {
  background: none;
  color: #333434;
}

ul.top-menu-right > li.top-user > a:hover, ul.top-menu-right > li.top-user.open > a {
  color: #333434;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #d9d9d8 !important;
}

.chosen-container-active .chosen-single {
  border: 1px solid #d9d9d8;
  box-shadow: none;
}

.chosen-container-single .chosen-single {
  padding-left: 9px;
  box-shadow: none;
  border: 1px solid #d9d9d8;
}

.chosen-container-single .chosen-single span {
  color: #989899;
}

.chosen-container .chosen-drop {
  border: 1px solid #d9d9d8;
}

.infowindow {
  height: auto;
}

.comment-list .comment-reply-link {
  font-size: 11px;
  font-weight: bold;
  color: #ed8702;
  text-transform: uppercase;
  float: right;
}

.review-wrapper .media-list .media-heading .rate-it {
  float: right;
}

/*
*	Normal Stylesheet EstateEngine
*/
.container, .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input {
  outline: none;
}

/*
*	Advanced Search
*/
/*style for advance search widget*/
.search-title-vetical::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #d6d6d4;
  margin-top: 7px;
}

.de-advanced-search-vertical, .de-advanced-search-horizontal {
  background: #FFF;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search li {
  margin-bottom: 15px;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search li span {
  display: block;
  margin-bottom: 5px;
}

.two-col-wrap {
  width: 100%;
}

.two-col-wrap input {
  font-size: 12px;
  padding: 9px;
  background-color: #f4f6f7;
  color: #5f6f81;
  border: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}

.two-col-wrap .left {
  width: 45%;
  float: left;
}

.two-col-wrap .right {
  width: 45%;
  float: right;
}

/*style for date picker*/
.select-field .chosen-container-single .chosen-single div {
  top: -3px !important;
}

.chosen-container-single .chosen-single div {
  top: 6px !important;
  right: 3px !important;
}

.chosen-container-single .chosen-single div b:before {
  font-family: 'FontAwesome';
  display: block;
  width: 100%;
  height: 100%;
  content: "\f0dd";
  font-size: 1.2em;
}

input.option-search-textfield {
  background: none !important;
  border: 1px solid #d9d9d8 !important;
}

#realestate_minprice_chosen .chosen-single {
  border-right: none !important;
}

.de-advanced-search-vertical #realestate_minprice_chosen, .de-advanced-search-vertical #realestate_maxprice_chosen {
  width: 120px !important;
  float: left;
}

.de-advanced-search-vertical {
  padding: 14px;
  border: 1px solid #d9d9d8;
  max-width: 270px;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search input[type="submit"] {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  background: #da9d3c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.de-advanced-search-vertical ul.de-realestate-advanced-search input[type="submit"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddbb85;
  margin-top: 1px;
}

.chosen-container .chosen-results {
  margin: 0 !important;
}

.adv-sub {
  margin: 0 !important;
}

.de-advanced-search-horizontal {
  padding: 15px;
  border: 1px solid #d9d9d8;
  max-width: 1170px;
}

input.option-search-textfield::-webkit-input-placeholder,
input.option-search-textfield:-moz-placeholder,
input.option-search-textfield::-moz-placeholder,
input.option-search-textfield:-ms-input-placeholder {
  color: #989899;
}

.de-advanced-search-horizontal input.option-search-textfield,
.de-advanced-search-horizontal .option-search .chosen-container-single .chosen-single {
  width: 195px;
  min-width: 195px;
}

.de-advanced-search-horizontal .de-realestate-advanced-search > li.field-right > div {
  margin-right: 0;
}

.de-advanced-search-horizontal .chosen-container {
  width: 195px !important;
}

.de-advanced-search-horizontal ul.de-realestate-advanced-search input[type="submit"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddbb85;
  margin-top: 1px;
}

.de-advanced-search-horizontal .keyword-field {
  width: 64px;
}

.de-advanced-search-horizontal .action-field {
  width: 76px;
}

.de-advanced-search-horizontal .type-field {
  width: 60px;
}

.de-advanced-search-horizontal .cities-field {
  width: 43px;
}

.de-advanced-search-horizontal .areas-field {
  width: 64px;
}

.de-advanced-search-horizontal .stretch-field {
  width: 76px;
}

.de-advanced-search-horizontal .avail-field {
  width: 60px;
}

.de-advanced-search-horizontal .price-field {
  width: 43px;
}

.de-advanced-search-horizontal #realestate_minprice_chosen, .de-advanced-search-horizontal #realestate_maxprice_chosen {
  width: 97px !important;
  float: left;
}

.de-advanced-search-horizontal .datepicker {
  top: 35px !important;
  width: 316px;
  border-radius: 0;
}

.de-advanced-search-horizontal table.table-condensed > thead > tr:first-child {
  background: #f2f2f2 !important;
}

.de-advanced-search-horizontal table.table-condensed > thead > tr:first-child th:hover {
  background: none;
}

.datepicker th.next, .datepicker th.prev {
  color: #babbbb;
}

.table-condensed > thead > tr:first-child > th {
  padding: 10px 6px;
}

.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: 12px 6px;
  border: 1px solid #f2f2f2;
}

.table-condensed > tbody > tr > td:first-child {
  color: #d15858 !important;
}

.table-condensed > tbody > tr > td {
  color: #6b6d6e;
}

.table-condensed > tbody > tr > td:hover {
  background: none !important;
  color: #729bbb;
}

.datepicker td.active {
  background: #da9d3c !important;
  border: none;
}

.datepicker td.active:hover {
  background: #da9d3c !important;
  color: #FFF !important;
}

.datepicker td, .datepicker th {
  border-radius: 0 !important;
}

.datepicker th.switch {
  color: #333434;
}

ht.dow {
  color: #6b6d6e;
  font-size: 13px;
  font-weight: bold;
}

.de-advanced-search-horizontal .dropdown-menu {
  padding: 0;
}

/* @end Advanced Search*/
/*
*	Loop Place Item 
*/

.cancel-on-png,
.cancel-off-png,
.star-off-png,
.fa-star-half {
  color: #c9c9c9 !important;
}

.star-on-png,
.star-half-png,
.star-half-png {
  color: #da9d3c !important;
}

/*@End Loop Place Item*/
/*
 * Edit place style
 * --------------------------------------------------
 */
.list-wrapper {
  clear: both;
}

.list-places.fullwidth .place-wrapper {
  margin: 0 !important;
}

.list-places.fullwidth .list-places .place-properties {
  background: none !important;
  position: relative !important;
}

.list-places.fullwidth .list-places .place-properties {
  width: auto !important;
}

.list-places.fullwidth .place-wrapper .place-tag {
  right: 1px !important;
  top: 1px !important;
}

.list-places.fullwidth .place-properties > span i.fa {
  display: block;
}

.place-properties .no-gird {
  display: none;
}

.list-places.fullwidth .place-properties span.no-gird {
  display: inline-block;
}

.list-places.fullwidth .place-properties span.split {
  border-left: 1px solid #eeeeed;
}

/*@end Edit place style*/
/*	Footer	 */
.contact-wrapper {
  font-family: 'Arimo', sans-serif;
  color: #6b6d6e;
  font-size: 14px;
  padding: 40px 0;
  background: #f8f7f7;
}

.container-flu {
  padding-right: 40px !important;
}

.container-flu h4 {
  font-size: 1.3em;
  color: #333434;
  margin-bottom: 24px;
  padding-bottom: 10px;
  background-position: left bottom;
}

.container-flu address {
  margin-bottom: 5px;
  margin-top: 4px;
}

.container-flu ul.btlink li a {
  color: #729bbb;
}

.container-flu ul.btlink li a:hover {
  color: #da9d3c !important;
}

.container-flu ul.btlink li {
  padding-bottom: 16px;
}

.container-flu a.company b:hover {
  color: #729bbb;
}

.contact-wrapper .widget_meta a {
  color: #729bbb;
}

.contact-wrapper .widget_meta a:hover {
  color: #da9d3c;
}

.contact-wrapper .widget_text .bstitle {
  padding-bottom: 0;
}

.contact-wrapper .textwidget {
  line-height: 22px;
}

.contact-wrapper .textwidget p {
  line-height: 22px;
}

.contact-wrapper .widget_meta ul li {
  margin-bottom: 12px;
}

.contact-wrapper .ico-social {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.contact-wrapper .ico-social-facebook {
  background-color: #3b5998;
}

.contact-wrapper .ico-social-twitter {
  background-color: #1daced;
}

.contact-wrapper .ico-social-google-plus {
  background-color: #db4a39;
}

.contact-wrapper .ico-social i {
  color: #FFF;
  margin-top: 10px;
  font-size: 1.4em;
}

.latest-service-wrap {
  padding-bottom: 40px;
}

.list-places.fullwidth .place-wrapper.fullwidth {
  position: relative;
}

.list-places.fullwidth .place-wrapper.fullwidth .place-detail-wrapper {
  padding-right: 90px;
}

.list-places.fullwidth .place-wrapper.fullwidth .img-place {
  width: 210px;
  height: 210px;
  overflow: visible;
}

.list-places.fullwidth .place-wrapper.fullwidth .place-properties {
  position: absolute;
  background: #f2f2f2;
  border: none;
  min-width: 94px;
}

.list-places.fullwidth .place-wrapper.fullwidth .place-properties > span {
  display: block;
  width: 100%;
}

.list-places.fullwidth .place-wrapper.fullwidth .place-properties > span.split {
  margin: 16px 0;
}

.list-places.fullwidth .place-wrapper.fullwidth .place-properties span.no-gird {
  display: none;
}

.comment-reply-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #d6d6d4;
  margin-top: 7px;
}

/*
	style css content blog
*/
.section-detail-wrapper-content {
  font-family: 'Arimo', sans-serif;
  color: #6b6d6e;
}

.section-detail-wrapper-content code {
  font-family: 'Arimo', sans-serif;
  border-left: 2px solid #d6d6d4;
  background: none;
  border-radius: 0;
  padding: 0 0 0 20px;
  display: block;
  white-space: normal;
  color: #3c3d3e;
  font-style: italic;
  font-size: 100%;
}

.section-detail-wrapper-content ul {
  margin-bottom: 20px;
}

.section-detail-wrapper-content ul li, .section-detail-wrapper-content ol li {
  list-style-type: none;
}

.section-detail-wrapper-content ul li::before, .section-detail-wrapper-content ol li::before {
  color: #729bbb;
  content: "\2022";
  font-size: 1.5em;
  padding-right: 10px;
  position: relative;
  top: 3px;
}

.section-detail-wrapper-content b, .section-detail-wrapper-content strong {
  margin-bottom: 14px;
  color: #333434;
}

/* ---------------------------------------- */
/* R E S P O N S I V E      S T Y L E       */
/* ---------------------------------------- */
@media (max-width: 1200px) {
  .box-town {
    float: none !important;
    /* width: 575px; */
    margin: 0 auto;
    margin-top: 20px;
  }
  .single-contact ul.list-single-contact li:first-child, .single-contact ul.list-single-contact li {
    display: inline-block;
    width: 33.33333333%;
    padding-left: 22px;
    margin: 4px 0;
  }
}

@media (max-width: 1199px) {
  .vc_col-md-12 .block-posts > .container-fluid {
    float: none;
  }
  .vc_col-md-12 .block-posts > .container-fluid > .bstitle {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .vc_col-md-12 .block-posts > .filter-wrapper {
    float: none;
  }
  .multi-rating-place-wrapper .multi-rating-place-overview {
    width: 25%;
  }
  .multi-rating-place-wrapper ul.multi-rating-place-criteria {
    width: 75%;
  }
  .list-item-place-user li {
    width: 70px;
    height: 70px;
  }
  .list-item-place-user li a.last-item-place-user {
    line-height: 2.8em;
  }
}

@media (max-width: 1170px) {
  .detail-place-right-wrapper {
    width: 645px;
  }
  .section-detail-wrapper .breadcrumb {
    width: 70%;
  }
  .detail-place-right-wrapper .info-address-place-wrapper {
    max-width: 255px;
    width: 45%;
  }
  .detail-place-right-wrapper .description-place-wrapper {
    width: 45%;
    max-width: 330px;
  }
  .img-small-place img {
    width: 100%;
  }
  .tab-info-wrapper .list-info-user-tab {
    width: 100%;
  }
  .categories-wrapper .categories-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    max-width: 115px;
    white-space: nowrap;
    display: inline-block;
    width: 60%;
  }
  .prev-testi {
    left: 0px;
  }
  .next-testi {
    right: 0px;
  }
  .blog-page-right, .de-column-right {
    padding: 0;
  }
  .de-advanced-search-horizontal ul.de-realestate-advanced-search input[type="submit"] {
    float: left;
    margin-left: 86px;
  }
  .prev-testi-cus {
    left: 0;
  }
  .next-testi-cus {
    right: 0;
  }
  .top-menu-center {
    float: left;
  }
}

@media (max-width: 996px) {
  .profile-wrapper .info-author-wrapper .info-author-left {
    width: 200px;
  }
  .filter-wrapper .widgettitle, .list-option-filter {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .services-wrapper {
    margin-bottom: 30px;
  }
  .list-option-filter li {
    margin-right: 15px;
    margin-left: 0;
  }
  .list-place-review.style-2 .place-image-wrapper .number-comment {
    left: 3%;
  }
  .detail-place-right-wrapper {
    width: 92%;
  }
  .copyright-wrapper .logo, .text-copyright {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .option-search-form-wrapper {
    padding: 30px 0;
  }
  .option-search.left > li {
    text-align: left;
  }
  .option-search .chosen-results li {
    text-align: left;
  }
  .option-search.right li span {
    min-width: 140px;
  }
  .option-search li span {
    min-width: 100px;
  }
  .option-search.right input[type="submit"] {
    float: left;
  }
  .categories-wrapper .categories-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    max-width: 100px;
    white-space: nowrap;
    display: inline-block;
    width: 50%;
  }
}

@media (max-width: 992px) {
  .de-blog_custom ul.list-blog > li > div.media > a {
    float: none !important;
  }
  .de-blog_custom ul.list-blog > li > div.media .content-post {
    margin-top: 8px;
  }
  .service-wrap .ico-social {
    float: none !important;
  }
  .blog-page-right, .de-column-right {
    padding: 0;
  }
  .service-wrap .ctser {
    margin-left: 0;
  }
}

@media (max-width: 769px) {
  footer .col-md-3 {
    margin-bottom: 30px;
    display: block;
  }
  .copyright-wrapper .logo {
    text-align: center;
    display: block;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 470px;
  }
}

@media (max-width: 480px) {
  .de-advanced-search-horizontal ul.de-realestate-advanced-search li.li-field {
    width: 100%;
  }
}

@media screen and (max-width: 422px) {
  .gn-menu-wrapper.gn-open-all {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
        transform: translateX(0px);
    width: 100%;
  }
  .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 130%;
  }
}

.container-share {
  border-bottom: 1px solid #D9D9D8;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  display: none;
}

.container-share ul.list-single-share li {
  display: inline-block;
  width: 19.56789%;
  padding-left: 22px;
  line-height: 35px;
}

.container-share ul.list-single-share li:first-child {
  width: 16%;
}

.container-share ul.list-single-share li a {
  color: #6b6d6e;
}

.container-share ul.list-single-share li span.ico-social-facebook {
  background-color: #3b5998;
}

.container-share ul.list-single-share li span.ico-social-twitter {
  background-color: #1daced;
}

.container-share ul.list-single-share li span.ico-social-google-plus {
  background-color: #db4a39;
}

.container-share ul.list-single-share li span.ico-social {
  float: left;
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
}

.container-share ul.list-single-share li span.ico-social i {
  color: #FFF;
  margin-top: 8px;
  font-size: 1.4em;
}

.container-share ul.list-single-share li span {
  display: block;
  height: 34px;
  float: left;
  line-height: 34px;
}

/*  ======================================================
 *  =================== MULTIRATING ======================
 *  ======================================================
 */
.multi-rating-place-wrapper {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #D9D9D8;
  border-bottom: 1px solid #D9D9D8;
  border-top: none;
}

.multi-rating-place-wrapper .multi-rating-place-overview {
  width: 34%;
  border-right: none;
  padding-top: 10px;
}

.multi-rating-place-wrapper .multi-rating-place-overview .multi-rating-overall-title {
  font-size: 16px;
  color: #6b6d6e;
}

.multi-rating-place-wrapper .multi-rating-place-overview .multi-rating-overall-title span {
  padding-left: 15px;
  font-size: 14px;
}

.multi-rating-place-wrapper .multi-rating-place-overview .multi-rating-overall-score {
  font-size: 40px;
  color: #da9d3c;
  margin-top: 18px;
}

.multi-rating-place-wrapper ul.multi-rating-place-criteria {
  width: 66%;
  padding: 12px 0;
}

.multi-rating-place-criteria .rate-criteria {
  font-size: 14px;
  color: #6b6d6e;
  width: 32%;
  padding-right: 10px;
  min-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multi-rating-place-criteria .rating-it-style {
  float: left;
  padding-top: 3px;
  min-width: 80px;
}

/* .multi-rating-place-criteria .rating-it-style{
	width: 40%;
	float: right;
	line-height: 24px;
	height: 20px;
} */
.multi-rating-place-wrapper ul.multi-rating-place-criteria li {
  width: 33%;
  overflow: hidden;
  float: left;
  margin-bottom: 18px;
  padding-left: 14px;
}

.multi-rating-place-criteria .rating-it-style .star-on-png.fa-star:before,
.multi-rating-place-criteria .rating-it-style .star-off-png.fa-star-o:before,
.multi-rating-place-criteria .rating-it-style .star-half-png.fa-star-half-o:before {
  font-size: 14px;
}

.list-rating-criteria-wrapper {
  width: 100%;
}

.multi-rating-level1 ul.list-rating-criteria {
  float: none;
  overflow: hidden;
  margin: 8px 0 18px;
}

.list-rating-criteria .rate-criteria {
  width: 40%;
  font-size: 13px;
  color: #6b6d6e;
}

.multi-rating-level1 ul.list-rating-criteria li {
  line-height: 26px;
}

.multi-rating-level1 ul.list-rating-criteria .rating-it-style {
  font-size: 14px;
}

.multi-rating-comment-form .list-rating-criteria {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .multi-rating-place-wrapper .multi-rating-place-overview {
    width: 25%;
  }
  .multi-rating-place-wrapper ul.multi-rating-place-criteria {
    width: 75%;
  }
  .multi-rating-place-wrapper .multi-rating-place-overview .multi-rating-overall-title span {
    padding-left: 0;
    display: block;
  }
}

@media (max-width: 991px) {
  body.admin-bar #header-wrapper.sticky-scroll {
    top: 46px;
  }
}

/*  ======================================================
 *  =================== CUSTOM FIELD =====================
 *  ======================================================
 */
.custom-field-wrapper {
  margin: 10px 0;
}

.custom-field-wrapper .ae-field-title {
  color: #5d5f5e;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  display: block;
}

.de-blog_custom .paginations-wrapper {
  margin-top: 20px;
}

/* CONTACT 7 FORM */
.wpcf7-form {
  max-width: 460px;
  margin: 0 auto;
}

.wpcf7-form p {
  color: #333434;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.wpcf7-form p span {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.wpcf7-form input[type='text'], .wpcf7-form input[type="email"] {
  border: 1px solid #d7d9da;
  color: #737c85;
  margin-bottom: 10px;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-weight: normal;
}

.wpcf7-form textarea {
  border: 1px solid #d7d9da;
  width: 100%;
  max-width: 100%;
  resize: none;
  font-weight: 1.6;
  padding: 10px;
  font-weight: normal;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #c8c4c1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
  border: none;
  padding: 10px 35px;
  float: right;
}

/*			Captcha 		*/
.comment-form .g-recaptcha {
  margin-top: 24px;
  padding-left: 16%;
}

/*Order payment*/
#order-payment {
  background: #f8f7f7;
  width: 80%;
  margin: 100px auto;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 50px 30px 80px 30px;
}

@media (max-width: 991px) {
  #order-payment {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #order-payment {
    text-align: center;
  }
}

#order-payment h6 {
  color: #ed8702;
  font-size: 27px;
  margin: 0 0 15px 0;
}

#order-payment .text {
  color: #5f6f81;
  font-size: 21px;
  line-height: 25px;
}

#order-payment .invoice-detail {
  margin: 60px 0;
}

@media (max-width: 767px) {
  #order-payment .invoice-detail {
    text-align: left;
  }
}

#order-payment .invoice-detail .name {
  color: #7e7e7e;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #order-payment .invoice-detail .name {
    width: 50%;
    float: left;
  }
}

@media (max-width: 767px) {
  #order-payment .invoice-detail .info {
    width: 50%;
    float: right;
  }
}

#order-payment .invoice-detail .name > div, #order-payment .invoice-detail .info > div {
  font-size: 14px;
  border-right: 1px solid #efefef;
}

#order-payment .invoice-detail .name > div:last-child, #order-payment .invoice-detail .info > div:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  #order-payment .invoice-detail .name > div, #order-payment .invoice-detail .info > div {
    padding: 20px 0 !important;
    border-right: none;
  }
}

#order-payment .invoice-detail .name > div {
  padding-bottom: 40px;
}

#order-payment .invoice-detail .info > div {
  font-weight: bold;
}

#order-payment .invoice-note {
  margin-bottom: 70px;
}

#order-payment .invoice-note p {
  line-height: 25px;
}

#order-payment .invoice-note .type-cash {
  color: #aaafb2;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

#order-payment .btn-back-list {
  background: #ed8702;
  padding: 13px 35px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

#order-payment .btn-back-list i {
  margin-left: 5px;
}

#order-payment .paypal {
  font-weight: normal !important;
}

@media (max-width: 767px) {
  #order-payment .paypal {
    margin-bottom: 0;
  }
}

#order-payment .paypal:before {
  content: "";
  background: url("../img/icon-payment.png") no-repeat;
  padding: 18px 24px;
  background-position: 0px -2px;
}

@media (max-width: 767px) {
  #order-payment .paypal:before {
    padding: 18px 16px;
    background-position: -15px -2px;
  }
}

#order-payment .checkout {
  font-weight: normal !important;
}

@media (max-width: 767px) {
  #order-payment .checkout {
    margin-bottom: 0;
  }
}

#order-payment .checkout:before {
  content: "";
  background: url("../img/icon-payment.png") no-repeat;
  padding: 18px 24px;
  background-position: -87px -2px;
}

@media (max-width: 767px) {
  #order-payment .checkout:before {
    padding: 18px 20px;
    background-position: -96px -2px;
  }
}

#order-payment .cash {
  font-weight: normal !important;
}

@media (max-width: 767px) {
  #order-payment .cash {
    margin-bottom: 0;
  }
}

#order-payment .cash:before {
  content: "";
  background: url("../img/icon-payment.png") no-repeat;
  padding: 18px 24px;
  background-position: -43px -2px;
}

@media (max-width: 767px) {
  #order-payment .cash:before {
    padding: 18px 19px;
    background-position: -52px -2px;
  }
}

#order-payment .credit {
  font-weight: normal !important;
}

#order-payment .credit:before {
  content: "";
  background: url("../img/icon-payment.png") no-repeat;
  padding: 18px 24px;
  background-position: -134px -2px;
}

@media (max-width: 767px) {
  #order-payment .credit:before {
    padding: 18px 19px;
    background-position: -141px -2px;
  }
}

#order-payment .text-notify {
  color: #de2b32;
  margin-bottom: 5px;
}

#order-payment .text-cancel {
  color: #5f6f81;
  font-size: 16px;
  margin-bottom: 60px;
  line-height: 25px;
}
