body {
	font-family: 'Montserrat', sans-serif !important;
}

/* header */

.header {
	/*
	height: 60px;
	line-height: 60px;
	*/
	background-color: #7d57a2;
	color: #fff;
	padding: 25px;
	overflow: hidden;
}

.notification {
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	
}

.notification span {
	padding-left:25px;
	padding-right:25px;
	display: block;
}

.notification.red a, .notification.yellow a {
	font-weight: bold;
	text-decoration: underline;
}

.notification.red, .notification.red a {
	background:red;
	color:#fff;
}

.notification.yellow, .notification.yellow a {
	background:yellow;
	color:#000;
}


.header h1 {
	margin: 0;
	font-weight: bold;
	font-style: italic;
}

.header h2 {
	font-size:22px;
}


.header strong {
	position: relative;
	color: #f1f1f1;
	font-size: 25px;
	margin: 0 5px 0 50px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

.header strong span {
	color: #74c17c;
}

.header .purchase {
	float: right;
	border-radius: 20px;
	line-height: 20px;
	padding: 5px 25px;
	margin: 15px 30px 0 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #f1f1f1;
	background-color: #666;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.header .purchase:hover {
	background-color: #ee6c5e;
	color: #fff;
}

.header a, .header a:hover {
	text-decoration: none;
	outline: none;
}

.up {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 15px 10px;
	background: url(../images/up.png) no-repeat center center;
	background-color: rgba(255,255,255,0.5);
	width: 30px;
	height: 20px;
	border-radius: 5px;
	z-index: 100;
}

.copyright {
	font-size: 12px;
	color: #aaa;
	padding-bottom: 30px;
	text-align: center;
}

.copyright a, .copyright a:hover {
	text-decoration: underline;
	color: inherit;
}


/* sidebar */

.uf-title {
	margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #7d57a2;
}

.availability {
	padding-bottom:25px;
}

.availability p {
	font-size: 14px;
	margin-bottom:10px;
}

.availability p a {
	color:#7d57a2;
	text-decoration: underline;
}

.sidebar {
	float: left;
	width: 25%;
	padding-left: 30px;
	/*
	border-right: 2px solid #eee;
	*/
	box-sizing: border-box;
	margin-right: 3%;
	min-height: 1280px;
}

#filter-capacity {
	padding-bottom:20px;
}

.card-header {
	padding:0px !important;
}

.card-header button {
	padding:10px 10px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: left;
	width:100%;
	color:#000;
	text-decoration: none !important;
	border-radius: 0;
}

.card-header button {
	background: #f4f4f4;

}

.card-header button:hover {
	background: #fff;
	color:#000;
}

.card-header button[aria-expanded="true"] {
	background: #7d57a2;
	color:#fff;
}

.card-header button span.selected-filters {
	float: right;
	display: inline-block;
}

.card-body {
	padding-left:10px !important;
	padding-top:10px !important;
	padding-right:0 !important;
	padding-bottom:0 !important;
}

.card-body .uf-filter {
	padding:0 !important;
}

/* rentals */

.accordion {
	/*
		display: none;
	*/
	}

#importantinformation ul {
	padding-left:20px;
}

#importantinformation li {
	font-size:12px;
	padding-bottom:10px;
}


#important .card:first-of-type {
	border: 1px solid rgba(0,0,0,.125) !important;
}

#important li {
	font-size:14px;
	margin-bottom:10px;
}

#important ul {
	padding-left:20px;
}

.card.mobile-rooms {
		display: none;
	}

.rental-information {
	padding:5%;
	color:#fff;
	text-transform: capitalize;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+100 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 90%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.60) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */

}

.rental-information p {
	margin:0;
}

