/* TEMPLATE STYLES
====================================================================== */
body{
	background-color: #E9E6E0!important;
}
body p{
	font: 13px!important;
}
p{
	font-size: 13px!important;
}
figure {
    margin: 0 0 0rem!important;
}
	#template-styles {
		background: #fff;
		width: 135px;
		position:fixed;
		top:98px;
		z-index:99999999;
		left: -135px;
		padding-bottom:7px;
		text-align:left;
	}
	.s-s-icon {
		height:26px;
		width:27px;
		margin:7px 0 0 5px;
	}
	#template-styles div {
		padding: 5px 10px;
	}
	#template-styles h2 {
		background: #fff;
		color: #666;
		padding: 12px 10px;
		font-family:Arial,Helvetica,sans-serif;
		margin:0;
		font-size: 14px;
	}
	#template-styles h2 a {
		background-color: #fff;
		display: block;
		height: 40px;
		position: absolute;
		right: -39px;
		top: 0;
		width: 39px;
	}
	#template-styles h3 {
		color:#666;
		font:bold 12px Arial,Helvetica,sans-serif;
		padding:20px 0 10px;
	}
	.colors { 
		list-style:none;
		margin:0;
		padding:0;
		overflow: hidden
	}
	.colors li {
		float:left;
		margin:2px;
		padding:0;
	}
	.colors li a {
		display: block;
		width:34px;
		height:34px;
		cursor: pointer;
	} 
/****************COLORS*****************/	
	.yellow { background: #EFBA01; }
	.orange { background: #FF9126; }
	.strawberry { background:#C85B5B; }
	.pink{ background: #E85B93; }
	.purple { background: #7D5DAF; }
	.blue { background: #3ea5bb; }
	.black { background: #000; }
	.turqoise {background:#5fc8c2;}

	
	.colors li:before {display:none !important;}
	
	.colors li a { 
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.colors li a.active {
		border: 1px solid #333;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.resp {
		color: #fff;
		font-size: 14px;
		font-family: 'OswaldLight',Arial,Helvetica,sans-serif;
		transition: all 0.3s ease 0s;
		height: 36px;
		line-height: 36px;
		padding: 5px 16px 5px 16px;
	}
	.resp.active {
		background-color: #f1c832;
		color: #fff;
	}
	.resp:hover {
		color: #fff;
		background-color: #cca92a;
	}
	.amenities {
		display: none;
	}
	.price1{
		text-align: center;
		margin-top: 20px;
		font-size: 20px;
		color: black;
	}

	.crossed-text {
		position: relative;
		display: inline-block;
		font-size: 15px;
		font-weight: normal;
		color: black;
	}
	
	.crossed-text::before,
	.crossed-text::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: red; /* You can change the color */
	}
	
	.crossed-text::before {
		top: 50%;
		left: 0;
		transform: translateY(-50%) rotate(4deg);
	}
	
	.crossed-text::after {
		top: 50%;
		right: 0;
		transform: translateY(-50%) rotate(346deg);
	}
	..ribbon {
		text-align: center;
		margin: 20px -20px 0;
		height: 50px;
		position: relative;
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
		background: rgb(193, 182, 174);
		background: -moz-linear-gradient(top, rgba(193, 182, 174, 1) 0%, rgba(186, 172, 163, 1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193, 182, 174, 1)), color-stop(100%, rgba(186, 172, 163, 1)));
		background: -webkit-linear-gradient(top, rgba(193, 182, 174, 1) 0%, rgba(186, 172, 163, 1) 100%);
		background: -o-linear-gradient(top, rgba(193, 182, 174, 1) 0%, rgba(186, 172, 163, 1) 100%);
		background: -ms-linear-gradient(top, rgba(193, 182, 174, 1) 0%, rgba(186, 172, 163, 1) 100%);
		background: linear-gradient(to bottom, rgba(193, 182, 174, 1) 0%, rgba(186, 172, 163, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3',GradientType=0 );
	}
	