/*GLOBALE START
======================================*/
/*GLOBALE*/
h1, h2, h3, h4, h5, h6, p, label, strong, button, input, table, body{
    font-family: 'Roboto', sans-serif;
}
body{
    background: #f9f9f9;
    margin: 0px;
	font-size: 14px;
	line-height: 26px;
	padding-top: 80px;
	font-style: normal;
	color: #7c8a97;  
    font-weight: 400;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
}
.slider-kryefaqe-fotot{
    margin-bottom: -160px;
}
.header-top{
    max-height: 40px;
}
.header-bottom{
	max-height: 80px;
}
.brand-logo img{
	max-height: 70px;
	max-width: 90%;
}
@media screen and (min-width: 991px) {
    body{
        padding-top: 114px;
    }
}
@media screen and (max-width: 990px) {
    body{
        padding-top: 80px;
    }
    .slider-kryefaqe-fotot{
        margin-bottom: 0px;
    }
    .seksioni-kerkimeve-kryefaqe{
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 487px) {
    body{
        padding-top: 50px;
    }
    .slider-kryefaqe-fotot{
        margin-bottom: 0px;
    }
    .seksioni-kerkimeve-kryefaqe{
        padding-bottom: 35px;
    }
}
a:hover {
    color: #f16a35;
}
a,
button {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
*:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.grid {
	margin-left: -15px;
	margin-right: -15px; 
}
.grid .grid-item,
.grid .grid-sizer {
	float: left;
	display: inline-block; 
}
a,
button {
	cursor: pointer;
	line-height: normal;
	display: inline-block;
	text-decoration: none;
}
a:hover,
button:hover {
	text-decoration: none; 
}
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none; 
}
button:focus {
	outline: none; 
}
img {
	height: auto;
	max-width: 100%; 
}
.m-b-50{
    margin-bottom: 50px;
}
.m-t-40{
    margin-top: 40px;
}
.form-control {
    background-color: #f1f3f4;
    border: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #80bdff;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    border: #adb5bd solid 1px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .1rem;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f26b32 !important;
    background-color: #f26b32 !important;
}
.custom-control-label{
    padding-left: 10px;
    padding-top: 3px;
}
.table th {
    background: #293a4a;
    color: white;
    font-weight: 400;
}
.tabela-kolona-majtas {
    border-radius: 5px 0 0 0;
}
.tabela-kolona-djathtas {
    border-radius: 0px 5px 0px 0px;
}
.tabela-kolona-buttonat{
    text-align: center;
}
.buton-jeshil{
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}
.klasa-ngarko-pritja {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #f26b32;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 0.5s linear infinite; /* Safari */
    animation: spin 0.5s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: -400px;
    z-index: 9999;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f26b32;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #283a4a;
    text-decoration: none;
    background-color: #dae0e5;
}
.nentitulli-seksione{
    font-size: 1rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.titulli-seksione, .nentitulli-seksione {
    opacity: 0.4;
}
.thetop {
	top: 0;
	left: 0;
	right: 0;
	width: 0px;
	height: 0px;
	z-index: -1;
	position: absolute; 
}
.backtotop {
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
	bottom: 65px;
	display: none;
	position: fixed;
	border-radius: 100%;
	-webkit-box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.2); 
	background-color: #f26b32; 
}
.backtotop .scroll {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 34px;
	line-height: 45px;
	text-align: center;
	position: relative;
	color: #fff; 
}
#map {
    height: 100%;
}  
.foto-blog-datatables {
    width: 50px;
    border-radius: 2px;
}
.ikonat-butona {
    width: 16px;
}
.page-item.active .page-link {
    background-color: #293a4a;
    border-color: #293a4a;
}
/*KRYEFAQE START
=========================================*/
.seksioni-kerkimeve-kryefaqe{
    background: rgba(40, 58, 74, 0.8);
    position: relative;
}
.inpute-kerko-kryefaqe{
    font-size: 0.9rem;
}
.listimet-favorite{
    padding-top: 30px;
    padding-bottom: 60px;
}
.tituj-kryefaqe{
    font-size: 30px;
    font-weight: 300;
}
.tituj-kryefaqe span{
    font-weight: 600;
}
.nentituj-kryefaqe{
    font-size: 16px;
    font-weight: 400;
}

