@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,600,600i&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Colors
2.0 Typography
3.0 Header Navbar
4.0 Sidebar
5.0 Footer
6.0 Public Pages
	6.1 Homepage
	6.2 Listings
	6.3 Single Listing
	6.4 Search
	6.5 Posts
	6.6 Single Post
	6.7 Profile
	6.8 About Us
	6.9 404 Error Page

7.0 User Area
	7.1 Create Listing
	7.2 Edit Password
	7.3 Forgot Password
	7.4 My Listings
	7.5 My Profile
	7.6 My Reviews
	7.7 Register
	7.8 Sign In

8.0 Admin Area
	8.1 Dashboard

9.0 Carousel
10.0 Pagination
11.0 Forms
12.0 Buttons, Tabs and Badges
13.0 Breadcrumbs
14.0 Modals
15.0 Cards
16.0 List groups
17.0 Dropdowns
18.0 Icons
19.0 Spacing
20.0 Animation
21.0 Global Classes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Colors
--------------------------------------------------------------*/
/* original bootstrap bg-light */
.bg-light {
	background-color: #f6f6f8 !important;
}

.bg-primary {
	background-color: #448ef6 !important;
}

.text-primary {
	color: #448ef6 !important;
}

.bg-dark {
	background-color: #323537;
}

.text-dark {
	color: #323537!important;
}

.bg-light-blue {
	background: rgba(166,203,255,.1);
}