.rental-information h1, .rental-information h2, .rental-information h3, .rental-information p {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.rental-information h1 {
	font-weight: bold;
	font-size: 2.0em;
	font-style: italic;
}

.rental-information h2 {
	font-size: 1.0em;
	font-style: italic;
}

.rental-information h3 {
	margin-top:1.25rem;
	font-weight: bold;
	font-style: italic;
	font-size:22px;
}

.rental-information p span, .mobile-rental-information p span {
	background:#5c2e91;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	display: inline-block;
	margin-bottom:5px;
	font-size:14px;
	color:#fff;
}

.rental-information p span:empty, .mobile-rental-information p span:empty{
	display:none;
}

.rental-information span::before, .mobile-rental-information span::before {
	font-family:"Font Awesome 5 Free";
	display: inline-block;
   	padding-right: 3px;
   	vertical-align: middle;
   	font-weight:900;
   	padding-right:5px;

}

.rental-information-amenities {
	position: absolute !important;
	bottom:10%;
	left:0;
	padding:5% !important;
}

.mobile-rental-amenities {
	padding:10px;
}

.mobile-rental-amenities h3 {
	font-size:18px;
	font-weight: bold;
	color:#7d57a2;
}

.rental-information span#tag-kitchen::before, .mobile-rental-amenities span#tag-kitchen::before {
	content: "\f2e7";
}

.rental-information span#tag-servery::before, .mobile-rental-amenities span#tag-servery::before{
	content: "\f4bd";
}

.rental-information span#tag-bar::before, .mobile-rental-amenities span#tag-bar::before {
	content: "\f561";
}

.rental-information span#tag-alcohol::before, .mobile-rental-amenities span#tag-alcohol::before {
	content: "\f79f";
}

.rental-information span#tag-microphone::before, .mobile-rental-amenities span#tag-microphone::before {
	content: "\f130";
}

.rental-information span#tag-stage::before, .mobile-rental-amenities span#tag-stage::before {
	content: "\f756";
}

.rental-information span#tag-podium::before, .mobile-rental-amenities span#tag-podium::before {
	content: "\f557";
}

.rental-information span#tag-projector::before, .mobile-rental-information span#tag-projector::before {
	content: "\f03d";
}

.rental-information span#tag-flipchart::before, .mobile-rental-information span#tag-flipchart::before {
	content: "\f51b";
}

.rental-information span#tag-coatrack::before, .mobile-rental-information span#tag-coatrack::before {
	content: "\f553";
}



.rental-information p a {
	color:#fff;
	text-transform: lowercase;
	text-decoration: underline;
}

.rental-information-span {
	font-size:22px;
	font-style: italic;
	display: inline-block;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.rental-information-span i {
}

.rental-information-span-title {
	font-size:8px;
	display: inline-block;
	width:80%;
	display: none;
}

.rental-information-span-text {
}

.rental-information-span-capacity {
	
	
}

.rental-information-span-roomsetup {
	margin-left:10px;
}

.rentals-wrap {
	padding-top: 10px;
	position: relative;
}

.rentals-wrap .mobile-menu {
	display: none;
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 10;
}

.rentals-wrap .mobile-menu a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/filters.png) no-repeat center;
}

.rentals, .rentals li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rentals {
	width: 72%;
	float: left;
	/*
	margin-bottom: 120px;
	*/
}


.rentals > li {	
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
}

.rentals li.masonry-sizer {
	height: 0;
	width: 50%;
	padding: 0;
	margin: 0;
}

.rentals .thumb {
	position: relative;
	background-color: #222;
}

.rentals .thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.rentals .thumb:hover img {
	opacity: 0.8;
}

.rentals .capacity {
	position: absolute;
	top: 10px; right: 20px;
	width: 60px;
	height: 60px;
	background-color: #ff7573;
	text-align: center;
	z-index: 10;
	line-height: 60px;
	border-radius: 30px;

	display:none;
}

.rentals .capacity span {
	color: #fff;
	font-weight: bold;
}

.rentals .buy { 
	position: absolute;
	bottom: 15px;
	left: 10px;
	z-index: 20;
 }

.rentals .buynow {
	color: #fff;
	background: #444;
	padding: 10px 20px;
	line-height: 1;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;	
}

.rentals .name {
	position: absolute;
	bottom: 12px; right: 12px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px;
	background-color: #fff;

	display:none;
}