.bazamend-kategori-kryefaqe{
    position: relative;
    text-align: center;
    color: white;
}
.bazamend-kategori-kryefaqe img{
    border-radius: 5px;
}
.kategori-kryefaqe-foto{
    width: 100%;
}
.titulli-kategorise-kryefaqe-majtas{
    position: absolute;
    left: 16px;
    font-weight: 400;
    display: inline-block;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.12);
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 14px;
    transition: 0.4s;
    margin-bottom: 3px;
    bottom: 10px;
}
.titulli-kategorise-kryefaqe-djathtas{
    position: absolute;
    bottom: 10px;
    right: 16px;
    z-index: 111;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    min-width: 120px;
    border-radius: 50px;
    transition: all 0.3s;
    margin-bottom: 3px;
}
.titulli-kategorise-kryefaqe-qender{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 19px;
    color: #f16a35;
}
.bazamend-kategori-kryefaqe:hover .titulli-kategorise-kryefaqe-majtas{
    color: white;
    background: #f16a35;
}
.listimet-fundit{
    padding-top: 50px;
    padding-bottom: 60px;
}

.property-section .property-list-item {
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 10px;
}
.property-section .property-list-item:hover {
    box-shadow: 1px 1px 30px 5px rgb(223, 223, 223);
}

.property-section .property-list-item .property-image {
    float: left;
    width: 408px;
    border-radius: 10px 0 0 10px;
}
.property-section .property-list-item .property-image::before {
    top: 0px;
    left: 0px;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    content: '';
    position: absolute;
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background-image: -o-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}
.property-section .property-list-item .property-image .item-label {
    top: 20px;
    z-index: 1;
    right: 20px;
    position: absolute;
}
.property-section .property-list-item .property-image > img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.property-section .property-list-item .property-image .post-admin {
    z-index: 1;
    left: 20px;
    bottom: 10px;
    height: 10px;
    display: table;
    padding: 6px 0px;
    padding-right: 0px;
    position: absolute;
    border-radius: 30px;
    padding-right: 20px;
}
.property-section .property-list-item .property-image .post-admin img{
    width: 20px;
}
.property-section .property-list-item .property-image .post-admin a{
    color: white;
    font-size: 12px;
}
.property-section .property-list-item .property-image .post-admin .admin-link {
    display: table;
    font-size: 12px;
    color: #ec3323;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.property-section .property-list-item .property-image .post-admin .admin-link .admin-image {
    float: left;
    width: 30px;
    height: 30px;
    display: table;
    margin: -6px 0px;
        margin-right: 0px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%;
}
.property-section .property-list-item .property-content {
    display: table;
}
.property-section .property-list-item .property-content {
    padding: 20px 20px 10px 40px;
}
/*KRYEFAQE END
=========================================*/


/*LISTIMT CARDS START
===========================================*/

.property-section .property-grid-item .property-image .post-admin,
.property-section .property-list-item .property-image .post-admin {
    z-index: 1;
    left: 2px;
    bottom: 2px;
    height: 20px;
    display: table;
    position: absolute;
    padding-right: 20px; 
    padding-left: 15px;
    padding-bottom: 6px;
}

.property-section .property-grid-item .property-image .post-admin .admin-link,
.property-section .property-list-item .property-image .post-admin .admin-link {
    display: table;
    font-size: 12px;
    color: white;
    font-weight: 400;
}

