/* line 5, ../sass/theme.scss */
body {
  color: #666;
  font-family:"Open Sans","sans-serif", "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
  line-height: 1.8;
}
button, html, input, select, textarea {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}

/* page */
/* header */
/* line 15, ../sass/theme.scss */
#top {
  background-color: #fff;
  color: #666;
  border-color: #53ade9;
}

/* line 21, ../sass/theme.scss */
.navbar-header {
  position: relative;
}

/* line 24, ../sass/theme.scss */
.logo {
  left: 0;
  position: inherit;
  text-align: center;
  top: -70px;
  height: 75px;
  width: 100px;
  margin:15px;
}
.logo img
{
    /*width: 100%;*/
    height: 75px;
}
#top {
    min-height: 75px !important;
}
/* line 32, ../sass/theme.scss */
.logo img {
  margin-top: 0px !important;
}
 
.navbar {    
    margin-bottom: 0px;
}
/* Horizontal Menu ends here*/
/* line 46, ../sass/theme.scss */
.nav-top > li > a
{
  color: white;
} 
@media only screen and (min-width: 768px) {
  .mega-menu .has-submenu:hover .submenu {
    display: block;
  }

  .mega-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #444;
    z-index: 1;
  }

  .mega-menu .column {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
  }
}


/* Custom styles for the mega menu */
@media (min-width: 768px) {
   
  .navbar-nav > li:before,
  .navbar-nav > li:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
   .navbar-nav > .open:before,
  .navbar-nav > .open:after {
    bottom: -1px;
    left: 50%;
    opacity: 1;
    position: absolute;
    z-index: 1002;
  }
  .navbar-nav > .open:before {
    border: 10px solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
    border-top-width: 0;
    margin-left: -9px;
  }
  .navbar-nav > .open:after {
    border: 9px solid;
    border-top-width: 0;
    border-color: #fafafa transparent;
    margin-left: -8px;
    margin-top: 2px;
  }
  
  
}

.dlba-button{
	padding:10px;
	margin:10px;
	text-align:center;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
}
 
 
 .dlba-button {
    color: #FFFFFF;
    padding: 10px;
    margin: 10px;
    text-align: center;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
 } 
 
 .primary-background-color:hover {
 background-color: #33BFF3;
    	 
  }
 .secondary-background-color:hover {
    	   background-color: #A3DD38;
  }
.primary-background-color
   { 
	  background-color: #00AEEF;
   }

.secondary-background-color
   { 
	  background-color: #8CD406;
   }

.tertiary-background-color
   { 
	  background-color: #F09000;
   }

.quaternary-background-color
   { 
	  background-color: #90E1FF;
   }

.black-background-color
   { 
	  background-color: #252021;
   }

.white-background-color
   { 
	  background-color: #FFFFFF;
   }
   
   .light-background-color
   { 
	  background-color: #F7F7F7;
   }
   .dark-background-color
   { 
	  background-color: #818181;
   }
   .light-blue-background-color
   { 
	  background-color: #D8F5FF;
   } 

 .home-event-news-link-button {
        border: none; 
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 10px;
        min-width: 150px;
        margin: 3px;
        height: 35px;
    }

.home-mega-menu-lower-flex
{
	background: #D8F5FF;
    margin-left: 0px;
    height: 8vh;
    align-items: center;
    justify-content: center;
}

 .home-mega-menu-flex-container {
    display: flex;
    background-color: lightblue;
    margin: 0;
    padding: 0;
    border-radius: 0 0 15px 15px;
    }

    .home-mega-menu-left-column {
      flex: 1; 
	  margin: 10px;
    }

    .home-mega-menu-right-column {
      flex: 1;
	  text-align: center;
    }
.mega-menu .dropdown-menu li {
  cursor: pointer;
  list-style: none;
  
}

.mega-menu .dropdown-menu li:hover {
  background-color: #dbeef7; /* Change background color on hover */
  border-radius: 1px;
}

.navbar-nav > li >.dropdown-menu
{
	border-radius: 15px;
	margin-top:0;
}
 .mega-menu {
      position: content !important;
    }
    
.menu-header
{
  margin-bottom: -5px;  
  text-transform: none;
  margin-left:0;
  font-family: Open Sans, sans-serif;
	font-size: 13px;
	font-weight: 800;
color: #818181;

}

.menu-description {
    margin: 0;
    text-transform: none;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-wrap: wrap;
    max-width: 300px;
    color: #818181;
}
.mega_menu-right{
	
	margin-Left: 20px;
}

    .menu-text
    {
      margin-top: 10px; 
      margin-bottom: 10px;
    }
    .mega-menu .dropdown-menu {
      width: auto;
      box-sizing: border-box;
    }

    .mega-menu .dropdown-menu .mega-menu-columns {
      display: flex;
      justify-content: space-between;
      width: max-content;
    }

    .mega-menu .dropdown-menu .mega-menu-column {
      
      margin-right: 20px;
    }
  .social_icons a
  {
  font-size: 21px !important;
  padding: 10px 5px !important;
  }

/* line 73, ../sass/theme.scss */
.pgl-navbar-main {
  background-color: #eee;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 1;
  border-bottom: 2px solid #53ade9;
}

/* line 82, ../sass/theme.scss */
.pgl-navbar-main .navbar-collapse {
  border-color: transparent;
  font-family: 'Open Sans', sans-serif;
font-size: 16px !important;
font-weight: 500;
color: #818181; 
}

