﻿/* apply a natural box layout model to all elements */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 80%;
}

.gallerytitle {
	/*font-family: 'Questrial', sans-serif;*/
	font-family: 'Dolce', sans-serif;
	font-size: 3em;
	display: block;
	width: 80%;
	white-space: nowrap;
	line-height: .5em;
	margin-top: .5em;
}

.center_banner p {
	padding: 0;
	margin: 0;
}

.col-left {
	clear: left;
}

.colLabel {
	/* margin-left: 10px; */
	float: left;
	width: 7em;
	text-align: right;
	margin-right: 8px;
	clear: left;
}

.colLabelw {
	/* margin-left: 10px; */
	float: left;
	width: 9em;
	text-align: right;
	margin-right: 8px;
	clear: left;
}

.dropdown {
	width: 100px;
}

.regionselect {
	width: 55%;
}

.col {
	padding: 1%;
	border: 1px, solid #000000;
	margin: 0 1% 30px;
	float: left;
	width: 23%;
	border-radius: 8px;
	box-shadow: 4px 4px 4px #888;
	height: 110px;
}

.col-single {
	padding: 1%;
	border: 1px, solid #000000;
	margin: 0 auto 30px auto;
	width: 23%;
	border-radius: 8px;
	box-shadow: 4px 4px 4px #888;
	height: 110px;
}

.col3 {
	width: 31%;
}

#wrappie {
	width: 100%;
	margin-top: 30px;
}

.row {
	height: 33%;
}

.searchbox, #typeList {
	width: 100%;
}

.filternumber {
	width: 40%;
}

#ClearButton {
	float: right;
}

#box1 {
	background: #009999; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #00b3b3 0, #008080 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0,#00b3b3), color-stop(100%,#008080)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(-45deg, #00b3b3 0,#008080 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(-45deg, #00b3b3 0,#008080 100%); /* Opera11.10+ */
	background: linear-gradient(-45deg, #00b3b3 0,#008080 100%); /* W3C */
	color: #FFFFFF;
}

#box2 {
	background: #003399; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #003BB2 0, #002A7F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0,#003BB2), color-stop(100%,#002A7F)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(-45deg, #003BB2 0,#002A7F 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(-45deg, #003BB2 0,#002A7F 100%); /* Opera11.10+ */
	background: linear-gradient(-45deg, #003BB2 0,#002A7F 100%); /* W3C */
	color: #FFFFFF;
}

#box3 {
	background: #ff9900; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #FF9F19 0, #E58900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0,#FF9F19), color-stop(100%,#E58900)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(-45deg, #FF9F19 0,#E58900 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(-45deg, #FF9F19 0,#E58900 100%); /* Opera11.10+ */
	background: linear-gradient(-45deg, #FF9F19 0,#E58900 100%); /* W3C */
	color: #000000;
}

/*#box4 {
	background: #ff6600;*/ /* Old browsers */
	/*background: -moz-linear-gradient(-45deg, #FF7519 0, #E55700 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right bottom, color-stop(0,#FF7519), color-stop(100%,#E55700));*/ /* Chrome, Safari4+ */
	/*background: -webkit-linear-gradient(-45deg, #FF7519 0,#E55700 100%);*/ /* Chrome10+, Safari5.1+ */
	/*background: -o-linear-gradient(-45deg, #FF7519 0,#E55700 100%);*/ /* Opera11.10+ */
	/*background: linear-gradient(-45deg, #FF7519 0,#E55700 100%);*/ /* W3C */
	/*color: #000000;
}*/

/*	#box4 a {
		color: #003a30;
	}*/

.gallery-item {
	/*float: left;*/
	display: inline-block;
	width: 25%;
	text-align: center; /* border-style: solid; 			border-width: 1px; */
	height: 270px;
	margin-top: 60px;
	vertical-align: top;
}

	.gallery-item div {
		margin-bottom: 3px;
	}

#GalleryListView_DataPager {
	clear: left;
	display: block;
}

.gallerylogo {
	width: 128px;
	height: 128px;
	margin-right: auto;
	margin-left: auto;
}

#gallery a:hover .gallerylogo {
	box-shadow: 3px 3px 10px #888;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-3px, -3px);
	transform: translate(-3px, -3px);
}

#gallery .ratings {
	position: relative;
	top: 0;
	white-space: nowrap;
}

.logo {
	width: 100%;
	padding-bottom: 100%; /* background-image inserted via code so we can use the IE8 hack */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 60px 0 10px 0;
	background-position: center;
}

