
html {
	text-align: center;
	font-family: "Lato",Arial,"Helvetica Neue",Helvetica,Roboto,sans-serif;
	font-size: 14px;
}

body {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 2000px;
    box-sizing: border-box;
    margin: 0;
}

div, h1, h2, h3, h4, p, ul, li, a, img, input {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
}

ul {
	list-style: none;
	padding: 0;
}

a {
	width: auto;
	text-decoration: none;
	box-sizing: border-box;
}

a:hover {
	cursor: pointer;
}

.button {
	display: inline-block;
}

.hidden {
	display: none;
}

/*
.disabled-div {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color: transparent;
	z-index: 100;
}
*/

/************/

.main-div {
	background: transparent url("image/skylight-lo.jpg") no-repeat scroll center top / cover;
}

.main-div.results-page {
	background: transparent url("image/foambg.jpg") no-repeat scroll left bottom / cover;
}

/*
.main-div > div {
	background-color: rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.2);
}
*/


.main-div.results-page > div {
	background: rgba(100, 100, 80, 0.4);
	background: linear-gradient(transparent 0%, rgba(0,0,0,.6) 100%);
	background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,.6) 100%);
	background: -moz-linear-gradient(transparent 0%, rgba(0,0,0,.6) 100%);
	background: -o-linear-gradient(transparent 0%, rgba(0,0,0,.6) 100%);
}


.main-div > div > div {
	width: 900px;
	max-width: 86%;
	padding: 1em 0;
}

.main-div > div > div > img {
	height: 3em;
	width: auto;
}

h1 {
	font-size: 2.2em;
	color: white;
	font-weight: 700;
	margin-bottom: .3em;
	letter-spacing: .05em;
}

h2 {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: .05em;
}

h2.big {
	font-size: 2.5em;
}

h2.align-center {
	text-align: center;
}

.button {
	position: relative;
	display: inline-block;
	width: auto;
}

.button a {
	font-size: 1.5em;
	font-weight: 700;
	background-color: black;
	color: white;
	border-radius: .2em;
	padding: .5em 2em;
	margin-left: 1em;
	margin-right: 1em;

	transition: color .5s ease;
    -webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
}

.button a:hover {
	color: #fcd27c;

	transition: color .5s ease;
    -webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
}

.button.book-now a {
	background-color: #29a8df;
}

.button.book-now a:hover,
.cta {
	color: #ffef3b;
}

.disabled {
	opacity: .25;
	z-index: 0;
}

/*
.disabled a:hover {
	cursor: initial;
}
*/

.blocker {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	opacity: 0;
	z-index: 100;
	display: none;
}

.disabled > .blocker {
	display: block;
}


.sep {
	width: 100%;
	height: 2em;
}

.page-1 h3 {
	width: 20%;
	min-width: 5em;
	text-align: left;
}

.radio-div {
	text-align: left;
	line-height: 1.5em;
	font-weight: 700;
	font-size: 1.2em;
}

.radio-div > div {
	/* padding-right: 3em; */
	width: auto;
	min-width: 22%;
	/* padding-left: 1em; */
}

.radio-div > div:last-of-type {
	padding-right: 0;
}

input[type=radio] {
	width: 1em;
	height: 1em;
}

.radio-div .radio-bg a {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent
}

input.invalid {
	background-color: #ffd9d9;
/*	border: 1px solid #fc3f3f; */
}

input[type=radio]:not(old) + .radio-bg {
	margin-left: -1em;
	width: 1.5em;
	height: 1em;
	background: url("image/radio.png") no-repeat left top / 1em 1em;
}

input[type=radio]:not(old):checked  + .radio-bg {
	background-image: url("image/radio-sel.png");
}

/*
a {
	font-size: 1.5em;
	font-weight: 700;
	background-color: black;
	color: white;
	border-radius: .2em;
	padding: .5em 2em;
}
*/

.fields {
	text-align: left;
	background-color: rgba(0,0,0, .5);
	color: white;
	padding: 2.5em 4em;
	font-weight: 500;
	border-radius: .2em;
}

