/*  

Description: Custom Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/*  

Description: Variables
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/** FONTS **/
@import url("../libs/font-awesome/css/font-awesome.min.css");
/** COLORS **/
/*  

Description: Main Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/*** CUSTOMS ***/
* {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

#gl-circle-loader-wrapper:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 1100000;
  top: 50%;
  left: 50%;
  margin: -60px 0px 0px -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #f8f8f8;
  border-top: 3px solid #009cc6;
  animation: spin 1s linear infinite;
}

hr {
  border-color: #e5e5e5;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gl-btn {
  background-color: #009cc6;
}

.navbar-toggle {
  margin-top: 28px;
}

.tgl-search {
  color: #009cc6;
  margin: 22px 20px 0px 0px;
  font-size: 20px;
}

header.gl-header .gl-header-bottombar .gl-header-main-menu .container-fluid .gl-extra-btns-wrapper,
header.gl-header .gl-header-bottombar .gl-header-main-menu .container .gl-extra-btns-wrapper {
  right: 10px;
  top: 18px;
}
header.gl-header .gl-header-bottombar .gl-header-main-menu .container-fluid .gl-extra-btns-wrapper a,
header.gl-header .gl-header-bottombar .gl-header-main-menu .container .gl-extra-btns-wrapper a {
  color: #555;
}

header.gl-header .gl-header-bottombar {
  padding: 0px;
}

.navbar-header {
  position: absolute;
}

.navbar-brand {
  padding: 10px !important;
  height: auto;
}
.navbar-brand img {
  max-height: 60px;
}

header.gl-header .gl-header-bottombar .gl-header-main-menu .container-fluid .gl-menu-wrapper ul li,
header.gl-header .gl-header-bottombar .gl-header-main-menu .container .gl-menu-wrapper ul li {
  padding-top: 35px;
}

#nav-menu .navbar-nav {
  display: inline-block;
}
#nav-menu ul {
  padding: 0px;
}
#nav-menu li.active {
  border-bottom: 5px solid #00a266;
}
#nav-menu li.active:after {
  display: none;
}
#nav-menu li.active a {
  color: #00a266;
}
#nav-menu li.open {
  border-bottom: 5px solid #0060a8;
}
#nav-menu li.open a {
  color: #0060a8;
}
#nav-menu .dropdown-menu {
  background: rgba(0, 96, 168, 0.95);
  border: 0px;
  padding: 20px;
  margin-top: 5px;
}
#nav-menu .dropdown-menu .container-fluid {
  max-width: 1400px;
  margin: auto;
}
#nav-menu .dropdown-menu h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0px 0px 10px 0px;
}
#nav-menu .dropdown-menu li {
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 0px;
}
#nav-menu .dropdown-menu li a {
  color: #fff;
}
#nav-menu .dropdown-menu li a:hover {
  color: #00a266;
}
#nav-menu .dropdown-menu .double-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 400px;
}
#nav-menu .dropdown-menu .double-list li {
  display: inline-block;
  width: 40%;
}
#nav-menu .full-dropdown {
  position: static;
}
#nav-menu .full-menu {
  margin-top: 0px;
  width: 100vw;
  left: 0px;
}
#nav-menu .big-menu {
  width: 40vw;
  left: -50%;
}
#nav-menu .lang {
  position: absolute;
  right: 10px;
}
#nav-menu .lang a img {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  height: 12px;
}
#nav-menu .lang .dropdown-menu {
  left: auto;
  right: 0px;
}

.gl-single-headings h1,
.gl-section-headings h1 {
  background: url("../images/bg-title.png") no-repeat center center;
  background-size: auto 100%;
  padding: 40px 0px 20px 0px;
  color: #0060a8;
}