.pgl-navbar-main .navbar-collapse:hover,
.pgl-navbar-main .navbar-collapse:active {
    color: #00AEEF; /* Assuming $primary is a valid color variable */
}
/* line 90, ../sass/theme.scss */
.pgl-navbar-main .navbar-collapse {
  border-color: transparent;
  font-size:13px ;
  font-weight: 500;
  padding:0px;
}
/* line 92, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav > li > a:hover, .pgl-navbar-main .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #53ade9;
}
/* line 98, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav > .active > a, .pgl-navbar-main .navbar-nav > .active > a:hover, .pgl-navbar-main .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #53ade9;
}
/* line 102, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav > .open > a,
.pgl-navbar-main .navbar-nav > .open > a:hover,
.pgl-navbar-main .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #53ade9;
}
/* line 108, ../sass/theme.scss */
.pgl-navbar-main .navbar-nav .open > .dropdown-menu > .active > a,
.pgl-navbar-main .navbar-nav .open > .dropdown-menu > .active > a:hover,
.pgl-navbar-main .navbar-nav .open > .dropdown-menu > .active > a:focus {
  background-color: #eee;
  color: #333;
  border-bottom: 5px solid #8dca3a;
}

/* line 116, ../sass/theme.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #53ade9;
  border-color: transparent;
  color: white;
}
.strip-list>li>a.primary-link {
      color: white; /* Set your desired color for the first set of links */
    }
/* line 121, ../sass/theme.scss */
.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: 999;
}
/* line 126, ../sass/theme.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #666;
  width: 20px;
}
/* line 130, ../sass/theme.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/* line 132, ../sass/theme.scss */
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #666; 
}

/* page-top */
/* line 139, ../sass/theme.scss */


.page-top {
  background: url(../images/bg-page-top.jpg) no-repeat #333;
  background-size: 100% 100% !important;
}
/* line 141, ../sass/theme.scss */
.page-top .container {
  display: table;
  height: 250px;
}
/* line 145, ../sass/theme.scss */
.page-top .page-top-in {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/* line 150, ../sass/theme.scss */
.page-top h2 {
  font-size: 2.571em;
  margin: 0;
  /*text-transform: uppercase;*/
}
/* line 154, ../sass/theme.scss */
.page-top h2 span {
  /*background-color: white;*/
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 24px 27px;
  font-weight: 300;
  color: #fff;
}
 .blog-posts iframe{
    width: 100%
  }
/* pgl-advanced-search */
/* line 163, ../sass/theme.scss */
.chosen-select {
  height: 40px;
  padding: 0 10px;
  width: 100%;
}

/* line 168, ../sass/theme.scss */
.pgl-advanced-search {
  /*border-bottom: 1px solid #ddd;*/
  padding: 50px 0 30px;
}
/* line 171, ../sass/theme.scss */
.pgl-advanced-search .form-group {
  margin-bottom: 20px;
}

/* pgl-featured */
/* line 177, ../sass/theme.scss */
.pgl-featured {
  padding-bottom: 20px;
  padding-top: 60px;
}
/* line 180, ../sass/theme.scss */
.pgl-featured h2 {
  margin-right: 100px;
}

/* line 184, ../sass/theme.scss */
.pgl-featured-bottom {
  padding-bottom: 60px;
}

/* pgl-properties */
/* line 188, ../sass/theme.scss */
.pgl-properties {
  padding-bottom: 0px;
  padding-top: 34px;
}
/* line 191, ../sass/theme.scss */
.pgl-properties h2 {
  margin-right: 100px;
}

/* pgl-agents */
/* line 197, ../sass/theme.scss */
.pgl-agents {
  padding-top: 53px;
}

/* testimonial */
/* line 202, ../sass/theme.scss */
.pgl-testimonial {
  height: 388px;
  padding: 30px 15px;
  position: relative;
  text-align: center;
}
/* line 207, ../sass/theme.scss */
.pgl-testimonial h4 {
  color: #53ade9;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 213, ../sass/theme.scss */
.pgl-testimonial .owl-controls .owl-buttons > div {
  background-color: transparent;
  position: absolute;
  top: 60px;
}
/* line 218, ../sass/theme.scss */
.pgl-testimonial .owl-controls .owl-buttons .owl-prev {
  left: 58px;
}
/* line 221, ../sass/theme.scss */
.pgl-testimonial .owl-controls .owl-buttons .owl-next {
  right: 58px;
}

/* pgl-about */
/* line 228, ../sass/theme.scss */
.pgl-about {
  padding-top: 54px;
  margin-bottom: 10px;
}

/* map */
/* line 234, ../sass/theme.scss */
.pgl-properties-map {
  padding-top: 53px;
}

/* line 237, ../sass/theme.scss */
.map {
  height: 525px;
}

/* line 240, ../sass/theme.scss */
.contact {
  margin-bottom: 60px;
}

/* line 243, ../sass/theme.scss */
#contact-map {
  height: 305px;
  margin-bottom: 37px;
  width: 100%;
}

/* footer */
/* line 249, ../sass/theme.scss */
.pgl-footer {
  background-color: #fff;
  /*color: #fff;*/
  padding: 60px 0 20px;
}
/* line 253, ../sass/theme.scss */
.pgl-footer h2 {
  /*color: white;*/
  font-size: 1em;
  margin-bottom: 25px;
}
/* line 258, ../sass/theme.scss */
.pgl-footer li {
  margin-bottom: 5px;
}

/* line 262, ../sass/theme.scss */
.pgl-upper-foot {
  margin-bottom: 12px;
}
/* line 264, ../sass/theme.scss */
.pgl-upper-foot a {
  color: #666;
}
/* line 266, ../sass/theme.scss */
.pgl-upper-foot a:hover, .pgl-upper-foot a:focus {
  color: #53ade9;
}
/* line 270, ../sass/theme.scss */
.pgl-upper-foot p {
  margin-bottom: 15px;
}
/* line 273, ../sass/theme.scss */
.pgl-upper-foot address {
  line-height: 2.2;
}

/* line 277, ../sass/theme.scss */
.pgl-copyrights {
  border-top: 1px solid #53ade9;
  /*padding-top: 35px;*/
}
/* line 280, ../sass/theme.scss */
.pgl-copyrights a {
  color: #53ade9;
}
/* line 282, ../sass/theme.scss */
.pgl-copyrights a:hover, .pgl-copyrights a:focus {
  color: #666;
}
.dlba_copyrights
{
  padding: 10px 0px;
  display: inline-block;
}
.dlba_policy {
  padding: 0 40px;
  display: inline-block;
}
.dlba_policy a {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.dlba_policy a:hover {
    color: #333;
    text-decoration: underline;
}
.ethics-hotline
{
    padding: 10px 0px;
    text-align: right;
}
.ethics-hotline img
{
  width: 10%;
}
.ethics-hotline span
{
  padding:0px 10px;
  color: #666;
}
.ethics-hotline a
{
  font-size: 20px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #A3A3A3;
  font-weight: bold;

}
.ethics-hotline a:hover span
{
  color: #333;
}

/* Header selectbox style*/

.fix-row{
  margin:0px auto;
}

.nopadding{
  padding:0px;
}

.b-0{
  border:0px solid #000;
}

.mb-0{
  margin-bottom:0px;
}

.mt-0{
  margin-top:0px;
}

.ml-0{
  margin-left:0px;
}

.mr-0{
  margin-right:0px;
}

.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-top:3px;
  z-index: 2;
}
/*.login a:hover
{
background-color: #111 !important;
}*/
.c-dropdown__list {
  margin: 5px 0 0 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  background: #ecebeb;
  -webkit-transition: opacity .25s linear, top .25s linear;
  transition: opacity .25s linear, top .25s linear;
}
.c-dropdown.is-open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.c-dropdown__item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #434A54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear;
}

