﻿.content {
	position: relative;
	width: auto;
}

.selected {
	position: absolute;
	top: 5px;
	right: 5px;
}

.slidecontainer {
	width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
	-webkit-appearance: none; /* Override default CSS styles */
	appearance: none;
	width: 100%; /* Full-width */
	height: 25px; /* Specified height */
	background: #d3d3d3; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
	opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
		-webkit-appearance: none; /* Override default look */
		appearance: none;
		width: 25px; /* Set a specific slider handle width */
		height: 25px; /* Slider handle height */
		background: #246A73; /* Green background */
		cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
		width: 25px; /* Set a specific slider handle width */
		height: 25px; /* Slider handle height */
		background: #246A73; /* Green background */
		cursor: pointer; /* Cursor on hover */
}

/* STYLES FOR TOUR INFO */
.img-square {
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
	border-radius: 3%;
}

/** STYLES FOR TOURS INFO **/
.image-cropper {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.img-tour {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.tour-details-section {
	position: relative;
	width: auto;
}

.tour-info-icon {
	/*position: absolute;
    top: -15px;
	left: 10px;*/
	margin: auto;
	margin-left: 10px;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	right: 0;
}

.tour-img-section-left {

	/*position: absolute;
    top: -15px;
	left: 10px;*/
	margin: auto;
	margin-left: 10px;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	right: 0;
}

.tour-img-section-right {
	/*position: absolute;
    top: -15px;
	left: 10px;*/
	margin: auto;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0px;
}

.text-tour-left {
	margin-left: 10px;
	width: 68%;
	text-decoration: none;
}

.text-tour-right {
	margin-left: 110px;
	text-decoration: none;
}
/** STYLES FOR ICONS **/
.icon-cropper {
	position: relative;
}

.icon-info {
	/*position: absolute;
    top: -15px;
	left: 10px;*/
	position: absolute;
	margin: auto;
	margin-left: 20px;
	margin-top: 40px;
	top: 0;
	left: 0px;
	bottom: 0;
	right: 0;
	color: #246A73;
}

.participant-icon {
	width: 35px;
	height: auto;
	position: relative;
	overflow: hidden;
}