#bottom_fade {
    width: 100%;
    height: 200px;
    opacity: 0.85;
    z-index: 99;
    position: fixed;
    bottom: 0px;
    background: url('https://css-tricks.com/examples/FadeOutBottom/bottom-fade.png') bottom center repeat-x;
}

/* MODAL */
.modal-dialog {
	max-width: 90% !important;
}

.modal-header h1 {
	font-weight: bold;
	color:#7d57a2;
}

.modal-body .row {
	padding-top:3%;
	padding-bottom:3%;
}


/* Footer */
#footer {
	background: #333;
	display: inline-block;
	width: 100%;
	padding:25px;
}

#footer p, #footer a {
	color:#fff;
	margin: 0;
}

#footer p {
	text-align: right;
}

#footer a {
	text-decoration: underline;
}


/* Filters */

.uf-filter-wrap .uf-filter {
	display: inline-block;
    vertical-align: bottom;
} 

#uf-roomsetup {
	position: relative;
}

#faq-roomsetup {
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
}


/* Color Filters */

#uf-color {
	width: 50%;
}

#uf-color .uf-tags a {
	display: block;
	position: relative;
	font: 0/0 a;
	line-height: 0;
	width: 25px;
	height: 25px;
	border: 0;
	border-radius: 20px;
	padding: 0;
	min-width: 0;
	box-sizing: border-box;
}

#uf-color .uf-tags .uf-selected a {
	border-radius: 3px;
}

#uf-color .uf-tags a[href="#yellow"] {
	background: yellow;
}

#uf-color .uf-tags a[href="#black"] {
	background: black;
}

#uf-color .uf-tags a[href="#gold"] {
	background: gold;
}

#uf-color .uf-tags a[href="#cherry"] {
	background: crimson;
}

#uf-color .uf-tags a[href="#brown"] {
	background: brown;
}

#uf-color .uf-tags a[href="#blue"] {
	background: blue;
}

#uf-color .uf-tags a[href="#green"] {
	background: aquamarine;
}

#uf-color .uf-tags a[href="#red"] {
	background: red;
}

#uf-color .uf-tags a[href="#white"] {
	background: whitesmoke;
}

#uf-color .uf-tags a[href="#gray"] {
	background: gray;
}

#uf-color .uf-tags a[href="#pink"] {
	background: pink;
}

#uf-color .uf-reset {
	margin: 2px 0;
}

/**
	Retina Screens 
*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	.rentals-wrap .mobile-menu a {
		background: url(../images/filters%402x.png) no-repeat 0 0;
		background-size: 32px 32px;
	}

}

@media only screen and (max-width: 1000px) {
	.sidebar { 
		float: none; 
		width: 100%; 
		padding: 0 50px; 
		border-right: 0; 
	    height: 0; 
	    overflow: hidden;
	   
	}
	
	.sidebar-open {
		margin-bottom: 50px;
	}
	
	.rentals { 
		float: none; 
		width: 85%; 
		margin: 0 auto; 
		margin-bottom: 120px; 
	}
	
	.rentals-wrap .mobile-menu { 	
		display: block; 
	}

	.card.mobile-rooms {
		display: block;
	}
}

@media only screen and (max-width: 750px) {
	.rentals > li { 
		float: none; 
		width: 100%; 
	}
}

/* Smaller than Desktop HD */
@media only screen and (max-width: 1281px) {
	/*
	.rentals > li {
		width:100%;
	}
	*/
	.rental-information h1 {
		font-size:2vw;
	}

	.rental-information p span {
		font-size:12px;
	}
}

/* Smaller than Desktop HD */
@media only screen and (max-width: 1200px) {
}

/* Smaller than desktop */
@media only screen and  (max-width: 1000px) {}

/* Smaller than tablet */
@media only screen and  (max-width: 750px) {}

/* Smaller than phablet (also point when grid becomes active) */
@media only screen and  (max-width: 550px) {}

/* Smaller than mobile */
@media  only screen and (max-width: 400px) {}



/** 
	Reset 
*/

