body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
@media (min-width: 768px) {
  .no-padding-right,
  .no-padding {
    padding-right: 0 !important;
  }
  .no-padding-left,
  .no-padding {
    padding-left: 0 !important;
  }
}
.nav-pills > li + li {
  margin: 0;
}
.nav-pills > li > a {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#admin-menu {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #4c4c4c;
  background-image: -moz-linear-gradient(top, #555555, #444444);
  background-image: -ms-linear-gradient(top, #555555, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
  background-image: -webkit-linear-gradient(top, #555555, #444444);
  background-image: -o-linear-gradient(top, #555555, #444444);
  background-image: linear-gradient(top, #555555, #444444);
  background-repeat: repeat-x;
}
#admin-menu ul:not(.dropdown-menu) > li > a,
#admin-menu ul:not(.dropdown-menu) > li .logout {
  color: #ccc;
}
#admin-menu ul:not(.dropdown-menu) > li > a:hover,
#admin-menu ul:not(.dropdown-menu) > li .logout:hover {
  color: white;
}
#admin-menu ul:not(.dropdown-menu) > li .logout {
  height: 50px;
}
#admin-menu .divider {
  text-decoration: underline;
  border-left: 1px solid black;
}
@media (min-width: 768px) {
  #admin-menu > div,
  #admin-menu > div > div {
    margin: 0;
    padding: 0;
  }
  #admin-menu ul.nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #admin-menu li {
    float: left;
    width: 30%;
  }
  #admin-menu .divider {
    border-left: 0;
    border-top: 1px solid black;
  }
}
header {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .navbar-brand > img {
    padding: 5px !important;
    height: 50px;
  }
}
#top-menu-mobile {
  display: none;
}
@media (max-width: 767px) {
  #top-menu-mobile {
    display: inline;
  }
}
@media (max-width: 767px) {
  #top-img,
  #menu {
    display: none;
  }
}
#top-lang {
  margin: 0;
}
#top-lang li {
  margin: 13px 0 0 15px;
}
#top-lang li a {
  color: #333;
  text-decoration: underline;
  padding: 7px;
}
#top-menu,
#top-menu-mobile,
#top-lang {
  line-height: 12px;
}
.navbar-form {
  padding: 0;
}
.content {
  zoom: 1;
}
.content:before,
.content:after {
  content: "";
  display: table;
}
.content:after {
  clear: both;
}
.LeafletMap {
  margin-bottom: 15px;
}
footer a,
footer a:hover {
  color: #eee;
}
input[type=checkbox] {
  margin-right: 10px;
}
form:not(#login-form) div.required label.control-label:after {
  content: " * ";
  color: red;
}
form:not(#login-form) div.required-either label.control-label:after {
  content: " * ";
  color: green;
}
.form_facilities > div {
  display: grid;
}
.btitle {
  width: 100%;
}
span.required {
  color: red;
}
span.required-either {
  color: green;
}
.name {
  padding-bottom: 15px;
}
.view-img {
  float: left;
  min-width: 144px;
  min-height: 144px;
  margin-right: 15px;
}
.info p {
  width: 200px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.add-info {
  float: right;
  font-style: italic;
}
.add-info-left {
  font-style: italic;
  font-weight: bold;
}
.article-info {
  font-style: italic;
}
.prices {
  display: inline-flex;
}
@media (max-width: 767px) {
  .prices {
    display: grid;
  }
}
.addon-info,
.prices,
.objectid {
  padding-top: 7px;
}
.addon-info {
  padding-bottom: 7px;
}
.annotation {
  display: table;
}
@media (min-width: 768px) {
  .have-rent {
    float: left;
    padding-right: 20px;
  }
}
.pager-wrapper {
  clear: both;
  text-align: center;
}
.facilities > strong {
  padding-left: 10px;
}
.facilities ul {
  list-style: square inside none;
  margin-left: 10px;
}
.top-buttons {
  float: right;
  clear: right;
}
.top-buttons .btn,
.top-buttons .fb-like {
  margin-bottom: 10px;
}
.top-buttons .btn-primary {
  white-space: nowrap;
  width: 120px;
}
.top-buttons .fb-like {
  float: right;
  margin-left: 4px;
  min-height: 28px;
  min-width: 121px;
}
.bottom-buttons {
  margin: 0 0 15px 0;
}
.bottom-buttons .btn {
  width: 100%;
}
.description {
  clear: both;
  white-space: pre-line;
  padding-bottom: 20px;
}
.search-home .add-on {
  display: none;
}
.search-home #search-add-on {
  display: inline;
}
#filter-form label {
  display: block;
}
@media (max-width: 767px) {
  #filter-form .add-on {
    display: none;
  }
  #filter-form #search-add-on {
    display: inline;
  }
}
.bigdrop {
  width: 300px !important;
}
#search-add-on {
  display: none;
  line-height: 30px;
}
#search-add-on a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #fx-rates {
    display: none;
  }
}
@media (max-width: 767px) {
  #facebook-page {
    display: none;
  }
}
.breadcrumb {
  margin-top: 15px;
}
.sorter-wrapper {
  line-height: 34px;
  margin-bottom: 15px;
  zoom: 1;
}
.sorter-wrapper:before,
.sorter-wrapper:after {
  content: "";
  display: table;
}
.sorter-wrapper:after {
  clear: both;
}
.nested .sorter-wrapper {
  margin: 0;
  padding: 6px 10px;
  background-color: #eee;
}
.sorter-text {
  float: left;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .sorter-text {
    display: none;
  }
}
ul.sorter {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none outside none;
}
ul.sorter li {
  float: left;
}
ul.sorter li:not(:last-child) {
  padding-right: 15px;
}
.small-text p {
  font-size: 0.8em;
  width: 100%;
}
.contact-address td {
  padding: 0 15px 10px 0;
}
span.highlight {
  background: #ddddff;
}
#thailandholidayhomes {
  margin: -20px -20px -5px -20px;
}
.leaflet-popup-content img {
  float: left;
  margin-right: 5px;
}
#btn-maplist {
  float: right;
}
@media (max-width: 767px) {
  .thumbnails-wrapper {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
  }
}
.thumbnails-wrapper .thumbnails {
  list-style: none;
  margin: auto;
}
.thumbnails-wrapper .thumbnails li:nth-child(even) {
  margin-right: 2%;
}
@media (max-width: 767px) {
  .thumbnails-wrapper .thumbnails li:nth-child(even) {
    margin-right: 0;
  }
}
.thumbnails-wrapper .thumbnails .thumbnail {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .thumbnails-wrapper .thumbnails .thumbnail {
    margin: 0;
    padding: 0 1px 0 0;
    border: 0;
    float: left;
  }
}
.thumbnails-wrapper .thumbnails .thumbnail .thumbnail-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .thumbnails-wrapper .thumbnails .thumbnail .thumbnail-mobile {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .thumbnails-wrapper .thumbnails .thumbnail .thumbnail-desktop {
    display: none !important;
  }
}
.thumbnails-wrapper .thumbnails .thumbnail-half {
  float: left;
  width: 49%;
}
@media (max-width: 767px) {
  .thumbnails-wrapper .thumbnails .thumbnail-half {
    width: initial;
  }
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
span.mce-branding {
  display: none;
}
.file-preview-image {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
@media (max-width: 767px) {
  .objectid {
    display: none;
  }
  .form-control {
    font-size: 16px;
  }
  #admin-table .table-responsive > .table > thead > tr > th,
  #admin-table .table-responsive > .table > tbody > tr > th,
  #admin-table .table-responsive > .table > tfoot > tr > th,
  #admin-table .table-responsive > .table > thead > tr > td,
  #admin-table .table-responsive > .table > tbody > tr > td,
  #admin-table .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
}
@-moz-document url-prefix() {
  select.form-control {
    padding-right: 25px;
    background-image: url("data:image/svg+xml, <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'> <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/> </svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 50%;
    -moz-appearance: none;
    appearance: none;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/*# sourceMappingURL=common.css.map */