.property-section .property-grid-item .property-content .item-title,
.property-section .property-list-item .property-content .item-title {
    margin-bottom: 10px;
}
.property-section .section-title {
    position: relative; 
}
.property-section .section-title .custom-btn {
    top: 50%;
    right: 0px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.property-section .property-grid-item .property-image .post-admin .admin-link {
    color: #ffffff; 
}
.property-section .property-grid-item .property-content .price-and-location > ul > li .price-text {
    color: #ffffff; 
}
.property-section .property-grid-item:hover .property-content .item-title .title-link {
    color: #ffffff; 
}
.property-section {
    position: relative;
}
.property-section .filter-bar .result-text {
    font-size: 30px;
    padding: 7px 0px;
    margin-bottom: 0px; 
}
.property-section .filter-bar .layout-btns-group > ul > li {
    margin-right: 20px; 
}
.property-section .filter-bar .layout-btns-group > ul > li:last-child {
    margin-right: 0px; 
}
.property-section .filter-bar .layout-btns-group > ul > li > a {
    width: 41px;
    height: 41px;
    padding: 0px;
    font-size: 24px;       
    text-align: center;
    border-radius: 5px;
    color: #7c8a97;
    background-color: #ffffff; 
}
.property-section .filter-bar .layout-btns-group > ul > li > a:hover {
    color: #ffffff;
    background-color: #f16a35;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
    box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2); 
}
.property-section .filter-bar .layout-btns-group > ul > li > .active {
    color: #ffffff;
    background-color: #f16a35;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2);
    box-shadow: 0px 3px 6px 1px rgba(255, 77, 28, 0.2); 
}
.property-section .filter-bar .layout-btns-group > ul > li .filter-select .nice-select {
    min-width: 150px;
    padding: 0px 30px;
    border: 1px solid #e5e5e5;
    text-transform: capitalize; 
}
.property-section .filter-bar .layout-btns-group > ul > li .filter-select .nice-select:after {
    width: 8px;
    height: 8px;
    right: 30px;
    margin-top: -4px;
    border-right: 2px solid #7c8a97;
    border-bottom: 2px solid #7c8a97; 
}
.property-section .filter-bar .layout-btns-group > ul > li .filter-select .nice-select .list {
    min-width: 150px; 
}
.property-section .filter-bar .layout-btns-group > ul > li .filter-select .nice-select .list > li {
    text-align: center; 
}
.property-section .pagination-list > ul > li > a {
    background-color: #ffffff; 
}
.property-section .pagination-list > ul > li:hover > a {
    color: #ffffff;
    background-color: #f16a35; 
}
.property-section .pagination-list > ul > .active > a {
    color: #ffffff;
    background-color: #f16a35; 
}
.property-section .sidebar-section .widget {
    border-color: #ffffff;
    background-color: #ffffff; 
}
.property-section .sidebar-section .widget_find_place .form-item {
    margin-bottom: 20px; 
}
.property-section .sidebar-section .widget_find_place .form-item input {
    border: 2px solid #e0deff; 
}
.property-section .sidebar-section .widget_find_place .form-item input:focus {
    border-color: #f16a35; 
}
.property-section .sidebar-section .widget_find_place .form-item .nice-select {
    border: solid 2px #e0deff; 
}
.property-section .sidebar-section .widget_find_place .price-range {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize; 
}
.property-section .sidebar-section .widget_find_place .price-range .range-text {
    float: right;
    color: #f16a35; 
}
.property-section .sidebar-section .widget_find_place .bed-and-baths > ul {
    width: 100%;
    display: table; 
}
.property-section .sidebar-section .widget_find_place .bed-and-baths > ul > li {
    width: 48.2666%;
    margin-right: 10px; 
}
.property-section .sidebar-section .widget_find_place .bed-and-baths > ul > li:last-child {
    margin-right: 0px; 
}
.property-section .sidebar-section .widget_find_place .custom-btn {
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 0px;
    text-transform: capitalize; 
}
.property-section .sidebar-section .widget_find_place .custom-btn:after, .property-section .sidebar-section .widget_find_place .custom-btn:before {
    border-radius: 0px; 
}
.property-section .sidebar-section .widget_find_place .custom-btn > i {
    margin-right: 15px; 
}
.property-section .property-grid-item, .property-section .property-list-item {
    margin-top: 20px;
    background-color: #ffffff; 
}
.property-section .property-grid-item .property-image:before, .property-section .property-list-item .property-image:before {
    top: 0px;
    left: 0px;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    content: '';
    position: absolute;
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background-image: -o-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)); 
}
.property-section .property-grid-item .property-image > img, .property-section .property-list-item .property-image > img {
    width: 100%;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}
      
.property-section .property-grid-item .property-image .action-btns-group, .property-section .property-list-item .property-image .action-btns-group {
    z-index: 1;
    right: 20px;
    bottom: 20px;
    position: absolute; 
}  
.property-section .property-grid-item .property-image .post-admin .admin-link .admin-image, 
.property-section .property-list-item .property-image .post-admin .admin-link .admin-image {
    float: left;
    width: 20px;
    height: 20px;
    display: table;
    margin: -4px 0px;
    overflow: hidden;
    margin-right: 10px;
}
      