.uf-filter .uf-tags, 
.uf-filter .uf-tags li,
.uf-sort-box .uf-options,
.uf-sort-box .uf-options li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.uf-filter a,
.uf-search a,
.uf-sort a,
.uf-filter a:hover,
.uf-search a:hover,
.uf-sort a:hover {
	text-decoration: none;
	outline: none!important;
	color: inherit;
}


/**
	Main
*/

.unifilter {
	position: relative;
	margin-top:25px;
}

.unifilter::after,
.uf-search::after, 
.uf-filter::after,
.uf-sort::after,
.uf-select::after,
.uf-range::after {
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
	height: 0;
}

.uf-search-wrap, 
.uf-filter-wrap,
.uf-sort-wrap,
.uf-range-wrap {
	margin-bottom: 25px;
}

.uf-filter,
.uf-search,
.uf-sort,
.uf-range {
	/*
	padding-bottom: 20px;
	*/
	padding-bottom: 0px;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}

.uf-filter .uf-title,
.uf-search .uf-title,
.uf-sort .uf-title,
.uf-range .uf-title  {
	margin-bottom: 10px;
	font-weight: bold;
	font-size:18px;
	color: #7d57a2;
}

.uf-filter .uf-title span,
.uf-search .uf-title span,
.uf-sort .uf-title span,
.uf-range .uf-title span {
	display: block;
	font-size: 14px;
	color: #999;
	font-style: italic;
	font-weight: normal;
}


/**
	List & List Items 
*/

.uf-list {
	position: relative;
	min-height: 500px;
}

.uf-list .uf-item {
	/*
	position: initial !important;
	*/
	top: 0; 
	left: 0;
	min-height: 456px;
}

.uf-list #uf-separator {
	width: 100%;
	margin: 50px 0;
	padding: 15px 0 0;
	
	line-height: 1;
	
	letter-spacing: 2px;
	text-align: center;
	/*
	color: #999;
	border-top: 1px solid #eee;
	font-size: 12px;
	*/
	font-size: 18px;
	color: #333;
	border-top: 1px solid #eee;

	text-transform: uppercase;
}

.uf-list #uf-empty {
	width: 100%;
	margin: 50px 0;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 10px;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}


/** 
	Animations (Opacity, Scale, Translate & Rotate)
*/

.uf-animate .uf-item {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	-o-transition: -o-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.uf-item.uf-animate-opacity {
 	opacity: 0;
}

.uf-item.uf-animate-scale {
	-webkit-transform: scale(0.7);
 	-moz-transform: scale(0.7);
 	-o-transform: scale(0.7);
 	transform: scale(0.7);
}

.uf-item.uf-animate-translate {
	-webkit-transform: translateY(30px) scale(0.95);
 	-moz-transform: translateY(30px) scale(0.95);
 	-o-transform: translateY(30px) scale(0.95);
 	transform: translateY(30px) scale(0.95);
}

.uf-item.uf-animate-rotate {
	-webkit-transform: rotateY(90deg);
 	-moz-transform: rotateY(90deg);
 	-o-transform: rotateY(90deg);
 	transform: rotateY(90deg);
}


/**
	Filters 
*/

.uf-filter .uf-tags li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	/*
	
	*/
	box-sizing: border-box;
	vertical-align: top;
}

.card-body div .uf-filter .uf-tags li {
	margin-bottom:10px;
}

.uf-filter .uf-tags a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	min-width: 25px;
	height: 35px;
	border: 1px solid #ddd;
	color: #555;
	background: #fff;
	font-size: 14px;
	font-weight: bold;	
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.uf-filter .uf-tags a:hover {
	text-decoration: none;
	background: #eee;
	color: #000;
}

.uf-filter .uf-tags .uf-selected a {
	background-color: #7d57a2;
	color: #fff;
}

.uf-filter .uf-tags .uf-reset {
	/*
	display: inline-block;
	*/
	display: none;
	
	width: 20px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 7px 0 0 0;
	background: red url(../images/unifilter-icons.png) no-repeat -20px 0;
	cursor: pointer;
	opacity: 0.5;
}