.text-green {
	color: #8bc53e;
}
.bg-light-red {
	background-color: #fef1f3 !important;
}
.bg-theme {
	background-color: #800716 !important;color:#fff !important;
}
.theme-text {color: #800716 !important;}
.mcatz {margin-top:.5rem;padding-top:.5rem;border:0;border-top:1px solid #dee3e5;}
.mcatz strong a{color: #800716 !important;border-bottom:1px dotted #800716}

.btn-theme {
	background-color: #800716;color:#fff !important;border-color:#800716
}
.btn-theme:hover{color:#fff;background-color:#a9182a;border-color:#a9182a}
.btn-theme.focus,.btn-theme:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-theme.disabled,.btn-theme:disabled{color:#fff;background-color:#800716;border-color:#800716}

.btn-outline-theme{color:#800716;border-color:#800716}
.btn-outline-theme:hover{color:#fff;background-color:#800716;border-color:#800716}
.btn-outline-theme.focus,.btn-outline-theme:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #323537;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #323537;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

h1.listing-title {
	font-size: 1.5rem;
	font-weight: 600;
}

h5 {
	font-size: 1.125rem;
}

a, a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
	color: #323537;
	text-decoration: none;
}

a:hover, a:focus {
	color: #323537;
	text-decoration: none;
}

.strikethrough-header {
	height: .82rem;
	border-bottom: 1px solid #dee3e5;
}

.strikethrough-header p {
	background: white;
	display: inline;
	padding-right: 1rem;
	font-weight: 600;
}

b, strong {
	font-weight: 600;
}

small {
	font-size: .75rem;
}
.clear{clear:both;width:100%;padding:0px;margin:0px;}
.notbpd {padding-top:2px;padding-bottom:3px;font-size:13px;}
/*--------------------------------------------------------------
3.0 Header Navbar
--------------------------------------------------------------*/
.ltside, .rtside{position:relative;width:100%;padding:0px;}
#header-nav{display:block;padding:0px !important;}
#header-nav .container-fluid{padding:.3rem 1rem .3rem 1.3rem;}
#header-nav .row{width:100% !important;}
#header-nav.fixed-top{z-index:2000;}
.navbar-brand{display:inline-block;padding-top:.125rem;padding-bottom:.125rem;}
.navbar-brand .logo{height:50px;width:auto;}
.catnavbar{
height:32px;width:100%;background-color: #800716;color:#fff;text-align:center;
padding-top:.125rem;padding-bottom:.125rem;display:block;
}
h2.ptitle{padding-top:20px;padding-left:0px;}
.catnavbar .cats{width:70%;text-align:center;margin-left: 33%;}
.cats .navbar-nav{margin-top:-5px;margin-bottom:5px}
.dumbpad{margin-top:110px;width:100%;}
#header-nav .form-row{width:100%;}
.post-ad{display:none;}
.ltside{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.rtside{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
@media (max-width: 767px){
	nav.navbar {
		max-height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
#header-nav .container-fluid{padding:.3rem .5rem .3rem .5rem;}
#main-navbar{width:100% !important;padding:0 0 0 1rem;}
.rtside .col-sm-7,.rtside .col-sm-5{width:100% !important;padding:0px;}
.rtside .input-group-prepend{display:none;}
#main-navbar .navbar-nav{display:block !important;
-ms-flex-direction:row;flex-direction:row;
width:100% !important;}
.navbar-brand .logo{height:32px;}
.dumbpad{margin-top:90px;}
.navbar-toggler{position:absolute;right:-10px;top:5px;}
.post-ad{position:absolute;right:30px;top:5px;display:block;outline:none;}
.col-md-8.col-lg-9 .mb-5,.col-md-4.col-lg-3 .mb-5{margin-bottom:1rem!important}
.mcatz {height: 200px; overflow-y: scroll;padding:.5rem;border:1px solid #dee3e5;border-radius:5px;}
}
body:not(.home-jumbotron) #header-nav {
	background-color: #fff;
	border-bottom: 1px solid #800716;
	z-index: 2000;
}

.mopost_btn{
        z-index:100;
	color: #fff !important;
	border-radius: 50%;
	background-color:#800716 !important;
        border-color:#800716;
        font-size:12px;font-weight:bold;
	height: 50px;
	width: 50px;
        padding:5px;
	vertical-align: middle;
	text-align: center;
  }
.mopost_btn i{display:block;font-size:11px;}
.mopost_btn.focus,..mopost_btn:focus{color:#fff !important;background-color:#a72333 !important;border-color:#a72333}
.mopost_btn:hover{color:#fff !important;background-color:#a72333 !important;border-color:#a72333}

@media screen and (min-width: 768px) {
.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:100%;flex-basis:100%;}
.no-rpad{padding-right:0px !important;}
.no-lpad{padding-left:0px !important;}
.catnavbar{margin-top:-5px;}
}

@media screen and (max-width: 768px) {
	#header-nav, #header-nav.transparent {
		background-color: white;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
	}

	#header-nav .nav-item .btn {
		display: block;
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
.catnavbar .cats{width:70%;text-align:center;margin-left: 20%;}
.ltside{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.rtside{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
}
#header-nav.transparent {
	transition: 700ms;
	background-color: transparent;
}

#header-nav.solid {
	transition: 700ms;
	background-color: white;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#explore-dropdown, #explore-dropdown2 {
	width: 600px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#explore-dropdown .dropdown-header, #explore-dropdown2 .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#explore-dropdown .dropdown-menu, #explore-dropdown2 .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

@media screen and (max-width: 768px) {
	#explore-dropdown .dropdown-menu, #explore-dropdown2 .dropdown-menu {
		height: 240px;
	}

	#explore-dropdown, #explore-dropdown2 {
		width: 100%;
	}
}

/*--------------------------------------------------------------
4.0 Sidebar
--------------------------------------------------------------*/

#select2-sidebar .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #323537;
	display: block;
	font-size: 1rem;
	height: calc(1.5em + .75rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

#select2-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 1.5;
}

#select2-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 4px;
}

#select2-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(1.5em + .75rem + 2px);
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

@media screen and (min-width: 992px) {
#page-container {
  position: relative;
  min-height: calc(100vh - 110px);
}

#content-wrap {
  padding-bottom: 150px; /* Footer height */
}
footer{
position: absolute;
left:0;right:0;
bottom: -50px;
}

}

footer{
margin:0px;
width:100%;
color:#fff;
min-height: 150px;
background-color: #800716;
}
footer h5{color: #fff;}
footer a{
	color: #ccc;
	text-decoration: none;
}

footer a:hover, footer a:focus {
	color: #ccc;
	text-decoration: none;
}

/*--------------------------------------------------------------
6.0 Contents
--------------------------------------------------------------*/

@media (min-width: 1200px) {
	.container {
			max-width: 1170px;
	}
}

.featured {
	background: rgba(166,203,255,.1)!important;
}

.featured .card-body {
	padding: 0 6px 6px 6px!important;
}

.show-cats {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 20px;
	        column-gap: 20px;
}

.show-cats ul {
	list-style-type: none;
}

/*--------------------------------------------------------------
6.1 Homepage
--------------------------------------------------------------*/

/* Jumbotron */
.tpl-home .jumbotron {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 620px !important;
	background-color: #585a5d;
	border-radius: 0;
}

/* Home page slider */
.slide-btn {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 0;
	position: absolute;
	margin-top: -24px;
	text-align: center;
	top: 50%;
	z-index: 120;
	cursor: pointer;
	background-color: #fff;
	border-radius: 30px;
}

a.slide-btn:not([href]):not([tabindex]) {
	color: #fff;
	cursor: pointer;
}

.slideNext {
	right: -9px;
	position: absolute;
}

.slidePrev {
	left: -9px;
	position: absolute;
}

/* Cards */
.tpl-home .card {
	overflow: hidden;
}

.tpl-home .card-title {
	text-shadow: -1px 1px 3px rgba(0,0,0,0.4), -2px 2px 6px rgba(0,0,0,0.3);
}

.tpl-home .featured-listings {
	background: #f1eff3;
}

/* Featured cities */
.tpl-home .featured-city {
	height: 192px;
}

.tpl-home .city-img {
	width: 100%;
	height: 162px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: calc(.25rem - 1px);
}

.tpl-home .city-name {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	text-shadow: -1px 1px 3px rgba(0,0,0,0.2), -2px 2px 6px rgba(0,0,0,0.3);
}

/* Make select2 styles look like Bootstrap */
#main-navbar .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #800716;
	color: #495057;
	display: block;
	font-size: 1.25rem;
	height: calc(2.875rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	padding: .5rem 1rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
}

#main-navbar .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.875rem + 2px);
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

#main-navbar .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #585a5d;
	line-height: 28px;
}

#main-navbar .city-name {
	z-index: 10;
}
#main-navbar .input-group-prepend .input-group-text{
border: 1px solid #800716;
}
#main-navbar .input-group-prepend .input-group-text i{color:#800716;}
.mosrch{display:none;}

.megamenu-li {
	position: static;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 5px;
        border:none;
}
.rtside .col-sm-5 .dropdown-menux{margin:.125rem 0 0;}
.rtside .col-sm-5 .dropdown-divider{margin:0 0;}

.mnavbar-nav{display:none;}
.mdropdown-menu{
position:absolute;top:-10px;left:0;right:0; 
display:none;padding:10px;
width:94%;margin:0 auto;
min-height:50px;height:auto;
background:#fff;border:1px solid #ddd;
border-radius: 0 0 5px 5px;z-index:2000;
}
.mdropdown-menu .dropdown-item{padding:.015rem 0.5rem;}
.cats .navbar-nav .nav-link{color:#fff;}
.megamenu .container{border:1px solid #ddd;margin-top:-6px;border-radius:0 0 5px 5px;}

.mfilter{display:none;}
.cttz span{font-size:36px;vertical-align:middle;}
.cttz .subcatz{padding:3px 5px;font-size:12px;font-weight:normal}
.cttz .card-body{min-height:85px;position:relative;}
.cttz .clink{position:absolute;right:10px;bottom:5px;}
.cttz .clink a{color:#0d3354;font-size:12px}

@media (max-width: 767px){
.mdropdown-menu{top:80px;}
.ltside{padding-left:15px;}.rtside{padding-right:15px;}
.rtside,.ltside{width:100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:block !important}
.desrch{display:none;}
.mosrch{display:block;}
.catnavbar .cats{width:100%;margin:0px;padding:0px;}
.navbar-nav.mx-auto{display:none !important;}
.mnavbar-nav{width:100%;display:block;padding-left:0;padding-top:2px;margin-bottom:0;list-style:none}
.mnavbar-nav a.mlink{color:#fff !important;padding:0 5px;}
h1, h2{font-size:18px;}
#sidebar-filter{display:none;}
.mfilter{display:block;text-align:right;}
.mohide{display:none;}
.cttz .card-body{display:none;}
.cttz .bg-light{background-color: #fff !important;}
.cttz span{font-size:30px;display:block;}
.cttz h5.card-header{font-size:12px;text-align:center;min-height:60px !important;}
.cttz.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
}
.rtside .navbar-nav .nav-item .theme-text{color:#800716 !important;}
/*--------------------------------------------------------------
6.2 Listings
--------------------------------------------------------------*/
.tpl-listings #listings-map-wrapper {
	with: 100%;
	height: 400px;
}

/* Cards */
.tpl-listings .card {
	border: 1px solid #dee3e5;
	overflow: hidden;
}

.list-item {
	background: #fff;
	border-radius: .25rem;
}

.list-item .badge {
	font-size: 50%;
	vertical-align: middle;
}

.list-item .thumb {
	background-position: center center;
	background-size: cover;
	height: 100%;
	min-height: 198px;
	min-width: 228px;
	position: relative;
}

.tpl-listings .map-wrapper {
	z-index: 998;
	width: 100%;
	height: 100%
}

.list-item .address, .list-item .tel {
	font-size: 0.8125rem
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #448ef6;
	background-color: #448ef6;
}

/*--------------------------------------------------------------
6.3 Single Listing
--------------------------------------------------------------*/
.tpl-listing .listing-phone {
	font-size: 2rem;
}

.tpl-listing .listing-thumb {
	width: 120px;
}

#share-dropdown {
	width: 240px;
}

#share-dropdown .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#share-dropdown .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

@media screen and (max-width: 768px) {
	#share-dropdown .dropdown-menu {
		height: 240px;
	}

	#share-dropdown {
		width: 100%;
	}
}

#listing-map-wrapper {
	width: 100%;
	height: 422px;
	border: 1px solid #dee3e5;
}

.tpl-listing #listing-map-canvas {
	width: 100%;
	height: 100%;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
	font-size: 1rem!important;
	color: #8bc53e;
}

.tpl-listing .listing-manager {
	width: 64px;
	height: 64px;
	min-width: 64px;
	min-width: 64px;
}

.tpl-listing img.listing-comments {
	width: 50px;
	height: 50px;
	max-width: 50px;
}

.tpl-listing img.listing-thumbs {
	width: 110px;
	height: 110px;
	max-width: 110px;
}

/*--------------------------------------------------------------
6.4 Search, Advanced Search
--------------------------------------------------------------*/
.tpl-search #map-col, .tpl-advanced-results #map-col {
	margin-left: 58.33%;
	padding:0;
}

@media (max-width: 768px) {
	.tpl-search #map-col, .tpl-advanced-results #map-col {
		margin-left: 0;
		padding:0;
		margin-top:0;
		height: 300px;
	}

	.tpl-search #sticker, .tpl-advanced-results #sticker {
		height: 300px;
	}

	.tpl-search #map-canvas, .tpl-advanced-results #map-canvas {
		height: 300px;
	}
}