.fields h3 {
	font-size: 1.5em;
}

.fields h4 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: .5em;
}

.fields .sep {
	width: 100%;
}

.fields .sep.short {
	height: 1em;
}

.fields .sep.very-short {
	height: .5em;
}

.field {
	position: relative;
	text-align: left;
}

.field select {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: .25em .5em;
}

.field > div {
	width: auto;
	margin-right: 1.2em;
	margin-bottom: 1em;
}

.field > div > div {
	width: 4.5em;
}

.or {
	font-weight: 700;
}


.field input {
	width: 7.5em;
	font-size: 1.2em;
	padding: .25em .5em;
}

.field select,
.field input {
	border-radius: .2em;
	border-width: 0;
}

.field.full-width input {
	width: 100%;
	padding: .5em 1em;
}

.hsep {
	width: 2em;
}

.page-1 .fields {
	padding-top: 4em;
	padding-bottom: 4em;
	min-height: 20em;
}

.page table {
	width: 100%;
	border: 1px solid white;
	border-collapse: collapse;
	color: white;
	font-size: 1.2em;
	font-weight: 700;
}

.page table thead tr {
	background-color: rgba(255,255,255, .3);
	color: black;
}

.page table thead tr.small {
	display: none;
}

.page table tbody .current-tr td {
	color: #fcd27c;
}


/*
.page-2 table tbody td {
		color: #fcd27c;
}

.page-2 table tbody .current-tr td {
	color: white;
}
*/

.page table td {
	/* width: 25%; */
	border: 1px solid white;
	padding: .8em 1em;
}

.page table td .fa {
	color: white;
	float: right;
	padding-left: .3em;
	margin-top: .1em;
}

.page table td .fa:hover {
	color: #fcd27c;
}

.error-msg {
	font-size: 1.2em;
	font-weight: 700;
	color:#ffd9d9;
}

/*
.page table .current-tr td .fa {
	display: none;
}
*/

/*
#area-div > h4 > div {
	width: 13em;
}
*/

.cta-phone {
    font-family: "Lato",Arial,"Helvetica Neue",Helvetica,Roboto,sans-serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: .03em;
    color: white;
    margin-top: .4em;
}

.cta-phone a {
    text-decoration: none;
    color: inherit;
}

.cta-phone a:hover {
	color: #ffef3b;
}

.cta-phone img {
    margin-right: .3em;
    height: 1em;
    width: auto;
    transform: translate(0, .1em);
    -ms-transform: translate(0, .1em);
    -webkit-transform: translate(0, .1em);
}




@media only screen and (max-width: 780px) {
	html {
		font-size: 12px;
	}
	.radio-div > div {
		width: 40%;
	}
}



@media only screen and (max-width: 600px) {
	html {
		font-size: 11px;
	}

	.page-4 table {
		font-size: 1em;
	}
	
	.button {
		margin-bottom: 1em;
	}
	
	.page.page-2 table td.area-td {
		padding-top: 1.6em;
	}
	.page table td .fa {
		width: 100%;
		text-align: right;
	}
}

@media only screen and (max-width: 500px) {
	.page table thead tr.small {
		display: table-row;
	}
	.page table thead tr.big {
		display: none;
	}
	.radio-div > div {
		width: 80%;
	}
	.page-1 .fields {
	    padding-top: 2em;
	    min-height: 0;
	}

}

@media only screen and (max-width: 440px) {
	html {
		font-size: 10px;
	}
	.main-div.results-page > div > div {
		max-width: 96%;
	}
	.main-div .page-2 .fields,
	.main-div .page-4 .fields {
		padding: 2em 2em;
	}
	.main-div .page table td {
		padding: .6em .5em;
	}

}

@media only screen and (max-width: 340px) {
	.page table {
		font-size: .9em;
	}
	.main-div .page-4 .fields {
		padding: 1em;
	}
	.main-div .page-4 table td {
		padding: .3em;
	}
}
/*
@media only screen and (max-width: 280px {
	.page table {
		font-size: .8em;
	}
	.fields {
		padding: .6em;
	}

}
*/