.uf-filter .uf-tags .uf-reset:hover {
	opacity: 1;
}

.uf-filter .uf-tags .uf-tooltip {
	position: absolute;
	left: 50%;
	top: -35px;
	width: 45px;
	margin-left: -20px;
	text-align: center; 
	background-color: #555;
	font-size: 12px;
	border-radius: 3px;
	opacity: 0;
	font-weight: bold;
	color: #fff;
	pointer-events: none!important;
	-webkit-transition: all 0.1s ease 0.3s;
	-moz-transition: all 0.1s ease 0.3s;
	-o-transition: all 0.1s ease 0.3s;
	transition: all 0.1s ease 0.3s;
	-webkit-transform: translate3d(0,-5px,0);
	-moz-transform: translate3d(0,-5px,0);
	-o-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
}

.uf-filter .uf-tags li:hover .uf-tooltip {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.uf-filter .uf-tags .uf-tooltip:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #555;
	top: 25px;
	left: 50%;
	margin-left: -5px;
}



/**  
	Search Box
*/

#filter-quicksearch {
	display: none;
}

.uf-search-box {
	position: relative;
	max-width: 100%;
	width: 98%;
	overflow: hidden;
}

.uf-search input {
	border: 0;
	padding: 0;
	margin: 0;	
	padding: 10px 30px 10px 10px;
	height: 45px;
	width: 100%;
	outline: none;
	color: #555;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.uf-search-box .uf-reset {
	position: absolute;
	right: 10px; 
	top: 13px;
	width: 20px;
	height: 20px;
	background: url(../images/unifilter-icons.png) no-repeat 0 0;
	cursor: pointer;
	opacity: 1;
}

.uf-search input:focus,
.uf-search input:active {
	outline: none;
	background-color: #7d57a2;
	border-color: #7d57a2;
	color:#fff;
}

.uf-search input::-webkit-input-placeholder  { 
    color: #bbb;
    opacity: 1;
}

.uf-search input::-moz-placeholder  {
     color: #bbb;
}

.uf-search input:-moz-placeholder {
	 color: #bbb;
}

.uf-search input:-ms-input-placeholder {
	 color: #bbb;
}


/**
	Sort Box
*/

.uf-sort .uf-sort-box {
	position: relative;
	width: 220px;
}

.uf-sort-box .uf-select span {
	float: left;
	position: relative;
	padding: 10px 30px 10px 10px;
	height: 45px;
	border-radius: 5px;
	width: 80%;
	color: #888;
	background-color: #f7f7f7;
	cursor: pointer;
	box-sizing: border-box;
}

.uf-sort-box .uf-select span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #ccc;
}

.uf-sort-box .uf-order {
	float: left;	
	width: 20px;
	height: 20px;
	margin: 12px 0 0 10px;
}

.uf-sort-box.uf-order-desc .uf-order {
	background: url(../images/unifilter-icons.png) no-repeat -20px -20px;
}

.uf-sort-box.uf-order-asc .uf-order {
	background: url(../images/unifilter-icons.png) no-repeat 0 -20px;
}

.uf-sort-box .uf-order:hover {
	opacity: 1;
}

.uf-sort-box .uf-select span:hover,
.uf-sort-box.uf-show-options .uf-select span {
	background-color: #f8f8f8;
}

.uf-sort-box .uf-options {
	display: none;
	position: absolute;
	left: 0; top: 42px;
	background-color: #f7f7f7;
	width: 80%;
	margin-top: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
	z-index: 1000;
}

.uf-sort-box.uf-show-options .uf-options {
	display: block;
}

.uf-sort-box .uf-options li {
	margin: 0;
	padding: 0;
	list-style: none!important;
}

.uf-sort-box .uf-options li:last-child a {
	border-top: 1px solid #eee;
	font-style: italic;
}

.uf-sort-box .uf-options li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: #777;
}

.uf-sort-box .uf-options li a:hover {
	color: #777;
	text-decoration: none;
	background-color: #f0f0f0;
}


