#tours {
	background: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#tours .back-button {
	color: #000;
}

#tours .menu-button {
	color: #000;
}

#tours #list {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 70px);
	overflow-y: auto;
	position: absolute;
	top: 70px;
	width: 100vw;
}

#tours .tour-container {
	background: whitesmoke;
	border-radius: 5px;
	margin: 0 10px 10px 10px;
	position: relative;
}

#tours .tour-image-container {
	width: 35%;
}

#tours .tour-image {
	border-radius: 5px;
	width: 100%;
}

#tours .tour-data-container {
	left: 35%;
	padding: 0 0 0 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 65%;
}

#tours .tour-data {
	text-align: left;
}

#tours .tour-name {
	font-family: "RubikMedium";
	font-size: 5vw;
	height: 6vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}

#tours .tour-agent {
	font-size: 3.5vw;
}

#tours .tour-place {
	font-size: 3vw;
}

#tours .tour-price {
	font-size: 3vw;
}

#tours .tour-arrow-container {
	height: 6vw;
	left: 90%;
	position: absolute;
	top: 0;
	width: 6vw;
}

#tours .tour-arrow {
	font-size: 5vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#tours #no-results {
	display: none;
	text-align: center;
}

#tours #side-panel {
	background: #4C4C4C;
	box-shadow: 20px 0px 40px 45px rgba(0, 0, 0, 0.5);
	height: 100%;
	position: absolute;
	right: -110vw;
	width: 100vw;
	z-index: 2;
}

#tours #side-panel #results {
	color: #FFF !important;
	font-size: 16px;
	left: 20px;
	position: absolute;
	top: 20px;
	z-index: 2;
}

#tours #side-panel #main {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 70px);
	overflow-y: auto;
	padding: 0 20px 0 20px;
	position: absolute;
	top: 70px;
	width: 100%;
}

#tours #side-panel .filter-search-container {
	position: relative;
}

#tours #side-panel .filter-search-icon {
	color: #FFF;
	font-size: 20px;
	position: absolute;
	top: 13px;
}

#tours #side-panel .filter-search-clear {
	color: #FFF;
	display: none;
	font-size: 20px;
	position: absolute;
	right: 2px;
	top: 13px;
}

#tours #side-panel .filter-search-input {
	background: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #FFE800;
	color: #FFF;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px 35px 10px 10%;
	width: 100%;
}

#tours #side-panel .filter {
	padding-bottom: 20px;
}

#tours #side-panel .filter-check-icon {
	color: #FFF !important;
	float: left;
	font-size: 20px;
	line-height: unset;
	padding-left: 2px;
	width: 10%;
}

#tours #side-panel .filter-type {
	color: #FFF !important;
	float: left;
	font-family: "RubikMedium";
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}

#tours #side-panel .filter-results {
	color: #FFF !important;
	float: left;
	font-family: "RubikMedium";
	font-size: 20px;
	text-align: center;
	width: 20%;
}

#tours #side-panel .filter-type-icon {
	color: #FFF !important;
	float: left;
	font-size: 20px;
	line-height: unset;
	text-align: center;
	width: 20%;
}

#tours #side-panel .filter-drop-icon {
	color: #FFF !important;
	float: left;
	font-size: 20px;
	line-height: unset;
	padding-right: 2px;
	text-align: right;
	width: 10%;
}

#tours #side-panel .filter-blank {
	clear: both;
}

#tours #side-panel .filter-line {
	background: #FFE800;
	height: 1px;
	margin-top: 10px;
	width: 100%;
}

#tours #side-panel .tags {
	display: none;
}

#tours #side-panel .tag {
	padding: 0 0 20px 10%;
}

#tours #side-panel .tag-last {
	padding: 0 0 40px 10%;
}

#tours #side-panel .tag-check-icon {
	color: #FFF !important;
	float: left;
	line-height: inherit;
	width: 10%;
}

#tours #side-panel .tag-name {
	color: #FFF !important;
	float: left;
	width: 90%;
}

#tours #side-panel .tag-blank {
	clear: both;
}

@media (orientation: landscape) {
	#tours .tour-image-container {
		width: 20%;
	}

	#tours .tour-data-container {
		left: 20%;
		width: 80%;
	}

	#tours .tour-name {
		font-size: 2.5vw;
		height: 3vw;
		width: 80%;
	}

	#tours .tour-agent {
		font-size: 2.3vw;
	}

	#tours .tour-place {
		font-size: 2vw;
	}

	#tours .tour-price {
		font-size: 2vw;
	}

	#tours .tour-arrow-container {
		height: 3vw;
		left: 95%;
		width: 3vw;
	}

	#tours .tour-arrow {
		font-size: 2.5vw;
	}
}