.tpl-search .card {
	border: 1px solid #dee3e5;
}

/*--------------------------------------------------------------
6.5 Posts
--------------------------------------------------------------*/
.blog-search {
	position: relative;
}

.blog-search input[type=text] {
	width: 100%;
	padding-right: 123px;
}

.blog-search .iss {
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	z-index:9;
}

/*--------------------------------------------------------------
6.6 Single Post
--------------------------------------------------------------*/
.tpl-post .author-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.author-img img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
6.7 Profile
--------------------------------------------------------------*/
@media (max-width: 992px) {
	.tpl-profile .container {
		width: 100%;
		max-width: none;
	}
}

.main-profile-pic {
	width: 128px;
	height: 128px;
	min-width: 128px;
	max-width: 128px;
}

/*--------------------------------------------------------------
6.8 About Us
--------------------------------------------------------------*/
.tpl-about .team-pic {
	width: 100px;
	height: 100px;
	max-width: 100px;
}

/*--------------------------------------------------------------
6.9 404 Error Page
--------------------------------------------------------------*/
.not-found h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 230px;
	margin: 0px;
	font-weight: 900;
}
.hidethis{display:none;}
.relative{position:relative;}
.curlogo{position:absolute;top:0px;right:5px;}
.curlogo img{height:24px;width:auto;border:0px;}
/*--------------------------------------------------------------
7.0 User Dashboard
--------------------------------------------------------------*/