.gl-hero-img-wrapper {
  background-image: url("../images/bg_hero.jpg");
}
.gl-hero-img-wrapper .container .gl-directory-searchbar form {
  width: auto;
}
.gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset {
  width: calc(100% - 122px);
  line-height: 55px;
  padding: 0px 10px;
}
.gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset .gl-category-dropdown {
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: auto;
  float: none;
}
.gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset .gl-category-dropdown select.form-control {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  border: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset .gl-category-dropdown i {
  vertical-align: middle;
  font-size: 16px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ccc;
}
.gl-hero-img-wrapper .container .gl-directory-searchbar form button {
  width: 122px;
}
.gl-hero-img-wrapper .container .gl-directory-searchbar form button i {
  margin-right: 10px;
}

.gl-popular-cat-section {
  background-color: #f8f8f8;
  border-bottom: 0px;
}
.gl-popular-cat-section .gl-popular-cat-wrapper .gl-popular-cat-item img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}
.gl-popular-cat-section .gl-popular-cat-wrapper .gl-popular-cat-item a.gl-overlay-effect p.gl-popular-cat-listing span.gl-listing-num {
  background: #00a266;
  color: #fff;
  padding: 0px 10px;
  border-radius: 500px;
  display: inline-block;
}

.gl-featured-items .gl-feat-item-details {
  text-align: center;
}
.gl-featured-items .gl-feat-item-details h3 {
  margin: 0px;
  padding: 0px;
}
.gl-featured-items .gl-feat-item-details h3 a {
  font-size: 18px;
  color: #00a266;
}
.gl-featured-items .gl-feat-item-details .gl-item-location i {
  position: static;
  margin-right: 5px;
  float: none;
}
.gl-featured-items .gl-feat-item-details .gl-item-location span {
  line-height: normal;
  float: none;
  padding: 0px;
}
.gl-featured-items .gl-feat-item-details span.gl-item-rating {
  position: static;
  display: block;
}
.gl-featured-items .gl-feat-item-details span.gl-item-rating i {
  color: #ff9300;
}
.gl-featured-items .gl-item-offer h4 {
  font-size: 16px;
}
.gl-featured-items .gl-item-offer .gl-item-status-label {
  position: static;
  height: auto;
  line-height: normal;
  padding: 5px;
  margin-top: -40px;
}
.gl-featured-items .gl-sub-items {
  margin-top: 10px;
}
.gl-featured-items .gl-sub-items li {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0px;
  font-weight: 700;
}
.gl-featured-items .gl-sub-items .type {
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
}
.gl-featured-items .gl-sub-items .type a {
  color: #555;
}

.gl-job-list-item {
  border-bottom: 1px solid #e5e5e5;
}
.gl-job-list-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.gl-job-list-item:nth-child(even) {
  background-color: transparent;
}
.gl-job-list-item .gl-job-list-item-wrapper a .gl-job-position-company h3 {
  border: 0px;
  margin: 0px;
  font-size: 20px;
  color: #009cc6;
}
.gl-job-list-item .gl-job-list-item-wrapper a .gl-job-position-company p {
  clear: left;
  font-size: 12px;
}
.gl-job-list-item .gl-job-list-item-wrapper a .gl-job-sallery h3 {
  padding: 0px;
  font-weight: 700;
  font-size: 12px;
  display: block;
}
.gl-job-list-item .gl-job-list-item-wrapper a .gl-job-sallery i {
  font-size: 14px;
  padding: 0px;
  line-height: normal;
  color: #ff9300;
}
.gl-job-list-item .gl-job-list-item-wrapper a .gl-job-location i {
  color: #555;
}

.gl-item-status-label {
  background-color: #ff00aa;
  line-height: normal;
  font-size: 12px;
  height: auto;
  width: auto;
  padding: 5px 10px;
}
.gl-item-status-label strong {
  font-size: 16px;
  display: block;
}

.gl-section-wrapper {
  padding: 50px 0px 90px 0px;
}

.gl-recent-listing-section {
  background: #f8f8f8;
}
.gl-recent-listing-section .gl-feat-items-img-wrapper {
  height: 180px;
}

.map .gl-featured-items {
  display: block;
  padding: 0px;
  margin: 20px 0px 20px 20px;
}
.map .gl-featured-items .gl-feat-items-img-wrapper {
  height: 150px;
}
.map .gl-featured-items .gl-feat-item-details {
  padding: 10px;
}

.gl-search-filter-bar {
  padding: 0px;
}

