/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;

}


.hidden { display: none; }
.unhidden { display: block; }


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #ffffff;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}

#bodyisland {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #ffffff;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	background-position:leftt;
	font-weight: 200;
	font-size: 12px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}

.bodyss {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #ffffff;
	background-image:url(../images/backss.jpg);
	background-repeat:no-repeat;
	background-position:leftt;
	font-weight: 200;
	font-size: 12px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}

.bodyresort {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #ffffff;
	background-image:url(../images/backresort.jpg);
	background-repeat:no-repeat;
	background-position:leftt;
	font-weight: 200;
	font-size: 12px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}

.bodytropicseas {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #ffffff;
	background-image:url(../images/backtropicseas.jpg);
	background-repeat:no-repeat;
	background-position:leftt;
	font-weight: 200;
	font-size: 12px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}

.bodygarden {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #ffffff;
	background-image:url(../images/backgarden.jpg);
	background-repeat:no-repeat;
	background-position:leftt;
	font-weight: 200;
	font-size: 12px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}
 .bodytidalfit {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #ffffff;
	background-image:url(../images/backtidalfit.jpg);
	background-repeat:no-repeat;
	background-position:leftt;
	font-weight: 200;
	font-size: 12px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}

.bodype {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #ffffff;
	background-image:url(../images/backpe.jpg);
	background-repeat:no-repeat;
	background-position:leftt;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	overflow-y: scroll;
	overflow-x: hidden;
}


a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;

}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.container > header,
.main {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0px;

	
}

.container > header {
	padding: 30px 25px 50px 25px;

}

.container > header h1 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	color: #666;
	float: left;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
	display: inline-block;
	width: 50%;
	min-width: 320px;

}

.container > header h1 span {
	display: block;
	font-size: 15px;
	font-weight: 300;

}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);

}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	display: inline-block;
	padding-top: 5px;
	text-align: right;
	width: 50%;
	min-width: 320px;
}

.codrops-demos a {
	display: inline-block;
	margin: 10px 20px 0 0;
	color: #666;
	font-weight: 700;
	padding-bottom: 5px;
	border-bottom: 4px solid transparent;
}

.codrops-demos a:last-child {
	margin-right: 0px;
}

.codrops-demos a:hover {
	color: #000;
	border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.support-note {
	clear: both;
}

.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 640px){
	.codrops-demos { text-align: left;}
}

/* Custom elements style */
.wrapper {
	position: relative;
	padding: 0 0 50px 0;
	visibility: inherit;


}

.topbar {
	position: relative;
	padding: 20px 0;
	margin: 0 0 40px;
	box-shadow: 0 1px 0 #aaa, 0 -1px 0 #aaa;

}

#topbar1 {
	position: relative;
	padding: 20px 0;
	margin: 0 0 40px;
	box-shadow: 0 1px 0 #aaa, 0 -1px 0 #aaa;


}

#nextbutton {
	position: relative;
	margin: 0 0 40px;
	position:absolute;
	width:100px;
	font-size:12px;
	top:-10px;


}

.back {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #999;
	background: #ddd;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	display: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.no-touch .back:hover {
	background: #fff;
	background: rgba(255,255,255,0.9);
}

.topbar h2,
.topbar h3 {
	display: inline-block;
	font-weight: 100;
	font-size: 20px;
	min-width: 80px;
}

.topbar h2 {
	padding-right: 20px;
	color: #667;
}

.topbar h3 {
	text-align: right;
	padding-left: 20px;
	color: #aaa;
}

/* Loader */

.loader {
	left: 125px;
	position: absolute;
	margin-left: -120px;
	width: 285px;
}

.loader i {
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-animation: loading 1s linear infinite forwards;
	-moz-animation: loading 1s linear infinite forwards;
	-o-animation: loading 1s linear infinite forwards;
	-ms-animation: loading 1s linear infinite forwards;
	animation: loading 1s linear infinite forwards;
}

.cssanimations .loader span {
	display: none;
}

.no-cssanimations .loader i {
	display: none;
}

.loader i:nth-child(2){
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loader i:nth-child(3){
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loader i:nth-child(4){
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.loader i:nth-child(5){
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loader i:nth-child(6){
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-webkit-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-moz-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-moz-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-o-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-o-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@-ms-keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		-ms-transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@keyframes loading{
	0%{
		opacity: 0;
		background-color: rgba(255,255,255,0.9);
	}

	100%{
		opacity: 1;
		transform: scale(0.25) rotate(75deg);
		background-color: rgba(155,155,155,0.9);
	}
}

@media screen and (max-width: 680px){
	.topbar h2, .topbar h3 { text-align: left; padding: 0; display: block;}
	.back { left: auto; right: 0px; margin-left: 0px;}
	
}

a#toDrag, div#toDrag, #dropTarget, #dropTarget1, {
	font-size: 20px;
	border: solid 1px gray;
	background: white;
	width: 320px;
	height: 320px;
	padding: 1em;
	display: block;
    color: #000099;
    font-family: "Times New Roman", serif;
	position: absolute;
    overflow:hidden;


}
a#spa-description{
	font-size: 20px;
	border:none;
	background: white;
	width: 800px;
	height: 120px;
	padding: 1em;
	color: #000099;
	font-family: "Times New Roman", serif;
	position: absolute;
	
}

a#spa-title{
	font-size: 40px;
	border:line;
	width: 700px;
	height: 140px;
	padding: 1em;
    color: #000099;
    font-family: "Times New Roman", serif;
	position: absolute;

}

#shellcolor1 {
	font-size: 14px;
	border: solid 1px gray;
	background: white;
	width: 320px;
	padding: 1em;
	display: block;
    color: #000099;
    font-family: "Times New Roman", serif;
	z-index: 2;
	position: absolute;
    overflow:hidden;
	opacity: 0.5;

    
}

code {
	font-size: 1.3em;
}

img#toDrag {
	border: none;

}

