.appointy {
	display: block;
	width: 830px;
	height: 555px;
}

.appointybtn {
	display: none;
}

.photoalbums li {
	display: inline-block;
	width: 175px;
	margin-top: 10px;
	vertical-align: top;
}

.photoalbums li a {
	display: block;
}

.photoalbums li img {
	max-height: 200px;
	max-width: 150px;
	border: 2px solid #B3B378;
	-webkit-box-shadow: 2px 2px 6px #333333;
	-moz-box-shadow: 2px 2px 6px #333333;
	box-shadow: 2px 2px 6px #333333;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.photoalbums div {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #EAC986;
	font-style: italic;
}

.ownership {
	display: block;
	position: absolute;
	left: 55%;
	top: 29px;
	z-index: 20;
/*	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
*/
}

/* @-webkit-keyframes rotate {
    0%   { -webkit-transform: rotate(2deg); }
    50%  { -webkit-transform: rotate(-2deg); }
    100% { -webkit-transform: rotate(2deg); }
}

@keyframes rotate {
    0%   { transform: rotate(2deg); }
    50%  { transform: rotate(-2deg); }
    100% { transform: rotate(2deg); }
}
*/

html {
	overflow-x: hidden;
}

body {
	margin: 25px 0 45px 0;
	background-color: #999966;
/*	background: url('../images/noise.png'), #999966; */
	background: url('../images/bg1.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.maincontainer {
	width: 990px;
	margin: 0 auto;
	background-color: #EAC986;
	background: url('../images/noise.png'), #EAC986;
	border: 4px solid #B3B378;
	-moz-box-shadow: 2px 2px 20px 5px #000000;
	-webkit-box-shadow: 2px 2px 20px 5px #000000;
	box-shadow: 2px 2px 20px 5px #000000;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 100px;
	-webkit-border-top-left-radius: 100px;
	border-top-left-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-webkit-border-bottom-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.head {
	background-color: #F2F0DB;
/*	background: url('../images/noise.png'), #F2F0DB; */
	background: url('../images/bg2.jpg');
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-border-radius-topright: 21px;
	-webkit-border-top-right-radius: 21px;
	border-top-right-radius: 21px;
	-moz-border-radius-topleft: 96px;
	-webkit-border-top-left-radius: 96px;
	border-top-left-radius: 96px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.menu {
	background-color: #F2F0DB;
	background: url('../images/noise.png'), #F2F0DB;
	border-top: 4px solid #B3B378;
	border-bottom: 4px solid #B3B378;
}

.foot {
	background-color: #F2F0DB;
/*	background: url('../images/noise.png'), #F2F0DB; */
	background: url('../images/bg2.jpg');
	border-top: 4px solid #B3B378;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomright: 96px;
	-moz-border-radius-bottomleft: 21px;
	-webkit-border-bottom-right-radius: 96px;
	-webkit-border-bottom-left-radius: 21px;
	border-bottom-right-radius: 96px;
	border-bottom-left-radius: 21px;
}

.defaultbg {
	background: url('../images/big1.jpg') top center no-repeat;
	background-size: cover;
}

.servicesbg {
	background: url('../images/big2.jpg') top right no-repeat;
	background-size: cover;
}

.spabg {
	background: url('../images/big3.jpg') top right no-repeat;
	background-size: cover;
}

.schedulebg {
	background: url('../images/big4.jpg') top center no-repeat;
	background-size: cover;
}

.contactbg {
	background: url('../images/big5.jpg') top center no-repeat;
	background-size: cover;
}

.photosbg {
	background: url('../images/big6.jpg') top center no-repeat;
	background-size: cover;
}

.scale-with-grid {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.picborder {
	-moz-background-clip: border;
	-webkit-background-clip: border-box; 
	background-clip: border-box;
	-moz-border-radius-topleft: 23px;
	-webkit-border-top-left-radius: 23px;
	border-top-left-radius: 23px;
	-moz-border-radius-topright: 23px;
	-webkit-border-top-right-radius: 23px;
	border-top-right-radius: 23px;
}

.centered {
	text-align: center;
}

.rightmorph {
	display: inline;
	float: right;
	text-align: right;
}

.leftmorph {
	display: inline;
	float: left;
	text-align: left;
}

.gap {
	height: 25px;
}

.nobottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

.nojavascript {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 5px;
	height: 35px;
	background: #FE3333;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
}

H1 {
	font-family: edwardian_script_itcregular;
	margin-top: 10px;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #EAC986;
	-webkit-text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
	-moz-text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
	text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
}

H2 {
	font-family: edwardian_script_itcregular;
	margin-top: 10px;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	font-style: normal;
	color: #EAC986;
	-webkit-text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
	-moz-text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
	text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
}

H3 {
	margin: 10px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #EAC986;
	-webkit-text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
	-moz-text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
	text-shadow: 1px 1px 0 #81431C, 1px -1px 0 #81431C, -1px 1px 0 #81431C, -1px -1px 0 #81431C, 2px 2px 1px #666666;
}

H3:after {
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-right: none;
	border-left-color: #EAC986;
	content: '';
	display: block;
	position: relative;
	margin-top: -14px;
	z-index: 10;
	left: -12px;
}

.pricing {
	margin-top: 15px;
	width: 100%;
	border: 1px solid #B3B378;
}

.pricing td {
	height: 30px;
	vertical-align: middle;
}

.pricing tr:nth-child(odd) {
	background: url('../images/noise.png');
}

.pricing td:first-child {
	padding-left: 5px;
}

.pricing td:last-child {
	width: 90px;
	padding-right: 5px;
	text-align: right;
}

.service {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #EAC986;
	font-style: italic;
}

.price {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #EAC986;
	font-style: italic;
}

.bodytxt, .bodytxtwh {
	margin: 10px;
	padding: 15px;
	background: url('../images/bgtrans.png');
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #EAC986;
	font-style: italic;
	border: 2px solid #B3B378;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 2px 2px 6px #333333;
	-moz-box-shadow: 2px 2px 6px #333333;
	box-shadow: 2px 2px 6px #333333;
}

.bodytxt {
	background: url('../images/bgtrans.png');
}

.bodytxtwh {
	background: url('../images/bgtranswh.png');
}

.bodytxt span {
	font-family: edwardian_script_itcregular;
	font-size: 30px;
	font-style: normal;
}

.bodytxt a:link, .bodytxt a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.bodytxt a:hover, .bodytxt a:active {
	color: #D41D22;
	text-decoration: underline;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.footmenu li {
	display: inline-block;
	margin: 5px 0 15px 0;
}

.footmenu li a {
	background-color: #F2F0DB;
	background: url('../images/noise.png'), #F2F0DB;
	color: #81431C;
	margin: 0 2px 0 2px;
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	border: 2px solid #B3B378;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
	box-shadow: 2px 2px 5px #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-in-out;
}

.footmenu li a:hover, .footmenu li a:focus {
	color: #D41D22;
	background-color: #F2F0DB;
	background: #F2F0DB;
	text-decoration: none;
/*	border: 2px solid #76A147; */
}

.hours {
	margin: 10px;
	font-size: 14px;
	line-height: 21px;
	color: #81431C;
	font-style: italic;
}

.hours span {
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.copyright {
	color: #800000;
	font-size: 12px;
	line-height: 18px;
}

.social {
	display: block;
	margin-top: 10px;
}

form {
	margin: 0;
	padding: 0;
	line-height: 0;
}

input:invalid {
	border: 2px solid #ff0000;
}

label, legend {
	display: block;
}

label {
	margin: 0;
	padding: 0;
}

input[type="number"], input[type="text"], select, textarea {
	margin: 1px 0 10px 0;
	padding: 2px;
	vertical-align: middle;
	color: #000000;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	text-transform: none;
	box-shadow: 0px 0px 10px rgb(224, 224, 224) inset;
}

select, input[type="number"], input[type="text"], textarea {
	border: 1px solid silver;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input.dis {
	color: #404040;
	border: 1px solid #808080;
	background-color: transparent;
}

.req {
	background-color: #E0FFE0;
}

.googlemap {
	width: 850px;
	height: 500px;
	border: 2px solid #B3B378;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box; 
	background-clip: border-box;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 6px #333333;
	-moz-box-shadow: 2px 2px 6px #333333;
	box-shadow: 2px 2px 6px #333333;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

	.maincontainer {
		width: 790px;
	}

	.googlemap {
		width: 670px;
		height: 380px;
	}

	.appointy {
		display: block;
		width: 650px;
	}

	.appointybtn {
		display: none;
	}

}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {


}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.rightmorph {
		text-align: center;
	}

	.leftmorph {
		text-align: center;
	}

	.maincontainer {
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
	}

	.head {
		-moz-border-radius-topleft: 21px;
		-webkit-border-top-left-radius: 21px;
		border-top-left-radius: 21px;
	}

	.foot {
		-moz-border-radius-bottomright: 21px;
		-webkit-border-bottom-right-radius: 21px;
		border-bottom-right-radius: 21px;
	}

	.ownership {
		display: none;
	}

	.defaultbg {
		background: url('../images/big1420.jpg') top center no-repeat;
		background-size: cover;
	}

	.servicesbg {
		background: url('../images/big2420.jpg') top right no-repeat;
		background-size: cover;
	}

	.spabg {
		background: url('../images/big3420.jpg') top right no-repeat;
		background-size: cover;
	}

	.schedulebg {
		background: url('../images/big4420.jpg') top center no-repeat;
		background-size: cover;
	}

	.contactbg {
		background: url('../images/big5420.jpg') top center no-repeat;
		background-size: cover;
	}

	.photosbg {
		background: url('../images/big6420.jpg') top center no-repeat;
		background-size: cover;
	}

	.appointy {
		display: none;
	}

	.appointybtn {
		display: block;
	}

}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.maincontainer {
		width: 430px;
	}

	.googlemap {
		width: 360px;
		height: 320px;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	.maincontainer {
		width: 310px;
	}

	.googlemap {
		width: 240px;
		height: 300px;
	}

}
