@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Roboto', sans-serif;
}
.cat_link {
	text-align: right;
	padding-right:2%;
}
.cat_link a {
	font-size: 15px;
}
.ui-menu img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.ui-menu li span{
	font-size:1em;
	padding:0 0 10px 10px;
	margin:0 0 10px 0 !important;
	white-space:nowrap;
}
.main_search_inner {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
}
.main_search_inner .search_main_img {
	margin-bottom: 15px;
	margin-top: 30px;
	cursor: pointer;
}
.main_search_inner .search_main_img img {
	max-width: 100%;
	border-radius: 15px;
}
.main_search_input_content {
	position: relative;
	max-width: 96%;
	margin: 0 auto;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	border-radius: 34px 34px 0px 0px;
}
.search_content {
	border: 1px solid #ddd;
	border-radius: 24px;
}
.main_search_input_content input {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    padding: 0px 10px 0px 50px;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    background: transparent;
}
.ui-menu li:hover {
	background: #f5f5f5 !important;
}
.ui-menu li div.ui-state-active {
	background: none !important;
	border-color: transparent !important;
	color: #444;
}
.ui-menu {
	border-radius: 10px !important;
	padding: 5px 0px;
}
.main_search_input_content i {
	position: absolute;
	color: #999;
	font-size: 22px;
	left: 5px;
	top: 2px;
	padding: 8px 10px 12px 10px;
	cursor: pointer;
}
@media screen and (max-width: 992px){
	.main_search_inner {
		max-width: 90%;
	}
}
@media screen and (max-width: 576px){
	.main_search_inner {
		max-width: 100%;
	}
}
.ui-menu .ui-menu-item-wrapper {
	padding-left: 15px;
}
.ui-menu{
	max-width:768px !important;
}
.ui-menu .ui-menu-item {
	padding: 3px 0px;
}
.ui-menu .ui-menu-item {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ui-menu .ui-menu-item .left_section {
	max-width: 30%;
	flex: 0 0 30%;
	justify-content: space-between !important;
	display: flex;
	padding-right: 10px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border: none !important;
	background: none !important;
	margin: 0 !important;
}
.ui-menu .ui-menu-item .left_section img {
	max-width: 30% !important;
	flex: auto !important;
	width: auto;
	height: auto;
	border-radius: 0;
	transform: scale(1);
	transition: 0.3s;
}
.ui-menu .ui-menu-item .left_section img:hover {
	transform: scale(2.5);
	position: relative;
	z-index: 1;
}
.ui-menu .right_section {
	max-width: 70%;
	flex: 0 0 70%;
	padding-left: 10px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	border: none !important;
	background: transparent !important;
	margin: 0 !important;
}
.right_section p {
	margin: 0;
	font-size: 15px;
	font-family: 'Roboto', sans-serif !important;
}
.ui-menu .ui-menu-item:nth-child(odd) {
	background: #fff;
}
.ui-menu .ui-menu-item:nth-child(even) {
	background: #dfdfdf;
}
.ui-menu .right_section p:first-child {
	font-weight: 600;
}
.search_result_sub img {
	max-width: 100%;
}
.search_result_sub:hover {
	background: #eee;
}
.search_result_sub {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	cursor:pointer;
}
.search_result_sub .search_result_imgs {
	max-width: 30%;
	flex: 0 0 30%;
	display: flex;
	padding-right: 5px;
	flex-wrap: wrap;
}
.search_result_sub .search_result_texts ,.search_result_sub .search_result_3dtexts {
	max-width: 70%;
	flex: 0 0 70%;
	padding-left: 5px;
}
.search_result {
	border-radius: 0px 0px 24px 24px;
}
.search_result_sub .search_result_imgs .srm_sub {
	padding: 2px 5px;
	max-width: 33.33%;
	flex: 0 0 33.33%;
}
.search_result_sub .search_result_imgs .srm_sub img {
	border-radius: 5px;
	width: 100%;
	transform: scale(1);
	position: relative;
	transition: 0.3s;
	max-width: 100%;
	height: 50px;
	object-fit: cover;
}
.search_result_sub .search_result_imgs .srm_sub img:hover {
	transform: scale(2);
	z-index:1;
}
.search_result_sub .search_result_texts h4 ,.search_result_sub .search_result_3dtexts h4 {
	font-size: 15px;
	margin: 0;
}
.search_result_sub .search_result_texts p,	.search_result_sub .search_result_3dtexts p {
	margin: 0;
	font-size: 13px;
}
.loader {
	text-align: center;
	height: 70px;
	padding-top: 10px;
}
.loader img {
	max-width: 50px;
}
.search_result_sub:nth-child(even) {
	background: #f3f3f3;
}
.bottom_cat_show {
    margin-top: 30px;
    padding-bottom: 30px;
}
.bottom_cat_content {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
}
.bottom_cat_content {
    width: 100%;
}
.bottom_cat_show .bottom_cat_show_sub, .bottom_cat_show .bottom_cat_show_sub_refresh_btn {
	max-width: 25%;
	flex: 0 0 25%;
	padding: 10px;
}
.bottom_cat_show_sub_refresh_btn button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
.bottom_cat_show .bottom_cat_show_sub img {
	height: 115px;
	object-fit: cover;
	width: 100%;
	position: relative;
	transition: 0.3s;
}
.current_category3d .bottom_cat_show_sub img {
    object-fit: contain;
}
.list_categories .bottom_cat_show_sub img {
    object-fit: contain;
    height: 70px !important;
    padding: 7px;
}
.bottom_cat_show .bottom_cat_show_sub img:hover {
	transform: scale(1.3);
	z-index: 1;
}
.current_building3d.bottom_cat_content.bottom_cat_content_main {
    width: 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.bottom_cat_content.bottom_cat_content_local {
	margin-top: 15px;
}
p.no_records {
	text-align: center;
	margin: 0;
	padding: 10px 0px;
	background: red;
	color: #fff;
	border-radius: 0px 0px 10px 10px;
	font-weight: bold;
}
.search_result .search_result_sub:nth-last-child(2), .search_result .search_result_sub.search3d_section:last-child {
	border-radius: 0px 0px 25px 25px;
}
.search_result .search_result_sub.search3d_section:nth-last-child(2) {
	border-radius: 0;
}
.list_categories {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    background: #dcdcdc;
}
.list_local3D {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.header_section {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left;
    padding: 0px 10px;
    margin-top: 15px;
}
.list_categories .bottom_cat_show_sub {
	max-width: 75px;
	flex: 0 0 75px;
	padding: 5px;
}
.list_categories img {
	height: auto !important;
}
.list_building3D_bycategory_section > div {
	max-width: 100% !important;
	flex: 0 0 100% !important;
}
.list_building3D_bycategory_section .list_building3D {
	display: flex;
	flex-wrap: wrap;
}
.list_building3D_bycategory_section .current_category3d {
    border-bottom: 1px solid #ddd;
    align-items: center;
    position: relative;
}
.list_building3D_bycategory_section .current_category3d .bottom_cat_show_head {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: none;
}
.list_building3D_bycategory_section .current_category3d .bottom_cat_show_sub {
	padding: 5px;
	max-width: 115px;
	flex: 0 0 115px;
}
.list_building3D_bycategory_section .current_category3d .bottom_cat_show_sub img {
	height: auto;
}
.list_building3D_bycategory_section .current_category3d .header_section.category_header {
	order: 2;
	max-width: max-content;
}
.list_building3D_bycategory_section .current_category3d .header_section.category_header h4{
	margin: 0px;
}
.list_local3D img {
	border: 1px solid #000;
}
.list_building3d_section img {
	border: 1px solid #000;
}
.list_building3D img {
	border: 1px solid #000;
}
.list_zona3d_section .bottom_cat_show_sub.id_zona3d_click img {
	border: 1px solid #000;
}
.current_building3d .bottom_cat_show_sub img {
	border: 1px solid #000;
}
.bottom_cat_show_head h4, .list_zone3D .header_section h4, .list_local3D .header_section h4 {
	margin: 0;
	text-align: center;
	font-size: 20px;
	line-height: normal;
	width: max-content;
	margin: 0 auto;
	background: #555c33;
	color: #fff;
	padding: 0px 35px;
	border-radius: 9px;
	cursor: pointer;
	max-width: 100%;
}
.bottom_cat_show_head {
	padding: 5px 10px 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	width:100%;
}
.bottom_cat_show_head h4 a {
	color: #fff;
	text-decoration: none;
}
.header_section .info_section p {
	margin: 0;
	font-size: 14px;
}
.list_zone3D {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.list_zone3D  .header_section, .list_local3D  .header_section {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.list_building3D {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.list_building3D .bottom_cat_show_head {
    max-width: 100%;
    flex: 0 0 100%;
}
.list_zone3D .bottom_cat_show_sub img {
	border: 1px solid #000;
}
.list_zone3D {
    margin-top: 10px;
}
.file_cat {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
}

.file_cat .file_cat_sub a {
    border: none;
    background: none;
    text-decoration: none;
    cursor: pointer;
}

.file_cat .file_cat_sub a img {
    border: none;
    max-width: 75px;
}

.file_cat .file_cat_sub {
    margin-right: 5px;
}
body {
    background-color: transparent;
}
.undefined_div{
	display:none !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #555c33;
}
.photos_item img {
    max-height: 110px;
    object-fit: cover;
    transform: scale(1);
    position: relative;
    transition: 0.3s;
    border: 1px solid #000;
}
.photos_item img:hover {
    transform: scale(1.5);
    z-index: 1;
}
.photos_carousel .owl-stage-outer {
    overflow: visible;
}

.photos_carousel .owl-item:hover {
    z-index: 999;
    position: relative;
}
.album_info_modal .modal-dialog {
    overflow: hidden;
}
.modal-header h4 {
    font-size: 15px;
}
.audio_album_info_modal_body .photos_item {
    padding: 10px 15px;
    text-align: center;
}
.audio_album_info_modal_body .photos_item img,.videos_item img {
    border: none;
    max-width: 90px;
    margin: 0 auto;
    cursor: pointer;
}
.audio_album_info_modal_body .photos_item img:hover,.videos_item img:hover {
    transform: scale(1);
}
.audio_album_info_modal_body .photos_item audio {
    max-width: 100%;
}
.photos_item img.active {
    border: 1px dashed #000 !important;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 10px #ddd;
}
.videos_item {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.photos_item.videos_item label {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}
.videos_item video {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999;
}
.videos_item.video_show video{
	display: block;
}
video#popup_video {
    max-width: 100%;
    height: 300px;
}

div#video_screen_popup .modal-body.album_info_modal_body {
    text-align: center;
}
.list_with_option {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 0 0 100%;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.list_with_option .list_with_option_left {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0px 10px;
}

.list_with_option .list_with_option_left img {
    max-width: 100%;
    width: 100%;
}

.list_with_option .list_with_option_right {
    max-width: 75%;
    flex: 0 0 75%;
    padding: 0px 10px;
}

.list_with_option .list_with_option_right h4 {
    font-size: 18px;
    margin: 0;
}

.list_with_option .list_with_option_right p {
    margin: 0;
    font-size: 12px;
}

.list_with_option .list_with_option_right .file_cat .file_cat_sub img {
    max-width: 50px;
}

.list_with_option .list_with_option_right .file_cat {
    padding: 0;
    padding-top: 10px;
}

.list_with_option .list_with_option_right .file_cat .file_cat_sub {
    margin-right: 10px;
}
.bottom_cat_show_sub label {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    display: block;
}
.bottom_cat_show_sub.active img {
    filter: grayscale(1);
    width: 101%;
    left: -1%;
    top: -1px;
    margin-bottom: -2px;
}
/*.current_building3d .bottom_cat_show_sub:nth-child(3) img {
    filter: grayscale(1);
    line-height: 0;
    width: 101%;
}*/
.list_zona3d_section .bottom_cat_show_sub.id_zona3d_click img.active {
    filter: grayscale(1);
    left: -1px;
    width: calc(100% + 1px);
}
.bottom_cat_show_head h4 a, .list_zone3D .header_section h4 a, .list_local3D .header_section h4 a {
    color: #fff !important;
    text-decoration: none;
}
.bottom_cat_show .bottom_cat_show_sub a {
    display: block;
}
.bottom_cat_show_sub.active a, .current_building3d .bottom_cat_show_sub:nth-child(3) a  {
    border: 5px solid red;
}
.current_building3d.bottom_cat_content.bottom_cat_content_main a {
    border: none;
}
.bottom_cat_show_sub_refresh_btn {
    text-align: right;
}	
.bottom_cat_content.bottom_cat_content_local.get_3d_section .list_categories {
    margin-top: 15px;
    margin-left: 10px;
    max-width: calc(100% - 10px);
}
.bottom_cat_content.bottom_cat_content_main.list_3D_bycategory_section {
    position: relative;
}

.utility_btn {
    position: absolute;
    top: 10px;
    right: 0px;
}
div#photo_content .modal-body img {
    width: 100% !important;
}
.close_photo_content {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close_photo_content {
    background-color: transparent;
    border: 0;
}
.main_search_banner {
    position: relative;
}
.main_search_banner a {
    position: absolute;
    bottom: 0;
    right: 0;
}
.main_search_banner a img {
    max-width: 100px;
}
.cat_map_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
}
.search_content {
    margin-top: 10px;
    border: 1px solid #252525;
    box-shadow: 0px 0px 20px 4px #ddd;
}
.cat_map_link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}
.dron_img {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 111;
}

.search_top {
    position: relative;
}
.cat_map_link {
    justify-content: left;
    position: relative;
    margin-top: -73px;
}
.cat_map_link > div {
    margin-right: 12px;
}
.cat_map_link > div img {
    width: 100px;
    max-width: 100%;
}
@media screen and (max-width:480px){
	.main_search_input_content input {
		height: 40px;
		font-size: 15px;
		padding: 0px 10px 0px 42px;
	}
	.main_search_input_content i {
		font-size: 20px;
		top: 0px;
		left: 0;
	}
	.search_result_sub .search_result_texts, .search_result_sub .search_result_3dtexts {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.search_result_sub .search_result_imgs {
		order: 2;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.search_result_sub .search_result_texts {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 5px;
	}
	.search_result_sub .search_result_imgs .srm_sub img {
		height: 70px;
		padding: 2px;
	}
	.search_result_sub.search3d_section .search_result_imgs {
		max-width: 50%;
		flex: 0 0 50%;
		flex-wrap: wrap;
	}
	.search_result_sub.search3d_section .search_result_imgs .srm_sub {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.search_result_sub.search3d_section .search_result_imgs img {
		height: 50px;
	}
	.bottom_cat_show .bottom_cat_show_sub, .bottom_cat_show .bottom_cat_show_sub_refresh_btn {
		padding: 5px;
	}
	.bottom_cat_show {
		margin-top: 25px;
	}
	.search_result_sub .search_result_imgs .srm_sub {
		padding: 0px 2px;
	}
	.search_result_sub .search_result_texts h4, .search_result_sub .search_result_3dtexts h4 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	/*.search_result_sub {
		flex-wrap: wrap;
	}*/
	.bottom_cat_show .bottom_cat_show_sub, .bottom_cat_show .bottom_cat_show_sub_refresh_btn {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}
	.search_result_sub .search_result_texts, .search_result_sub .search_result_3dtexts {
	    max-width: 40% !important;
	    flex: 0 0 40% !important;
	}
	.search_result_sub.search3d_section .search_result_imgs {
	    max-width: 60% !important;
	    flex: 0 0 60% !important;
	}
	.search_result_sub.search3d_section .search_result_imgs img {
	    height: 40px;
	}
	.bottom_cat_show .bottom_cat_show_sub img {
		height: 80px;
		border: 1px solid #000;
	}
	.list_building3D_bycategory_section .current_category3d .bottom_cat_show_sub img {
		border: none;
	}
	.list_categories .bottom_cat_show_sub {
		max-width: 20%;
		flex: 0 0 20%;
	}
	.header_section h4 {
		font-size: 18px;
	}
	.bottom_cat_show_head {
		padding: 5px 10px 4px;
	}
	.bottom_cat_show_head h4, .list_zone3D .header_section h4, .list_local3D .header_section h4 {
	    font-size: 16px;
	}
	.list_zone3D .header_section h4, .list_local3D .header_section h4 {
	    font-size: 16px;
	}
	.file_cat .file_cat_sub a img {
	    max-width: 50px;
	}
	.list_with_option .list_with_option_left {
	    max-width: 33.33%;
	    flex: 0 0 33.33%;
	    padding: 0px 5px;
	}
	.list_with_option .list_with_option_right {
	    max-width: 66.66%;
	    flex: 0 0 66.66%;
	    padding: 0px 5px;
	}
	.list_with_option .list_with_option_right h4 {
	    font-size: 14px;
	}
	.list_with_option .list_with_option_right .file_cat .file_cat_sub {
	    margin-right: 5px;
	}
	.list_with_option .list_with_option_right .file_cat .file_cat_sub img {
	    max-width: 40px;
	}
	video#popup_video {
	    height: 190px;
	}
	.current_building3d.bottom_cat_content.bottom_cat_content_main {
	    position: relative;
	}
	.bottom_cat_show_sub_refresh_btn {
	    position: absolute;
	    right: 0px;
	    bottom: -64px;
	}
	.bottom_cat_show_sub_refresh_btn img {
	    max-width: 40px;
	}
	.dron_img img {
	    max-width: 100px;
	}
	.cat_map_link {
	    margin-top: -43px;
	}
	.cat_map_link > div img {
	    width: 60px;
	}
}