.property-section .property-grid-item .property-content .post-meta,
.property-section .property-list-item .property-content .post-meta {
    margin-bottom: 20px; 
}
.property-section .property-grid-item .property-content .post-meta > ul > li,
.property-section .property-list-item .property-content .post-meta > ul > li {
    margin-right: 30px; 
}
.property-section .property-grid-item .property-content .post-meta > ul > li i,
.property-section .property-list-item .property-content .post-meta > ul > li i {
    margin-right: 3px; 
}
.property-section .property-grid-item .property-content .post-meta > ul > li:last-child,
.property-section .property-list-item .property-content .post-meta > ul > li:last-child {
    margin-right: 0px; 
}
.property-section .property-grid-item .property-content .price-and-location > ul,
.property-section .property-list-item .property-content .price-and-location > ul {
    width: 100%; 
}
.property-section .property-grid-item .property-content .price-and-location > ul > li,
.property-section .property-list-item .property-content .price-and-location > ul > li {
    width: 50%; 
}
.property-section .property-grid-item .property-content .price-and-location > ul > li > i,
.property-section .property-list-item .property-content .price-and-location > ul > li > i {
    font-size: 16px;
    margin-right: 5px; 
}
.property-section .property-grid-item .property-content .price-and-location > ul > li .price-text,
.property-section .property-list-item .property-content .price-and-location > ul > li .price-text {
    font-size: 18px;
    color: #f16a35;
    display: inline-block;
    font-weight: 500; 
}
.property-section .property-grid-item:hover .property-image > img,
.property-section .property-list-item:hover .property-image > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); 
}
.property-section .property-list-item .property-image {
    float: left;
    width: 370px; 
}
.property-section .property-list-item .property-content {
    display: table; 
}
.listimi-cards-grid{
    border-radius: 10px;
}
.listimi-cards-grid:hover{
    box-shadow: 1px 1px 30px 5px rgb(223, 223, 223);
}
.listim-foto{
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    border-radius: 10px 10px 0 0;
}
.property-list-item .property-image .action-btns-group {
    z-index: 1;
    right: 20px;
    bottom: 20px;
    position: absolute;
}
.item-label{
    top: 20px;
    z-index: 1;
    right: 20px;
    position: absolute; 
}
.item-label > ul > li > a {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 0px 17px;
    line-height: 21px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500; 
    background: #f26b32;
}
.ul-li-right > ul {
    margin: 0px;
    padding: 0px;
    float: right;
    display: table;
}
.item-badge {
    top: 20px;
    left: 20px;
    z-index: 1;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
    padding: 0px 17px;
    color: #f26b32;
    position: absolute;
    margin-right: 10px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase; 
    background: #283a4a;
}
.item-badge:hover {
    color: #ffffff; 
}
.kontenti-listimit{
    padding: 20px;
}
.titulli-listimit .titulli-listimit-linku{
    color: #283a4a;
    font-weight: 600;
}
.titulli-listimit{
    font-size: 14px;
    line-height: 14px;
}
.titulli-listimit .titulli-listimit-linku :hover{
    color: #283a4a;
}
.cmimi-listimit{
    color: #f16a35;
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0;
    letter-spacing: -0.5px;
}
.cmimi-listimit-normal{
    text-decoration: line-through;
    color: #848a97;
}
.pershkrimi-listimit{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: justify;
}
.listim-meta .listim-metadata{
    padding-top: 2px;
}
.listim-meta{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0deff;
}
.listim-meta li{
    margin-right: 20px;
}
.meta-image{
    width: 18px;
    display: inline-block;
}
.listim-metadata{
    display: inline-block;
    font-weight: 400;    
    font-size: 16px;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 2px;
}
.listim-agjenti{
    line-height: 30px;
}
.listim-agjenti-image{
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
    margin-right: 10px;
    border-radius: 100%;
}
.listim-agjenti a{
    font-weight: 800;
    color: #333;
}
.listim-image-djathtas{
    width: 20px;
    height: 20px;
    float: left;
    background-size: cover;
    margin-left: 10px;
}
.linku-ikonat-djathtaz .ikonat-fa-listim-cards{
    font-size: 18px;
    color: #283a4a;
}
.linku-ikonat-djathtaz:hover{
    padding: 2px;
    -webkit-transition: padding 0.3s ease-out;
    -moz-transition: padding 0.3s ease-out;
    -o-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
}
.ikonat-shiko-favorite{
    font-size: 20px;
    color: #7c8a97;
}