/**
	Range Slider 
*/

.uf-slider  {
	position: relative;
	padding: 5px 0 28px;
	max-width: 100%;
	width: 100%;
	
}

.uf-slider .uf-path {
	position: relative;
	height: 10px;
	border-radius: 5px;
	background-color: #eee;
	margin-bottom: 5px;
	cursor: pointer;
}

.uf-slider .uf-handle-left,
.uf-slider .uf-handle-right {
	position: absolute;
	top: -5px; left: 0;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	background-color: #5c2e91;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.uf-slider .uf-handle-right { 
	left: auto; 
	right: 0; 
	visibility: hidden !important;
}

.uf-slider.uf-dragging-left .uf-handle-left,
.uf-slider.uf-dragging-right .uf-handle-right {
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}

.uf-slider.uf-dragging-left .uf-handle-left,
.uf-slider.uf-dragging-right .uf-handle-right,
.uf-slider .uf-handle-left:hover,
.uf-slider .uf-handle-right:hover {
	background-color: #aaa;
}

.uf-slider .uf-tooltip {
	position: absolute;
	left: 50%;
	/*
	top: -40px;
	min-width: 60px;
	*/
	top: 32px;
	min-width: 60px;
	width: auto;
	padding: 2px 15px;
	margin-left: -30px;
	text-align: center; 
	background-color: #7d57a2;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	opacity: 0;
	font-weight: bold;
	box-sizing: border-box;
	pointer-events: none!important;
	-webkit-transition: all 0.2s ease 0.3s;
	-moz-transition: all 0.2s ease 0.3s;
	-o-transition: all 0.2s ease 0.3s;
	transition: all 0.2s ease 0.3s;
	-webkit-transform: translate3d(0,-5px,0);
	-moz-transform: translate3d(0,-5px,0);
	-o-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
}

/*
.uf-slider .uf-tooltip:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #555;
	top: 28px;
	left: 50%;
	margin-left: -5px;
}
*/

.uf-slider .uf-tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #555;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}

.uf-handle-right .uf-tooltip, .uf-handle-left .uf-tooltip {
	
	opacity: 1;
	
}

.uf-start, .uf-end {
	display: none;
}

.uf-slider.uf-dragging-left .uf-handle-left .uf-tooltip,
.uf-slider.uf-dragging-right .uf-handle-right .uf-tooltip,
.uf-slider .uf-handle-right:hover .uf-tooltip,
.uf-slider .uf-handle-left:hover .uf-tooltip {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.uf-slider .uf-start,
.uf-slider .uf-end {
	font-weight: bold;
	color: #555;
	margin-left: 2px;
	margin-top: 5px;
	font-size: 12px;
}

.uf-slider .uf-start::before {
	content:"min";
	text-transform: capitalize;
	padding-right:10px;
}

.uf-slider .uf-end::before {
	content:"Max";
	text-transform: capitalize;
	padding-right:10px;
}

.uf-slider .uf-end { float: right; }
.uf-slider .uf-start { float: left; }


/* show/hide filter tags */

#uf-name {
	display: none;
}

.uf-filter .uf-tag-hidden {
	opacity: 0.1!important;
	pointer-events: none;
}


/**
	Retina Screens 
*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

   	.uf-search-box .uf-reset {
   		background: url(../images/unifilter-icons%402x.png) no-repeat 0 0;
   		background-size: 40px 40px;
   	}
   	
   	.uf-filter .uf-tags .uf-reset {
   		background: url(../images/unifilter-icons%402x.png) no-repeat -20px 0;
   		background-size: 40px 40px;
   	}
   	
   	
	.uf-sort-box.uf-order-desc .uf-order {
		background: url(../images/unifilter-icons%402x.png) no-repeat -20px -20px;
		background-size: 40px 40px;
	}
	
	.uf-sort-box.uf-order-asc .uf-order {
		background: url(../images/unifilter-icons%402x.png) no-repeat 0 -20px;
		background-size: 40px 40px;
	}
}