@font-face {
	font-family: 'BebasNeueRegular';
	src: url('/vendor/fonts/BebasNeue/BebasNeue-webfont.eot');
	src: url('/vendor/fonts/BebasNeue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/vendor/fonts/BebasNeue/BebasNeue-webfont.woff') format('woff'),
		 url('/vendor/fonts/BebasNeue/BebasNeue-webfont.ttf') format('truetype'),
		 url('/vendor/fonts/BebasNeue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	height: 100%;
}
body {
	font-family: "Cabin", sans-serif;
}
.logotext {
	font-size: 1.25rem;
}
#main {
	min-height: calc(100% - 360px);
}
footer {
	color: #ccc;
	background-color: #1B1B1B;
}
footer a {
	color: #dfdfdf;
}
footer a:hover {
	color: #fff;
}
.footer-title {
	position: relative;
	letter-spacing: .1rem;
	padding-bottom: 1rem;
}
.footer-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 40px;
	height: 2px;
}
.footer-bottom {
	background-color: #000;
}

.sidemenu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #ccc;
	margin-left: -100%;
	z-index: 10;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transition: margin 0.2s ease;
}
.sidemenu.open {
	margin-left: 0;
}

.font-alt {
	font-family: BebasNeueRegular, arial, Georgia, serif;
}

.small-thumb {
	width: 100px;
	height: 75px;
}

.btn-app, .btn-app:hover {
	color: #fff;
	background-color: #E54E54;
	border-color: #E54E54;
}
.text-app {
	color: #E54E54!important;
}

.filter-name {
	position: relative;
}
.filter-name:before {
	position: absolute;
	top: 9px;
	right: 10px;
	font-family: "Ionicons";
	content: "\f3d8";
	color: #343a40!important;
	font-weight: bold;
}
.filter-name.collapsed:before {
	content: "\f3d0";
}

/* grid */
#adlist {
	width: 100%;
	max-width: 100%;
}
.sizer, .item {
	width: 100%;
	max-width: 100%;
}
.side-list .item {
	width: 100%!important;
}
.adlist-wrap {
	margin: 0 -0.5rem;
}
.item-contact {
	height: 40px;
}
.item-cat {
	z-index: 1;
}

.contact-btn {
	display: inline-block;
	font-size: 22px;
	text-align: center;
	line-height: 45px;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border: 1px solid #007bff;
	border-radius: 50%;
}
.dropdown-item .contact-btn {
	font-size: 18px;
	line-height: 37px;
	width: 35px;
	height: 35px;
}
.contact-btn-call {
	background-color: #4CD964;
	border: 1px solid #4CD964;
}
.text-call {
	color: #4CD964;
}
.contact-btn-whatsapp {
	background-color: #20B038;
	border: 1px solid #20B038;
}
.text-whatsapp {
	color: #20B038;
}
.contact-btn-skype {
	background-color: #28abe3;
	border: 1px solid #28abe3;
}
.text-skype {
	color: #28abe3;
}
.contact-btn-mail {
	background-color: #F23A2E;
	border: 1px solid #F23A2E;
}
.contact-btn-messenger {
	background-color: #0084ff;
	border: 1px solid #0084ff;
}
.text-messenger {
	color: #0084ff;
}
.contact-btn-line {
	background-color: #00B901;
	border: 1px solid #00B901;
}
.text-line {
	color: #00B901;
}
.contact-btn-wechat {
	background-color: #2DC100;
	border: 1px solid #2DC100;
}
.text-wechat {
	color: #2DC100;
}
.contact-btn-message {
	background-color: #fff;
	border: 1px solid #007bff;
}
/* end grid */

.cat-title {
	background-image: url(img/stripe.png);
	background-repeat: repeat-x;
	background-position: 0 12px;
	margin-top: 8px;
}
.cat-title h3 {
	display: inline-block;
	font-size: 22px;
	font-family: BebasNeueRegular, arial, Georgia, serif;
	width: auto;
	padding: 8px 0 0 0;
}
.cat-title-features {
	height: 64px;
	padding-bottom: 12px;
}

.alt2-title {
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 2;
}
.shadow-box {
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	border: 1px solid #e8e9ec;
	border-radius: 2px;
}

/* front box */
.fsb-0 {
	float: left;
	width: 100%;
}
.fsb-0 .fsb-inner {
	height: 220px;
}
.fsb-1, .fsb-2, .fsb-3, .fsb-4 {
	float: left;
	width: 50%;
}
.fsb-1 .fsb-inner, .fsb-2 .fsb-inner, .fsb-3 .fsb-inner, .fsb-4 .fsb-inner {
	height: 140px;
}
.fsb-inner {
	background-position: center center;
	background-size: cover;
	border: 1px solid #fff;
	overflow: hidden;
}
.fsb-inner>a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.fsb-title {
	display: block;
	position: absolute;
	left: 0;
	bottom: -60px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	line-height: 20px;
	padding: 20px;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 2;
}
.fsb-title:hover {
	bottom: 0;
}
.fsb-title h2 {
	text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 15px;
}
.fsb-title p {
	color: #ddd;
	height: 40px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.fsb-inner a:after, .alt2-in:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
	z-index: 1;
}
/* end front box */

