.saving {
	display: none;
}

.removeFavourites {
	
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	cursor: pointer;
	margin-right: 0;
	text-align: right;
	color: #4285F4;
	
	
	
}

.shortDescriptionMob {
	color: black;
}

h3.theName {

	padding: 0;
	margin: 0;
}

.favouritesText {
	
	font-size: 34px;
	margin-top: 5px;
	font-family: 'Caveat Brush', cursive;
	width: 100%;
	text-align: center;
	color: #5282CE;
	
}

.uniqueSellingPoint {

	margin: 0;
	padding: 0;
}

ul.uniqueSellingPoint li {
	
	font-size: 13pt;
	
}

h1 .fa-heart {
	
	font-size: 40px;
	
}

.favouritesMobile {
	
	display: none;
	
}

.fa-hot-tub {
	margin-right: .6em;
}

@media only screen and (max-width: 1200px) {
	
	.resultsBox2Right {
		
		flex-direction: column;
		-webkit-flex-direction: column;

	}
	
}



@media only screen and (max-width: 1000px) {

	.leftCol {
		
		width: 25%;
		
		
	}
	
	.rightCol {
		
		width: 75%;
		
	}

	h1.showLodgesHeader {
		
		font-size: 30pt;
		padding: 20px;
		
		
	}
	
	h1 .fa-heart {
	
		font-size: 25pt;
		
	}
	
	.favouritesText {
		
		font-size: 19pt;
		
	}
	

	

}



@media only screen and (max-width: 800px) {
	
	.leftCol {
		width: 100%;
	}
	
	.rightCol {
		width: 100%;
	}
	
	.mainContainer {
		
		flex-direction: column-reverse;
		webkit-flex-direction: column-reverse;	
		
		
	}
	
	.infoText {
		
		font-size: 12pt;
		
	}
	
	.hottubIcon {
		
		width: 30px;
		
	}
	
	.theName {
		
		font-size: 14pt;
		
	}
	

	
	.resultsBox2Left {
		
		width: 100%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: -5px;

	}
	
	.resultsBox2Right {
		
		width: 0;

	}

	.favouritesMobile {
		
		display: block;
		text-align: center;
		margin: auto;
		margin-top: 30px;
		
	}
	
	.favouritesDesktop {
		display: none;
	}

	h1 .fa-heart {
		
		font-size: 30px;
		
	}
	
	.favouritesText {
	
		text-align: center;
		margin-top: 10px;

	}
	
	.removeFavourites {
	
		margin: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		
	}


}



@media only screen and (max-width: 600px) {

	.resultsContainer {
		
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		
	}

	.leftCol {
		display: block;
	}


}



@media only screen and (max-width: 500px) {

	.resultsContainer {


		box-shadow: -4px 4px 4px  rgba(0,0,0,0.2);
		-moz-box-shadow: -4px 4px 4px  rgba(0,0,0,0.2);
		-webkit-box-shadow: -4px 4px 4px  rgba(0,0,0,0.2);

	}

	h1.showLodgesHeader {
		color: black;
	}

}



	
	