/* create listing map */
#map-wrapper {
	width: 100%;
	height: 360px;
	border: 1px solid #dee3e5;
}

.thumbs-preloader {
	width: 132px;
	padding-top: 32px;
	padding-left: 58px;
}

.tpl-user-create-listing label,
.tpl-user-edit-listing label {
	font-weight: 600;
	font-size: .9rem;
}

/*--------------------------------------------------------------
8.0 Admin Area
--------------------------------------------------------------*/
body[class^='tpl-admin-'] strong {
	font-size: 0.9rem;
}

/*--------------------------------------------------------------
8.1 Dashboard
--------------------------------------------------------------*/
.charts {
	width: 100%;
	height: 100%;
}

.triangle {
	display: inline-block;
	padding-top: 0.5rem;
	font-size: 12px;
	vertical-align: top;
}

.triangle:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
}

.triangle-up:after {
	border-bottom: 6px solid;
}

.triangle-down:after {
	border-top: 6px solid;
}
/*--------------------------------------------------------------
9.0 Carousel
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.0 Pagination
--------------------------------------------------------------*/
.page-item.active .page-link {
	color: #323537;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	font-weight: 600;
}

.page-link {
	color: #323537;
	border: 1px solid #dae0e5;
}

/*--------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/

/*
Add fontawesome font-family to input fields so that it can be used as placeholder
*/

