/*
 html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
display:block;
}

ul, dl {
list-style:none;
width:100%;
}

a {
text-decoration:none;
background: none;
}

html,body {margin:0;padding:0;}

/* end reset */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/*

Colors:

yellow: #cbd500
grey: #444
turq: #68BCA5

*/

body {
	background-color:#f6f6f6;
}

.container {
	width:960px;
	height:auto;
	margin:0px auto;
	padding:0px;
	clear:both;
}
@media (max-width: 960px) {
	.container {
		width: auto;
	}
}

/* columns */

.onecol,
.twocol,
.threecol,
.fourcol {
	height:auto;
	float:left;
	margin:0 1.234567901235%; /* 10px / 810 */
	padding:0;
}

.onecol {
	width: 940px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.twocol {
	width: 460px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.threecol {
	width: 300px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.fourcol {
	width: 220px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.direction-header {
	width: 780px;
	height: auto;
	float: left;
	margin: 0 10px;
}


.directions {
	width: 380px;
	height: auto;
	float: left;
	margin: 0 10px;
}

@media (max-width: 960px) {
	.directions.second {
		margin: 0 auto;
		float: none;
		clear: both;
	}
}
@media (max-width: 380px) {
	.directions {
		width: auto;
	}
	.directions.second iframe {
		height: 320px;
		width: 100%;
	}
	.directions.second > img {
		width: 97% !important;
	}
}

.map-wide {
	width: 760px;
	height: auto;
	float: left;
	margin: 0 10px;
}
@media (max-width: 960px) {
	.map-wide {
		width: 380px;
	}
	.map-wide iframe {
		height: 370px;
		width: 370px;
	}
}
@media (max-width: 380px) {
	.map-wide {
		width: auto;
	}
	.map-wide iframe {
		height: 320px;
		width: 100%;
	}
}

.fourcol-prop {
	background:#68BCA5;
	padding:30px 0 0 0;
	height:135px;
	-webkit-transition: background-color .25s ease-in; /*safari and chrome */
 	-o-transition: background-color .25s ease-in; /* opera */
}

.prop {
	background-color: #000;
	height:165px;
	margin-bottom: 40px;
}

.fourcol-prop:hover {
	background: #cbd500;
	cursor: pointer;
}

.fivecol {
	width: 172px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.sixcol {
	width: 140px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.threecol_2 {
	width: 620px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.fourcol_3 {
	width: 700px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.fivecol_3 {
	width: 556px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.twelvecol {
	width: 60px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.twelvecol_5 {
	width: 380px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.twelvecol_7 {
	width: 540px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.slidescol {
	width: 800px;
	height: auto;
	float: left;
	margin: 0 10px;
}

.rule {
	width:100%;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}

.bump {
	width: 100%;
	height: 30px;
	clear:both;
}

a.fade {
	-webkit-transition: opacity .2s ease-in; /*safari and chrome */
	-o-transition: opacity .2s ease-in; /* opera */}

a.fade:hover {
	border: none;
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	

}

img.prop {
	margin-bottom: 40px;
	-webkit-transition: opacity .2s ease-in; /*safari and chrome */
	-o-transition: opacity .2s ease-in; /* opera */
}

img.prop:hover {
	opacity: 0.25;
	filter: alpha(opacity=25);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

@media (max-width: 960px) {
	.onecol,
	.twocol,
	.threecol,
	.fourcol,
	.threecol_2,
	.fourcol_3 {
		float: none;
		width: auto;
	}
}



/*~~~~~~~~~~~ Menu ~~~~~~~~~~~~~~*/

#menu {
	
	margin: -43px auto 0 auto;
	text-align: center;
	width: 435px;
	height: auto;
	background: #f6f6f6;
	padding: 19px 0 19px 0;
	font-family: "Arial Narrow",sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}
@media (max-width: 800px) {
	#menu {
		display: none;
	}
}


li#menunav {
	display:inline;
	text-align: center;
	margin: 0 auto;
}


#menunav a {
	color:#000;
	margin:0 7px;
}


#menunav a:hover {
	border-bottom: 5px solid #cbd500;
}


::selection {
	background:#cbd500;
}
::-moz-selection {
	background:#cbd500;
}
::-webkit-selection {
	background:#cbd500;
}

/*~~~~~~~~~~~ Header ~~~~~~~~~~~~~~*/

#bg {
	background-image: url('/images/island_banner.jpg');
	background-position-y: -148px;
	background-size: cover;
	height: 423px;
	position: relative;
}
#bg > header {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 30px;
}
#bg > header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25)
}
#bg > header > h1 {
	margin: 0;
	color: #fefefe;
	position: relative;
	z-index: 1;
}
@media (max-width: 853px ) { /* when reducing the size would just crop the image */
	#bg {
		background-position-y: 0;
	}
}
@media (max-width: 563px ) { /* same metric, just after re-positioning the image */
	#bg {
		background-position-x: -72px;
	}
}

/*~~~~~~~ AND SO WE BEGIN ~~~~~~~*/

p a, blockquote a {
	color: #68BCA5;
	background-color: none;
	text-decoration: none;
	-webkit-transition: color .2s ease-in; /*safari and chrome */
	-o-transition: color .2s ease-in; /* opera */
}

p a:hover, blockquote a:hover {
	color:#cbd500;

}

p {
	color: #666;
	font-family: "Merriweather",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h1 {
	font-family: "Arial Narrow",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	color: #000;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h1.profile {
	width:100%;
	margin: 15px 0;
	font-size: 28px;
	line-break: 28px;
}

h2 {
	font-family: "Arial Narrow",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	color: #68BCA5;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h3 {
	font-family: "Arial Narrow",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h4 {
	font-family: "Arrial Narrow",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h5 {
	font-family: "Arial Narrow",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h2 a, h3 a {
	color: #68BCA5;
	text-decoration: none;
	-webkit-transition: color .2s ease-in; /*safari and chrome */
	-o-transition: color .2s ease-in; /* opera */
}

h2 a:hover, h3 a:hover {
	color: #cbd500;
}

ul.details li {
	list-style-type: disc;
	color: #666;
	font-family: "Merriweather",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px -20px;
}

.count {
	background:#68BCA5;
	padding:12px 0 0 0;
	width:100%;
	max-width: 250px;
	height:151px;
	margin: 0 auto; /* auto-center when not floated */
	-webkit-transition: background-color .25s ease-in; /*safari and chrome */
 	-o-transition: background-color .25s ease-in; /* opera */
}

.count h1, .count h3, .count p, .fourcol-prop h1, .fourcol-prop h3, .fourcol-prop p {
	text-align: center;
	color: #fff;
}

.count h1, fourcol-prop h1 {
	font-size: 46px;
	padding-top: 5px;
}

.count h1 {
	margin-top: 0;
}

.count h3 {
	font-size: 20px;
}

.count p {
	padding-bottom: 10px;
	border-bottom: 4px solid #fff;
}

.tiffany img, .ben img {
	max-width: 460px;
	width: 100%;
}

.like-arrow {
	font-style: italic;
	color: #aaa;
}
@media (max-width: 960px) {
	.ben, .tiffany {
		float: none;
	}
	.tiffany {
		margin-bottom: 40px;
	}
	.like-arrow {
		display: none;
	}
	.ben > p, .tiffany > p {
		max-width: 460px;
	}
}


blockquote {
	color: #000;
	font-family: "Merriweather",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 31px;
	margin: 0 0 15px 0;
	letter-spacing: .04em;
	font-style: italic;
	background: #fff;
	padding: 20px;
}

.zag {
	background-image: url('/images/zag.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
}


.top {
	max-width: 100%;
	width:100%;
	height:auto;
	margin: 0 auto;
	text-align: center;
}

.top img {
	width:100%;
	max-width: 100%;
	z-index:-9999;
}

.footer {
	width:100%;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	background: #68BCA5;
}

.footer img {
	margin-top: 10px;
}

input.text, input.search, textarea.textarea {
	border: none;
	-moz-border-radius-bottomright: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	background-color: #ccc;
	height:20px;
	padding: 10px 0;
	border-top: 0px;
	background: #ededed;
}

.nomar {
	margin:0;
}

.hide-override {
	display: none !important;
}

#under-construction {
	color: white;
	background-color: orange;
	padding: 20px;
	text-align: center;
	font-size: 48px;
	margin-bottom: 20px;
	font-family: "Merriweather",serif;
}
@media (max-width: 800px) {
	#under-construction {
		font-size: 43px;
	}
}

#residence-inn-logo {
	background-color: #692245;
	width: 156px;
	height: 120px;
	padding: 0;
	display: block;
}

#residence-inn-logo > a {
	line-height: 120px;
	text-align: center;
	display: block;
}

#residence-inn-logo img {
	width: 94px;
	vertical-align: middle;
}

#zola-logo {
	background-image: url(/images/zola-logo.svg);
	background-repeat: no-repeat;
	width: 300px;
	height: 135px;
	display: inline-block;
}

.primary-button {
	border: 0;
	border-radius: 0.5em;
	color: #fefefe;
	font-size: 17px;
	font-family: "Merriweather",serif;
	background: #68BCA5;
	padding: 10px 20px 10px 20px;
	margin-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s ease 0s;
}
.primary-button:hover {
	background-color: #559A87;
}
.primary-button.hotel {
	background-color: #4D6A79; /* same as Google Maps header bar, which is right below this section */
	font-size: 13px;
	padding: 7px 11px;
	margin-top: 5px;
}
.primary-button.hotel:hover {
	background-color: #425A67;
}

/* **** RSVP **** */
.form-group {
	margin-bottom: 15px;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 2px 4px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
	.form-control:focus {
		border-color: #66afe9;
		outline: 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}
	textarea.form-control {
		height: auto;
	}
	.form-group button {
		cursor: pointer;
	}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: "Merriweather",serif;
}

select {
	font: inherit;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-left: 10px;
}

.radio-group {
	display: inline-block;
	max-width: 100%;
	font-weight: bold;
	font-family: "Merriweather",serif;
}
	.radio-group > label {
		font-weight: normal;
		padding-left: 15px;
		cursor: pointer;
	}
	.radio-group > label + label{
		padding-left: 8px;
	}

.primary-button.guest {
	background-color: #4D6A79;
	font-size: 13px;
	padding: 7px 11px;
	margin-left: 10px;
	margin-bottom: 35px;
	display: block;
	width: 77px;
	text-align: center;
}
.primary-button.guest:hover {
	background-color: #425A67;
}

.guest-name {
	display: inline-block;
	margin-left: 10px;
	width: 50%;
}

#submission-response {
	font-weight: bold;
}

.threecol_less {
	width: 290px;
}
@media (max-width: 960px) {
	.threecol_less {
		width: auto;
	}
}

.img-center {
	display: block;
	margin: 0 auto;
	clear: both;
}
