/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

.search-bar {
  background: #ff6633 !important;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,0.4) !important;
}
.myBtn {
      color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
}
.search-bar .btn {
  background: #00aeef !important;
  color: white !important;
  border: #00aeef !important;

}
.search-bar form {
  width: 100%;
}
.search-bar form .keyword {
  width: 70%;
}

.carousel-item {
  height: 45vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio-item {
    margin: 2px auto;
}
#register {
    cursor: pointer;
}
#map-search  {
    color: #FFFFFF;
    background-color: #FF0004;
}
#listings .card {
  transition: 0.3s;
}

/* new style 14-06-2019 */
.home-feature-listing-colum{
	border: none; 
	padding: 5px;
}
#listings {
	margin-right: -8px;
	margin-left: -8px;
}
#listings .card {
	padding: 8px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	border-radius: 0;
	border: none;
}
#listings .card > figure, .search-listing-colum figure{
	position: relative;
	margin-bottom: 0;
}
#listings .card > figure > a{
	display: flex;
	height: 200px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.search-listing-colum figure > a {
	display: flex;
	height: 120px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.search-listing-colum figure > a > img {
	border-radius: 0;
	min-height: 120px;
}
#listings .card > figure > a::after, .search-listing-colum figure > a::after {
	content: '';
	z-index: 1;
	opacity: 1;
	background: rgba(0,0,0,.3);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#listings .card > figure > a:hover::after, .search-listing-colum figure > a:hover::after{
	opacity: 0;
}
#listings .card > figure > a > img{
	border-radius: 0;
	border: none;
	min-height: 200px;
}
.label-featured.label-success {
	background-color: #77c720;
	color: #ffffff;
	font-size: 10px;
	line-height: 11px;
	font-weight: 700;
	margin: 0;
	padding: 3px 6px 3px;
	text-transform: uppercase;
	position: absolute;
	z-index: 3;
	top: 8px;
	left: 8px;
	border-radius: 2px;
}
.feature-listing-price {
	position: absolute;
	top: 8px;
	padding: 0 8px;
	left: 170;
	right: 0;
	align-items: center;
	z-index: 999;
}
.feature-listing-price .item-price {
	font-size: 16px;
	line-height: 15px;
	font-weight: 500;
	margin: 0;
	font-family: Roboto;
	color: #fff;
}
.feature-listing-price .add_fav {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	opacity: 1;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}
.feature-listing-price .add_fav > i {
	color: #fff;
}
#listings .card-body > h4 {
	font-size: 16px;
}
#listings .card-body .size{
  text-transform: inherit;
  text-align: inherit;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.search-listing-colum-inner {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.listing-detail-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 140px);
	flex: 0 0 calc(100% - 140px);
	max-width: calc(100% - 140px);
	padding-left: 0;
	padding-right: 15px;
}
.listing-action-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	max-width: 140px;
	padding-left: 15px;
	padding-right: 20px;
	text-align: right;
}
.listing-single-title, .listing-single-price {
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 10px;
	font-weight: 500;
	color: #000;
}
.listing-single-price{
	text-align: right;
}
.listing-single-size {
	color: #707070;
	font-size: 16px;
	line-height: 18px;
	float: right;
	font-weight: 400;
}
.listing-single-size > strong {
	font-weight: 500;
	color: #000;
}
.actions {
	list-style: none;
	font-size: 0 !important;
	white-space: nowrap;
	margin-bottom: 10px;
	padding: 30px 0 0 0;
}
.actions li {
	display: inline-block;
	margin-right: 5px !important;
	color: #fff;
	cursor: pointer;
	font-size: 12px !important;
}
.actions li:last-child {
	margin: 0 !important;
}
.actions li > span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background-color: rgba(0,0,0,.6);
	text-align: center;
	display: block;
}
.actions li > span .fa {
	margin: 0 10px;
}

