

.listings_list_container h3.state_name {
     padding: 1%;
     background: #333;
     color: #FFF;
     margin: 20px 0;
}
.listings_list_container .listing_container {
     padding: 1% !important;
		 overflow:hidden;
}

.listings_list_container .listing_img img {
     object-fit: cover;
     width: 90%;
     height: 200px;
}

.listings_list_container div.odd {
     background: #f2f2f2;
}

.ddl_read_more {
	background: #333333 !important;
	color: #fff !important;
	padding: 5px !important;
	margin: 5px 0 !important;
}

.single_listing_container .display_info {
     width: 50%;
     float: left;
	 padding: 5px;
}


.single_listing_container .display_info p {
      font-weight: normal;
      color: #000;
}
@media screen and (max-width: 800px) {
    .single_listing_container .display_info, .single_listing_container .listing_img, .single_listing_container .listing_map  {
     width: 100%;
}
 .listings_list_container .listing_img img {
     width: 100%;
}
}

.listings_window {
   overflow: auto;
	max-width: 75vw;
}

.listings_window:after {
   clear: both;
}

.listings_window .structure_title {
	font-size: 1.2em;
}

.map_listing {
   width: 120px;
   float: left;
   margin: 5px;
}

.map_listing img {
   max-width: 95% !important;
   height: 50px;
}

.map_listing .thumbnail {
    background-color: #f2f2f2;
    width: 120px;
    height: 90px;
    display: inline-block; /* makes it fit in like an <img> */
    background-size: cover; /* or contain */
    background-position: center center;
    background-repeat: no-repeat;
}

.map_listing a {
	color: #333333 !important;
}


.map_listing p {
	padding: 2px 0;
	font-size: 0.9em;
}

.map_listing h4 {
	font-size: 1.1em;
}

.gm-style .gm-style-iw-c {
	border-radius: 0px !important;
}

.ddl_field label {
	width: 100%;
}

.ddl_field input, .ddl_field textarea, .ddl_field select {
	width: 100%;
}

.ddl_field {
	margin-bottom: 5px;
}

.ddl_field textarea {
        height: 80px;
}

.listings_grid_container .listing_container {
	width: 31%;
	float: left;
	padding: 0.5em;
	text-align: center;
	box-shadow: 2px 2px 15px;
	margin: 30px 1%;
}

.listings_grid_container .listing_container  .listing_img {
  overflow: hidden;
}

.listings_grid_container .listing_container {
	transition: transform 0.5s ease;
	position: relative;
	z-index: 1;
}

.listings_grid_container .listing_container .listing_img img {
  transition: transform 1s ease;
  max-width: 200%;
  max-height: 200%;
}

.listings_grid_container .listing_container:hover img {
  transform: scale(1.05) !important;
}

.listings_grid_container .listing_container:hover {
	transform: translateY(-10px) !important;
}

.listings_grid_container .structure_type {
	display: none;
}

.listings_grid_container .listing_details_link {
	margin-top: -20px;
	margin-bottom: 20px;
	position:relative;
	z-index:9;
}

.listings_grid_container .ddl_read_more {
	border: solid 1px #ffffff !important;
	outline: solid 2px #333333 !important;
}

.listings_grid_container div.featured_tag {
	position: absolute;
    left: -10px;
    top: 15px;
    font-size: 0.9em;
    color: #FFF;
    background-color: #333333;
    padding-top: 7px;
    padding-left: 13px;
	padding-right: 13px;
    padding-bottom: 7px;
    line-height: 1em;
    border-radius: 0;
    font-weight: 600;
	z-index:99;
}

.listings_grid_container div.featured_tag:after {
	position: absolute;
    left: 0;
    bottom: -5px;
    border-top: 5px solid #fff;
    width: 5px;
    content: " ";
    display: block;
    border-width: 0 5px 5px 0;
    border-color: transparent #333333 transparent transparent;
    border-style: solid;
}

@media screen and (max-width: 980px) {	
.listings_grid_container .listing_container {
	width: 100%;
}
}

.ddl_contact_form {
	max-width: 100%;
	margin: 30px auto;
	padding: 20px;
	background: #f2f2f2;
}

.ddl_contact_field label {
	width: 100% !important;
	padding: 8px 0 !important;
	display: block !important;
}

.ddl_contact_field input, .ddl_contact_field textarea {
	width: 100% !important;
	padding: 8px !important;
	display: block !important;
}

.ddl_contact_field textarea {
	height: 100px;
}

.ddl_contact_submit input {
	margin: 10px 0;
	width: 100%;
	font-size: 1.2em;
	padding: 10px;
	background: #333333 !important;
	color: #fff !important;
	cursor: pointer;
	border: none;
}

h5.ddl_message_notification {
	background:  #333333;
	color: #fff;
	text-align: center;
	margin: 15px 0;
	padding: 8px;
	font-weight: bold;
}

.ddl_row:after{
	clear: both;
}

.ddl_col_4 {
	width: 33%;
	float: left;
	padding: 8px;
}

.ddl_col_6 {
	width: 50%;
	float: left;
	padding: 8px;
}

.ddl_col_8 {
	width: 66%;
	float: left;
	padding: 8px;
}

.ddl_col_12 {
	width: 100%;
	padding: 8px;
}

@media screen and (max-width: 680px) {
	.ddl_col_4, .ddl_col_6, .ddl_col_8 {
		width: 100%;
	}
}

.listings_grid_container .display_info .listing_title {
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1em;
}

.listings_grid_container .display_info {
	font-size: 0.9em;
}

.listings_grid_container .listing_img {
	height: 200px;
	position:relative;
}
.listings_grid_container .listing_img img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    max-width: 120%;
    max-height: 120%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px !important;
    border: solid 2px gold;
}


.ddl_slider_container .lSGallery li {
        height: 120px;
	position:relative;
        max-width: 200% !important;
        max-height: 200% !important;
}

@media screen and (max-width: 980px) {
.ddl_slider_container .lSGallery li {
        height: 80px;
}
}

.ddl_slider_container .lSGallery li img {
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    max-width: 200% !important;
    max-height: 200% !important;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.ddl_slider_container li {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lSAction > .lSPrev {
   left: 1vw !important;
}

.lSAction > .lSNext {
   right: 1vw !important;
}