@charset "UTF-8";


/******

    01.Top Bar
    02.Header
    03.Search Module
    04.Category Module
    
    05.How to Join
    05.Regions Module
    
    
    SPPB

*******/

body {text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale}
a {color:#ebb203;transition: color 400ms, background-color 400ms; text-decoration:none}
a:hover{color:#333333}
img {display:block;max-width:100%;height:auto}
.row {--bs-gutter-x: 1.875rem}
.container {padding-left:15px;padding-right:15px}
.element-invisible {position:absolute;padding:0;margin:0;border:0;height:1px;width:1px;overflow:hidden}
.flex-auto {flex:auto}






/*** TOP BAR ***/

#top-bar {background:#ebb203;color:#000;font-size:11px;font-weight: 600;padding:9px 35px;display:flex;justify-content:space-between}
#top-bar a {color:#000;display:inline-block}
#top-bar a:hover {color:#fff}
#top-bar .menu{text-align:left}
.user-profile-text1{margin:0px 5px 0px 15px;padding-left:15px;border-left:1px solid #000}
.user-profile-text2{margin:0px 5px 0px 0px}
.user-profile-wrapper {position:relative;font-size:13px;background:#fcdd34;padding:0px 25px;}
.user-profile-wrapper .user-profile-dropdown {background:#fff;border:1px solid #ddd;border-radius:10px;padding:20px !important;font-size:13px;position:absolute;min-width:225px;left:0px;top:100%;display:none !important;box-shadow:0 0 50px 0 rgba(0, 0, 0, 0.1);z-index:999 !important;}
.user-profile-dropdown ul {padding:0;margin:0px}
.user-profile-dropdown ul li {list-style:none;padding:8px 0px;border-bottom:1px solid #e4e4e4;text-align:right}
.user-profile-dropdown ul li:hover{background:#fafafa}
.user-profile-dropdown ul li a{display:block !important;transition:all 500ms ease-in-out}
.user-profile-dropdown ul li a:hover{color:#ebb203 !important}
.user-profile-dropdown ul li:last-child{border-bottom:none}
.user-profile-wrapper:hover .user-profile-dropdown {display:block !important;animation:spFadeInUp 1s}



/*** HEADER ***/

#sp-header {height:90px;width:100%;position:relative;z-index:99;box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);background:url(../images/header.jpg)no-repeat center center}
#sp-header.header-sticky {background:#222;position:fixed;z-index:9999;top:0;left:0;width:100%;animation:spFadeInDown 0.9s}
#sp-header #offcanvas-toggler.offcanvas,
#sp-header #offcanvas-toggler.mega {display:none !important}
#sp-header .logo {height:90px;display:inline-flex;margin:0;align-items:center}
.burger-icon {width:25px;cursor:pointer}
.burger-icon > span {display:block;height:2px;background-color:#ebb203;margin:5px 0;transition:background-color 0.5s ease-in,opacity 0.5s ease-in, transform 0.5s ease-in}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {background-color:#dd5d30}
.offcanvas-active .burger-icon > span:nth-child(1), #modal-menu-toggler.active .burger-icon > span:nth-child(1) {transform:translate(0, 8px) rotate(-45deg)}
.offcanvas-active .burger-icon > span:nth-child(2), #modal-menu-toggler.active .burger-icon > span:nth-child(2) {opacity:0}
.offcanvas-active .burger-icon > span:nth-child(3), #modal-menu-toggler.active .burger-icon > span:nth-child(3) {transform:translate(0, -5px) rotate(45deg)}
.offcanvas-active .close-offcanvas .burger-icon > span {transition-delay:0.5s}
#sp-menu li a.menu-button {padding:15px 35px;line-height:20px;border-radius:7px;margin-right:10px;background:#ebb204;box-shadow:0px 020px 35px 0px rgba(235, 178, 3, 0.2),inset 0px 0px 0px 0px rgba(255,255,255,1);transition:all 500ms ease-in-out}
#sp-menu li a.menu-button:hover {box-shadow:0px 020px 35px 0px rgba(235, 178, 3, 0.3),inset 0px -60px 0px 0px rgba(255,255,255,1)}



/*** SEARCH MODULE IN HEADER ***/

.ag_search{max-width:70%;margin:0px auto}
.ag_search .search_word{position:relative}
.ag_search .search_word .btn{position:absolute;top:0px;left:0px;border-radius:4px 0px 0px 4px;border:none;padding:1rem 2rem;width:125px}
.ag_search .search_word .inputbox{padding-right:3rem !important;background:#fff url(../images/srearch_input.png)no-repeat center right !important;margin:0px 0px 25px !important;height:56px}
.ag_search_select select.inputbox:not([multiple]),
.ag_search_select select:not([multiple]) {margin:0px 0px 20px !important;height:50px}
.btn.btn-primary.collapsed {display:block;margin:30px auto}
#ag_accordion .description{color:#fff;text-align:center;margin-bottom:30px}
#ag_accordion .accordion-header {background:url(../images/advanced_search_bg.png)no-repeat center center;margin:50px 0px 0px 0px;transition:all 500ms ease-in-out}
#ag_accordion .accordion-header > div{display:block;margin:0px auto;}
#ag_accordion .btn:hover label{color:#ebb204 !important}
.search_buttons{margin:20px auto;display:flex;justify-content:center}



/*** CATEGORY MODULE ***/

.mod_djclassifieds_cattree ul{width:16.6%;display:inline-block;padding:0px;margin:0px}
.mod_djclassifieds_cattree ul li{list-style:none;padding:20px 5px;margin:15px;background:#fff;border-radius:10px;box-shadow:0px 10px 45px -5px rgba(0, 0, 0, 0.07);border:2px solid #fff;transition: all 500ms ease-in-out}
.mod_djclassifieds_cattree ul li a{display:block;color:#000;text-align:center;font-size:14px}
.mod_djclassifieds_cattree ul li a img {margin:0px auto;transition: all 0.5s ease}
.mod_djclassifieds_cattree ul li:hover{background:#fefefe;box-shadow:0px 10px 45px -5px rgba(235,178,4, 0.2),inset 0px 150px 0px #f9f9f9;transform: scale(1.1)}
.mod_djclassifieds_cattree ul li:hover a{color:#ebb204}
.mod_djclassifieds_cattree .cat_name span{display:block}



/*** HOW TO JOIN MODULE ***/

#how-to-join .sppb-addon-title{margin-bottom:10px !important}
#how-to-join .sppb-addon-feature:hover .sppb-icon{transform: scale(1.1);transition: all 0.5s ease}


/*** REGIONS ***/

.ag_regions li{list-style:none;display:inline-block;width:50%}
.ag_regions li a{color:#666;display:block;padding:8px;margin:0px 5px;font-size:14px;border-bottom:1px solid #e1e1e1}
.ag_regions li a:before{content:"\f053";font-family:"Font Awesome 5 Free";font-weight:900;font-size:0.5rem;margin:0px 0px 0px 5px}
.ag_regions li a:hover{background:#eee;color:#000}
.ag_regions a .fa-arrow-left{margin:0px 10px 0px 0px}


















/*** *** *** *** *** *** ***
    ## DJ-CLASSIFIEDS ##
*** *** *** *** *** *** ***/

#dj-classifieds a {color:#000}
#dj-classifieds a:hover {color:#ebb203}

#dj-classifieds .dj-item .print_icon {float:left;margin:0 5px}

.registration .djform_row .label {width:150px !important}
.registration .dj-additem{width:60%;margin:0px auto}
.registration div#after_reg_0, .view-profileedit div#after_reg_0 {width:100% !important;margin-top:15px;}
.registration .ag_form {margin-top:30px;}
.registration .profile_image label{width:150px;float:right}
.registration .profile_image .djform_field {float:right}


#dj-classifieds .ag_buttons{display:flex;justify-content:center;margin:25px 0px}
#dj-classifieds .ag_buttons a{color:#fff}

/* profile list */

.djprofiles {text-align:center !important;}
.djprofiles h3{font-size:16px}
.djprofiles img{width:75px !important;height:75px !important;border-radius:50%;margin:0px auto 15px !important;border:1px solid #ccc;padding:3px;}
.djprofiles .region{color:#777;font-size:12px}

.djprofiles .region:before{margin-left:5px !important}


#dj-classifieds .plans{text-align:center}

#dj-classifieds .plans .djcf_prow_in{padding:20px;margin:10px auto;border-radius:10px;border:1px solid #ddd;transition: all 1s ease}
#dj-classifieds .plans .djcf_prow_in:hover {box-shadow: 0px 15px 15px -10px #ddd}

.true:before,
.false:before{
    margin-left:5px;
    font-family:"Font Awesome 5 Free";
    font-weight:900}

.true:before {content:"\f058";color:#ebb203}
.false:before{content:"\f057";color:#dd5c30}
.false{opacity:0.6}
    
    
#dj-classifieds .plans .price{
    font-size:16px;
    border:1px solid rgba(235, 178, 3, 0.4);
    color:#e18e17;
    padding:8px 20px;
    border-radius:5px;
    margin:10px 0px;
    display:inline-block;
    box-shadow:0px 0px 15px rgba(235, 178, 3, 0.2);
}

#dj-classifieds .plans .plan_item{padding:10px 0px;border-bottom:1px solid #eee;color:#666}



#dj-classifieds .plans h4{margin-top:30px;font-size:1.25rem}
#dj-classifieds .djcf_prow_col_desc h4{color:#ebb204; cursor: pointer;}
#dj-classifieds .djcf_prow_col_desc h4:before{
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    color:#ebb204;
    font-size:1.25rem;
    margin-left: 5px;
    content:"\2b";
}

.search_res_details{color:#999;font-size:14px;margin-bottom:10px}
.blog-ad{padding:20px;margin:10px;background:#f0f0f0;}

.contact-block{padding:25px 0px;}
.contact-block:hover{box-shadow:0px 0px 15px #ddd;background:#fcfcfc; transition:all 500ms ease-in-out}

/*** ADD ITEM ***/

.view-profileedit .additem_djform{border:none !important;box-shadow:none !important;margin:0px !important;padding:0px !important}

.view-profileedit .dj-additem {width:90% !important;}
.view-profileedit .dj-additem .additem_djform .title_top {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.dj-additem .ag_buttons .btn{margin-left:10px !important}
.dj-additem{width:80%;margin:0px auto}


.additem_note{font-size:14px;border-bottom: 1px solid #ccc;padding-bottom:10px;margin-bottom:20px}
.additem_note h3{font-weight:600 !important;font-size:15px !important;padding-bottom:10px !important;}
.additem_note a {color:#ebb203 !important}
.additem_note a:hover {color:#333 !important}

.dj-additem .djrow_year .djform_field{width:190px}
.dj-additem .djform_field .field-calendar .btn{padding:6px 15px !important;border-radius:0.25rem !important}
.dj-additem .djform_field .field-calendar .input-group-text{margin-right:-45px !important;}

.dj-additem .djrow_safe .label,
.dj-additem .djrow_additional .label{width:325px !important;margin-bottom:10px}

.dj-additem .region{display:flex}
.dj-additem .region .djform_field{width:80%}
.dj-additem .region select#reg_0,div#after_reg_0{float:right;width:33%;margin-left:15px}
.dj-additem .region .clear_both {clear:none !important}

.dj-additem .price,
.dj-additem .contact,
.dj-additem .contact .djform_row,
.metakey{border-bottom:none !important}

.dj-additem .contact textarea {resize:none}
.djrow_whatsapp{padding-bottom:0px !important}
#djwhatsapp input{direction:rtl}



#dj-classifieds .classifieds_buttons {display:flex;justify-content:center}
#dj-classifieds .classifieds_buttons .btn {margin:0px 10px}
#dj-classifieds .classifieds_buttons_2 .btn {padding: 8px 25px !important;margin: 20px 0px 0px 10px;font-size:14px}

#dj-classifieds .profile-edit .bio .djform_field{width:58%}
#dj-classifieds .profile-edit .djform_row textarea {height:125px}
#dj-classifieds .profile-edit .djform_row .label span{display:inline;font-size:12px;margin:0px 1px;font-weight:600;color:#aaa}


.view-profile #sp-title{display:none;}

.profile_location{font-size:13px}

.profile_row a{display:block;font-size:0px}


.up_facebook a:before,
.up_twitter a:before,
.up_instagram a:before,
.up_linkedin a:before,
.up_tiktok a:before,
.up_youtube a:before,
.up_website a:before,
.up_telegram a:before{
    font-family:"Font Awesome\ 5 Brands";
    font-weight:400;
    margin:5px;
    color:#fff;
    font-size:18px;
    display:block;
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    border-radius:5px;
    box-shadow:inset 0px 18px 0px rgba(255,255,255,.2);
}
.up_facebook a:before{content:"\f39e";background:#4267B2}
.up_twitter a:before{content:"\f099";background:#1DA1F2}
.up_instagram a:before{content:"\f16d";background:#d62976}
.up_linkedin a:before{content:"\f0e1";background:#0077b5}
.up_tiktok a:before{content:"\e07b";background:#ff0050}
.up_youtube a:before{content:"\f167";background:#CD201F}
.up_website a:before{content:"\f0ac";background:#444;font-weight:900;font-family:"Font Awesome 5 Free";}
.up_telegram a:before{content:"\f3fe";background:#0088cc}







.mobile-note{float:left}


.additem_djform .title {
    font-weight:bold;
    margin-bottom:30px;
    font-size:18px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

.dj-additem .price .djform_field .inputbox {float:right;width:350px}
.dj-additem .price .price_neg_box {float:right;width:110px;margin-right:10px;}






.prom_rows .djform_row{border-bottom:none !important;}
.prom_rows .djform_row .label{float:left !important}
.prom_rows .djform_prom_label label{display:none !important;}

.dj-items-blog{margin-top:30px;}






.ag-category{margin:15px 0px 0px;padding:20px 0px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.main_category_page .ag-category{margin:0px 0px 30px;padding:0px;border-top:none}

.subcat {background:#fbfbfb;border:1px solid #ccc;display:inline-block;border-radius:4px}

.subcat  {margin:8px 0px 8px 8px}

.subcat a{display:block;padding:5px 20px}
.subcat:hover a{color:#fff !important}

.subcat h2,
.main_category_page .subcat h2{font-size:13px;font-weight:400;margin:0px}

.subcat:hover{border:1px solid #fff ;box-shadow:0px 0px 15px #ccc,inset 0px -40px 0px #ebb204; transition:all 500ms ease-in-out}

.main_category_page .subcat {background:#fbfbfb;border:1px solid #ccc;display:inline-block;border-radius:4px}
.main_category_page .subcat:hover {background:none !important;border:1px solid #ebb204;box-shadow:0px 0px 15px #ccc, inset 0px -56px 0px #ebb204; transition:all 500ms ease-in-out}

.main_category_page .subcat:hover a{color:#fff !important}
.main_category_page .subcat {margin:0px 0px 10px 15px;min-width:130px;text-align:center}
.main_category_page .subcat img {margin:10px auto 10px;border-bottom:1px solid #ccc;box-shadow: 0px 5px 7px -6px #aaa}
.main_category_page .subcat span{display:block;margin: 5px 0px;font-weight:600}

.main_category_page .subcat a{padding:0px;font-size:12px;}



/*** BLOG ITEM ***/

.blog_det{padding:10px 20px 20px 20px;color:#777 !important;overflow:hidden;text-overflow:ellipsis;font-size:15px;}

#dj-classifieds .blog_det .item_desc,
#dj-classifieds .blog_det .region,
#dj-classifieds .blog_det .category,
#dj-classifieds .blog_det .cf_box {padding:2px 0px}

#dj-classifieds .price_wrap{
    background:#fafafa;
    border:1px dashed #aaa !important;
    display:block;
    padding:10px !important;
    text-align:center;
    font-weight:600;
    font-size:14px;
}
#dj-classifieds .price_wrap .price .row_label{display: inline;}
.row_negotiable{font-weight:500;font-size:13px;}

.single_item_profile_icons{background:#fafafa;border-radius:5px;padding:20px;margin-top:30px;border:1px solid #eee;display:flex;font-size:13px;justify-content:center;}
.single_item_profile_icons .fav_icon2 a{color:#fff !important;} 
.single_item_profile_icons .fav_icon2{cursor: pointer;color:#fff;border-radius:5px;padding:5px 10px;background:#ebb204}
.single_item_profile_icons .btn2{padding:2px 10px;border:none;border-radius:5px;background:#dd5d30;line-height: 20px;
    color: #fff;
    margin-right: 10px !important;}

.add-alert{display:block !important;}
.add-alert li {font-size:12px;}

.single_item_profile{background:#fafafa;border-radius:5px;padding:20px;margin-top:30px;}
.profile_item_box .profile_img img{width:75px !important;padding-right:0px !important;}




.contact_mainrow a, .row_whatsapp a{color:#fff !important;display:block; padding:5px 10px;margin-bottom:5px;transition:all 500ms ease-in-out}

.contact_mainrow a{background:#428bca}
.contact_mainrow a:hover{background:#3c7db5;color:#fbfbef !important}

.row_whatsapp a{background:#25d366}
.row_whatsapp a:hover{background:#1ca750;color:#fbfbef !important}

.row_whatsapp a:hover, .contact_mainrow a:hover{letter-spacing:1px}


.row_whatsapp .row_label{display:inline-block !important;}
.contact_mainrow .label:before{content:"\f2a0";margin-left:5px}
.row_whatsapp .row_label:before{
    content:"\f232";
    margin-left:5px;
    font-family:Font Awesome\ 5 Brands;
    font-weight:400;
    
}
.profile_contact{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin:20px 0px 0px;
    padding:20px 0px;
}
.profile_adverts_link {
    font-size: 14px;
    margin-top: 10px;
}
#ask_form{font-size:13px;padding:10px 0px;text-align:center;}
#ask_form a{color:#ebb204;text-decoration:underline;}
.ask_form{padding:20px 0px;}
.ask_form .btn{width:100%;}
.ask_form .btn:before{
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin-left:10px;
    content:"\f0e0";
}

.blog_det a,
.home_items_ag {color:#777 !important}

.blog_det a:hover,
.home_items_ag a:hover,
.blog_det .see_details,
.blog_det_footer a{color:#ebb204 !important}

.blog_det .see_details:hover{color:#000 !important}

.home_condition{padding: 0px 10px}
.home_items_ag .blog_det_footer{padding:10px 20px 20px 10px}



.new_icon {
	position:absolute;
	top:15px;
	right:15px;
}
.new_icon,
.new_icon_item_in {
	background:#ebb203;
	font-size:11px;
	color:#fff;
	padding:5px 10px;
	font-weight:bold;
	border-radius:5px;
}
.new_icon_item_in{margin-bottom:10px;display:inline-block;}


.row_email,
.row_location{color:#999}

.row_location:before,
.row_email:after,
.contact_mainrow .label:before,
.profile_location:before,
.new_icon:before,
.new_icon_item_in:before,
.category a:before,
.blog_det .region a:before,
.region:before,
.blog_det .condition:before,
.blog_det .year:after,
.see_details:before,
.readmore a:before,
.profile-btn:before{
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size: 0.75rem;
    margin-left:10px;
}

.row_location:before{content:"\f3c5";margin:0px 10px 0px 5px;font-size:14px}
.row_email:after{content:"\f0e0";margin:0px 10px 0px 5px;font-size:14px}
.profile-btn:before{content:"\f0e0";margin:0px 0px 0px 5px;font-size:12px}

.category a:before{content:"\f02b"}
.blog_det .region a:before,
.profile_location:before,
.djprofiles .region:before{content:"\f3c5"}

.blog_det .condition:before{content:"\f242"}
.blog_det .year:after{content:"\f274";margin-right:0px}
.see_details:before,
.readmore a:before{content:"\f100"}

.new_icon:before,
.new_icon_item_in:before{content:"\f005";margin-left:5px}


.type_profile{
    background:#fafafa;
    display:flex;
    padding:15px;
    border-radius:5px;
    width:85%;
    margin:-30px auto 20px;
    position:relative;
    box-shadow:0px 10px 30px 0px rgba(0,0,0,0.1);
    align-content:center;
    justify-content:space-between;
    align-items:center;
    transition:all 500ms ease-in-out
}
.type_profile:hover{
    background:#fff;
    padding:15px;
    border-radius:5px;
    width:85%;
    box-shadow:0px 10px 30px 0px rgba(0,0,0,0.3);
}
.type_profile .type_button {display:block !important}
.type_profile .profile_img{min-width:50px}
.type_profile .profile_name {line-height:1.3;font-size:13px;margin-right:5px;}



.blog_det_footer{margin:20px 0px 0px 0px;border-top:1px solid #eee;padding-top: 15px;}
.fav_box {float:left;border-right: 1px solid #ddd;padding-right:15px;}







/********** single ad view **********/


#dj-classifieds .dj-item {}
#dj-classifieds .dj-item .title_top {padding-bottom:10px}
#dj-classifieds .dj-item .title_top h1 {font-weight:bold;font-size:1.4em;display:inline}

.item_info{
    background:#fafafa;
    margin-bottom:30px;
    font-size:14px;
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    color:#444;
    padding-left:25px;
}
.item_info .type_button{padding: 7px 20px !important;border-radius:0px !important}

.localization:before,
.date_start:before,
.date_mod:before,
.add_id:after,
.hits:after{
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size:0.9rem;
    margin-left:5px;
}
.localization:before{content:"\f3c5"}
.date_start:before{content:"\f271"}
.date_mod:before{content:"\f274"}
.add_id:after{content:"\f029"}
.hits:after{content:"\f06e"}

.add_id,
.hits,
.ltr{direction:ltr}








/*** Genral Add Details ***/








.bg1{background:#f0f0f0;}

.share-bottom{margin-top:50px;}





/***
'.$i->display.'
'.$i->date_start.'
***/













#cat_icon_inner img {
    background: #fcfcfc;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
}


.sppb-btn{border-radius:7px}
.btn:focus, .sppb-btn:focus{}

.btn-default {
    background:#fafafa;
    border-color:#aaa;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.1),inset 0px 0px 0px 0px rgba(255,255,255,1);
    transition:all 500ms ease-in-out
}

.btn-primary, .sppb-btn-primary {
    background:#ebb204;
    border-color:#fbdd34;
    box-shadow:0px 3px 7px 0px rgba(235, 178, 3, 0.2),inset 0px 0px 0px 0px rgba(255,255,255,1);
    transition:all 500ms ease-in-out
}
.btn-primary:hover, .sppb-btn-primary:hover {
    box-shadow:0px 15px 35px 0px rgba(235, 178, 3, 0.4),inset 0px -60px 0px 0px rgba(255,255,255,1);
    color:#ebb204;
    border-color:#fbdd34;
}

.btn-secondary, .sppb-btn-secondary {
    background:#444;
    border-color:#444;
    color:#fff !important;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.2),inset 0px 0px 0px 0px rgba(255,255,255,1);
    transition:all 500ms ease-in-out
}

.btn-secondary:hover, .sppb-btn-secondary:hover, .btn-default:hover {
    box-shadow:0px 15px 20px 0px rgba(0, 0, 0, 0.2),inset 0px -60px 0px 0px rgba(255,255,255,1);
    color:#000 !important;
    border-color:#111;
}






/*** LOGIN & REGISTER FORMS ***/










.mod_djcf_slider .type_button{display:block !important;width:75px;}














/*** ADV AREA ***/

.ag_adv_area{border:1px solid #eee;padding:20px 0px;text-align:center;}
.animated-heading-before-part {margin-left:10px !important;}
.animated-heading-text.text-clip .animated-text-words-wrapper::before,
.animated-heading-text.text-clip .animated-text-words-wrapper::after{content:"";position:absolute;top:0;right:5px;height:100%}
.animated-heading-text.text-clip .animated-text-words-wrapper::before{width:100%;box-shadow:inset 50px 0px 0px 0px #eee}
.animated-heading-text.text-clip .animated-text-words-wrapper::after {width:2px;background-color:#ccc}
.animated-text-words-wrapper span{padding:0px 15px 0px 20px;}



/*** NEWSLETTER ***/

.acym_module_form table{width:100%}
.acym_form .acysubbuttons{position:absolute;left:0px;margin:3px}
.acym_module_form input{max-width:100% !important}
.acym_module_form input[type="email"]:not(.form-control){padding:16px !important}
























/*** PAGE TITLE + BREADCRUMB ***/

#sp-title {min-height:0}
.sp-page-title {background:#f5f5f5;padding:30px 0 0;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed}
.sp-page-title .sp-page-title-heading {font-size:24px;line-height:1}
.sp-page-title .sp-page-title-sub-heading {font-size:16px;font-weight:normal;line-height:1;margin-bottom:0px;border-bottom:1px solid #ccc;padding-bottom:30px}
.breadcrumb {padding:1rem 0;background-color:#f5f5f5;display:flex;flex-wrap:wrap;font-size:14px;list-style:none;margin-bottom:0px}
.breadcrumb .float-start{color:#ebb203;margin:0px 10px}
.breadcrumb-item + .breadcrumb-item::before {float:right;padding:0px 10px;color:#aaa;content:"-"}
.breadcrumb-item.active {color:#aaa}





#sp-main-body {padding:50px 0 75px}
.com-sppagebuilder #sp-main-body {padding:0}
.body-innerwrapper {overflow-x:hidden}
body.view-article.remove-container .body-innerwrapper > #sp-main-body > .container,
body.view-article.remove-container .body-innerwrapper > .sp-main-body > .container {max-width:100%;padding:0}






/*** FOOTER ***/


#sp-footer {
    font-size:13px;
    background:#222 url(../images/footer.jpg) no-repeat top center;
    background-size:cover;
    background-attachment:fixed;
    color:#ffffff;
    line-height:1.8;
    padding:0px;
}
#sp-footer .copyright {border-top:1px solid rgba(255,255,255,0.3)}
#sp-footer .copyright img{opacity:0.2;}
#sp-footer ul.menu {display:block;list-style:none;padding:0;margin:0}
#sp-footer ul.menu li {display:inline-block;width:45%;margin: 0px 0px 0 15px;border-bottom:1px solid rgba(255,255,255,0.2)}
#sp-footer ul.menu li:last-child,
#sp-footer ul.menu li:nth-child(2n+7) {border-bottom:none}
#sp-footer ul.menu li a {display:block;padding:10px 0px;color:#eee}
#sp-footer ul.menu li a:before{content:"\f053";font-family:"Font Awesome 5 Free";font-weight:900;font-size:0.4rem;margin:0px 0px 0px 5px}
#sp-footer ul.menu li a:hover {color:#fbdd34}
#sp-footer h3{font-size:20px;color:#fbdd34}
.footer-social{z-index:9999 !important}

.sp-scroll-up {
    display:none;
    position:fixed;
    bottom:10px;
    right:10px;
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    font-size:15px;
    color:#fff;
    background:#ebb204;
    z-index: 1000;
    transition: all 0.3s ease;
}
.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {color:#fff;background:#111;transform: translateY(-5px);}










#sp-left .sp-module,
#sp-right .sp-module {
    margin-top:30px;
    border:1px solid #ddd;
    box-shadow:0px 0px 15px #f5f5f5;
    padding:25px 30px 30px 30px;
    border-radius:5px;
}
#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {margin-top:0}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
    margin:0 0 20px;
    padding-bottom:20px;
    font-size:18px;
    font-weight:600;
    border-bottom:1px solid #eee;
}
#sp-left .sp-module ul,
#sp-right .sp-module ul {list-style:none;padding:0;margin:0}

#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {display:block;border-bottom: 1px solid #eee}

#sp-left .sp-module ul > li > a,
#sp-right .sp-module ul > li > a {
    display:block;padding:5px 0;color:#333}

#sp-left .sp-module ul > li > a:hover,
#sp-right .sp-module ul > li > a:hover {color: #f68e13}

#sp-left .sp-module ul > li:last-child,
#sp-right .sp-module ul > li:last-child {border-bottom:none}

.latestnews .date{color:#999;font-size:12px;display: block;}

#sp-left .sp-module ul > li > ul > li{padding:0px 10px;font-size:14px}
#sp-left .sp-module ul > li > ul > li a{color:#888;}

#sp-left .sp-module ul > li a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.4rem;
    margin: 0px 0px 0px 5px;
}

#sp-left .search_mod input, 
#sp-left .search_mod select{height:40px;margin-bottom:10px}
#sp-left .search_mod .search_only_price_negotiable{margin-top:20px;border-top:1px solid #ddd;padding-top:15px;}
#sp-left .search_ex_fields{padding-top:15px}

#sp-left .djse_year{padding-top:15px;font-family: math}

#sp-left .search_mod .djcf_se_row_ch, .djseform_field{font-size:13px;margin-bottom:3px}
#sp-left .search_mod .djcf_se_row_ch input, #sp-left .search_mod .djseform_field input {height:10px;margin:0px 0px 0px 5px}
#sp-left .search_mod .djseform_field .radio_label{color:#aaa}

#sp-left .search_buttons{margin-top:30px}
#sp-left .search_mod .btn{font-size:14px;padding:0.7rem 1rem;}
#sp-left .search_mod h3{color:#dd5d30}

#sp-left .search_mod h3:before,
#sp-left .search_location h3:before,
#sp-left .cat_mod h3:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size:1rem;
    margin: 0px 0px 0px 10px;
}

#sp-left .search_mod h3:before{content: "\f002"}
#sp-left .search_location h3:before{content:"\f3c5"}
#sp-left .cat_mod h3:before{content:"\f02c"}

#sp-left .search_location{background:#f9f9f9}

#sp-left .search_location .sp-module-title {
    margin:0 0 20px;
    padding-bottom:0px;
    font-size:18px;
    font-weight:600;
    border-bottom:none;
    text-align:center;
}
#sp-left .left_banner,
#sp-left .social-icon-left{
    border:none;
    box-shadow:none;
    padding:0px;
}
#sp-left .left_banner{margin-top:50px}

#sp-left .social-icon-left .sp-module-title{text-align:center;}
#sp-left .social-icon-left a{padding:5px 15px}




.single-share{width:50px;}




.form-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hide-label {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.search .btn-toolbar {
    margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
    margin: 0;
}
.search .btn-toolbar button {
    color: #fff;
    background: #f68e13
}

.search .phrases .phrases-box .controls label {
    display: inline-block;
    margin: 0 20px 20px;
}
.search .phrases .ordering-box {
    margin-bottom: 15px;
}
.search .only label {
    display: inline-block;
    margin: 0 20px 20px;
}
.search .search-results dt.result-title {
    margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
    margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
    height: 34px;
    line-height: 34px;
}
.form-search .finder label {
    display: block;
}
.form-search .finder .input-medium {
    width: 60%;
    border-radius: 4px;
}
.finder .word input {
    display: inline-block;
}
.finder .search-results.list-striped li {
    padding: 20px 0;
}


.hu-content-edit{width:80%;margin:0px auto;font-size: 15px}

.edit-row {
    margin: 50px 0px;
    background: #fafafa;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.btn-toolbar .btn-primary{margin-left:15px;}
.hu-content-edit #editor{padding:20px 25px !important;}

.field-calendar .input-group-text .btn-secondary{
    background: #bbb;
    border-color: #bbb;
    box-shadow:none;
}

.hu-content-edit select#jform_state {
    height: 50px;
}







/*** ARTICLES ***/

.view-article #sp-title{display:none}

.article-list .article {margin-bottom:30px;padding:20px;border:1px solid #e4e4e4;border-radius:5px}
.article-list .article .article-full-image,
.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {margin:-20px -20px 20px -20px;border-radius:5px 5px 0 0;overflow:hidden}
.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {border-radius:5px 5px 0 0}
.article-list .article .article-header h2 {font-size:1.3rem;margin:0 0 15px 0}
.article-list .article .article-header h2 a {color:#333}
.article-list .article .article-header h2 a:hover{color:#E18E18}
.article-list .article .readmore a {color:#ebb204;font-size:15px}
.article-list .article .readmore a:hover{color:#333}
.article-details figcaption.caption,
.article-list .article figcaption.caption {text-align:center;font-size:14px;color:#444;margin:5px 0px;opacity:0.7}


.article-info {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}
.article-info > span {font-size:0.9rem;color:#777}
.article-info > span + span::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/";
}
.article-info > span a {color:#777}
.article-info > span a:hover {color:#E18E18}



.article-details .article-header {position:relative}
.article-details .article-header h1{font-size:2.25rem}
.article-details .article-info {margin-bottom:1rem}
.article-details .article-full-image img {display:inline-block;border-radius:5px}
.article-details .article-full-image,
.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {margin-bottom:2rem}
.article-details .article-can-edit {position:relative;margin-bottom: 10px}
.article-details .article-can-edit a {display:inline-block;background:#dd5d30;color:#fff;padding:5px 12px;border-radius:5px;font-size:14px}









.article-details .article-author-information {
    padding-top:2rem;
    margin-top:2rem;
    border-top:1px solid #f5f5f5;
}


.related-article-large .article-image {
    width: 350px;
    min-width: 350px;
}
.related-article-large .article-information {
    border-left: 1px solid #f1f1f1;
    padding-left: 20px;
    margin-left: 20px;
}
.related-article-large .article-information > span {
    font-size: 0.813rem;
}
.related-article-large .article-information > span + span::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/";
}
.related-article-large .article-information > span a {
    color: #252525;
}
.related-article-large .article-information > span a:hover {
    color: #044cd0;
}
.related-article-large .article-information .intro-text {
    margin-top: 20px;
}


.related-article-list-container {
    margin-top: 15px;
}
.related-article-list-container .related-article-title {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
    list-style: none;
    padding: 0;
}
.related-article-list-container ul.related-article-list li {
    margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
    font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
    color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
    color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
    font-size: 14px;
}



.tags {padding:0; margin:-0.3125rem}
.tags > li {display:inline-block;margin:5px}
.tags > li a {display:block;font-size:13px;padding:0.5rem 1.25rem;border-radius:10px}
.tags > li a {background:#f1f1f1;color:#e18e17}
.tags > li a:hover {background:#ebb203;color:#fff}

.tagscloud .tag-name {display:inline-block;padding:0.5rem 1.25rem;background:#f1f1f1;color:#e18e17;border-radius:10px;margin:5px;font-size:13px !important}
.tagscloud .tag-name:hover {background:#ebb203;color:#fff}
.tagscloud .tag-name span{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:rgba(0, 0, 0, 0.2);border-radius:10px}







.pager {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 2rem 0 0 0;
    border-top: 1px solid #f5f5f5;
}
.pager::after {
    display: block;
    clear: both;
    content: "";
}
.pager > li {
    display: inline-block;
}

.pager > li.previous {
    float: left;
}
.pager > li.next {
    float: right;
}
.pager > li a {
    display: inline-block;
    font-size: 0.785rem;
    padding: 1rem 2.5rem;
    border-radius: 100px;
    border: 1px solid #ededed;
    color: #252525;
}







#article-comments {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5;
}
.article-ratings {
    display: flex;
    align-items: center;
}
.article-ratings .rating-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 1rem;
    display: inline-block;
    margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
    content: "";
    font-weight: 900;
    color: #f6bc00;
}
.article-ratings .rating-symbol span.rating-star:before {
    content: "";
    padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before,
.article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
    content: "";
    color: #e7b000;
    font-weight: 900;
    cursor: pointer;
}
.article-ratings .ratings-count {
    font-size: 0.785rem;
    color: #4c4b4b;
}
.article-ratings .fa-spinner {
    margin-right: 5px;
}








.pagination-wrapper {
    align-items: center;
}
.pagination-wrapper .pagination {
    margin-bottom: 0;
}
.pagenavigation {
    padding: 2rem 0;
}
.pagenavigation .pagination {
    display: block;
}
.pagenavigation .pagination a {
    padding: 5px 15px;
}
.pagenavigation .pagination .next {
    float: right;
}
.pagenavigation .pagination .previous {
    float: left;
}
.pagenavigation .pagination:before,
.pagenavigation .pagination:after {
    clear: both;
    display: table;
    content: "";
    line-height: 0;
    box-sizing: border-box;
}

.pagination > li > a,
.pagination > li > span {
    color: #252525;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #252525;
}
.pagination > .active > a,
.pagination > .active > span {
    border-color: #f68e13;
    background-color: #f68e13;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    border-color: #f68e13;
    background-color: #f68e13;
}





.page-item:nth-child(2) .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.article-social-share {
    float: right;
}
.article-social-share .social-share-icon ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.article-social-share .social-share-icon ul li {
    display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
    margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
    border: 1px solid #ededed;
    font-size: 1rem;
    border-radius: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
    color: #fff;
}

.article-social-share .social-share-icon ul li a {
    color: #252525;
}
.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
    background: #f68e13;
}




.newsfeed-category .category {
    list-style: none;
    padding: 0;
    margin: 0;
}
.newsfeed-category .category li {
    padding: 5px 0;
}
.newsfeed-category #filter-search {
    margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
    padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
    margin: 5px 0;
}
.article-footer-top {
    display: table;
    clear: both;
    width: 100%;
}
.article-footer-top .post_rating {
    float: left;
}
.contentpane:not(.com-sppagebuilder) {
    padding: 20px;
}








html.coming-soon {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
html.coming-soon body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo {
    display: inline-block;
    margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
    margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days,
html.coming-soon #coming-soon-countdown .coming-soon-hours,
html.coming-soon #coming-soon-countdown .coming-soon-minutes,
html.coming-soon #coming-soon-countdown .coming-soon-seconds {
    margin: 0;
    float: left;
    width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
    width: 100%;
    font-size: 4.5rem;
    letter-spacing: -1px;
    line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
    font-size: 1.5rem;
    letter-spacing: -1px;
    display: block;
    text-transform: uppercase;
}
html.coming-soon .coming-soon-position {
    margin-top: 2rem;
}
html.coming-soon .social-icons {
    margin-top: 4rem;
}
html.coming-soon .coming-soon-login form {
    display: inline-block;
}
html.error-page {
    width: 100%;
    height: 100%;
}
html.error-page body {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
html.error-page .error-logo {
    display: inline-block;
    margin-bottom: 2rem;
}
html.error-page .error-code {
    margin: 0 0 1rem;
    font-size: 6rem;
    line-break: auto;
}
html.error-page .error-message {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.sp-social-share ul {
    display: block;
    padding: 0;
    margin: 20px -5px 0;
}
.sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
}
.profile > div:not(:last-child) {
    margin-bottom: 30px;
}
.dl-horizontal dt {
    margin: 8px 0;
    text-align: left;
}
.page-header {
    padding-bottom: 15px;
}
table.category {
    width: 100%;
}
table.category thead > tr,
table.category tbody > tr {
    border: 1px solid #f2f2f2;
}
table.category thead > tr th,
table.category thead > tr td,
table.category tbody > tr th,
table.category tbody > tr td {
    padding: 10px;
}
.contact-form .form-actions {
    background: none;
    border: none;
}
@media print {
    .visible-print {
        display: inherit !important;
    }
    .hidden-print {
        display: none !important;
    }
}

.sp-preloader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color:#ffffff;
    color:#252525
}
.sp-preloader > div {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    animation: spSpin 0.75s linear infinite;
    background:#f68e13
}

.sp-preloader > div:after {
    content: "";
    position: absolute;
    width: 49px;
    height: 49px;
    top: 1px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background:#ffffff
}




.dj-additem .video_box .title_top{margin-bottom:5px;}
.dj-additem .images_box .img_info{color:#666;font-size:13px;}

.dj-additem input,
.dj-additem select,
.dj-additem textarea{color:green !important;font-weight:bold}
.dj-additem select option:not(:checked) { color:#333 !important}

#dj-classifieds .checkbox_v{width:33%;font-size:14px;padding:2px 0px}

.radio label{font-size:15px;}

.checkboxes label,
.radio label{
	margin:0 5px 0px 20px;
	display: inline-block;
	vertical-align: bottom;
	color:#999;
}

input[type="radio"]:checked+label,
input[type="checkbox"]:checked+label{font-weight:bold;color:#4f9d69 !important;}

input[type='radio']:after {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    top: -6px;
    left: 0px;
    position: relative;
    background-color: #fafafa;
    content: '';
    display: inline-block;
    visibility: visible;
    border:2px solid #fff;
    box-shadow: 0px 0px 0px 1px #bbb;
    transition: all 0.7s ease;
}
    
input[type='radio']:checked:after {
    width:13px;
    height:13px;
    border-radius:13px;
    top:-6px;
    left:0px;
    position:relative;
    background-color:#4f9d69;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    box-shadow:0px 0px 0px 1px #4f9d69, 0px 0px 15px 0px rgba(79, 157, 105,0.3);
    
}
input[type="checkbox"] {     
	width:13px;
	height:13px;
	border:1px solid #aaa;
	border-radius:2px;
    -webkit-appearance: none;
    transition: all 0.7s ease;
}
input[type="checkbox"]:checked { border:none }
input[type="checkbox"]:checked:before {
	font-family:"Font Awesome 5 Free";
	content:"\f14a";
	display: block;
	color:#4f9d69;
	font-size:16px;
	margin:-3px 0px 0px 0px;
}


.password-group .btn{padding:0.6rem 2rem;}



textarea::placeholder,
input::placeholder{color:#aaa;font-weight:normal}


.djform_row textarea,
.contact textarea,
input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-select):not(.form-control) {
    display:block;
    padding:0.7rem !important;
    width:100%;
    font-size:0.9rem;
    line-height:1.5;
    color:#333;
    background-color:#fff;
    background-image:none;
    background-clip:padding-box;
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius:0.25rem;
    transition: all 0.7s ease;
    outline:none;
}

.djform_row textarea:hover,
input:hover,
select:hover,
input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-select):not(.form-control):focus {
    color:#333;
    background-color:#fff;
    border-color:#bbb;
    box-shadow:0px 0px 15px #eee !important;
    outline:0;
}


















.password-group meter {width:100%}
.control-group {margin-bottom:1rem}



.form-horizontal .control-label {
    float: left;
    width: auto;
    padding-top: 5px;
    padding-right: 5px;
    text-align: left;
}
.form-horizontal .controls {
    margin-left: 220px;
}
.card-block {
    padding: 20px;
}
.card-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.card-block ul li {
    display: block;
}
.alert.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.invalid {
    color: #a51f18;
    border-color: #a51f18;
}
#sp-cookie-consent {
    position: fixed;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
}
#sp-cookie-consent > div {
    padding: 20px;
    position: relative;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
    margin: 0;
    margin-right: -5px;
    padding-left: 0px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #333;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
    background: #46a546;
    color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
    display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
    border-left: 1px solid #b3b3b3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
    display: flex;
    justify-content: flex-end;
}
.com-contenthistory .btn-group button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.com-contenthistory .btn-group button:hover {
    color: #333;
    background-color: #e9e9e9;
}
#versionsModal {
    top: 10%;
}
#versionsModal .modal-dialog {
    max-width: 80%;
}
#versionsModal iframe {
    min-height: 300px;
}
body.com-content.view-form.layout-edit .nav-tabs .nav-link {
    display: block !important;
}
.no-js img.lazyload {
    display: none;
}





#system-message-container {
    position:fixed;
    bottom:15px;
    right:15px;
    max-width:350px;
    z-index:9999;
}
#system-message-container .alert {
    font-size: 13px;
    line-height: 1.5;
}
#system-message-container .alert > .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
#system-message-container joomla-alert {font-size:14px}

.com-users.view-registration #member-registration .modal-dialog,
.com-users.view-registration #member-profile .modal-dialog,
.com-users.view-profile #member-registration .modal-dialog,
.com-users.view-profile #member-profile .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.hu-media-modal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.registration #member-registration #jform_privacyconsent_privacy-lbl {
    display: inline-flex;
}
.registration #member-registration #jform_privacyconsent_privacy-lbl > a {
    position: initial;
    display: block;
    color: #252525;
}
.registration #member-registration #jform_privacyconsent_privacy-lbl > a:hover,
.registration #member-registration #jform_privacyconsent_privacy-lbl > a:focus {
    color: #044cd0;
}
body.com-users.view-registration > #sbox-window {
    overflow: hidden;
}
body.com-users.view-registration > #sbox-window > #sbox-btn-close {
    top: 5px;
    right: 5px;
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset > .joomla-tabs {
    display: flex;
    padding: 0;
    margin: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    list-style: outside none none;
    background-color: #f5f5f5;
    border-color: #ccc #ccc currentcolor;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    border-radius: 0.25rem 0.25rem 0 0;
    border-image: none;
    box-shadow: 0 1px #fff inset, 0 2px 3px -3px rgba(0, 0, 0, 0.15), 0 -4px 0 rgba(0, 0, 0, 0.05) inset, 0 0 3px rgba(0, 0, 0, 0.04);
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset > .joomla-tabs .nav-item > .nav-link {
    color: var(--text-color);
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset > .joomla-tabs .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.03);
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05) 100%);
    border-right: 0 none;
    border-left: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 2px 0 1px -1px rgba(0, 0, 0, 0.08) inset, -2px 0 1px -1px rgba(0, 0, 0, 0.08) inset, 0 1px 0 rgba(0, 0, 0, 0.02) inset;
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset > .tab-content {
    padding: 15px;
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #editor label#jform_title-lbl {
    margin-bottom: 15px;
    font-weight: 700;
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #editor .js-editor-tinymce {
    display: flex;
    flex-direction: column;
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #publishing > .control-group,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #metadata > .control-group,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #attrib-helix_ultimate_blog_options > .control-group {
    display: flex;
    flex-direction: column;
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #publishing > .control-group > label,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #metadata > .control-group > label,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #attrib-helix_ultimate_blog_options > .control-group > label {
    margin-bottom: 5px;
    font-weight: 700;
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #publishing > .control-group textarea,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #metadata > .control-group textarea,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #attrib-helix_ultimate_blog_options > .control-group textarea {
    width: 100%;
}
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #publishing > .control-group .calendar-container .time td select,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #metadata > .control-group .calendar-container .time td select,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page > #adminForm > fieldset #attrib-helix_ultimate_blog_options > .control-group .calendar-container .time td select {
    padding: 4px;
    font-size: 13px;
}
body.contentpane.com-media.view-images .container-popup #imageForm > #messages + .well .row-fluid {
    display: flex;
    max-width: 100%;
}
body.contentpane.com-media.view-images .container-popup #imageForm > #messages + .well .row-fluid .span8 {
    flex: auto;
}
body.contentpane.com-media.view-images .container-popup #imageForm > #messages + .well .row-fluid .span8 > .controls {
    margin-left: 10px;
    display: flex;
    max-width: 500px;
}
body.contentpane.com-media.view-images .container-popup #imageForm > #messages + .well .row-fluid .span8 > .controls #folderlist_chzn,
body.contentpane.com-media.view-images .container-popup #imageForm > #messages + .well .row-fluid .span8 > .controls #folderlist {
    flex: auto;
}
body.contentpane.com-media.view-images .container-popup #imageForm > #messages + .well .row-fluid .span8 #upbutton {
    background: var(--bs-primary);
    color: #fff;
    margin: 0 5px;
}
body.contentpane.com-media.view-images .container-popup #imageForm .well > .row-fluid:not(:last-child) {
    margin-bottom: 5px;
}
body.contentpane.com-media.view-images .container-popup #imageForm .well > .row-fluid:not(:last-child) > .control-group:not(:last-child) {
    margin-bottom: 5px;
}
body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel {
    background: var(--bs-danger);
    color: #fff;
}
body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:hover,
body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:focus {
    border-color: var(--bs-danger);
}
body.contentpane.com-menus.view-items.layout-modal #adminForm .js-stools-container-bar {
    display: flex;
}
body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > label {
    margin-right: 10px;
}
body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper.input-append {
    display: flex;
}
body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper.input-append > button[type="submit"] {
    background: var(--bs-primary);
    color: #fff;
    margin-left: 5px;
}
body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper > button[type="button"] {
    background: var(--bs-primary);
    color: #fff;
}
body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm > .js-stools,
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm > .js-stools,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm > .js-stools {
    padding-top: 15px;
}
body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar,
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar {
    margin-bottom: 10px;
}
body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > label,
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > label,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > label {
    margin-right: 10px;
}
body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper.input-append,
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper.input-append,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper.input-append {
    display: flex;
}
body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper.input-append > button[type="submit"],
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper.input-append > button[type="submit"],
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper.input-append > button[type="submit"] {
    background: var(--bs-primary);
    color: #fff;
    margin-left: 5px;
}
body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper > button[type="button"],
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper > button[type="button"],
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm > .js-stools .js-stools-container-bar > .btn-wrapper > button[type="button"] {
    background: var(--bs-primary);
    color: #fff;
}
body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm .js-stools-container-bar,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm .js-stools-container-bar {
    display: flex;
    align-items: center;
}
.modal-dialog.jviewport-width80 {
    width: 80vw;
    max-width: none;
}
.btn:focus {
    box-shadow: none !important;
}
.hu-media-modal .modal-content {
    height: 65vh;
}
.input-group.hu-j4-media {
    max-width: 356px;
}
.hidden {
    display: none !important;
}
.field-calendar .input-group-text {
    padding: 0;
}
.field-calendar .input-group-text button#jform_mycalendar_btn {
    background: transparent;
    border: none;
    color: #212529;
}
.form-check-inline label.form-check-label.btn {
    padding: 0.375rem 3px;
}
.modal-body .iframe {
    min-height: 60vh !important;
}
#sbox-content iframe {
    width: 780px;
    height: 480px;
}
.carousel-item img {
    width: 100%;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.com-media.contentpane {
    padding: 10px !important;
}
.com-media .well {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.com-media .well .row {
    margin: 0;
    padding: 0;
}
.com-media .well .row > div:first-child {
    width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
    width: 200px;
    float: right;
    text-align: right;
    padding-top: 30px;
}
.com-media .well .row #folderlist {
    display: inline-block;
}
.com-media .well .row #upbutton {
    display: none;
}
.com-media.view-imagesList {
    padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
    content: " ";
    display: table;
}
.com-media.view-imagesList:after {
    display: block;
    clear: both;
    content: "";
}
.com-media.view-imagesList ul.manager {
    list-style: none;
    padding: 0;
    margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
    width: 110px;
    float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a {
}
.com-media.view-imagesList ul.manager > li.thumbnail > a.selected {
    border: 2px solid green;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
    display: inline-block;
    width: 60px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    background-color: #92ceff;
    border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
    content: "";
    width: 50%;
    height: 12px;
    border-radius: 0 20px 0 0;
    background-color: #92ceff;
    position: absolute;
    top: -12px;
    left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
    display: inline-block;
}




/*** SP MAIN MENU ***/

.sp-megamenu-parent {list-style:none;padding:0;margin:0 -15px;z-index:99;display:block;float:right;position:relative}
.sp-megamenu-parent > li {display:inline-block;position:relative;padding:0}
.sp-megamenu-parent > li > a{display:inline-block;padding:0 15px;line-height:90px;font-size:15px;margin:0;font-weight:600;color:#fff}
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a {color:#fbdd34}
.sp-megamenu-parent .sp-dropdown {margin:-10px 0px 0px;position:absolute;z-index:10;display:none}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {box-shadow:0 0 50px 0 rgba(0, 0, 0, 0.1);background:#fff;padding:25px 35px;border:1px solid #ddd;border-radius:10px}
.sp-megamenu-parent .sp-mega-group,
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child{list-style:none;padding:0;margin:0}
.sp-megamenu-parent .sp-mega-group h3{font-size:14px}
.sp-megamenu-parent .sp-mega-group > li{border-bottom: 1px solid #e4e4e4}
.sp-megamenu-parent .sp-mega-group > li:last-child{border-bottom:none}
.sp-megamenu-parent .sp-mega-group > li > a {display:block;font-size:13px;font-weight:600;padding:8px 0px;transition:all 500ms ease-in-out;color:#000}
.sp-megamenu-parent .sp-mega-group > li > a:hover {background:#fafafa;color:#ebb203 !important}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {display:block}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {animation:spFadeInUp 600ms ease-in}
.sp-megamenu-parent > li.sp-has-child > a:before {font-family:"Font Awesome 5 Free";content:"";float:left;margin-right:7px}

.menu-city{display:block;padding:0px 0px 15px;margin-bottom:15px;border-bottom:1px solid #e4e4e4}
.menu-city a, 
.menu-type a{display:inline-block;padding:2px 10px;margin:5px;font-size:13px;border-radius:5px}
.menu-city a {background:#f5f5f5}
.menu-type a {color:#fff}
.menu-type .sale{background:#ebb203 !important}
.menu-type .rent{background:#dd5d30 !important}
.menu-type .want{background:#333 !important}
.menu-type .sale:hover,
.menu-type .rent:hover,
.menu-type .want:hover{background:#fcdd34 !important}



@media (min-width: 576px) {.sp-menu-full.container {width:540px}}
@media (min-width: 768px) {.sp-menu-full.container {width:720px}}
@media (min-width: 992px) {.sp-menu-full.container {width:960px}}
@media (min-width: 1200px) {.sp-menu-full.container {width:1140px}}
@media (min-width: 1400px) {.sp-menu-full.container {width:1320px}}

.offcanvas-menu .hide-on-offcanvas {display:none !important}

.offcanvas-menu .fa,
.offcanvas-menu .fab,
.offcanvas-menu .far,
.offcanvas-menu .fas {color:#000}


.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #f68e13 !important;
}


#offcanvas-toggler > .fa {
    color: #252525;
}
#offcanvas-toggler > .fa:hover,
#offcanvas-toggler > .fa:focus,
#offcanvas-toggler > .fa:active {
    color: #f68e13;
}
#offcanvas-toggler > .fas {
    color: #252525;
}
#offcanvas-toggler > .fas:hover,
#offcanvas-toggler > .fas:focus,
#offcanvas-toggler > .fas:active {
    color: #f68e13;
}
#offcanvas-toggler > .far {
    color: #252525;
}
#offcanvas-toggler > .far:hover,
#offcanvas-toggler > .far:focus,
#offcanvas-toggler > .far:active {
    color: #f68e13;
}
.offcanvas-menu {
    background-color: #ffffff;
    color: #252525;
}
.offcanvas-menu .offcanvas-inner a {
    color: #252525;
}
.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu .offcanvas-inner a:focus,
.offcanvas-menu .offcanvas-inner a:active {
    color: #f68e13;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a,
.offcanvas-menu .offcanvas-inner ul.menu > li span {
    color: #252525;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
    color: #f68e13;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
    color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
    color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
    color: rgba(37, 37, 37, 0.8);
}



#offcanvas-toggler {
    display: inline-flex;
    align-items: center;
    height: 90px;
    line-height: 90px;
    font-size: 20px;
}
#offcanvas-toggler > span:hover {
    color: #fff;
}
.offcanvas-init {
    overflow-x: hidden;
    position: relative;
}
.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
}
.offcanvas-overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.body-wrapper {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    backface-visibility: hidden;
}
.close-offcanvas {
    position: absolute;
    top: 25px;
    z-index: 1;
}
.offcanvas-menu {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 60px;
    overflow: inherit;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10000;
}
.offcanvas-menu #offcanvas-toggler {
    display: none !important;
}
.offcanvas-menu .offcanvas-inner {
    padding: 25px;
}
.offcanvas-menu .offcanvas-inner .header-modules {
    margin-left: 0px;
}
.offcanvas-menu .offcanvas-inner .finder {
    margin-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-sign-in {
    position: relative;
    top: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
    display: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .user-text {
    display: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info,
.offcanvas-menu .offcanvas-inner .social-icons {
    font-size: 14px;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a,
.offcanvas-menu .offcanvas-inner .social-icons > li > a {
    opacity: 0.7;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a:focus,
.offcanvas-menu .offcanvas-inner .social-icons > li > a:hover,
.offcanvas-menu .offcanvas-inner .social-icons > li > a:focus {
    opacity: 1;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info {
    margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info > li:not(:last-child) {
    margin-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    padding: 0;
    margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-right: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 1rem;
    font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .awesomplete {
    width: 210px;
}
.offcanvas-menu .offcanvas-inner ul.menu,
.offcanvas-menu .offcanvas-inner ul.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin: 0 0 15px 0;
    list-style: none;
}
.offcanvas-menu .offcanvas-inner ul.menu > li {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 600;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
    display: block;
    font-size: 18px;
    padding: 10px 0px;
    position: relative;
    line-height: 18px;
    opacity: 0.7;
    transition: 0.3s;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li > span:hover {
    opacity: 1;
}
.offcanvas-menu .offcanvas-inner ul.menu > li ul.menu-child {
    display: none;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 10px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent > a {
    position: relative;
    display: block;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
    right: -10px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 2px 10px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent.menu-parent-open .menu-toggler:after {
    content: "";
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > a > .menu-toggler:after,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul {
    display: none;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
    font-size: 15px;
    padding: 4px 0px;
    line-height: 18px;
    font-weight: 400;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li {
    border-bottom: 1px solid rgba(32, 31, 31, 0.1);
    margin-bottom: 0;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li > a {
    padding: 15px 30px 15px 10px;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu ul {
    padding-bottom: 15px;
}
.offcanvas-menu.center-alignment .offcanvas-inner {
    padding: 0px 15px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
    float: left;
    margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
    left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
    left: -300px;
    top: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
    left: 0;
    top: 0;
}
body.ltr.offcanvs-position-right .body-wrapper {
    right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -300px;
    top: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0;
    top: 0;
}
body.ltr .close-offcanvas {
    right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
    right: -10px;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {
    right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
    margin-left: 10px;
}
@keyframes spFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes spFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes spFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes spZoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 1;
    }
}
@keyframes spRotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
@keyframes spPulse {
    from {
        opacity: 0;
        transform: scale3d(1, 1, 1);
    }
    50% {
        opacity: 0.5;
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
@keyframes spSpin {
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader1 {
    0% {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)}
}
@keyframes loader1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader6 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}
@keyframes loader6 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
@keyframes rotate-360 {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes audioWave {
    25% {
        background: linear-gradient(#f68e13, #f68e13) 0 50%, linear-gradient(#f68e13, #f68e13) 0.625em 50%, linear-gradient(#f68e13, #f68e13) 1.25em 50%, linear-gradient(#f68e13, #f68e13) 1.875em 50%,
            linear-gradient(#f68e13, #f68e13) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    37.5% {
        background: linear-gradient(#f68e13, #f68e13) 0 50%, linear-gradient(#f68e13, #f68e13) 0.625em 50%, linear-gradient(#f68e13, #f68e13) 1.25em 50%, linear-gradient(#f68e13, #f68e13) 1.875em 50%,
            linear-gradient(#f68e13, #f68e13) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    }
    50% {
        background: linear-gradient(#f68e13, #f68e13) 0 50%, linear-gradient(#f68e13, #f68e13) 0.625em 50%, linear-gradient(#f68e13, #f68e13) 1.25em 50%, linear-gradient(#f68e13, #f68e13) 1.875em 50%,
            linear-gradient(#f68e13, #f68e13) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
    }
    62.5% {
        background: linear-gradient(#f68e13, #f68e13) 0 50%, linear-gradient(#f68e13, #f68e13) 0.625em 50%, linear-gradient(#f68e13, #f68e13) 1.25em 50%, linear-gradient(#f68e13, #f68e13) 1.875em 50%,
            linear-gradient(#f68e13, #f68e13) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
    }
    75% {
        background: linear-gradient(#f68e13, #f68e13) 0 50%, linear-gradient(#f68e13, #f68e13) 0.625em 50%, linear-gradient(#f68e13, #f68e13) 1.25em 50%, linear-gradient(#f68e13, #f68e13) 1.875em 50%,
            linear-gradient(#f68e13, #f68e13) 2.5em 50%;
        background-repeat: no-repeat;
        background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
    }
}
@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes effect-2 {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes sequence1 {
    0% {
        height: 10px;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 10px;
    }
}
@keyframes sequence2 {
    0% {
        height: 20px;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 20px;
    }
}
@keyframes rot1 {
    100% {
        transform: skew(-10deg) translateX(50px) rotate(405deg);
    }
}
@-webkit-keyframes rot1 {
    100% {
        -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
    }
}
@keyframes rot2 {
    100% {
        transform: skew(-10deg) rotate(525deg);
    }
}
@-webkit-keyframes rot2 {
    100% {
        -webkit-transform: skew(-10deg) rotate(525deg);
    }
}
@keyframes rot3 {
    100% {
        transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
    }
}
@-webkit-keyframes rot3 {
    100% {
        -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
    }
}
@keyframes width {
    10% {
        width: 10%;
    }
    20% {
        width: 20%;
    }
    30% {
        width: 30%;
    }
    40% {
        width: 40%;
    }
    50% {
        width: 50%;
    }
    60% {
        width: 60%;
    }
    70% {
        width: 70%;
    }
    80% {
        width: 80%;
    }
    90% {
        width: 90%;
    }
    100% {
        width: 100%;
    }
}
.sp-pre-loader {
    background: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
    border: 3px solid #f68e13;
    border-radius: 60px;
    bottom: 0;
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
    content: "";
    position: absolute;
    background-color: #f68e13;
    top: 2px;
    left: 48%;
    height: 38px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 2s linear infinite;
    animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
    content: "";
    position: absolute;
    background-color: #f68e13;
    top: 6px;
    left: 48%;
    height: 35px;
    width: 4px;
    border-radius: 5px;
    -webkit-transform-origin: 50% 94%;
    transform-origin: 50% 94%;
    -webkit-animation: ptAiguille 12s linear infinite;
    animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    border: 3px solid fade(#f68e13, 70%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 20px;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background-color: #f68e13;
}
.sp-pre-loader .sp-loader-bubble-loop {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 12px;
    background-color: #f68e13;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader6 1s ease-in-out infinite;
    animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
    content: "";
    position: absolute;
    background-color: rgba(246, 142, 19, 0.5);
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
    content: "";
    position: absolute;
    background-color: rgba(246, 142, 19, 0.5);
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
}
.sp-pre-loader .circle-two {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #f68e13;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sp-pre-loader .circle-two > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 90px;
}
.sp-pre-loader .wave-two {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px;
}
.sp-pre-loader .wave-two li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #f68e13;
    bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
    left: 0;
    -webkit-animation: sequence1 1s ease infinite 0;
    animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
    left: 15px;
    -webkit-animation: sequence2 1s ease infinite 0.1s;
    animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
    left: 30px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
    animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
    left: 45px;
    -webkit-animation: sequence2 1s ease-in infinite 0.3s;
    animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
    left: 60px;
    -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
    animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
    left: 75px;
    -webkit-animation: sequence2 1s ease infinite 0.5s;
    animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
    width: 3em;
    height: 2em;
    background: linear-gradient(#f68e13, #f68e13) 0 50%, linear-gradient(#f68e13, #f68e13) 0.625em 50%, linear-gradient(#f68e13, #f68e13) 1.25em 50%, linear-gradient(#f68e13, #f68e13) 1.875em 50%, linear-gradient(#f68e13, #f68e13) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
    animation: audioWave 1.5s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-pre-loader .sp-loader-with-logo .logo {
    display: inline-block;
    width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
    background: #f68e13;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
}





.sp-reading-progress-bar {background-color:#ebb204}
.sp-comingsoon body {background-color:#f68e13}
.error-code, .coming-soon-number {color:#f68e13}










@media (max-width: 1199px) {
    #sp-header.full-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sp-header.header-with-social #sp-menu .social-wrap {
        padding-left: 0px;
    }
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li span {
        padding: 0 10px;
    }
}

@media (min-width: 992px) {#sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas {display: none !important}}


@media (max-width: 991px) {
    
    .mod_djclassifieds_cattree ul{width:30%;display:inline-block}
    
    
    
    .dj-additem .djform_row .label,
    .price .label,
    .description .label,
    .dj-additem .region .label{margin:0px 0px 0px 0px !important}
    
    .dj-additem .region select#reg_0,div#after_reg_0{float:none;width:100%;margin-left:15px}
    
    .dj-additem .region .clear_both {clear:both !important}
    
    #dj-classifieds .checkbox_v {width:50%}
    
    .item_info {width:100%;flex-direction:column;align-items:flex-start}
    .item_info a{padding:5px 0px;}
    
    #dj-classifieds .profile-edit .bio .djform_field{width:100%}
    
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        line-height: 60px;
    }
    #sp-header {height:60px}
    #sp-header .logo {height:60px}
    #offcanvas-toggler {height:60px;line-height:60px}
    
    #sp-header.header-with-modal-menu #offcanvas-toggler {
        display: flex !important;
    }
    #sp-header.header-with-modal-menu #modal-menu-toggler {
        display: none;
    }
    #sp-header.full-header-center #offcanvas-toggler.mega,
    #sp-header.header-with-modal-menu #offcanvas-toggler.mega,
    #sp-header.full-header-left #offcanvas-toggler.mega,
    #sp-header.lg-header #offcanvas-toggler.mega,
    #sp-header.header-with-social #offcanvas-toggler.mega {
        display: flex !important;
    }
    #sp-header.lg-header #offcanvas-toggler.mega {
        display: none !important;
    }
    #sp-header.lg-header .offcanvas-toggler-left.offcanvas {
        display: flex !important;
    }
    #sp-header-topbar .container-inner > .row {
        min-height: 60px;
    }
    #modal-menu {
        top:90px;
    }
    
    #sp-logo.has-border > .sp-column {
        border-right: none;
        padding-right: 0px;
    }
    #sp-menu .social-wrap:after,
    #sp-logo.has-border:after {
        display: none;
    }
    #sp-logo.has-border {
        padding-right: 15px;
    }
    #sp-menu .social-wrap {
        padding-left: 15px;
    }
    #sp-header.header-with-modal-menu.center-layout .sp-contact-info,
    #sp-header.header-with-modal-menu.classic-layout .sp-contact-info {
        display: none;
    }
    #sp-header-topbar {
        margin: 10px 0px;
    }
    #sp-header-topbar .container-inner {
        padding-bottom: 10px;
    }
    .hu-media-modal .modal-content {
        height: 80vh;
    }
}




@media (max-width: 767px) {
    
    #top-bar {padding:10px 20px;display:block}
    #top-bar .text,
    #top-bar .menu{text-align:center;width:100% !important}
    #top-bar .text{margin-bottom:10px;}
    
    .mod_djclassifieds_cattree ul{width:50%}
    #how-to-join {background:none !important}
    
    .mod_djclassifieds_cattree .dj-cattree-box.cols3 .dj-cattree {width:50% !important}
    
    .dj-additem{width:90%;margin:0px auto}
    .registration .dj-additem{width:90%;margin:0px auto}
    
    #dj-classifieds .checkbox_v {width: 100%}
    
    .dj-additem .region .djform_field{width:100%}
    
    .dj-additem .region{display:block}
     
     .price .djform_field .inputbox{width:60%;}
     
     
    select#reg_0,div#after_reg_0    {float:none;width:100%;margin-left:0px;margin-top:10px;}


    .ag_search{max-width:80%}
    .ag_search .search_word .btn{width:75px;padding:1rem 1rem;}
    
    #sp-menu .social-wrap {
        padding-left: 10px;
    }
    #sp-menu .social-wrap:after {
        display: none;
    }
    #sp-header .menu-wrap {
        display: none;
    }
    .hu-media-modal .modal-content {
        height: 85vh;
    }
    .modal-dialog.jviewport-width80 {
        width: auto;
    }
    .article.related-article-large.d-flex {
        display: block !important;
    }
    .related-article-large .article-image {
        width: auto;
        min-width: auto;
        margin-bottom: 15px;
    }
    .related-article-large .article-information {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    
    	.mod_djclassifieds_cattree .dj-cattree-box.cols3 .dj-cattree {width:100% !important}
    
    
    :root {
        --header_height: $header_height_xs;
    }
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        line-height: 50px;
    }
    #sp-header {
        height:60px;
    }
    #sp-header .logo {
        height: 60px;
    }
    #sp-header-topbar .container-inner > .row {
        min-height:60px;
    }
    #modal-menu {
        top: 50px;
    }
    #offcanvas-toggler {
        height: 60px;
        line-height: 60px;
    }
    #sp-header .sp-module {
        margin-left: 10px;
    }
    #sp-header .sp-module .sp-sign-in .text {
        display: none;
    }
    #sp-menu ul.social-icons > li:not(:last-child) {
        margin-right: 10px;
    }
    #sp-header.lg-header .top-part {
        border-bottom: none;
    }
    #sp-header.lg-header #sp-contact {
        order: 1;
    }
    #sp-header.lg-header #sp-logo {
        order: 3;
    }
    #sp-header.lg-header #sp-social {
        order: 2;
    }
    #sp-header.lg-header #sp-social .sp-column {
        justify-content: center !important;
    }
    #sp-header.lg-header #sp-social .social-icons {
        margin: 0;
    }
    #sp-header.lg-header #sp-social .social-icons > li:not(:last-child) {
        margin-right: 10px;
    }
    #sp-header.lg-header .sp-contact-info {
        text-align: center;
        margin: 5px 0;
    }
    .header-has-modules .container-inner > .row {
        flex-wrap: wrap !important;
    }
    .header-has-modules #offcanvas-toggler {
        height: auto;
        line-height: 1.2;
    }
    html.coming-soon #coming-soon-countdown .coming-soon-days,
    html.coming-soon #coming-soon-countdown .coming-soon-hours,
    html.coming-soon #coming-soon-countdown .coming-soon-minutes,
    html.coming-soon #coming-soon-countdown .coming-soon-seconds {
        width: 50%;
        margin-bottom: 15px;
    }
    html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
    html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
    html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
    html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
        font-size: 2.5rem;
    }
    html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
    html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
    html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
    html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
        font-size: 14px;
    }
    .view-search #search-form .btn-group {
        flex-wrap: wrap;
    }
    .view-search #search-form button,
    .view-search #search-form .btn {
        border-radius: 3px;
    }
}




/*** SPPB ***/

#sp-page-builder .sppb-section-title {margin-bottom:30px;position:relative;z-index:1}
#sp-page-builder .sppb-section-title .sppb-title-heading {margin-top:0;margin-bottom:15px;border:0}
#sp-page-builder .sppb-section-title .sppb-title-subheading {font-size:16px;margin-top:0;margin-bottom:0}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {display:inline-block;max-width:80%}
#sp-page-builder .sppb-row-fluid-padding-horizontal {padding-left:20px;padding-right:20px}