input, select {
	font-family: 'FontAwesome', 'Lato', sans-serif;
}

/*
Placeholder color
*/

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.20; /* Firefox */
	font-family: "Lato", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.20;
}

::-ms-input-placeholder { /* Microsoft Edge */
	opacity: 0.20;
}

.form-control::-webkit-input-placeholder { opacity: 0.50; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { opacity: 0.50; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { opacity: 0.50; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { opacity: 0.50; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { opacity: 0.50; }  /* Microsoft Edge */

/*
Input group prepend/append overwrite Bootstrap styles
*/

.input-group-text {
	font-weight: 400;
	color: #323537;
	text-align: center;
	background-color: #fff;
}

.form-control {
	border: 1px solid #dee3e5;
}
#main-navbar .form-control {
	border: 1px solid #800716;
}
#main-navbar .select2-container--default .select2-selection--single {
	border-radius:0px !important;
}

.noradius{border-radius:0px !important;}
.nor-radius{border-top-right-radius:0px !important;border-bottom-right-radius:0px !important;}

/* general select2 */
.select2-container--default .select2-selection--single,
#edit-listing-form .select2-container--default .select2-selection--single,
#create-listing-form .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #323537;
	display: block;
	font-size: 1rem;
	height: calc(2.25rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.85rem + 2px);
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

/* Main search select2 styles */
#mainSearch {
	z-index: 1100;
}

#mainSearch .select2 {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

#mainSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
	color: #323537;
	line-height: 1.5;
}

#mainSearch .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #585a5d;
}

#mainSearch .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #323537;
	display: block;
	font-size: 1.25rem;
	height: calc(2.85rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

#mainSearch .select2-selection .select2-selection--single {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.select2-dropdown {
	z-index: 1101;
}

.select2-selection__clear {
	opacity: 0.50;
}

.select2-selection__arrow {
	display: none;
}

.select2-selection__placeholder {
	opacity: 0.50;
}

/*
Custom select dropdown
*/

.custom-select-wrapper {
	background-color: #e2e6ea;
	/* calc(1.5em + .5rem + 2px) is same height as Bootstrap .form-control-sm height */
	line-height: calc(1.5em + .5rem + 2px);
	overflow: hidden;
	padding-right: calc(12px + 15px + 12px); /* 12px padding each side + fontawesome icon width */
	position: relative;
	height: 30px;
	height: calc(1.5em + .5rem + 2px);
}
/*
.custom-select-wrapper#language-selector:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f57d";
	position: absolute;
	right: 12px;
	top: 0;
}
*/
.custom-select-wrapper select {
	background: transparent;
	width: 100%;color:#fff;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 1px;
	border: 0;
	height: calc(1.5em + .5rem + 2px);
	line-height: 1.5;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 0.875rem;
}
#language-selector select{display:none}
#as{
  padding-left: 0px;
}

