.slider-wrapper {
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	height: 540px;
	width: 100%;
}
.slider-item {
	position: absolute;
	width: 940px;
	top: 0;
	z-index: -1;
	opacity: 0;
}
.slider-item:before {
	padding-top: 57.4468%;
	display: block;
	content: "";
}
.slider-item.prev, .slider-item.next {
	z-index: 0;
	opacity: 0.2;
	transition: opacity 1s ease;
}
.slider-item.selected {
	z-index: 1;
	opacity: 1;
}
.slider-item > a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;

	color: #fff;

	/* grayscale */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	transition: all 1s ease;
	-webkit-transition: all 1s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.slider-item p,
.slider-item h1,
.slider-item h2,
.slider-item h3,
.slider-item h4,
.slider-item h5,
.slider-item h6 {
	color: #fff;
}
.slider-item:hover {
	opacity: 1;
}
.slider-item:hover > a {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.slider-item.selected > a {
	transition: all 0.1s ease;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.overlay-description {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 75%;

	z-index: 5;

	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-item.selected .overlay-description {
	opacity: 1;
}
a:hover .overlay-description {
	opacity: 0;
}
.overlay-description .slide-title,
.overlay-description .destination-name {
	position: absolute;
}
.overlay-description .slide-title {
	bottom: 40px;
	right: 40px;
	left: 40px;
}
.overlay-description .destination-name {
	padding-left: 70px;
	bottom: 20px;
	right: 20px;
	left: 20px;
}

.destination-type {
	border: 5px solid rgba(0,0,0,0.25);

	background: transparent;
	position: absolute;
	overflow: hidden;
	height: 60px;
	width: 60px;
	bottom: 0;
	left: 0;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.destination-type i {
	/*display: inline-block;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	background-position: center center;
	background-color: #34b8bc;
	/* background-color: #FFFFFF; */
	/*background-size: cover;
	text-align: center;
	padding: 0 15px;
	font-size: 25px;
	height: 50px;
	width: 20px;

	line-height: 50px;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;*/
		display: inline-block;
		text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
		background-position: center center;
		background-color: #34b8bc;
		/* background-color: #FFFFFF; */
		background-size: cover;
		text-align: center;
		padding: 0 15px;
		font-size: 25px;
		height: 50px;
		width: 50px;
		line-height: 2;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;

}
.page-causes #page-wrapper  #page #main-wrapper #main  #content .section .view-charities  .view-content ol.results li .views-field-php span div.result .destination-type i {
	display: inline-block;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	background-position: center center;
	/* background-color: #34b8bc; */
	background-color: #FFFFFF; 
	background-size: cover;
	text-align: center;
	padding: 0 15px;
	font-size: 25px;
	height: 50px;
	width: 20px;

	line-height: 50px;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.destination-type i.hotel {
	background-image: url('../../images/icon-hotel.png');
}
.destination-type i.glamping {
	background-image: url('../../images/icon-glamping.png');
}
.destination-type i.bed-and-breakfast {
	background-image: url('../../images/icon-bnb.png');
}
.destination-type i.private-property {
	background-image: url('../../images/icon-private-property.png');
}
.slide-title h3,
.destination-name h3 {
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	/*font-family: "museo-slab", Georgia, serif;*/
	line-height: 46px;
	font-size: 40px;
	margin: 0;
}
.slide-title h3 em,
.destination-name h3 em {
	font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-weight: 100;
	font-size: 20px;
	display: block;
}
.slider-item.prev .overlay-description, .slider-item.prev .overlay-caption, .slider-item.prev .overlay-screen, .slider-item.next .overlay-description, .slider-item.next .overlay-caption, .slider-item.next .overlay-screen {
	opacity: 0;
}
/* Hover Caption */
.overlay-caption {
	position: absolute;
	font-size: 16px;
	bottom: 40px;
	right: 40px;
	left: 40px;

	opacity: 0;

	z-index: 15;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover .overlay-caption {
	opacity: 1;
}

.caption-title {
	margin-bottom: 20px;
}
.caption-title strong {
	font-family: "museo-slab", Georgia, serif;
	font-size: 24px;
}
.caption-title strong em {
	font-family: "nimbus-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 18px;
	display: block;
}
.caption-description p {
	margin: 0;
}

.overlay-screen {
	/*background: #000;*/
	opacity: 0;

	position: absolute;
	/*z-index: 10;*/
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover .overlay-screen {
	opacity: 0.75;
}

.view-content ol.results li .overlay-description h3 {
    font-weight: 700;
    max-width: 540px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
    margin: 0 0 10px 10px;
}
.title .destination-type i {
    padding: 0px;
}
.overlay-description .destination-name .destination-type {
    border: 5px solid rgba(0,0,0,0.25);
    background: transparent;
    position: absolute;
    overflow: hidden;
    height: 50px;
    width: 50px;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.overlay-description .destination-name .destination-type i {
    display: inline-block;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    background-position: center center;
    background-color: #34b8bc;
    /* background-color: #FFFFFF; */
    background-size: cover;
    text-align: center;
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 2;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0px !important;
}
.title .destination-type {
    width: 50px;
    height: 50px;
}
.result.charity .destination-type {
    width: 50px;
    height: 50px;
}
.local_charity .destination-type i {
    width: 50px !important;
}

.result.charity .destination-type i {
    width: 50px !important;
}
.destination-type .entity-logo img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}
.remove-cursor {
	cursor: initial !important;

}