.logo2 {
	width: 100%;
	padding-bottom: 100%; /* background-image inserted via code so we can use the IE8 hack */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	background-position: center;
}

.logoSold {
	background-size: 40% 15%, 100% 100%;
}

.gallery-container {
	display: flex;
	flex-wrap: wrap;
}

.item {
	float: left;
	width: 33%;
}

.item2 {
	background-color: #CCCCCC;
	margin: 3% 3% 60px 3%;
	box-shadow: 5px 5px 5px #888;
	flex: 1 0 27%;
	max-width: 27%; /* for trailing items */
	overflow-x: hidden;
}

.item:nth-of-type(3n + 1) {
	clear: left;
}

.item-inner {
	background-color: #CCCCCC;
	margin: 15px;
	box-shadow: 5px 5px 5px #888;
}

.parcel {
	text-align: center;
	font-weight: bold;
}

#re .pricediv, #re .ratediv, #re .contactdiv {
	clear: left;
	float: left;
	margin: 0 0 0 5%;
}

.parcel_desc {
	clear: left;
	float: left;
	margin: 0 5% 5% 5%;
}

#re .sizediv, #re .primsdiv, #re .ratingdiv {
	float: right;
	margin: 0 5% 0 0;
}

.slurldiv {
	padding: 10px 0 10px 0;
	text-align: center;
}

/* https://webkul.github.io/csspin/ */
.cp-spinner {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	display: inline-block;
}

.cp-meter {
	--thecolor: hsl(220, 100%, 31%);
	border-radius: 50%;
	border-top: solid 6px var(--thecolor);
	border-right: solid 6px var(--thecolor);
	border-bottom: solid 6px var(--thecolor);
	border-left: solid 6px var(--thecolor);
}

	.cp-meter:before {
		border-radius: 3px;
		content: " ";
		width: 6px;
		height: 12px;
		display: inline-block;
		background-color: var(--thecolor);
		position: absolute;
		top: 5px;
		left: 16px;
		transform-origin: center bottom;
		animation: cp-meter-animate-before 1s linear infinite
	}

@keyframes cp-meter-animate-before {
	0% {
		transform: rotate(-45deg)
	}

	100% {
		transform: rotate(315deg)
	}
}

.progress {
	background: transparent url(/images/spinner.gif) no-repeat center center;
}

.slurl {
	border: 0 none;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	padding: 2px 25px 2px;
	text-align: center;
	text-decoration: none;
	background: #ff9900; /* Old browsers */
	background: -moz-linear-gradient(-90deg, #FF9F19 0, #E58900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0,#FF9F19), color-stop(100%,#E58900)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(-90deg, #FF9F19 0,#E58900 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(-90deg, #FF9F19 0,#E58900 100%); /* Opera11.10+ */
	background: linear-gradient(-90deg, #FF9F19 0,#E58900 100%); /* W3C */
	color: #000000;
}
.slurl:hover, .slurl:focus

{
	box-shadow: 0 1px 8px rgba(58,51,53,0.4);
	-webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
	transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.option-box {
	background-color: #cccccc;
}

#reviews p {
	/*font-size: 1.2em;*/
	margin-bottom: 1em;
}

@media only screen and (max-width: 1100px) {
	#re_wrap .col {
		width: 48%;
	}
}

@media only screen and (max-width: 550px) {
	#re_wrap .col {
		width: 100%;
	}
}

@media only screen and (min-width: 1280px) {
	.item2 {
		flex: 1 0 19%;
		max-width: 19%;
	}
}

@media only screen and (max-width: 960px) {
	.col, .col-single {
		width: 48%;
	}

	.gallery-item {
		width: 33%;
	}

	.item {
		width: 50%;
	}

		.item:nth-of-type(3n + 1) {
			clear: none;
		}

		.item:nth-of-type(2n + 1) {
			clear: left;
		}

	.item2 {
		flex: 1 0 44%;
		max-width: 44%; /* for trailing items */
	}
}

@media only screen and (max-width: 680px) {
	.col {
		width: 100%;
	}

	.gallery-item {
		width: 50%;
	}
}

@media only screen and (max-width: 560px) {
	.stardiv {
		float: none; /* make it center */
	}

	.item, .gallery-item {
		width: 100%;
	}

		.item:nth-of-type(3n + 1) {
			clear: none;
		}

	.item2 {
		flex: 1 0 94%;
		max-width: 94%;
	}
}