#as img, .btn-select img{
  width: 16px;
  
}

#as li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

#as li:hover{
 background-color: #b10d26;
}

#as li img{
  margin: 5px;
}

#as li span, .btn-select li span{
  margin-left: 15px;
}

/* item list */
.sb{
  display: none;
  width: 100%;
  max-width: 180px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
}
#language-selector .open{
  display: show !important;
}
.btn-select{
  margin-top: 10px;
  width: 100%;
  max-width: 180px;
  height: 34px;color:#fff;
  border-radius: 5px;
  background-color: #9d0c22;
  border: 1px solid #9d0c22;
 
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.btn-select:hover li{
  margin-left: 0px;
}
.btn-select:hover{
  background-color: #b10d26;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.btn-select:focus{
   outline:none;
}

/*--------------------------------------------------------------
12.0 Buttons and Badges
--------------------------------------------------------------*/

.delete_pic, .delete_existing_pic {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #800716;
	border-color: #800716;
}

.btn-primary:hover {
	color: #fff;
	background-color: #91091a;
	border-color: #91091a;
}

.btn-outline-primary {
	color: #91091a;
	border-color: #91091a;
}

.btn-outline-primary:hover {
	background-color: #91091a;
	color: #fff;
	border-color: #91091a;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-outline-secondary {
	border-color: #dee3e5;
}

.btn-outline-secondary:hover {
	border-color: #dee3e5;
}

body[class^='tpl-admin'] table button {
	width: 32px;
}

body[class^='tpl-admin'] table .btn-light {
	color: #212529;
	background-color: #f1eff3;
	border-color: #dee3e5;
}

.featured-badge {
	font-size: 0.5em;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #28a745;
	color: #28a745;
	padding: 0.1em 0.2em;
	vertical-align: middle;
}

.social [class*="fab fa-"], .social [class*="far fa-"] {
    background-color: #343a40 !important;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}
.foot-social [class*="fab fa-"], .social [class*="far fa-"] {
    background-color: #9d0c22;
    border:1px solid #929292;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}
.nav-link {
	font-size: 0.9em;
}

.nav-link.active {
	font-weight: 600;
}

/*--------------------------------------------------------------
13.0 Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs a, .breadcrumbs {
	color: #6c757d;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 400;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
	color: #323537;
	font-weight: 400;
}

.breadcrumbs  {
	color: #323537;
	font-weight: 600;
}

.tpl-listing .breadcrumbs a:last-of-type {
	color: #323537;
	font-weight: 600;
}

/*--------------------------------------------------------------
14.0 Modals
--------------------------------------------------------------*/
.modal {
	z-index: 2000;
}

/*--------------------------------------------------------------
15.0 Cards
--------------------------------------------------------------*/

.card-img {
	width: 100%;
	height: 192px;
	height: 160px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.card {
	border: 1px solid #dee3e5 !important;
	border-radius: .25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #dee3e5;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #fff;
	border-top: 1px solid #dee3e5;
}

.card-img-container {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.card-img-container img {
	display: block;
	height: 168px;
	width: auto;
	width: 100%;
	margin: 0 auto;
	max-width: none;
	object-fit: cover;
	margin-left: 50%;
	transform: translateX(-50%);
}
.card-img-container img.rounded{
border-radius: 2px 2px 0 0 !important;
}
.card .card-body{
padding:0 10px 10px 10px !important;
}

@media (max-width: 576px) {
	.card-img-container img {
		height: auto;
	}
}

/*--------------------------------------------------------------
16.0 List groups
--------------------------------------------------------------*/

.list-group-item {
	border: 1px solid #dee3e5;
}

/*--------------------------------------------------------------
17.0 Dropdowns
--------------------------------------------------------------*/
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background-color: #0000;
	border: 0;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #585a5d;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #323537;
	text-decoration: none;
	background-color: #f1eff3;
}

/*--------------------------------------------------------------
18.0 Icons
--------------------------------------------------------------*/


/*--------------------------------------------------------------
19.0 Spacing
--------------------------------------------------------------*/

.mb-30px {
	margin-bottom: 30px;
}

.mb-6 {
	margin-bottom: 5rem !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

/*--------------------------------------------------------------
20.0 Animations
--------------------------------------------------------------*/

.animated {
	-webkit-animation-duration: 0.1s;
	        animation-duration: 0.1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	        animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

/*--------------------------------------------------------------
21.0 Global Classes
--------------------------------------------------------------*/

.rounded {
	border-radius: 2px;
}

hr {
	border-top: 1px solid #dee3e5;
}

img {
	max-width: 100%;
}

img.cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

/* Dim classes to create HDR effect */
.dimmer-dark {
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	opacity: .6!important;
	background: linear-gradient(to top, #000 0%, #0000 50%)!important;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 15px;
}

.dimmer-light {
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 2;
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 15px;
}

/* Scroll back to top button */
.back-to-top {
	display: none;
	width: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
	background: rgba(0, 0, 0, 0.8);
	border-radius: .25rem;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 44px;
}

a.back-to-top:hover, a.back-to-top:focus {
	color: #fff;
	text-decoration: none;
}

/* Shadows */
.shadow-1 {
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
}

#profile-pic-wrapper {
	width: 150px;
}

#twitter-widget-0 {
	display: inline-block;
	vertical-align: middle;
}

/* edit in place buttons */
.editable {
	display: inline;

}

.dummy {
	padding-top: 100%;
}

.container-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.date-sm {
	font-size: 75%;
}

svg.icon {
	width: 18px;
	height: 18px;
}

.page-item {
	margin-bottom: 5px;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.shadow-a {
	box-shadow: 3px 12px 24px 2px rgba(0, 0, 0, .02);
}

.cat-name-figure {
	background-color: #0003;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	position: absolute;
	right: 24px;
	text-transform: uppercase;
	top: 24px;
}

.pointer {
	cursor: pointer;
}
.xsmd{position:relative;}
.xsmd h5{position:absolute;left:10x;top:10px}
.modal-footer{position:relative;}
.modx{position:absolute;top:10px;left:15px;}
a#moremod{font-size:12px;display:none;}
a#moremod i{color:#00bb00;}
a#lessmod{font-size:12px;display:none;}
a#lessmod i{color:#f20000;}
#addtlcats, .note-icon-caret{display:none;}
.sorthold{width:auto;position:relative;margin-bottom:10px}
.sortbox{position:absolute;top:0;right:1px;}
.sortbox input{width:30px;height:20px;border:1px solid #ddd;padding:2px;background:#fff;}

.mobimenu,.mobi-select{
  display: none;
}
.mobi-select #ma{
  padding-left: 0px;
}

.mobi-select #ma i, .mobi-select .btn-select i{
  font-size: 14px;
}

.mobi-select #ma li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobi-select #ma li:hover{
 background-color: #F4F3F3;
}

.mobi-select #ma li i{
  margin: 5px 5px 5px 15px;
}

.mobi-select #ma li span, .mobi-select .btn-select li span{
  margin-left: 5px;
}

.mobi-select .mb{
  display: none;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px; 
}

.mobi-select .btn-select{
  margin-top: 10px;
  width: 100%;
  max-width: 300px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.mobi-select .btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.mobi-select .btn-select:hover li{
  margin-left: 0px;
}
.mobi-select .btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.mobi-select .btn-select:focus{
   outline:none;
}
.uprof{}
.uprof .card .card-header{padding:0px;}
.uprof .card .card-header img{
width:100%;height:auto;margin:0px;border:0px;text-align:center;
border-radius:.25rem .25rem 0 0;
}
.uprof .card .card-body small{
display:block;line-height:16px;text-align:center;
}
.toppa{padding-top:25px;}
.uprof .card .card-footer{cursor:pointer;}
.uprof .fa-shield-alt{color:#DAA520}
.shield{width:100%;border-top:1px solid #ddd;padding-top:10px;margin-top:10px;text-align:center;font-size:18px;}
.shield:not(.fa-shield-alt){font-family: 'Lobster', cursive;}
.smt{display:none}
#accordionCats{display:none;}

img.note-float-left{margin-right:15px}
img.note-float-right{margin-left:15px}
@media screen and (max-width: 767px) {
#deskcat{display:none;}
.uprof{display:none}
.smt{margin-bottom:20px;display:block}
.smt.card .card-footer{cursor:pointer;}
.smt .shield{text-align:left;}
.smt .fa-shield-alt{color:#DAA520}
.smt small{display:block;line-height:16px;}
.my-profile-pic {
	width: 75px;
	height: 75px;
	min-width: 75px;
	max-width: 75px;
}
.mr-pic{vertical-align:middle;padding-top:25px;padding-right:10px}
.mb15{margin-bottom:15px;}
.flex-row .thumbs{flex-basis: 44%;}
.itel .col-2{flex:0 0 25%;max-width:25%}
.itel .col-7{flex:0 0 50%;max-width:50%}
#menav{display: none;}
.mobi-select{display: block;}
#accordionCats{display:block;}
#accordionCats .card-header{height:36px;padding-left:0px !important;
padding-top:0px !important;padding-bottom:5px !important;
background-color: #f6f6f8 !important;}
#accordionCats .card-header .btn{cursor:pointer;}
#accordionCats .subcatz{padding:3px 5px;font-size:12px;font-weight:normal}
#accordionCats .card-body{position:relative;}
#accordionCats .clink{position:absolute;right:10px;bottom:5px;}
#accordionCats .clink a{color:#0d3354;font-size:12px}
img.note-float-left{margin-right:0px;margin-bottom:15px;float:none !important;width:100% !important;}
img.note-float-right{margin-left:0px;margin-top:15px;float:none !important;width:100% !important;}
}

div.isrc {color: #323537 !important;text-align:left !important;}
/* makes sub-menu S open on hover */
.submenu-item:hover > .dropdown-menu {
  display: block;
}
.submenu-item{position:relative;}
.submenu-item .dropdown-menu{
  left: 95%;
  top: -2px;
}
.ftdpop {width:100%;margin:15px auto;border-bottom:1px solid #ddd;padding-bottom:10px;}
.ftdpop:last-child {border-bottom:none;padding-bottom:0px;}
.ftdpop img{float:left;width:85px;border:1px solid #f2f2f2;border-radius:2px;margin-right:15px;}
.ftdpop .fptxt{float:left;vertical-align:middle;}
.ftdpop .fptxt .price{font-size:14px;font-weight:bold;}
.ftdpop .fptxt .secd{margin-top:1px;font-size:12px;}

.box_wrap{
    position:relative;
    text-align:center;
    min-width:275px;width: 90%;margin:20px auto 0 auto;
}
.blk-circle{display: inline-block;width:150px;height:150px;border:1px solid #0d3354;text-align:center;
background-color:#fff;color:#fff;border-radius:50%;z-index:10;box-shadow: 0 -10px 10px -10px rgba(0,0,0,0.19);
background-position:center center;
background-repeat:no-repeat;
background-size: 148px 148px;
}
.blk-box{
height: 200px;width:100%;
background-color:#fff;border-radius: 0px;border:1px solid #0d3354;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.19);
margin:-65px auto 0 auto;padding: 1px;text-align:center;overflow:hidden;
}

.blk-box .itxt{text-align:center !important;width:100%;padding-top:80px;font-size:18px}  
.blk-box .innex{width:100%;padding:15px 15px 15px 15px;text-align:center;font-size:16px;}
#usrtitl{display:none;}
#usrtitl .input-group-prepend{
border: 1px solid #ddd;border-radius:5px 0 0 5px;padding:6px 5px 0 5px;background:#f2f2f2;
}
.apprvl{padding-left:10px;color:#f20000;}
.googlead{width:100%;min-width:120px;text-align:center;margin:20px auto 15px auto;}