.gl-search-style-map-left .gl-btn-contact {
  font-size: 16px;
  text-align: center;
  color: #fff;
  overflow: visible;
  position: absolute;
  z-index: 1000;
  right: 10px;
  top: 20px;
}
.gl-search-style-map-left .gl-btn-contact:before {
  content: "";
  display: block;
  background: #00a266;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.gl-search-style-map-left .gl-btn-contact i {
  margin: 0px 0px 5px 0px;
  display: block;
  font-size: 20px;
}
.gl-search-style-map-left .gl-btn-contact strong {
  font-size: 12px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.gl-search-style-map-left .gl-search-filter-wrapper {
  background-color: #efefef;
  text-align: center;
}
.gl-search-style-map-left .gl-search-filter-wrapper form {
  display: inline-block;
}
.gl-search-style-map-left .gl-search-filter-wrapper form fieldset {
  display: inline-block;
}
.gl-search-style-map-left .gl-search-filter-wrapper form .gl-btn {
  background: #009cc6;
  margin: 0px;
  float: none;
  height: 34px;
  line-height: 34px;
}
.gl-search-style-map-left .gl-search-filter-wrapper form .gl-filter-options {
  margin: 0px;
  line-height: 30px;
  height: auto;
  width: auto;
  float: none;
}
.gl-search-style-map-left .gl-search-filter-wrapper form .gl-filter-options select.form-control {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  border: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gl-search-style-map-left .gl-search-filter-wrapper form .gl-filter-options i {
  vertical-align: middle;
  font-size: 16px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ccc;
}
.gl-search-style-map-left .gl-search-meta-wrapper {
  padding: 10px 0px;
  margin: 20px 30px;
  display: block;
  width: auto;
}
.gl-search-style-map-left .gl-search-meta-wrapper .gl-search-number {
  background: #00a266;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  float: right;
}
.gl-search-style-map-left .gl-search-meta-wrapper .gl-type-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #337ab7;
}
.gl-search-style-map-left .gl-search-meta-wrapper .gl-filter {
  font-size: 12px;
  display: inline-block;
  padding: 3px 10px;
  background: #fff4e6;
  border-radius: 100px;
  margin-right: 5px;
}
.gl-search-style-map-left .gl-search-meta-wrapper .tgl-filters {
  color: #fff;
  padding: 3px 10px;
  border-radius: 100px;
  background: #ff9300;
  text-decoration: none;
  font-size: 16px;
  float: right;
}
.gl-search-style-map-left .gl-search-meta-wrapper .tgl-filters i {
  vertical-align: middle;
  font-size: 20px;
  margin-top: -3px;
  opacity: 0.5;
}

.gl-search-style-map-left.map-top .gl-page-content-section .container-fluid {
  margin: auto;
  max-width: 1400px;
}
.gl-search-style-map-left.map-top .gl-search-map-wrapper {
  width: 100%;
  height: 500px !important;
  position: relative;
  float: none;
}
.gl-search-style-map-left.map-top .gl-search-meta-wrapper {
  margin: 20px 10px;
}
.gl-search-style-map-left.map-top .gl-search-result-wrapper {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.gl-search-style-map-left.map-top .gl-search-result-wrapper .gl-featured-items {
  margin-top: 0px;
  margin-bottom: 20px;
}
.gl-search-style-map-left.map-top .gl-search-filter-result-wrapper {
  width: 100%;
  float: none;
  margin-left: 0px;
}
.gl-search-style-map-left.map-top .gl-btn-contact {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  display: block;
  top: 10px;
  right: auto;
}
.gl-search-style-map-left.map-top .gl-btn-contact:before {
  right: auto;
  left: -5px;
}
.gl-search-style-map-left.map-top .gl-btn-contact.fixed {
  position: fixed;
  z-index: 900;
  top: 170px;
}

.gl-filter-list {
  position: relative;
  background: #fff4e6;
  margin: -20px 0px 30px 0px;
  padding: 30px;
}
.gl-filter-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -5px;
  right: 60px;
  background: #fff4e6;
  transform: rotate(45deg);
}
.gl-filter-list h4 {
  margin: 0px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 700;
}
.gl-filter-list .fa-star {
  color: #ff9300;
}
.gl-filter-list ul {
  margin: 0px 0px 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.gl-filter-list ul li {
  vertical-align: top;
  display: inline-block;
  width: 45%;
}
.gl-filter-list .radio,
.gl-filter-list .check {
  margin-bottom: 0px;
}

.gl-cta-section {
  background-image: url("../images/cta-img.jpg");
}
.gl-cta-section .gl-cta-content-wrapper {
  text-align: center;
  padding: 0px;
}
.gl-cta-section .gl-cta-content-wrapper p {
  padding-top: 0px;
  float: none;
  vertical-align: middle;
}
.gl-cta-section .gl-cta-content-wrapper form {
  float: none;
  vertical-align: middle;
}
.gl-cta-section .gl-cta-content-wrapper form input.gl-btn {
  background: #00a266 !important;
  color: #fff;
}

.breadcrumb {
  background: transparent;
  padding: 0px;
  margin: 0px;
}

.gl-page-header-wrapper:after {
  background-color: rgba(0, 96, 168, 0.3);
}
.gl-page-header-wrapper .container h3 a {
  color: #fff;
}
.gl-page-header-wrapper .container .gl-item-rating {
  color: #ff9300;
}
.gl-page-header-wrapper .container .gl-page-head-btn-wrapper .gl-btn {
  padding: 15px 20px;
  background: #00a266;
  color: #fff;
}
.gl-page-header-wrapper .container .gl-page-head-btn-wrapper .gl-contact-btn {
  background: #009cc6;
}

.gl-sidebar-widget {
  margin-bottom: 20px !important;
}
.gl-sidebar-widget .gl-featured-items {
  padding: 0px;
}
.gl-sidebar-widget .gl-featured-items .gl-feat-items-img-wrapper {
  height: 180px;
}
.gl-sidebar-widget .gl-featured-items .gl-feat-item-details {
  border: 0px;
}
.gl-sidebar-widget .gl-featured-items .gl-feat-item-details.compact {
  padding: 0px;
}
.gl-sidebar-widget .gl-featured-items .gl-feat-item-details.compact .gl-sub-items li {
  padding: 0px;
  border: 0px;
}
.gl-sidebar-widget .gl-featured-items .gl-feat-item-details.compact .gl-btn {
  padding: 5px 10px;
}
.gl-sidebar-widget .gl-featured-items .gl-item-info {
  font-size: 12px;
}
.gl-sidebar-widget .gl-featured-items .gl-item-info i {
  font-size: 16px;
  color: #ccc;
  margin-right: 5px;
}

.gl-property-features ul {
  display: inline-block;
}
.gl-property-features ul li {
  font-weight: 500;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 15px 20px;
  margin-bottom: 0;
  border-top: 1px solid #ededed;
  position: relative;
}
.gl-property-features ul li i {
  color: #00a266;
  position: absolute;
  left: 0px;
  top: 14px;
}

.gl-menus-wrapper .gl-menu-item .gl-menu-item-details span {
  font-size: 12px;
  color: #555;
}
.gl-menus-wrapper .gl-menu-item .gl-item-status-label {
  background: #00a266;
}

body.gl-profile-template .gl-page-content-section h3.gl-content-title {
  background: url(../images/bg-title.png) no-repeat center center;
  background-size: auto 100%;
  padding: 40px 0px 20px 0px;
  color: #0060a8;
  text-align: center;
}
body.gl-profile-template .gl-map-small {
  height: 500px;
}

.gl-related-info {
  border: 1px solid #eee;
  padding: 40px;
  margin: 0px 10px;
}
.gl-related-info h3.gl-content-title {
  background: url(../images/bg-title.png) no-repeat center center;
  background-size: auto 100%;
  padding: 40px 0px 20px 0px;
  color: #0060a8;
  text-align: center;
}
.gl-related-info .gl-page-contents-wrapper {
  margin-bottom: 0px;
}

.gl-job-list-item .gl-job-list-item-wrapper a .gl-job-location {
  text-align: left;
}
.gl-job-list-item .gl-item-status-label {
  display: block;
}

.gl-text h4,
.gl-text h5,
.gl-text h6 {
  margin-top: 20px;
  color: #0060a8;
}
.gl-text p {
  line-height: 180%;
}
.gl-text ul {
  margin: 20px 0px;
}
.gl-text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.gl-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0px;
  top: 8px;
  background: #009cc6;
}

.gl-recent-post-widget {
  border-color: #e5e5e5;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details h2 {
  margin: 0px;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details h2 a,
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details h3 a {
  color: #0060a8;
  font-size: 14px;
  font-weight: 700;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details .gl-item-location {
  font-size: 12px;
  color: #555;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details .gl-item-location i {
  vertical-align: middle;
  margin-right: 5px;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details .gl-item-rating {
  display: block;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details .gl-item-rating i {
  color: #ff9300;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details .type {
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-recent-post-details .type a {
  color: #555;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item .gl-item-status-label {
  position: absolute;
  bottom: 20px;
  right: 30px;
  left: 30px;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item.post-wide {
  text-align: center;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item.post-wide .gl-recent-post-img-wrapper {
  width: 100%;
  height: auto;
  margin-right: 0px;
  float: none;
  display: block;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item.post-wide .gl-recent-post-img-wrapper img {
  position: static;
  display: block;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item.post-wide .gl-recent-post-details {
  width: 100%;
  float: none;
  display: block;
}
.gl-recent-post-widget .gl-recent-post-wrapper .gl-recent-post-item.post-wide .gl-recent-post-details p {
  font-size: 12px;
  color: #555;
}
.gl-recent-post-widget .slick-dotted.slick-slider {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.gl-recent-post-widget .slick-dotted.slick-slider .slick-dots {
  bottom: 0px;
}

#frm-contact {
  background: #009cc6;
  color: #fff;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
#frm-contact h3.gl-content-title {
  background: url(../images/bg-title.png) no-repeat center center;
  background-size: auto 100%;
  padding: 40px 0px 20px 0px;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
#frm-contact h3.gl-content-title i {
  font-size: 200px;
  opacity: 0.2;
  position: absolute;
  right: -20px;
  top: -40px;
  transform: rotate(30deg);
}
#frm-contact .gl-btn {
  background: #0060a8;
}
#frm-contact a {
  text-decoration: underline;
  color: yellow;
}

.gl-search-style-map-top .gl-page-content-section {
  padding-top: 25px;
}

footer .gl-footer-top-wrapper .gl-footer-widget {
  border-left: 1px solid #2b2b2b !important;
  padding: 0px 0px 0px 20px;
  color: #5b5b5b;
  width: auto;
  float: none;
}
footer .gl-footer-top-wrapper .gl-footer-logo {
  border: 0px !important;
  padding: 0px !important;
}
footer .gl-footer-top-wrapper .gl-useful-links {
  text-transform: uppercase;
}
footer .gl-footer-bottom-wrapper .gl-copyright-info-wrapper p {
  font-size: 12px;
}
footer .gl-footer-bottom-wrapper .gl-social-info-wrapper ul li a {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.carousel {
  padding: 0px 40px 20px 40px;
}
.carousel .slick-dots {
  bottom: -35px;
  left: 0px;
}
.carousel .slick-prev {
  left: 10px;
}
.carousel .slick-next {
  right: 10px;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: #0060a8;
}

.gl-feat-items-img-wrapper {
  background: #efefef;
  height: 30vh;
  max-height: 220px;
}

form .form-group {
  position: relative;
}
form .form-control.error {
  border-color: red;
}
form .help-block.form-error {
  margin: 0px;
  position: absolute;
  color: red;
  font-size: 10px;
  left: 0px;
}

.table {
  overflow-x: scroll;
  text-align: center;
}
.table table {
  border-top: 1px solid rgba(0, 96, 168, 0.1);
  border-bottom: 1px solid rgba(0, 96, 168, 0.1);
  min-width: 100%;
}
.table th {
  background: rgba(0, 96, 168, 0.1);
}
.table th,
.table td {
  border-bottom: 1px solid rgba(0, 96, 168, 0.1);
  padding: 10px 0px;
}

.gl-search-style-map-left .gl-search-filter-wrapper form fieldset {
  vertical-align: middle;
}

.rooms-repeater--item .rooms-repeater--item-badge {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem 0.5rem 0 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  font-weight: 700;
  margin-left: auto;
}
.rooms-repeater--item .rooms-repeater--item--wrapper {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  position: relative;
  border-top-right-radius: 0;
}

.request-form-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

#request-form {
  scroll-margin-top: 190px;
}

.gl-directory-searchbar form.loading {
  pointer-events: none;
}
.gl-directory-searchbar form .gl-category-dropdown select.loading ~ span .fa {
  display: none;
}
.gl-directory-searchbar form .gl-category-dropdown select.loading ~ span .fa-refresh {
  display: inline-block;
}
.gl-directory-searchbar form .gl-category-dropdown .fa-refresh {
  display: none;
}

/*  

Description: Responsive Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/*** WIDE 1280px ***/
/*** TABLET (vertical) + MOBILE common rules ***/
@media only screen and (max-width: 991px) {
  .navbar-header {
    position: static;
  }
  header.gl-header .gl-header-bottombar .gl-header-main-menu .container-fluid .gl-menu-wrapper ul li,
  header.gl-header .gl-header-bottombar .gl-header-main-menu .container .gl-menu-wrapper ul li {
    padding-top: 15px;
  }
  #nav-menu {
    border-top: 1px solid #e5e5e5;
    overflow-y: scroll;
  }
  #nav-menu ul {
    margin-bottom: 20px;
  }
  #nav-menu li {
    border: 0px !important;
  }
  #nav-menu .dropdown-menu {
    position: relative;
    margin-bottom: 20px !important;
  }
  #nav-menu .dropdown-menu li {
    width: auto !important;
    margin-right: 20px;
    display: inline-block;
  }
  #nav-menu .big-menu, #nav-menu .full-menu {
    width: 100%;
    margin: 0px;
    left: 0px;
  }
  #nav-menu .lang {
    position: static;
  }
  .gl-page-header-wrapper {
    text-align: center;
  }
  .gl-page-header-wrapper .container .gl-page-head-btn-wrapper {
    margin-top: 20px;
    position: static;
  }
  .gl-search-style-map-left .gl-btn-contact {
    width: auto !important;
    border-radius: 0px;
    margin: 0px !important;
    position: fixed !important;
    z-index: 1000 !important;
    top: auto !important;
    bottom: 0px !important;
    right: 0px !important;
    left: 0px !important;
  }
  .gl-search-style-map-left .gl-btn-contact:before {
    display: none;
  }
  .gl-search-style-map-left .gl-btn-contact i {
    display: inline-block;
    margin: 0px 5px 0px 0px;
  }
  .gl-search-style-map-left .gl-btn-contact strong {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
}
/*** TABLET 768px (vertical) ***/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset {
    padding-top: 10px;
    height: 110px;
    line-height: normal;
  }
  .gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset .gl-category-dropdown {
    margin: 5px;
  }
  .gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset .gl-category-dropdown select.form-control {
    width: 230px;
  }
  .gl-hero-img-wrapper .container .gl-directory-searchbar form button {
    height: 110px;
  }
  .gl-search-style-map-left .gl-search-filter-wrapper form .gl-filter-options {
    margin: 5px;
  }
  .gl-search-style-map-left .gl-search-filter-wrapper form .gl-filter-options select.form-control {
    width: 300px;
  }
  .gl-search-style-map-left .gl-search-filter-wrapper form .gl-btn {
    margin-top: 20px;
  }
  .gl-search-style-map-left .gl-search-map-wrapper {
    width: 100%;
    height: 500px !important;
    position: relative;
    float: none;
  }
  .gl-search-style-map-left .gl-search-filter-result-wrapper {
    width: auto;
    float: none;
    margin-left: 0px;
  }
}
/*** MOBILE 320px ***/
@media only screen and (max-width: 767px) {
  #nav-menu {
    padding: 0px 20px;
  }
  #nav-menu .dropdown-menu .container-fluid {
    padding: 0px;
  }
  #nav-menu .dropdown-menu .double-list {
    display: block;
    max-height: none;
  }
  #nav-menu .dropdown-menu li {
    display: block !important;
  }
  .breadcrumb {
    font-size: 10px;
  }
  .carousel {
    padding: 0px;
  }
  .gl-hero-img-wrapper {
    padding: 50px 0px;
  }
  .gl-hero-img-wrapper .container h2.gl-hero-text-heading {
    font-size: 35px;
  }
  .gl-hero-img-wrapper .container p.gl-hero-text-paragraph {
    padding: 0px 20px;
  }
  .gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset {
    width: auto;
    line-height: normal;
    display: block;
    padding: 10px;
    float: none;
  }
  .gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset .gl-category-dropdown {
    margin-bottom: 10px;
    display: block;
    height: auto;
  }
  .gl-hero-img-wrapper .container .gl-directory-searchbar form fieldset .gl-category-dropdown select.form-control {
    width: 200px;
  }
  .gl-hero-img-wrapper .container .gl-directory-searchbar form button {
    width: 100%;
  }
  .gl-single-headings h1, .gl-section-headings h1 {
    padding-top: 20px;
    font-size: 24px;
  }
  .gl-section-wrapper {
    padding: 20px 0px 40px 0px;
  }
  .gl-section-headings {
    margin-bottom: 20px;
  }
  .gl-popular-cat-section .gl-popular-cat-wrapper .gl-popular-cat-item {
    height: auto !important;
  }
  .gl-popular-cat-section .gl-popular-cat-wrapper .gl-popular-cat-item img {
    height: 320px;
  }
  .gl-job-list-item .gl-job-list-item-wrapper a .gl-job-location {
    text-align: center;
  }
  .gl-cta-section .gl-cta-content-wrapper {
    padding: 0px 20px;
  }
  .gl-cta-section .gl-cta-content-wrapper p {
    margin-right: 0px;
  }
  .gl-page-header-wrapper {
    padding: 40px 15px;
  }
  .gl-page-header-wrapper .container h1 {
    font-size: 24px;
  }
  .gl-page-header-wrapper .container h3 {
    font-size: 18px;
  }
  .gl-page-header-wrapper .container .gl-page-head-btn-wrapper a.gl-btn {
    margin: 0px 0px 10px 0px;
  }
  footer .gl-footer-top-wrapper {
    padding: 40px 0px;
  }
  footer .gl-footer-top-wrapper .gl-footer-logo {
    width: 150px;
    margin: 0px auto 20px auto !important;
  }
  footer .gl-footer-top-wrapper .gl-footer-widget-title {
    text-align: center;
  }
  body.gl-profile-template .gl-page-content-section {
    padding: 20px 0px;
  }
  .gl-page-content-section .gl-page-contents-wrapper {
    margin-bottom: 20px;
  }
  .gl-property-features ul li {
    display: block;
    width: auto;
  }
  .gl-section-headings {
    padding: 0px 20px;
  }
  .gl-recent-post-widget {
    padding: 20px;
  }
  .gl-gallery {
    margin: 0px 20px 20px 20px !important;
  }
  .gl-gallery li {
    display: none !important;
  }
  .gl-gallery li:first-child {
    display: block !important;
  }
  #frm-contact {
    padding: 20px;
  }
  .gl-search-style-map-left .gl-search-filter-wrapper form fieldset {
    display: block;
  }
  .gl-search-style-map-left .gl-search-filter-wrapper form .gl-filter-options {
    margin-bottom: 10px;
  }
  .gl-search-style-map-left .gl-search-filter-wrapper form .gl-filter-options select.form-control {
    width: 220px;
  }
  .remodal {
    padding: 0px;
  }
  .remodal-close {
    z-index: 100;
    color: #fff;
  }
  .gl-search-style-map-left .gl-search-meta-wrapper {
    margin: 0px;
  }
  .gl-filter-list {
    margin-top: 0px;
    font-size: 12px;
  }
  .gl-filter-list:before {
    right: 40px;
  }
  .gl-filter-list ul li {
    margin-right: 10px;
  }
  .gl-search-style-map-left .gl-search-result-wrapper .gl-featured-items {
    margin-bottom: 20px;
  }
  .gl-sidebar-widget {
    padding: 20px;
  }
  .gl-featured-items {
    margin-bottom: 20px;
  }
  .gl-gallery li:first-child a:before {
    content: "\f00e";
    font-family: "FontAwesome";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
}
/*** MOBILE (WIDE) 480px ***//*# sourceMappingURL=custom.css.map */