/* ad */
.gallerybg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}
.lSSlideOuter .lSPager.lSGallery img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.lSSlideOuter .lSPager.lSGallery .active img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.lSAction > a {
	font-family: "Ionicons";
	line-height:  60px;
	width: 40px!important;
	height: 60px!important;
	text-align: center!important;
	font-size: 24px!important;
	text-decoration: none;
	color: #fff;
	background-color: #2D2D2D; /* #28A745 */
	opacity: .8!important;
	background-image: none!important;
	border-radius: 1px;
	margin-top: -30px;
}
.lSAction > .lSNext {
	right: 0;
}
.lSAction > .lSPrev {
	left: 0;
}
.lSAction > a:hover {
	opacity: 1!important;
}
a.lSNext:before {
	color: #fff;
	content: "\f125";
}
a.lSPrev:before {
	color: #fff;
	content: "\f124";
}
/* end ad */

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
}
.avatar-xl, .avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
	font-size: 1.70833rem;
}
.avatar img {
	border: 4px solid #f8f9fa;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.user-rating {
	color: #f8c600;
}
.shop-bg {
	height: 12rem;
	background-position: center;
	background-size: cover;
}
.profile-name {
	font-size: 1.375rem;
}
a.bubbler {
	cursor: pointer;
}
.popover-close {
	position: relative;
	padding-bottom: 5px;
	margin-top: -5px;
	overflow: hidden;
}
.popover-body .play-video {
	display: block;
}
.popover-body img {
	min-width: 200px;
	max-width: 100%;
	height: auto;
}

/* audio */
.audio-player {
	max-width: 420px;
}
.audio-current, .audio-time {
	min-width: 50px;
}
.audio-player i {
	display: inline-block;
	min-width: 1.25rem;
}
.audio-slider {
	-webkit-appearance: none;
	margin: 8px 0;
	width: 100%;
}
.audio-slider:focus {
	outline: none;
}
.audio-slider::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #F88C00;
	border-radius: 2px;
}
.audio-slider:focus::-webkit-slider-runnable-track, .audio-slider:active::-webkit-slider-runnable-track {
	background: #F88C00;
}
.audio-slider::-webkit-slider-thumb {
	border: 1px solid #F88C00;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #F88C00;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -14px;
}
.audio-slider:focus::-webkit-slider-runnable-track {
	background: #367ebd;
}
.audio-slider::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #F88C00;
	border-radius: 2px;
}
.audio-slider::-moz-range-thumb {
	border: 1px solid #F88C00;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #F88C00;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -12px;
}
.audio-slider::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
.audio-slider::-ms-fill-lower {
	background: #F88C00;
	border-radius: 2px;
}
.audio-slider::-ms-fill-upper {
	background: #F88C00;
	border-radius: 2px;
}
.audio-slider::-ms-thumb {
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #F88C00;
	cursor: pointer;
}
.audio-slider:focus::-ms-fill-lower {
	background: #F88C00;
}
.audio-slider:focus::-ms-fill-upper {
	background: #F88C00;
}

.audio-player2 {
	border-top: 1px solid #ddd;
	padding: 8px 0;
}
.audio-player2 .d-flex {
	direction: ltr!important;
}
.audio-playbtn {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
	color:#6CA329;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 3px solid #6CA329;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	padding: 0;
}
.audio-playbtn .ion-play {
	text-indent: 4px;
}
.ui-draggable-handle{-ms-touch-action:none;touch-action:none}
.eq {
	position: relative;
	height: 36px;
}
.wavewrap {
	position: relative;
	height: 100%;
	margin: 0 0 0 50px;
}
.wave1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wave2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
}
.waveover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.eqhandle {
	display: none;
	width: 50px;
	height: 100%;
	padding: 8px 0;
	border-right: 2px solid #6CA329;
}
.eqhandle>div {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background-color: #6CA329;
	padding: 0 2px;
	height: 100%;
}

@media (min-width: 768px) {
	
	.logotext {
		font-size: 1.75rem;
	}
	.sidemenu {
		width: 480px;
		margin-left: -480px;
	}
	.sidemenu.open {
		margin-left: 0;
	}
	
	.fsb-0, .fsb-1 {
		width: 50%;
	}
	.fsb-0 .fsb-inner, .fsb-1 .fsb-inner {
		height: 215px;
	}
	.fsb-2, .fsb-3, .fsb-4 {
		width: 33.33333%;
	}
	.fsb-2 .fsb-inner, .fsb-3 .fsb-inner, .fsb-4 .fsb-inner {
		height: 215px;
	}
	.fsb-title h2 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.cat-slider .fsb-1, .cat-slider .fsb-2, .cat-slider .fsb-3, .cat-slider .fsb-4 {
		width: 25%;
	}
	.cat-slider .fsb-0 .fsb-inner {
		height: 340px;
	}
	.cat-slider .fsb-1 .fsb-inner, .cat-slider .fsb-2 .fsb-inner, .cat-slider .fsb-3 .fsb-inner, .cat-slider .fsb-4 .fsb-inner {
		height: 170px;
	}
	.cat-slider .fsb-1 .fsb-title h2, .cat-slider .fsb-2 .fsb-title h2, .cat-slider .fsb-3 .fsb-title h2, .cat-slider .fsb-4 .fsb-title h2 {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.item, .sizer {
		width: 50%;
	}
	.item {
		float: left;
	}
	.avatar-xxl {
		width: 8rem;
		height: 8rem;
		font-size: 2.66667rem;
	}
	.profile-name {
		font-size: 1.625rem;
	}
}
@media (min-width: 992px) {
	.item, .sizer {
		width: 50%;
	}
	.full-list .item, .full-list .sizer {
		width: 33.33333%;
	}
}
@media (min-width: 1200px) {
	.item, .sizer {
		width: 33.33333%;
	}
	.full-list .item, .full-list .sizer {
		width: 25%;
	}
}