.listing-single-images-map {
	position: relative;
	padding-bottom: 30px;
}
.media-tabs-list {
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	display: none;
}
.media-tabs-list li {
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 0 12px;
	font-weight: 500;
	display: inline-block;
}
.media-tabs-list li:first-child {
	margin: 0 !important;
}
.media-tabs-list li > a {
	font-size: 13px;
	line-height: 35px;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
}
.media-tabs-list li > a.active {
	background-color: rgba(0,174,239,0.75);
	border-color: rgba(0,174,239,0.75);
}
.single-listing-image-outer {
	display: flex;
	align-items: center;
	width: 100%;
	max-height: 400px;
	overflow: hidden;
    padding: 0;
    margin: 0;
}
.single-listing-image-outer > img {
	width: 100%;
	height: auto;
    padding: 0;
    margin: 0;
}
.addon-images-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.addon-images-ul > li {
	display: inline-block !important;
	padding: 4px 2px;
	margin: 0;
}
.addon-images-ul > li:first-child {
	padding-left: 0;
}
.addon-images-ul > li:last-child {
	padding-right: 0;
}
.addon-images-ul > li > a {
	display: flex;
	width: 99px;
	height: 60px;
	overflow: hidden;
	align-items: center;
    margin: 0;
	padding: 0;
}

.single-listing-detail-outer {
	padding: 30px;
	background-color: #fff;
}
.single-listing-detail-outer > h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
}
.single-listing-detail-outer > p {
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	text-transform: none;
}

.single-listing-address-list {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.single-listing-address-list > li {
	display: inline-block;
	line-height: 20px;
	margin: 0;
	font-weight: 300;
	width: 32%;
	vertical-align: top;
	padding: 5px;
	font-size: 20px;
}
.single-listing-address-list > li:first-child {
	padding-left: 0;
}
.single-listing-address-list > li:last-child {
	padding-right: 0;
}
.single-listing-address-list > li > strong {
	font-weight: 700;
}
.single-listing-address {
	display: block;
	color: #000;
	background-image: url(../images/map-icon.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center left;
	padding-left: 30px;
}
.single-listing-sidebar-contact, .single-listing-sidebar-featured {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px !important;
}
.single-listing-sidebar-contact > h3, .single-listing-sidebar-featured > h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px 0;
	font-weight: 500;
}
.single-listing-sidebar-contact .form-control {
	color: #000000;
	font-weight: 300;
	font-size: 14px;
	min-height: 42px;
}
.single-listing-sidebar-contact .btn {
	font-weight: 500;
	padding: 10px 15px;
}

.single-listing-sidebar-featured > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-listing-sidebar-featured > ul > li {
	display: block;
	margin-bottom: 15px;
	height: 200px;
	overflow: hidden;
}
.single-listing-sidebar-featured > ul > li > figure {
	position: relative;
}
.single-listing-sidebar-featured > ul > li > figure > a {
	display: flex;
	align-items: center;
	height: 200px;
	overflow: hidden;
}
.single-listing-sidebar-featured > ul > li > figure > a > img {
	border-radius: 0;
}
.single-listing-sidebar-featured > ul > li > figure > a::after, .single-listing-sidebar-featured > ul > li > figure > a::after {
	content: '';
	z-index: 1;
	opacity: 1;
	background: rgba(0,0,0,.3);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.single-listing-sidebar-featured > ul > li > figure > a:hover::after {
	opacity: 0;
}
.single-listing-sidebar-featured .label-featured.label-success {
	top: 12px;
	left: 12px;
}
.single-listing-sidebar-featured .feature-listing-price {
	bottom: 12px;
	padding: 0 12px;
}
.contact_col-wrapper {
	padding: 30px;
	background-color: #fff;
	margin-bottom: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.contact_col-wrapper > h4 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
}
.contact_col-wrapper form {
	margin: 0;
	padding: 0;
}
.contact_col-wrapper form label {
	margin-bottom: 0;
}
.contact_col-wrapper form input, .contact_col-wrapper form select, .contact_col-wrapper form textarea {
	margin-bottom: 15px;
}
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    /*
	background-image: url(../images/sort-arrows.png);
    */
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 10px;
	padding-right: 20px;
}
@media only screen and (min-width: 426px){
     .text-center {
        text-align: center;
        margin: 0 auto;
    }

}
@media only screen and (max-width: 425px){
    .text-center {
        text-align: center;
        margin: 0 auto;
    }

}