a#toDrag, div#toDrag {
	background-color: red;
	
	
}

#dropTarget {
	font-size: .9em;
	font-family: "MS Sans Serif", sans;
	height: 0px;
	margin-top: 0px;
	position: absolute;

	
}
#dropTarget1 {
	font-size: .9em;
	font-family: "MS Sans Serif", sans;
	height: 320px;
	margin-top: 40px;
	margin-left:340px;
	position: absolute;

}

#spa-description {
	font-size: .9em;
	font-family: "MS Sans Serif", sans;
	height: 40px;
	margin-top: -40px;
	position: absolute;
	margin-left:0px;
	width:600px;
	
}

#spa-title {
	font-size: 1.5em;
	font-family: "MS Sans Serif", sans;
	height: 25px;
	margin-top: -70px;
	position: absolute;
	margin-left:0px;
	width:700px;
	background: linear-gradient(90deg, #629136,#94b477, #ffffff );
	color:#FFFFFF;
	text-indent: 10px;
	padding: 2px;
}

#spa-titleresort {
	font-size: 1.5em;
	font-family: "MS Sans Serif", sans;
	height: 25px;
	margin-top: -80px;
	position: absolute;
	margin-left:0px;
	width:700px;
	background: linear-gradient(90deg, #339999, #ffffff );
	color:#FFFFFF;
	text-indent: 10px;
	padding: 2px;
}

#spa-titletropicseas {
	font-size: 1.5em;
	font-family: "MS Sans Serif", sans;
	height: 25px;
	margin-top: -80px;
	position: absolute;
	margin-left:0px;
	width:700px;
	background: linear-gradient(90deg, #ff3300,#ff9933, #ffffff );
	color:#FFFFFF;
	text-indent: 10px;
	padding: 2px;
}

#spa-titless {
	font-size: 1.5em;
	font-family: "MS Sans Serif", sans;
	height: 25px;
	margin-top: -80px;
	position: absolute;
	margin-left:0px;
	width:700px;
	background: linear-gradient(90deg, #0099ff, #ffffff );
	color:#FFFFFF;
	text-indent: 10px;
	padding: 2px;
}

#spa-titletidalfit {
	font-size: 1.5em;
	font-family: "MS Sans Serif", sans;
	height: 25px;
	margin-top: -80px;
	position: absolute;
	margin-left:0px;
	width:700px;
	background: linear-gradient(90deg, #3399cc,#66ccff, #ffffff );
	color:#FFFFFF;
	text-indent: 10px;
	padding: 2px;
}

#spa-titlegarden {
	font-size: 1.5em;
	font-family: "MS Sans Serif", sans;
	height: 25px;
	margin-top: -80px;
	position: absolute;
	margin-left:0px;
	width:700px;
	background: linear-gradient(90deg, #663366,#6633ff, #ffffff );
	color:#FFFFFF;
	text-indent: 10px;
	padding: 2px;
}

#spa-title1 {
	font-size: 1.5em;
	font-family: "MS Sans Serif", sans;
	height: 25px;
	margin-top: -80px;
	position: absolute;
	margin-left:0px;
	width:700px;
	background: linear-gradient(90deg, #303030,#4e4e4e, #ffffff );
	color:#FFFFFF;
	text-indent: 10;
	padding: 2px;
}

#form-title {
	font-size: 1em;
	font-family: "MS Sans Serif", sans;
	height: 25px;
	margin-top: -80px;
	position: absolute;
	margin-left:0px;
	width:960px;
	background: linear-gradient(90deg, #303030,#4e4e4e, #ffffff );
	color:#FFFFFF;
	text-indent: 10px;
	
}
#microban {
	font-size: 13px;
	font-family: "MS Sans Serif", sans;
	margin-top: 400px;
	position: absolute;
	width:800px;

}


#footer1 {
	font-size: .9em;
	font-family: "MS Sans Serif", sans;
	height: 320px;
	margin-top: 800px;
	position: absolute;
	}

.caption {
	text-align: center;
	margin-top: 0.3em;
}

#toDrag, #dropTarget, fieldset {
	
}

#eventLog {
	top: 13em;
	left: 18em;
	position: absolute;
}

#eventNotice {
	display: block;
	overflow: scroll;
	width: 41em;
	height: 15em;
	border: solid 1px black;
	margin-bottom: 2em;
}


iframe {
	height: 20em;
}

.menu1 {
	position:absolute;
	width:330px;
	font-size:12px;
	top: 160px;

}


.menu2 {
	position:absolute;
	width:400px;
	font-size:12px;
	top: 135px;
	left: 40px;
}

.menu3 {
	position:absolute;
	width:800px;
	font-size:12px;
	top:100px;
	left: 0px;


}
.field {
	position:absolute;
	width:200px;
	font-size:12px;
	line-height:16px;

}