@media screen and (max-width: 1199px) {
    .property-section .sidebar-section .widget_find_place .bed-and-baths > ul > li {
        width: 100%;
        margin-right: 0px; 
    }
    .property-section .property-grid-item .property-image .post-admin,
    .property-section .property-list-item .property-image .post-admin {
        left: 10px;
        padding-right: 10px; 
    }
    .property-section .property-grid-item .property-content .item-title .title-link,
    .property-section .property-list-item .property-content .item-title .title-link {
        font-size: 20px;
        line-height: 30px; 
    }
    .property-section .property-grid-item .property-content .item-title,
    .property-section .property-list-item .property-content .item-title {
        margin-bottom: 20px;
        padding-bottom: 20px; 
    }
    .property-section .property-list-item .property-content {
        padding: 25px; 
    }
    .property-section .property-grid-item .property-content .post-meta > ul > li,
    .property-section .property-list-item .property-content .post-meta > ul > li {
        margin-right: 20px; 
    }
}
@media screen and (max-width: 991px) {
    .property-section .property-grid-item {
        display: table;
        max-width: 370px;
        margin: 30px auto 0px; 
    }
}
@media screen and (max-width: 580px) {
    .property-section .filter-bar .result-text {
        padding: 0px;
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px; 
    }
    .property-section .filter-bar .layout-btns-group > ul {
        float: none;
        display: table;
        margin: 0px auto; 
    }
    .property-section .property-list-item .property-image {
        float: none;
        width: 100%;
        display: block; 
    }
    .property-section .property-grid-item .property-image .post-admin .admin-link,
    .property-section .property-list-item .property-image .post-admin .admin-link {
        font-size: 10px; 
    }
    .property-section .property-grid-item {
        max-width: 100%; 
    }
    .property-section .featurd-property-carousel .owl-stage {
        padding-left: 0px !important; 
    }
}

/*LISTIMT CARDS END
===========================================*/


/*LISTIMT LIST START
===========================================*/
.property-list-item .property-content .post-meta {
    margin-bottom: 20px;
}
.property-list-item .property-content .item-title {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0deff;
}
.image-container {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}

/*LISTIMT LIST END
===========================================*/


/*KATEGORITE START
===========================================*/
.subheader-kategori{
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: inset 0 0 0 100px rgba(40, 58, 74, 0.6);
    height: 150px; 
    text-align: center;
}
.subheader-title-kategori{
    text-align: center;
    color: white;
    margin-top: 125px;
    background: #283a4a;
    padding: 5px 20px 5px 20px;
    font-size: 25px;
    border-radius: 50px;
    font-weight: 500;
}
.seksionikategorive{
    margin-top: 50px;
    margin-bottom: 50px;
}
.kategoria-bazamendi{
    position: relative;
    text-align: center;
    color: white;
}
.kategoria-bazamendi img{
    border-radius: 5px;
    opacity: 0.6;
}
.numri-listimeve-kategori{
    left: 16px;
    background: rgba(255,255,255,0.12);
}
.numri-listimeve-kategori, .shiko-kategorine-butoni{
    position: absolute;
    bottom: 12px;
    padding: 5px 20px;
    color: rgba(255,255,255,0.9);
    border-radius: 50px;
}
.numri-listimeve-kategori:hover{
    background: rgba(255,255,255,0.7);
    color: #f16a35;
}
.shiko-kategorine-butoni{
    right: 16px;
    background: rgba(255,255,255,0.5);
}
.shiko-kategorine-butoni:hover{
    background: rgba(255,255,255,0.7);
    color: #f16a35;
}
.emri-kategorise{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #f26b32;
    font-weight: 800;
}

/*KATEGORITE END
===========================================*/

/*KATEGORITE SINGLE START
===========================================*/
.koka-kategorise{
    padding-top: 30px;
    padding-bottom: 20px;
}
.kategori-numri-rezultateve{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}
.butonat-shiko-sipas li{
    color: #f8f9fa;
}
.butonat-shiko-sipas a{
    font-size: 20px;
    color: #283a4a;
}
.butonat-shiko-sipas .active{
    color: #f26b32;
}
.card-kerkimi{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
}

/*KATEGORITE SINGLE END
===========================================*/