.c-dropdown__item a
{
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

.c-dropdown__item:hover {
    background-color:#bdbdbd;
}

.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-button:hover, .c-button:focus {
  outline: none;
  text-decoration: none;
}
.c-button:not(:disabled) {
  cursor: pointer;
}

.c-button--dropdown {
  padding: 19px 34px 19px 12px;
  background-color: transparent;
  /*color: #fff;*/
  line-height: 20px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
/*.c-button--dropdown:hover {
  background-color: #111;
}*/
.c-button--dropdown:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 11px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #666;
}

/* search filter */
.search_filter
{
  padding:5px 0px;
  background: rgba(107, 107, 107, 0.50);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
}
/*.list-sort .checkbox
{
  color: #fff;
}*/
.listing-header
{
background: transparent;
}
.search {
  width: 100%;
  position: relative
}
.filters
{
  float: left;
  padding:0px 10px;
}
.searchTerm {
  float: left;
  width: 100%;
  border: 1px solid #53ade9;
  padding: 5px 45px 5px 5px;
  border-radius: 2px;
  outline: none;
  color: #666;
  min-height: 40px;
}

.searchTerm:focus{
  color:#666;
}

.searchButton {
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #53ade9;
  background: #53ade9;
  text-align: center;
  color: #fff;
  border-radius: 1px;
  cursor: pointer;
  font-size: 20px;
}
/*.wrap{
  width: 30%;
}
*/

.filtersPropertyType .btn {
    padding: 6px 12px;
    color: #666;
    font-weight: normal;
    text-transform: none;
    border: 1px solid #ddd;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
 
 
.propertyview {
    max-height: 350px;
    margin-bottom: 5px;
    min-height: 160px;
    padding: 0px;
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
}
.propertydetail {
    padding:5px 10px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.7);
}
.propertyLabel .label {
    background: transparent !important;
    font-size: 10px;
    padding: 0px 3px;
    display: inline-block;
}
.propertyLabel .value {
    display: inline-block;
}
.propertyLabel
{
  padding-right: 10px;
}
#nearbyproperties
{
  height: 550px;overflow: auto;padding: 0px 0px 0px 10px;
}
.heart-icons
{
      position: absolute;
    top: 10px;
    right: 10px;
}
.heart-icons .fa
{
  font-size: 24px
}
.heart-icons .fa:hover
{
  color: #53ade9;
}

.map_contents
{
  position: relative;
}
.map_contents .map_button
{
  position: absolute;
  top: 10px;
  right: 35px;
}
.map_contents .map_button a
{
    padding: 5px 10px;
    margin: 0px 10px;
    color: #53ade9;
    background: #fff;
    border-radius: 2px;
}
.body-nest {
    float: left;
    width: 100%;
    padding: 10px 10px 20px;
}
.background-image {
    background-image: url(https://cdn.shutterstock.com/shutterstock/videos/9689990/thumb/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    color:#9ea7b3 !important;
}
#con-advance-search h3
{
  color:#9ea7b3 !important;
}
.search_btns .btn {
    border-color: #c7d5e0!important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    color: #fff;
    background-color: #428bca;
    border-radius: 4px;
    height: unset;
}
#advancesearch select,.location_search
{
  height: 31px !important;
  border-radius: 4px;
}
.flexslider
{
      margin: 0 0 10px !important;
}

/* footer chat box codes */
.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right:10px;
  z-index: 998;
}
.fab {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #42a5f5;
}
.fab:after
{
    content: "\f0e6";
    display:block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 24px;
    padding: 8px 0px;
}
.fab.is-visible:after
{
    content: "\f00d";
    display:block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    padding: 8px 0px;
}
.fab:hover
{
    color: #f0f0f0;
}
.chat {
  position: fixed;
    right: 70px;
    bottom: 10px;
    width: 250px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: none;
  box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.chat_header {
  font-size: 13px;
  font-weight: 500;
  color: #f3f3f3;
  height: 30px;
  background: #42a5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 8px 10px 0px;
}
.chat_header .span {
  float:right;
  padding:0px 10px;
}
.chat.is-visible {
 opacity: 1;
 display: block;
  -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}
.is-hide{
  opacity: 0
}
.chat_body {
  background: #fff;
  width: 100%;
  text-align: center;
  overflow-y: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding:10px;
}
.chat_body input
{
  height: 35px;
}
.chat_body input,.chat_body textarea
{
    display:block;
    width:100%;
    color:#333;
    margin:3px 0px 5px;
    padding:5px 10px;
    line-height: 1;
}
.send-btns
{
    border-radius:2px;

}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:  #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #666;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #666;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:   #666;
}
.checkbox_cont .checkbox
{
  width: 20%;
}
p.logo-text
{
  margin: 12px 0 0 200px;
  font-size:20px;
  font-weight: 500;
}


.filters .list-inline>li
{
  width: 24%;
  padding-right: 0px;
  padding-left: 0px;
}
.filtersPropertyType button,.chosen-container.chosen-container-single
{
  width: 100% !important;
}
.c-dropdown.js-dropdown.is-open
{
  z-index: 999;
}
.overview_img img
{
  width: 100%;
}
p a.big_link_tag
{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.featured_news
{
  padding-top:0px;padding-bottom:25px;
  float: left;
  width: 100%;
}
#marquee { position: absolute; left: 0; top: 0px; width: 100%; }
.dlba_news{position:relative;height: 290px;overflow: hidden;}
.article-wrapper
{
  margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.article-wrapper h4
{
  margin-bottom: 10px;
}
.article-source
{
  padding: 0px 0px 5px;
}


/* css for financing page */
#financial_nav {
    -webkit-column-count: 4;
    -webkit-column-gap:   0px;
    -moz-column-count:    4;
    -moz-column-gap:      0px;
    column-count:         4;
    column-gap:           0px;
}

#financial_nav .thumb {
    display:inline-block;
    border:1px solid #cccccc;
    width:100%;
    height:154px;
    text-align:center;
}
#financial_nav .thumb:hover {
    border:1px solid #53ade9;
}
.financial_nav_select {
    color:#53ade9;
    font-size:16px;
    padding:0 0 20px 0;
}
#cmscontent #chemical.financial_hr {
    padding:30px 0;
}
/* css for financing page */


