.weather_badge::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fe5000;
	border-radius: 10px;
}

.weather_badge::-webkit-scrollbar {
	height: 6px;
	background-color: #fe5000;
}

.weather_badge::-webkit-scrollbar-thumb {
	background-color: rgba(38, 38, 38, 0.6);
	border-radius: 10px;
}
main aside .weather_badge {
	overflow-x: scroll !important;
	-webkit-overflow-scrolling: touch;
}
.filter.google-map-filters {
	position: relative;
    height: 90%;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
}
.filter.google-map-filters::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fe5000;
	border-radius: 10px;
}
.filter.google-map-filters::-webkit-scrollbar {
	width: 6px;
	background-color: #fe5000;
}
.filter.google-map-filters::-webkit-scrollbar-thumb {
	background-color: rgba(38, 38, 38, 0.6);
	border-radius: 10px;
}

main aside .weather_badge p {
	line-height: 0px!important;
	min-width: 316px;
}
.weatherwidget-io, .weather_badge a { pointer-events: none; }
.property.group { display:none; }
@media screen and (max-width: 1023px){
	#carousel-pager .carousel-inner>.item {
		display: block!important;
	}
	#carousel-pager .carousel-control.left, #carousel-pager .carousel-control.right, #carousel-pager .carousel-inner.vertical:after {
		display:none !important;
	}
	main aside .latest_news .content .carousel .carousel-inner.vertical {
		height: auto;
	}
	.property.group {
		position: fixed;
		display: block;
		width: calc(100% - 120px);
		background: #f9f9f9;
		right: -100%;
		padding: 25px 15px 0px;
		top: 0;
		height: 100%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		z-index: 9;
	}
	.property.group.active {
		right: 0px;
	}
	.back-lnk {
		color: #fe5000;
		padding-left: 0;
		text-transform: uppercase;
		display: block;
		text-align: left;
		position: relative;
		width: 100%;
		padding: 5px 0 0px 20px;
	}
	.back-lnk:before {
		background: url(../images/mob_nav_ar.png) no-repeat 0 0;
		background-size: cover;
		width: 8px;
		height: 14px;
		left: -10px;
		top: 1px;
		position: relative;
		content: '';
		display: inline-block;
		transform: rotate(-180deg);
	}
	.carousel-inner.vertical .item:last-child {
		border-bottom: solid 0px #dddddd !important;
	}
}
.carousel-inner.vertical .item:last-child {
	border-bottom: solid 0px #dddddd !important;
}
.carousel-inner.vertical .item p, .carousel-inner.vertical .item p:first-child, .carousel-inner.vertical .item p:nth-child(2) {
	border-bottom: solid 2px #dddddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.carousel-inner.vertical .item:last-child p, .carousel-inner.vertical .item {
	border-bottom: solid 0px #dddddd !important;
}

.iframe-container {    
    /*padding-bottom: 60%;
    padding-top: 30px;*/ 
	height: 0; 
	overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog {
  position: fixed;
  margin: 3% 5% 7% 5%;
  width: 90%;
  height: 90%;
  padding: 0;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 0;
}

.modal-body {
  position: absolute;
  top: 50px;
  bottom: 30px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
}

/* 2018-12-23 */
.page-template-tpl-columns .content h1 {
	border-bottom: 1px solid #8b8b8b;
	padding-bottom: 30px;
    margin-bottom: 15px!important;
}
.page-template-tpl-columns ul.faq {}
.page-template-tpl-columns ul.faq li { list-style: none; }
.page-template-tpl-columns ul.faq li.ques {
	font-weight: 600;
	margin-bottom: 5px;
}
.page-template-tpl-columns ul.faq li.ans {
	margin-bottom: 20px;
}
.page-template-tpl-columns ul.faq li.ques:before {
	content: 'Q';
    color: #fe5000;
    margin-left: -25px;
	font-weight: 600;
	margin-right: 10px;
}
.page-template-tpl-columns ul.faq li.ans:before {
	content: 'A';
    color: #fe5000;
    margin-left: -25px;
	font-weight: 600;
	margin-right: 10px;
}
.page-template-tpl-columns .content h3 {
	color: #fe5000;
	font-weight: 600;
}
.page-template-tpl-columns .content p {
	margin-top:10px !important;
}
.row.content.columns {
	overflow-y: auto;
}
@media screen and (max-width: 1024px){
	.page-template-tpl-columns .one_third {
		width:100%;
		margin-bottom: 0px;
	}
	.page-template-tpl-columns ul.faq { margin-top:0px !important;}
	.page-template-tpl-columns .content h1 {
		padding-bottom: 15px;
	}
	.row.content.columns {
		overflow-y:inherit !important;
	}
}