/*LISTIMI TEK START
===========================================*/
.subheader-title-listimtek{
    text-align: center;
    color: white;
    margin-top: 60px;
    background: #283a4a;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 500;
}
.container-titulli{
    background: white;
    margin: 0;
}
.listim-bllok{
    margin-bottom: 20px;    
    background: white;    
    padding: 20px 20px 20px 0px; 
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
}
.kategoria-listimtek{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.titulli-listimittek{
    font-size: 30px;   
    line-height: 32px;
    color: #444;
    margin-bottom: 10px;
    font-weight: 900;
}
.adresa-listimtek{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
}
.cmimi-listimittek-vlera{
    color: #f16a35;
}
.linqet-listimtek-poshte-cmimit {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linku-listim-tek-cmimi a {
    padding: 8px;
}
.contenti-listimtek{
    margin-bottom: 50px;
}
.nentitulli-nderfaqe-krijo {
    font-size: 18px;
    color: #283a4a;
    margin-bottom: 10px;
}
.listim-bllok-galeria{
    margin-bottom: 20px;    
    background: white;      
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
}
.listim-bllok-fushat{
    margin-bottom: 20px;    
    background: white;      
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}
.listim-fushat{
    line-height: 28px;
    margin-top: 20px;    
}
.listim-fushat-image{
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
    margin-right: 10px;
}
.listim-fusha-titulli{
    font-weight: 400;
    font-size: 12px;
    color: #333;
    margin-bottom: 0px;
    opacity: 0.7;
    line-height: 18px;
}
.listim-fusha-vlera{
    font-size: 14px;
    font-weight: 800;
    margin-top: -6px;
}
.listim-pershkimi{
    font-size: 16px;
    line-height: 25px;       
    font-weight: 400;
    text-align: justify;
    margin-bottom: 0;
}
.card-per-kate{
    border: none;
}
.koka-cards-per-kate{
    padding: 0;
    background: #e8f0fe;
    border-bottom: 1px solid #283a4a;
}
.accordion > .card .card-header {
    margin-bottom: 0px;
}
.listim-adresa-shteti{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.listim-adresa-shteti span{
    font-weight: 800;
}
.listim-bllok-neafersi{   
    background: white;    
    padding: 20px;    
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}
.listim-neafersi-element{
    line-height: 28px;
}
.listim-neafersi-image{
    width: 25px;
    height: 25px;
    float: left;
    background-size: cover;
    margin-right: 10px;
}
.listim-neafersi-titulli{
    font-size: 17px;
    color: #333;
    margin-bottom: 0px;
    opacity: 0.7;
    line-height: 30px;
    font-weight: 500;
}
.listime-te-ngashme-ul{
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: table;
}
.listime-te-ngashme-ul-li{
    width: 100%;
    display: table;
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid#e0deff;
}
.listimet-te-ngajshme-image{
    width: 80px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.listime-te-ngjashme-content{
    display: table;
}
.listime-te-ngjashme-titulli{
    line-height: .60;
    margin-bottom: 8px;
}
.listime-te-ngjashme-linku{
    font-size: 14px;
    color:#001238;
    display: inline-block;
    font-weight: 600;
}
.listime-te-ngajshme-fushat li{
    font-size: 14px;
    margin-right: 30px;
    color:#7c8a97;
}
.listime-te-ngajshme-fushat li a{
    color: #7c8a97;
}
.te-ngjashme-titulli{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.slide-image {
    width: 100%;
    height: auto;
}
/*LISTIMI TEK END
===========================================*/

.titulli-cards-kerkimi{
    font-weight: 500;
    color: #f26b32;
}
.turi-virtual iframe{
    width: 100%;
}

.carousel-item img{
    border-radius: 10px;
}

.listim-bllok-titujt{
    font-size: 24px;
    font-weight: 400;
}

.listim-bllok-harta{
    margin-bottom: 20px;    
    background: white;    
    padding: 5px;    
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
}
.listim-harta{
    margin-left: -13px;
    margin-right: -13px;
    width: -moz-available;
    margin-bottom: -7px;
}
.card-header-kerkimi{
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    border-bottom: 1px solid #f26b32;
    height: 41px;
    line-height: 40px;
}
.koka-modal-delete{
    padding: 5px 10px 5px 20px;
    background: #dc3545;
    color: white;    
}
.trupi-modal-delete{
    text-align: center;
}

.buton-mbyll-modal{
    color: white;
    opacity: 1;
    font-size: 1rem;
}
.buton-mbyll-modal:hover{
    color: white;
}
.footer-modal{
    padding: 7px;
}
.seksioni-filtrave-navbar{
    background: white;
}
.accordion > .card .card-header{
    margin-bottom: 3px;
}
.fushatperfiltrime{
    margin-top: 10px;
    margin-bottom: 10px;
}
.seksioni-kategorive{    
    background: #f6fdff;
    padding-top: 40px;
    padding-bottom: 40px;
    animation:scale-in-hor-center 1s cubic-bezier(.25,.46,.45,.94) both;
}
.seksioni-hartes{
    padding-left: 0;
}
.seksioni-rezultateve{
    margin-top: 25px;
}
.seksioni-kerkimit{
    background: white;
    margin-right: -15px;
    margin-left: -30px;
    padding: 15px 30px 20px 30px;
}
.seksioni-rezultateve{
    margin-bottom: 25px;
}
.gm-style-iw.gm-style-iw-c{
    padding: 0;
}
.gm-style-iw-d{
    margin-top: -20px;
}
.gm-ui-hover-effect{
    z-index: 999999 !important;
    background: white !important;
    top: 0px !important;
    right: -2px !important;
    width: 25px !important;
    height: 20px !important;
    border-radius: 0 0 0 5px !important;
}
.gm-ui-hover-effect img{
    margin: 4px !important;
}

/*KONTAKT START
===========================================*/
.bazamend-kontakt{
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
}
.na-kontaktoni{
    font-weight: 300;
    margin-bottom: 20px;;
}
.na-kontaktoni span{
    font-weight: 600;
}
.mesazhi-kontakt{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.kontakt-te-dhenat{
    font-size: 22px;
}
.socialet-kontakt{
    padding: 10px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.socialet-kontakt:hover{
    opacity: 0.7;
}
.mesazhi-kontakt-email{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 5px;
}
.kontakt-seksion-harta{
    width: 100%;
    height: 520px;
}
/*KONTAKT END
===========================================*/


/*PROFILI PERDORUES START
===========================================*/
.profili-perdorues{
    margin-top: 35px;
    margin-bottom: 60px;
}
.foto-profilit{
    text-align: center;
}
.foto-profilit img{
    width: 85px;
    border-radius: 50%;
}
.pfofili-te-dhenat-koka{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.largohu-profili-btn{
    margin-top: 30px;
    border: none;
    border-radius: 1.5rem;
    font-weight: 600;
    color: white;    
    cursor: pointer;
    background: #f16a35;
    padding: 10px 20px 10px 20px;
    float: right;
}
.largohu-profili-btn:hover{
    color: #283a4a;
}
.menu-profli-perdorues{
    background: #e8f0fe;
    border-radius: 5px 5px 0 0;
}
.menu-profli-perdorues a{
    color: #283a4a;
    font-weight: 600;
}
.menu-profli-perdorues .linqet-menu-perdorues.active{
    color: #f16a35;
}
.menu-mobile-profili-perdorues{
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
.titulli-nenfaqe-perdorues{
    font-size: 15px;
    color: #f16a35;
    margin-bottom: 25px;
}
.buton-perditeso-profilin{
    color: white;
    background: #f16a35;
}
.buton-jeshil .ikonat-butonat{
    background: rgba(0,0,0,.15);
    padding: .05rem .5rem;
    padding-top: 4px;
}
.buton-jeshil .teksti-butonat{
    display: inline-block;
    padding: .251rem .9rem;
    font-weight: 500;
}
.labela-faqe-perdorues{
    color: #283a4a;
}
.labela-forma-perdorues{
    margin: 0;
}

/*PROFILI PERDORUES END
===========================================*/

/*KRISJO LISTIM FRONT START
===========================================*/
.bazamendi-krijo-listim{
    margin-top: 20px;
}
.titulli-nderfaqes-krijo {
    font-size: 22px;
    font-weight: 600;
    color: #283a4a;
}
.card-blloqesh {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    box-shadow: 0 0 5px #ddd;
}
.featured-image-upload {
    position: relative;
    max-width: 205px;
}
.featured-image-upload .featured-image-edit {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 100px;
}
.featured-image-upload .featured-image-edit input {
    display: none;
}
.featured-image-upload .featured-image-edit input + label {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 0.8;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.featured-image-upload .featured-image-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.featured-image-upload .featured-image-edit input + label:after {
    content: "\f055";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 40px;
}
.featured-image-upload .featured-image-preview {
    width: 300px;
    height: 300px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.featured-image-upload .featured-image-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.kard-katet-pa-border{
    border: none;
}
.kard-katet-akording{
    padding: 5px;
    background: #e8f0fe;
}
.buton-akording-katet{
    text-decoration: none;
    color: #283a4a;    
    font-weight: 400;
}
.bazamendiedito-listim{
    margin-top: 20px;
    margin-bottom: 35px;
}
/*KRISJO LISTIM FRONT END
===========================================*/

/*PAKETAT ABONUESE START
===========================================*/
.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0rem 1rem 0 rgba(185, 185, 185, 0.1);
}
.pricing hr {
    margin: 1.5rem 0;
}
.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}
.pricing .card-price {
    font-size: 22px;
    margin: 0;
}
.pricing .card-price .period {
    font-size: 0.8rem;
}
.pricing ul li {
    margin-bottom: 1rem;
}
.pricing .text-muted {
    opacity: 0.7;
}
.pricing .btn {
    font-size: 15px;
    border-radius: 8px;
    font-weight: 800;
    padding: 5px;
    opacity: 0.7;
    transition: all 0.2s;
    background: #e8f0fe;
}
@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.2rem 1rem 0 rgba(202, 198, 198, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
/*PAKETAT ABONUESE END
===========================================*/

/*BLOGJET START
=======================================*/
.blogjet-bazamendi{
    margin-top: 50px;
    margin-bottom: 50px;
}
.blogjet-cards-bazamend{
    border-radius: 5px;
    box-shadow: 0px 2px 20px 5px #cecdcd;
    margin-bottom: 10px;
}
.blogjet-fotoja{
    border-radius: 5px 5px 0 0;
}
.blogjet-titulli{
    padding: 25px;
    font-size: 18px;    
    line-height: 22px;    
    font-weight: 400;
    color: #283a4a;
}
/*BLOGJET END
=======================================*/


/*LISTIMI LIST VIEW START
========================================*/

.listimiet-lizt-view-bazamend{
    background-color: #ddd;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.listimiet-lizt-view-bazamend:hover{
    box-shadow: 1px 1px 30px 5px rgb(223, 223, 223);
}
.listim-view-element{
    background-color: #fff;
    overflow: hidden;
    border-radius: 2px;
}
.listimiet-lizt-view-bazamend img {
    display: inline-block;
    float: left;
    max-height: 90%;
    max-width: 90%;
}
.listimiet-lizt-view-bazamend a{
    display: block;
    transition: 0.2s;
}
.listimiet-lizt-view-bazamend img {
	max-width: 30%;
}
.listimiet-lizt-view-bazamend .pershkrimi {
    float: left;
    max-width: 66%;
    padding: 2%;
}
.foto-prezantuese-list{
    height: 230px;
}
.foto-listimit-list-bazamend::before{
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background-image: -o-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}
.adresa-listim-listview{
    position: absolute;
    top: 88%;
}
.adresa-listim-listview img{
    width: 30px;
}
.adresa-listim-listview a{
    color: white;
}

/*LISTIMI LIST VIEW END
========================================*/

.permbajtja-faqes-blog{
    margin-top: 40px;
    margin-bottom: 40px;
}
.blog-bazamend{
    margin-bottom: 30px;
}
.blog-title{
    font-size: 25px;
    margin-bottom: 25px;
}

.pagination{
    padding-top: 30px;
    padding-bottom: 30px;
}
.buton-kerko-kryefaqe{
    background: #f16a35;
    color: white;
}
.inpute-profili-perdorues{
    background: white;
}.swiper-container {
    width: 100%;
    height: 100%;
}

/* .slick-slide {
  margin: 0px 20px;
} */
.bazamend-kategori-kryefaqe{
    margin: 25px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}
.slick-dots{
    margin-top: 25px;
}
.inputet-per-url {
    border: none;
    background: none;
    padding: 0;
    color: #f26b32;
}

.share-dropdown{
    min-width: 10px;
    margin: 0;
    padding: 0;
    border: none;
}
.ikonat-share-dropdown{
    font-size: 25px;
    padding: 0;
    margin: 0;
}
.ikonat-share-dropdown:hover{
    background: white;
}
.facebook-ikona{
    color: #4267b2;
}
.twitter-ikona{
    color: #44c9f6;
}
.ikonat-share-dropdown .email-ikona{
    font-size: 22px;
}
.email-ikona{
    color: #7920b6;
    background:#fff;    
}
.linkedin-ikona{
    color: #0274b3;
}
.linku-listim-tek-cmimi{
    margin-right: 15px;
}

.kolona-materiale-pdf{
    text-align: center;
    margin-bottom: 20px;
}
.titulli-materiale{
    margin-top: 10px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
}
.linku-shkarkimit-materiale{
    font-size: 16px;
    color: #f16a35;
    font-weight: 800;
    border-radius: 5px;
    border: 2px solid #f16a35;
    padding: 5px 15px 5px 15px;
}
.linku-shkarkimit-materiale:hover{
    border: 2px solid#2c3c4b;
    background:#2c3c4b;
}

.share-post{
    text-align: center;
    background: #e9f4ff;
    padding: 2px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.share-post a{
    font-size: 35px;
    padding: 2px;
    margin: 0;
}

@media screen and (max-width: 740px) {
    #map{
        padding-top: 450px;
    }
}