.column.main
{
  position: relative;
}
.column.main #advancesearchblock
{
    position: absolute;
    top: 7%;
    z-index: 0;
    width: 100%;
    background: transparent;
}

.property-members-icons img
{
  width: 100%;
}

.banner-img img
{
  width: 100%;
}
.top-logo span.text1
{
    color: #333;
    display: block;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: -96px;
    width: 370px;
    font-weight: 600;
}
.top-logo span.text2
{
    color: #fff;
    display: block;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    position: absolute;
    top: -35px;
    left: 90px;
    width: 300px;
}
.bing-icons img
{
  width: 18px;
  height: 18px;
}
.nav-top > li {
    border-left: 0px rgba(17, 17, 17, 0) !important;
}

.modal-body .checkbox
{
  display: block;width: 100%;
  text-align: center;
}
.modal-body .checkbox  label
{
  width: auto;

}
.featured_video h2 {
    display: none;
}
.featured_news h2
{
  display: block;
  margin-bottom: 10px;
}
.featured_news h2 a
{
  color:#9f9f9f;

  font-size: 24px;
}
.featured_news h2:hover a
{
   color:#53ade9;
}
.property-members-icons .col-sm-3.col-xs-6 {
    padding: 0 5%;
}
.view-all-testimonials{margin:10px 0;}
.bannerImage {
    background: rgba(255,255,255,0.5);float: left;padding: 10px;
}
.view-all-testimonials a.view-more-btn {
    font-size: 18px;
    height: auto;
    line-height: 1.3;
    color: #9f9f9f;
    font-weight: bold;
}
.view-all-testimonials a.view-more-btn:hover
{
  color: #53ade9;
}
input::-ms-clear {
    display: none;
}
.property-thumb-info-image{
  height: 270px;
}
.property-thumb-info-image img, .pgl-team-item .img-thumbnail-medium img {
width: -webkit-calc(100% + 50px);
width: -ms-calc(100% + 50px);
width: calc(100% + 50px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
-ms-transition :opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
-ms-transform: translate3d(-10px, 0, 0) scale(1.1);
transform: translate3d(-10px, 0, 0) scale(1.1);
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
  width: 100% !important;
}



/* New post page style by suhanthin  */
.news_title
{
  margin-bottom: 0px;
  font-size: 24px;
}
.mp-post-info {
    margin: 0px;
    padding: 25px 0px 10px;
}
.field {
    display: flex;
    position: relative;
    margin: 10px 0px;
}

.field>input[type=text],
.field>button {
  display:block;
}

.field>input[type=text] {
  flex:1;
  padding:0.6em;
  border: 1px solid #ddd;
}

.field>button {
  padding: 10px 15px;
  background-color:#53ade9;
  color:white;
  border:none;
}
.field>button:hover {
  cursor:pointer;
}
#mostview a.list-post-tabs
{
    background: rgba(221, 221, 221, 0.2);
}
.mp-sidebar {
    margin-bottom: 20px !important;
}
.mp-sidebar .block-title p
{
    background: #53ade9;
    padding: 5px 10px;
    color: #fff;
}
ul.menu-categories {
    padding: 0px 10px;
}
.post-sharing-button {
    text-align: right !important;
}
.mp-post-info span {
    color: #6f6f6f;
    font-size: 14px;
}
.pgl-detail h3,.pgl-pro-detail .pgl-detail h2
{
  padding: 15px 0px;
  margin: 0px;
}
.property-thumb-info-content
{
  padding: 30px 10px 20px;
}
.property-thumb-info .amenities
{
  padding: 8px 5px;
}
.save-property
{
  margin-bottom: 20px;
}
.properties_view .owl-item .property-thumb-info-image {
    height: 180px;
}
.owl-item .property-thumb-info-image img
{
    height: 100%;
    width: 100%;
}
.viewlotss
{
    min-height: 120px;
}
#container .grid.viewlots, #container .viewlots
{
    width: 25%;
}
.overview_img
{
    padding:15px;
}
.searchAction input, select{
    z-index: 0 !important;
}

.bidding_history {
    width: 100%;
}
.block-customer-login
{
  padding: 20px 0px;
}
.pd_page.min-price
{
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  padding:0px !important;
}
.bidding_history.save-property,.save-property.saved_property,.open_house.save-property
{
    /*box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.4);*/
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e3e3e3;
}
.bidding_history.save-property a:hover,
/*.save-property.saved_property a:hover,*/
.open_house.save-property a:hover
{
  background-color: #53ade9;
  color: #fff;

}
.save-property .add-fav a
{
  border: 0px solid #dcdcdc !important;
  height: 50px;
  line-height: 40px;
}
.documentLink a
{
  font-weight: normal !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #fff !important;
  padding: 10px 12px !important;
  background-color: #53ade9 !important;
}
.documentLink a:hover
{
    background-color: #31b0d5 !important;
    border-color: #269abc;
}
.p-trlb,.auction_info_cont
{
  padding: 20px;
  float: left;
  width: 100%;
}
.auction_info
{
    background: #2C2C2C;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
.p-tlrb-0
{
  padding: 20px 0px 0px;
}

.open_house ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.open_house a {
  color: #646464;
  text-decoration: none;
}
.wrapper.open_house  {
    background-color: #f4f4f4;
   /* box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.4);*/
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e3e3e3;
    font-size: 0.875em;
    float: left;
    width: 100%;
}
.add-fav {
    background: #f4f4f4;
}
.open_house .items {
  padding: 7px 0;
}
.open_house .items > li > a {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-indent: 18px;
  line-height: 39px;
  font-weight: 600;
  font-size: 14px;

   -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.open_house .items > li > a::after {
  position: absolute;
  right: 30px;
  margin-top: 2px;
  font-family: "FontAwesome";
}
.open_house .items > li > a::after {
  right: 30px;
  content: "\f061";
}
.open_house .itemHover {
  color: #fff;
  font-weight: 600;
 -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.open_house .items > li > a:hover {
  font-weight: 600;
 -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.open_house .items > li > a.expanded {
  font-weight: 600;
      -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

  border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.open_house .items > li > a.expanded::after {
  content: "\f063";
}

.open_house .sub-items a {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.open_house .sub-items li.available_open_house {
    border-left: 2px solid #64D7E2;
    padding-left: 5px;
    position: relative;
    padding-bottom: 10px;
}
.open_house .sub-items li.available_open_house:after {
    display: block;
    position: absolute;
    content: "";
    border: 1px solid #ddd;
    width: 100%;
    left: -2px;
    bottom: -10px;
}
.wrapper.open_house ul.sub-items
{
  float: left;
  width: 100%;
  padding: 0px 5px;
}
.open_house .sub-items li
{
  float: left;
    width: 100%;
}
.open_house .sub-items li.notavailable_open_house {
    border-left: 2px solid #dd2c00;
    padding-left: 15px;

}
.open_house .sub-items .current {
  position: relative;
  color: #53ade9;
  border-color: white;
}
.open_house .sub-items > li:hover > a {
  color: #53ade9;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.open_house .sub-items {
  display: none;
  padding-left: 18px;
  padding-right: 18px;
}
.open_house .sub-items > li
{
  margin-bottom: 20px;
}
.open_house .sub-items span.starting_hours ,.open_house .sub-items span.ending_hours {
    font-size: 14px;
    float: left;
    width: 50%;
}
.open_house .sub-items span.starting_hours:hover ,.open_house .sub-items span.ending_hours:hover
{
  cursor: pointer;
}
.open_house .sub-items span.starting_hours i
{
    color: #53ade9;
    padding-right: 5px;
}
.open_house .sub-items span.ending_hours i
{
  color: red;
  padding-right: 5px;
}
.open_house .sub-items li.available_open_house:hover {
    margin-left: 10px;
     -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition:all 2s ease;
}
.documents_info a i
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #53ade9;
    border-radius: 100%;
    font-size: 14px;
    padding: 0px 10px;
    color: #fff;
}
.documents_info a span
{
  padding: 0px 10px;
}
.documents_info a
{
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #53ade9;
}
.documents_info
{
  border-left: 4px solid #53ade9;
  border-radius: 5px;
  border-top:1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-right:1px solid #e3e3e3;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
        margin-bottom: 15px;
}
.documents_info:hover
{
    color: #53ade9;
     border-radius: 5px;
     -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flex-direction-nav .flex-next:before
{
    content: "\f105" !important;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 32px;
}
.flex-direction-nav .flex-prev:before
{

  content: "\f104" !important;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 32px;
}
.flex-direction-nav .flex-next:hover:before,.flex-direction-nav .flex-prev:hover:before
{
  color: #53ade9;
}
.flex-direction-nav .flex-next,.flex-direction-nav .flex-prev
{
  line-height: 0;
    font-size: 0;
    color: transparent;
}
.w20
{
    width: 20% !important;
}
.properties_offerss
{
    right: 0px;
    width: 213px;
    height: 35px;
    background-color: #f00;
    transform: rotate(-45deg);
    text-align: center;
    position: absolute;
    left: -55px;
    top: 25px !important;
    line-height: 35px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.properties_offerss .toplabel
{
  background: transparent;
  padding:0px;
  margin: 0px;
}
.m270
{
  min-height: 270px;
}
.m270 .pos-bottom
{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#listlink{margin:0px; padding:0px 0px 0px 0px;}
#listlink li{
list-style-type: none;
padding: 20px 10px;
position: relative;
background: rgba(0, 0, 0, 0.13);
border-radius: 5px;
margin-top: 5px;
color: #fff;
cursor: pointer;
}
#listlink li i
{
margin-right:10px;
z-index:99;
}
#listlink li .titles
{
z-index:5;
position:absolute;
left:10px;
top:0.4em;
}
#listlink li div
{
position:absolute;
left:0px;
top:0px;
height:100%;
width:100%;
border-radius:5px;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
#listlink li:nth-child(1) div{background:#1280e3;}
#listlink li:nth-child(2) div{background:#fe7559;}
#listlink li span
{
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

.m270 #listlink
{
  float: left;
  width: 100%;
}
.m270 #listlink li {
    list-style-type: none;
    padding: 20px 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    width: 37%;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
.header-search
{
  top: 24px !important;
}
.top-black-menu
{
  padding-top: 12px;
}
/* responsive css code*/
@media only screen and (min-width: 1400px) {
 .main-slide .item img
    {
        width  : 100% !important;
        height : 100% !important;
        display: block !important;
    }
 .members-icons-xs
    {
      width: 20%;
      padding: 0px 15px;
    }
}
@media only screen and (max-width: 1399px) {
    .main-slide .item img
    {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }
    .members-icons-xs
    {
      width: 20%;
      padding: 0px 15px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 992px)  {
  .btn-pref .btn-group
  {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1200px)
{
    .owl-item .property-thumb-info-image {
        height: 145px;
    }
}

@media only screen and (max-width: 991px) {
	
  .m270 #listlink li
  {
    width: 100% !important;
    margin-right:0px !important;
  }
    #con-advance-search .checkbox
    {
        width: 100%;
    }
    .advancesearch-closebtn
    {
      margin-bottom: 0px;
    }
    #con-advance-search h3
    {
      margin-bottom: 5px;
    }
    .checkbox_cont .checkbox
    {
        margin: 3px 0px !important;
        width: 50%;
    }
    .checkbox_cont .checkbox.checkbox_3
    {
        width: 33.3%;
    }
    .header-section
    {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .pgl-advanced-search
    {
      top: 0 !important;
    }
    .pgl-navbar-main {
        z-index: 1 !important;
    }
    .post-video
    {
      padding-bottom: 15px;
    }
    .featured_video .featured_video1,
    .featured_video .featured_video2,
    .featured_video .featured_video1 .about-item
    {
      float: left;
      width: 100%;
    }
    .filters {
      padding: 5px;
      text-align: center;
    }
    .pgl-properties h2
    {
      font-size: 22px;
      margin-bottom: 40px;
    }
    .dlba_news_sec ,.dlba_news_sec .about-item,.dlba_testimonials_sec
    {
      float: left;
      width: 100%;
    }
    .btn-group-search
    {
        padding-top: 20px;
      text-align: center;
    }

    .rehabbed_ready a {
        display: block;
    }
    #top
    {
        position: relative;
    }
    #top p.logo-text
    {
        margin: 19px 0 0 200px;
        font-size: 14px;
        position: absolute;
        top: 70px;
        z-index: 99;
        color: #fff;
    }
    .properties-full .animation
    {
        width: 50%;
    }
    .pgl-property.animation
    {
      width: 100%;
    }
    .bannerDetail a
    {
      margin:0px 0px 10px;
      width: 100%;
    }
    #ownershipTable table.table td
    {
      padding:5px !important;
      font-size: 12px;

    }
    #top
    {
      min-height: 65px;
    }
    h3.blue
    {
      padding-top: 10px;
    }
    .tab-detail,.career_filters
    {
      padding-bottom: 20px;
    }
    .accordion_jobs .tab-detail
    {
      padding-bottom: 0px;
    }
    .c-dropdown.js-dropdown
    {
      display: none;
    }
    section.pgl-pro-detail.pgl-bg-light #slider,
    section.pgl-pro-detail.pgl-bg-light #carousel
    section.pgl-pro-detail.pgl-bg-light .pgl-detail
    {
      width: 100%;
      clear: both;
    }
    #advancedsearch #property_listings_search_btn {
      font-size: 12px !important;
    }
    .viewlotss
    {
      min-height: 210px;
    }
    .fc-view-container .fc-view.fc-month-view.fc-basic-view
    {
      z-index: 0;
    }
    .col-md-9.footer-icon-txt h2 {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .top-logo span.text1 {
      color: #333;
      display: block;
      font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 16px;
      position: absolute;
      top: 0;
      left: -10px;
      width: 340px;
    }
    .col-md-9.footer-icon-txt h2 {
      margin-top: 10px;
    }
    .top-logo span.text2 {
      color: #fff;
      display: block;
      font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 14px;
      position: absolute;
      top: -35px;
      left: 90px;
      width: 300px;
    }
   
    .page-top .container
    {
      height: 150px;
    }
    .pgl-upper-foot h2
    {
      margin-bottom: 10px;
      font-weight: 700;
      text-transform: uppercase !important;
      color: #3c3c3c;
    }
    .footer-opt-1,.footer-opt-2,.footer-opt-3,.footer-opt-4
    {
      padding: 15px;
    }
    .members-icons-xs
    {
      width: 50%;
      padding: 0px 15px;
      display: inline-block;
      float: left;
    }
    .members-icons-xs:last-child
    {
      width: 100%;
    }
    .members-icons-xs:last-child img
    {
      width: 50%;
      text-align: center;
      margin: 0 auto;
      display: block;
    }
    #property_statistics .counter
    {
        margin-bottom: 20px;
    }
    .filters
    {
        width: 100%;
    }
    .search-form-bg
    {
        padding:0px;
    }

    .main-slide .item img
    {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }
    .header-search
    {
      display: none;
    }
    .btn-pref .btn-group
    {
        width: 100% !important;
        display: block;
    }
    .btn-pref .btn-group .hidden-xs {
        display: block !important;
    }
    .landingPageMessagBox .searchAction {
      margin-top: 10px;
    }
    .w20
    {
        width: 50% !important;
    }
}
@media only screen and (max-width: 700px) {

  .map_align img
  {
    width: 100%;
  }
  .column.main #advancesearchblock
  {
    position: relative !important;
  }
}
@media only screen and (max-width: 600px) {
  .top-logo span.text1 {
    color: #333;
    display: block;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
    position: absolute;
    top: -55px;
    left: 90px;
  }
  .top-logo span.text2 {
    color: #fff;
    display: block;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
    position: absolute;
    top: -35px;
    left: 90px;
    width: 300px;
  }
  select#location
  {
    width: 100% !important;
  }
  .career_filters .pgl-detail,.accordion_jobs .pgl-detail {
      padding: 0 30px 0px;
  }
  .filters .list-inline>li
  {
    width: 49% !important;
    display: inline-block;
  }
    #container .grid.viewlots, #container .viewlots
    {
        width: 50%;
    }
    .fc-event.fc-event-skin.fc-event-hori.fc-corner-left.fc-corner-right
    {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
}
@media only screen and (max-width: 550px) {
  .top-logo span.text1 {
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 0px;
    right: 0px;
    width: 280px !important;
  }
  .top-logo span.text2 {
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 280px;
  }
  .bannerDetail button.btn.btn-success
  {
    font-size: 10px;
  }
}
@media only screen and (max-width: 520px) {
    .list-icons,.list-sort {
        margin: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 500px) {
    .logo {
    height: 80px !important;
    width: 100px !important;
}
    .email_span
  {
    display: block;
  }
  .members-icons-xs
  {
    width: 50%;
    padding: 0px 15px;
  }
  .members-icons-xs:last-child
    {
      width: 100%;
    }
    .members-icons-xs:last-child img
    {
      width: 50%;
      text-align: center;
      margin: 0 auto;
      display: block;
    }
     .checkbox_cont .checkbox.checkbox_3
    {
        width: 50%;
    }
    .checkbox_cont .checkbox.checkbox_3:last-child
    {
        width: 100% !important;
    }
    .page-top .container {
        height: 120px;
    }
    .bannerImage {
      width: 35%;
    }
    .bannerImage img
    {
      width: 100%;
    }
    .w20
    {
        width: 100% !important;
    }
}
@media only screen and (max-width: 420px) {
  .logo
  {
    /*top: -15px !important;*/
    height: 65px !important;
    width: 80px !important;
  }
  .logo img
  {
    width: 100% !important;
    height: 60px !important;
  }
  #top p.logo-text
  {
    margin: 19px 0 0 105px !important;
  }
  .search-form-bg .body-nest
  {
    padding:10px !important;
  }
  .search-form-bg .body-nest .checkbox label
  {
    font-size: 10px;
  }
  #navlinks a
  {
    font-size: 12px;
  }
  .social_icons a
  {
        padding: 10px 5px !important;
  }
  .email_span
  {
    font-size: 13px;
  }
  .ethics-hotline a
  {
    font-size: 24px;
  }

}
@media only screen and (max-width: 380px) {
  #top p.logo-text {
    margin: 0px 50px 0 105px !important;
  }
  .page-top h2 span
  {
    padding: 15px;
    font-size: 24px;
  }
   #container .grid.viewlots, #container .viewlots
    {
        width: 100%;
    }

    .viewlots.list .purchasesideLotTitle a
    {
        display: block;
        width: 100%;
        float: unset;
        text-align: center;
    }
    .viewlots.list .purchasesideLotTitle {
        text-align: center;
    }


    #container .list.viewlots .viewlotss,
    #container .list.viewlots .purchasesideLotTitle,
    #container .list.viewlots .price-purchase ,
    #container .list.viewlots .sidelot-district,
    #container .list.viewlots .sideLotPrice,
    #container .list.viewlots .purchaseSidelot,
    #container .list.viewlots .sidelot-showmap,
    .viewlots.list .purchasesideLotTitle a
    {
        float: left;
        width: 100% !important;
        text-align: center;
    }
    .viewsidelots .buttons{
      display: none;
    }
    .save-property .add-fav a span
    {
      padding: 0px !important;
      font-size: 12px;
    }
}
@media only screen and (max-width: 320px) {
    #top p.logo-text {
        margin: 0px 0 0 105px !important;
    }
    #top p.logo-text
    {
        font-size: 13px !important;
    }
    .social_icons a
    {
        padding: 10px !important;
    }
    .c-button--dropdown
    {
        padding: 6px 30px 6px 5px !important;
    }
    .social_icons a
    {
      font-size: 18px !important;
      padding: 10px 2px !important;
    }
    .logo img {
      width: 100% !important;
      height: 50px !important;
      top: 10px;
      position: absolute;
      left: 0px;
    }
    .nav-top > li > a {
        padding: 16px 5px 15px !important;
        font-size: 12px !important;
    }

    .navbar-default .navbar-nav>li>a.primary-link {
      color: white; /* Set your desired color for the first set of links */
    }
    .c-dropdown {
        padding: 9px 0px !important;
    }
    .c-button--dropdown:after {
        top: 24px !important;
    }
}
@media only screen and (max-width: 500px) and (min-width: 100px)  {
    .main-slide .item img
    {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }
     .logo img {
      width: 100% !important;
      height: 50px !important;
      top: 10px;
      position: absolute;
      /*left: -12px;*/
    }
}


@media(max-width:1200px) {
    #financial_nav {
        -webkit-column-count: 4;
        -webkit-column-gap:   0px;
        -moz-column-count:    4;
        -moz-column-gap:      0px;
        column-count:         4;
        column-gap:           0px;
    }
}
@media(max-width:600px) {
    #financial_nav {
        -webkit-column-count: 2;
        -webkit-column-gap:   0px;
        -moz-column-count:    2;
        -moz-column-gap:      0px;
        column-count:         2;
        column-gap:           0px;
    }
}
@media(max-width:350px) {
    #financial_nav {
        -webkit-column-count: 1;
        -webkit-column-gap:   0px;
        -moz-column-count:    1;
        -moz-column-gap:      0px;
        column-count:         1;
        column-gap:           0px;
    }
}
.flexslider .flex-next
{
  opacity: 1;
  right: 10px !important;
}
.flexslider .flex-prev
{
  left: 10px !important;
  opacity: 1;
}
#carousel .flex-direction-nav a
{
  opacity: 1;
}
@media only screen and (max-width: 600px)
{
  .flexslider .slides img
  {
    height: 250px;
    width: 100%;
  }
  .auction_propertyd
  {
        float: left;
      width: 100%;
  }
  .owl-wrapper .owl-item
  {
    padding-right: 0px;
  }
  .ethics-hotline
  {
    text-align: center;
  }
}
@media only screen and (max-width: 600px)
{
  .flexslider .slides img
  {
    height: 175px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px)
{
  .owl-wrapper .owl-item {
    padding: 0px;
  }
  .fc-border-separate tr.fc-last th
  {
    padding:2px !important;
  }
  #calendar td.fc-header-right
  {
    display: none;
  }

  #calendar h2
  {
    padding-top: 15px;
    width: 100%;
  }
  #calendar .fc-toolbar .fc-center
  {
    display: block;
  }
}


.pgl-properties .owl-controls
{
  display: none !important;
}
/*.pgl-properties .owl-wrapper
{
  margin:0px -15px;
}*/
.pgl-panel .panel-title a
{
  padding: 18px 33px 18px 20px;
  position: relative;
}
.pgl-panel .panel-title .collapsed:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 32px;
}
.pgl-panel .panel-title a:after {
    content: "-";
    float: right;
    font-size: 32px;
    font-weight: 400;
    line-height: .3;
    position: absolute;
    right: 15px;
    top: 20px;
}
#accordion
{
  margin-bottom: 20px;
}
.fc-toolbar.fc-header-toolbar
{
  background-color: #53ade9;
  padding: 10px;
}
.fc-toolbar.fc-header-toolbar  h2
{
  font-size: 18px;
  color: #fff;
  padding-top: 3px;
}
.fc-scroller.fc-day-grid-container
{
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
@media only screen and (max-width: 320px) {
  .top-logo span.text1 {
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 0px;
    right: 0px;
    width: 240px !important;
  }
  .top-logo span.text2 {
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 240px;
  }
}

#slider .flex-direction-nav a,#carousel .flex-direction-nav a
{
  z-index: auto;
}
#accordion #cmscontent a
{
  word-wrap: break-word;
}
@media screen and (max-width: 991px) {
.c-dropdown__list
  {
    width:150px;
  }
}
@media screen and (max-width: 768px) {
	  .horizontal-strip {
    font-size: 12px; 
}
.ui-datepicker .ui-datepicker-title
{
margin: 0 20px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month
{
width: 47%;
  margin-right: 4px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year
{
width: 46%;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */ font-size: 11px; }
::-moz-placeholder { /* Firefox 19+ */ font-size: 11px; }
:-ms-input-placeholder { /* IE 10+ */ font-size: 11px; }
:-moz-placeholder { /* Firefox 18- */ font-size: 11px; }
.open_house .sub-items li.available_open_house
{
padding-left: 10px;
}
.block.social-login-authentication-channel.account-social-login {
   padding-bottom: 15px;
}
}
.social-login-authentication-channel.account-social-login {
    margin-bottom: 10px;
}
.fl-w100
{
float:left;
width:100%;
}
  @media only screen and (max-width: 993px) {
	  
	
	  
.navbar-nav>li {
    float: initial!important;
}
	   .navbar-default .navbar-nav>.open>a {
    color: white;
    background-color: black;
}
	 .home-mega-menu-flex-container {
		background-color: black; 
		border-radius: 0 0 0 0; 
}
.home-mega-menu-right-column { 
    text-align: left; 
	color: white; 
    font-weight: 500;
    margin-top: -10px;
    text-transform: none; 
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 800; 
}
.home-event-news-link-button {
	background-color: black; 
	margin-top: -10px;
	margin-bottom: -5px;
	margin-left: 20px;
	font-size: 13px;
    font-weight: 500;
    text-transform: none;
}
	  .navbar-default .navbar-nav>.open>a:hover {
    color: white !important;
    background-color: black !important;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}
	  .top-nav-bar .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: white;
    background-color: transparent;
}
	  .nav.navbar-nav.navbar-collapse.width.collapse.in {
    background-color: black; /* Set a different background color for mobile */
	margin-top:20px;
  }
	  .pgl-navbar-main .navbar-nav > li > a:hover
	  {
		  color:white;
		  backgound-color:black;
	  }
	  .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
     color: black;
    background-color: black;
}
   .mega-menu .dropdown-menu .mega-menu-columns {
    display: block; /* Change to block for mobile layout, adjust other styles accordingly */
    width: auto; /* Adjust as needed for mobile */
    justify-content: initial; /* Reset justify-content for mobile */
  }
.menu-header {
    color: white;
	margin-left: 10px;
	font-weight: 500; 
}

  .mega-menu .dropdown-menu .mega-menu-column {
    margin-right: 0; /* Reset margin for mobile */
  }
. 
  .home-mega-menu-left-column,
  .home-mega-menu-right-column {
    flex: 1; /* Adjust flex values for mobile layout */
    margin: 10px;
    text-align: left; /* Adjust text alignment for mobile */
  }
  .mobile-mega-menu-right-column {
    margin-left: 20px;
    padding: 0;
  }
   .dlba-button {
   line-height:1.2 !important;
 } 
 
 
  .menu-description {
    display: none;
  }
  .carousel-img
  {
	   aspect-ratio: 1/1;
    object-fit: cover;
  }
   .navbar-nav > .open:before,
  .navbar-nav > .open:after {
    bottom: -1px;
    left: 50%;
    opacity: 1;
    position: absolute;
    z-index: 1002;
  }
  
.home-news-image { 
    aspect-ratio: 1/1;
    object-fit: cover;
}
  .dropdown-toggle::after {
    content: "\e114"; /* Unicode character for a down arrow */
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: auto; /* Adjust the right value for positioning */
    top: 50%;
    margin-left: 2px;
    transform: translateY(-50%);
  }
  .home-cal-type
  {
	  font-size:9px !important;
  }
  .home-mega-menu-left-column {
    display: none;
  }
  .mega-menu .dropdown-menu li:hover {
    background-color: #818181;
}
  
  .pgl-navbar-main .navbar-nav > .open > a,
.pgl-navbar-main .navbar-nav > .open > a:hover,
.pgl-navbar-main .navbar-nav > .open > a:focus {
  background-color: black;
  color: white;
}
}


.mobile-mega-menu-right-column
{
}
.navbar-nav > li:hover .dropdown-menu {display: block;}

.carousel-caption {
    justify-content: center;
    align-items: center; 
}