body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.2em;
}
a {
	text-decoration: none;
}

/* Guest Desk Specials Universal Styles */

.specialtitle {
	font-family: Times New Roman, Times, serif;
	font-family: 'Playfair Display', serif;
	font-weight: bold; 
	font-style: italic;
	font-size: 1.9em; 
	color: #471A03;
}
.specsubtitle {
	font-family: Times New Roman, Times, serif;
	font-family: 'Playfair Display', serif;
	font-weight: bold; 
	font-style: italic;
	font-size: 1.5em; 
	color: #471A03;
}
.tableheader {
	position: relative; 
	float: left; 
	width: 100%; 
	height: 40px;
	line-height: 40px; 
	font-size: 1.2em; 
	border-bottom: 1px solid #fff;
	background: #F4DBA5;
	overflow: hidden;
}
.tablerow {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.1em; 
	border-bottom: 1px solid #fff;
	background: #FFEFCE;
	overflow: hidden;
}


.pad10lft {padding-left: 10px;}
.pad15lft {padding-left: 15px;}
.pad20lft {padding-left: 20px;}
.mar10top {margin-top: 10px;}
.mar20top {margin-top: 20px;}
.mar30top {margin-top: 30px;}
.mar40top {margin-top: 40px;}
.mar50top {margin-top: 50px;}
.mar10btm {margin-bottom: 10px;}
.mar20btm {margin-bottom: 20px;}
.mar30btm {margin-bottom: 30px;}
.mar40btm {margin-bottom: 40px;}
.mar50btm {margin-bottom: 50px;}

.alcenter {text-align: center;}
.alleft {text-align: left;}
.alright {text-align: right;}
.justify {text-align: justify;}

.bold {font-weight: bold;}
.italic {font-style: italic;}
.times {font-family: Times New Roman, Times, serif; font-family: 'Playfair Display', serif;}

.small {font-size: .9em;}
.tiny {font-size: .6em;}
.large {font-size: 1.5em;}
.huge {font-size: 2.0em;}

.tan {color: #F4DBA5;}
.lighttan {color: #FFEFCE;}
.white {color: #ffffff;}
.black {color: #000000;}
.red {color: #FF0000;}
.brown {color: #471A03;}
.green {color: #339900;}
.gold {color: #997618;}
.grey {color: #999999;}
.orange {color: #EFA300;}
.blue {color: #183D5F;}

.w25per {width: 25%;}
.w30per {width: 30%;}
.w33per {width: 33%;}
.w40per {width: 40%;}
.w50per {width: 50%;}

#gddetsbox {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	overflow: hidden;
	color: #fff;
}
.fllft, .flleft {
	position: relative;
	float: left;
}
.flrt, .flright {
	position: relative;
	float: right;
}
.rowrel {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}

/* Header Styles */
.hidetillmobile {
	position: relative;
	float: left;
	display: none;
}
#headbanner {
	position: relative;
	float: left;
	width: 100%;
	height: 110px;
	color: #999;
	text-transform: uppercase;
	font-size: .9em;
	text-align: center;
	background: url(https://media.guestdesk.com/sites/litchfieldbeach_com/images/dunes-ocean-white-80per-2080x350.jpg);
	background-repeat: repeat-x; 
}
#mobheadband {
	position: relative;
	float: left;
	width: 100%;
	height: 110px;
	color: #999;
	text-transform: uppercase;
	font-size: .9em;
	text-align: center;
	background: url(https://media.guestdesk.com/sites/litchfieldbeach_com/images/dunes-ocean-white-80per-2080x350.jpg);
	background-repeat: repeat-x;
	display: none;
}

#subheadbanneropt {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #003556;
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
	text-align: center;
	box-shadow: 3px 5px 8px #888888;
	overflow: hidden;
	-webkit-transition: height 500ms;
    -moz-transition: height 500ms;
    -o-transition: height 500ms;
    transition: height 500ms;
}

.padd30lft {padding-left: 30px;}
.centerfloat {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
}
#centerfloat {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	background: #003556;
	padding-bottom: 20px;
}
.socialicon {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	margin: 10px 0 0 25px;
}
.headlogo {
	position: relative;
	float: left;
	margin: 25px 0 0 0;
}
.mobheadlogo {
	position: relative;
	float: left;
	margin: 25px 0 0 0;
	width: 200px !important;
}
.headerlinkopt {
	position: relative; 
	float: left; 
	padding: 0 15px 0 15px;
	color: #E1E7F4;
	font-size: 1.0em;
	letter-spacing: 1px;
	line-height: 50px;
	text-transform: uppercase; 
	font-family: 'Habibi', serif;
	-webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
}
.headerlinkopt:hover {background: #EFA300; color: #fff; border-bottom: 1px solid #04AFE7;}

#heademailfield {
	position: relative;
	float: right;
	padding: 0 10px 0 10px;
	height: 34px;
	width: 230px;
	line-height: 1.5em;
	margin: 0 0 0 0;
	background: #003556;
	color: #fff;
	border: 0px solid #7FB231;
	border-bottom: 1px solid #04AFE7;
}
#headsubbtn {
	position: relative;
	float: right;
	padding: 0 20px 0 20px;
	height: 34px;
	line-height: 1.5em;
	line-height: 28px;
	margin: 0 0 0 5px;
	background: #7FB231;
	font-weight: bold;
	color: #fff;
	border: 0px solid #7FB231;
	border-bottom: 1px solid #7FB231;
	-webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
}
#headsubbtn:hover {
	background: #EFA300;
	border-bottom: 1px solid #EFA300;
}
.headtitle {
	position: realtive;
	float: left;
	margin: 20px 0 0 0;
	font-size: 1.1em;
	color: #003556;
}
.menubarimage {
	display: none;
}
#menucontrol {
	position: relative;
	float: left;
	width: 100%;
}





/* Footer Styles */
#footercontain {
	position: relative;
	float: left;
	width: 100%;
	padding: 70px 0 30px 0;
	background: url(https://media.guestdesk.com/sites/litchfieldbeach_com/images/dunes-ocean-white-80per-2080x350.jpg);
	background-repeat: repeat; 
	text-align: center;
	margin: 0 0 0 0;
	border-top: 2px solid #003556;
	color: #003556;
}
#subfootbanner {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 2.5em;
	line-height: 50px;
	background: #003556;
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
	border-top: 1px solid #EFA300;
	text-align: center;
	overflow: hidden;
}
.ftquarterdiv {
	position: realtive;
	float: left;
	width: 25%;
	text-align: left;
}
.foottitle {
	position: realtive;
	float: left;
	width: 100%;
	font-size: 1.3em;
	color: #003556;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Pavanam', sans-serif;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.sitelinksli {
	position: realtive;
	float: left;
	width: 50%;
	line-height: 1.5em;
	line-height: 25px;
	height: 25px;
	color: #003556;
	-webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
.sitelinksli:visited {
	color: #003556;
}
.sitelinksli:hover {
	color: #DD9B06;
}
.spaceddivide {padding: 0 10px 0 10px;}
.sistersitelinks {
	position: realtive;
	float: left;
	width: 100%;
	line-height: 1.5em;
	line-height: 25px;
	height: 25px;
	color: #003556;
	-webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}
.sistersitelinks:visited {
	color: #003556;
}
.sistersitelinks:hover {
	color: #DD9B06;
}
.l25ht {line-height: 25px;}

#footemailfield {
	position: relative;
	float: left;
	padding: 0 0 0 2%;
	width: 68%;
	height: 34px;
	line-height: 1.5em;
	margin: 0 0 0 0;
	background: #003556;
	color: #fff;
	border: 0px solid #04AFE7;
	border-bottom: 1px solid #04AFE7;
}
#footsubbtn {
	position: relative;
	float: left;
	height: 34px;
	line-height: 1.5em;
	line-height: 28px;
	margin: 0 0 0 1%;
	width: 29%;
	overflow: hidden;
	background: #7FB231;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: 0px solid #7FB231;
	border-bottom: 1px solid #7FB231;
	-webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
}
#footsubbtn:hover {
	background: #EFA300;
	border-bottom: 1px solid #EFA300;
}
.mobmenulink {position: relative; float: right; height: 100%; padding: 0 20px 0 20px;}
.sg-hidden-inputs {display: none;}
#ui-datepicker-div{position:absolute; z-index: 999 !important;}
	
#mainbodycontain {
	position: realtive;
	float: left;
	width: 100%;
	min-height: 620px;
	text-align: center;
}


.mar10top {margin-top: 10px;}
.mar20top {margin-top: 20px;}
.alcenter {text-align: center;}
.rowrel {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}
#gdheaderlogo {
	position: relative;
	float: left;
	width:100%;
}


@media screen and (max-width: 860px) {
	#ft1 {display: none;}
	.ftquarterdiv {width: 33%;}
}
@media screen and (max-width: 835px) {
	.headerlinkopt {
		letter-spacing: 0px;
		padding: 0 10px 0 10px;
	}
}
@media screen and (max-width: 737px) {
	.hidetillmobile {
		display: inline;
	}
	#heademailsign {display: none;}
	#mob800num {display: inline; position: relative; float: left; font-size: 1.4em; margin-left: 25px; line-height: 50px;}
	
	
	#menucontrol {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 1px;
		text-align: left;
		z-index: 999;
		overflow: hidden;
		background: transparent;
		padding-top: 112px;
		transition:height .5s linear;
		-webkit-transition:height .5s linear;
		-moz-transition:height .5s linear;
		-o-transition:height .5s linear;
	}
	#menucontrol:focus {
		height: 670px;
		padding-top: 0px;
	}
	#menucontrol:focus #mobheadband{
		display: block;
	}
	#subheadbanneropt {
		height: initial;
		line-height: initial;
		text-align: left;
	}
	#lowerblind {
		position: relative;
		float: left;
		width: 100%;
		height: 400px;
		background: transparent;
	}
	
	
	
	
	
	
	#mobheadband {border-bottom: 2px solid #04AFE7;}
	#headbanner {border-bottom: 2px solid #04AFE7;}
	.menubarimage {
		display: inline;
		position: relative;
		float: right;
		width: 50px;
		margin-top: 34px;
	}
	.headerlinkopt {
		position: relative; 
		float: left; 
		padding: 0 0 0 2%;
		margin: 0 1% 0 1%;
		width: 46%;
		height: 50px;
		font-weight: bold;
		font-size: 1.2em;
		letter-spacing: 1px;
		line-height: 2.5em;
		line-height: 50px;
		overflow: hidden;
	}
	.headerlinkopt:hover {background: #D8D8D6; color: #003555; border-bottom: 0px solid #04AFE7;}
	#headlinksectionopt {
		position: relative;
		float: left;
		width: 100%;
		background: #003555;
	}
	#headsocsection {
		border-top: 1px solid #EFA300;
		width: 100%;
		padding-top: 20px;
		margin-top: 20px;
		background: #003555;
	}
	.socialicon {
		float: left;
		margin: 10px 25px 0 0;
	}
}
@media screen and (max-width: 630px) {
	#ft2 {width: 57%;}
	#ft3 {width: 43%;}
	#ft4 {width: 100%; margin: 50px 0 0 0;}
	#ftsocialicons {display: none;}
	#ftcopy {width: 100%; text-align: center;}
	#ui-datepicker-div{ width:90%!important;}
	.ui-datepicker-multi, .ui-datepicker-group {float: none!important;}
	.ui-datepicker-multi-2 .ui-datepicker-group{width:100%!important;}
}
@media screen and (max-width: 470px) {
	#ft2 {width: 100%; padding-bottom: 50px; border-bottom: 1px solid #003556;}
	#ft3 {width: 100%; margin: 50px 0 0 0; padding-bottom: 50px; border-bottom: 1px solid #003556;}
	#ft4 {width: 100%; margin: 50px 0 0 0;}
	#footercontain {
		padding: 50px 0 30px 0;
	}
	.centerfloat {
		width: 95%;
		padding: 0 3% 0 2%;
	}
	#centerfloat {
		width: 95%;
		padding: 0 3% 0 2%;
	}
	#subfootbanner {
		font-size: .9em;
	}
}
@media screen and (max-width: 422px) {
	.headlogo {
		margin: 30px 0 0 0;
		width: 246px !important;
	}
}
@media screen and (max-width: 400px) {
	.socialicon {
		float: left;
		margin: 10px 5px 0 0;
	}
	#mob800num {margin-left: 5px;}
	.headerlinkopt {
		padding: 0 0 0 2%;
		margin: 0 1% 0 1%;
		width: 96%;
	}
	
}
@media screen and (max-width: 354px) {
	.headlogo {
		margin: 34px 0 0 0;
		width: 230px !important;
	}
}
@media screen and (max-width: 335px) {
	.menubarimage {
		width: 35px;
	}
	.mobmenulink {padding: 0 0 0 0;}
}
@media screen and (max-width: 316px) {
	.headlogo {
		width: 200px !important;
	}

}




#main ul {margin-left:0px;}
#gd-wrapper{background: none; padding: 0px; min-width: 700px;}
#gd-search #gd-sp-searchbox, #gd-results #gd-sp-searchbox {background: #efefef; color: #0C0402;}
#gd-tabs li a, #gd-tabs li span {background: #efefef;color: #0C0402;}
.gd-room-select .gd-room-totals {}
.gd_unitAlt1_grid, .gd_unitAlt2_grid {background: #efefef; color: #0C0402; }

.gd_pagination a.gd_next, .gd_pagination span.gd_next-off, .gd_pagination a.gd_prev, .gd_pagination span.gd_prev-off{width: auto; background: none; border: none;}
	.gd_pagination a.gd_next:hover, .gd_pagination span.gd_next-off:hover, .gd_pagination a.gd_prev:hover, .gd_pagination span.gd_prev-off:hover{background: none;}
#gd-sp-sb-checkout{width: 140px;}
#gd-sp-sb-checkin{width: 140px;}

#bookForm td{position: relative;}
	#bookForm td label:first-of-type ~ label{left:360px;}
label.error{position: absolute; left: 220px; top: 3px; width: 120px;}
#gd-disclaimer{position: relative;}
	#gd-disclaimer label.error{width: 230px; left: 360px; top: 15px;}
#gd-itin-expanded{background: #efefef;}
#gd-itin-package-elements ul li {background: #fff;}

#gd-reserve #gd-disclaimer div#gd-disclaimer-content{background:#fff; }

#gd-package-list{background: #efefef; }
.gd-package-list-package-odd, .gd-package-list-package-even{background: #fff;}

#gd-wrapper .gd-input-submit {background-color:#395873;}
.gd-button {background-color:#395873;}
.gd-start-over-message { clear: both; }
.gd-no-thanks {
    background-color: #395873;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: white !important;
    font-size: 12px;
    line-height: 1em;
    padding: 5px 10px;
}
.gd-no-thanks a {
    color: white;
}
#gd-optional-services #gd-itin-expanded { display: block; }

#gd-sp-searchbox ul li input{width: 100%;}
	#gd-sp-searchbox ul li{height: auto; position: relative;}
		#gd-sp-searchbox ul li .ui-datepicker-trigger{position: absolute; top: 32px; right: 10px;}
.gd-room-select .gd-button{width: auto;}
#frmContact{margin-bottom: 0px;}
	#frmContact input{margin: 5px 0;}
	#frmContact br{display: none;}

#gd-wrapper input, #gd-wrapper select, #gd-wrapper textarea{width: auto; background:#fff !important;}
	#gd-wrapper input.gd-input-submit{background:#90b7c7 !important;}
		#gd-wrapper input.gd-input-submit:hover{background:#6ea1b6 !important;}
	#creditCard1 td[colspan="3"] input{float: left; margin: 0 5px 5px 0;}
	fieldset legend{background: none;}
	

#gd_tt_package{background: none !important;}
#gd-packages-banner *{background: none !important;}
	.gd-package-list-package-odd h4 , .gd-package-list-package-even h4{line-height: 1em; color: #003556;}

/* Puts filters on the left */
#gd_main-contentDisplay { float: left; width: 100%; }
	#gd-room-filters { float: left; width: 180px; padding: 10px; }
		#gd-room-filters h3 { margin: 0 0 5px; }
		#gd-room-filters ul li.gdRoomCustomSearchMultiColumn ul li { width: 60px; }
	#gd_roomResultDisplay.gd-room-filters { float: right; width: 680px; }
	.gdRoomCustomSearchMultiColumn ul {width:150px;}
.gd-start-over-message { clear: both; }
/* Puts filters on the left */

#gd-room-filters h3{
font-size: 16px;
}
#gd-room-filters {
font-size: 12px;
}
#gd-room-filters ul li ul {
min-width: 150px;
}
#gd-room-filters ul li {
min-width: 130px;
}

#gd-pe-mobile-wrapper #gd-package-list .gd-package-list-thumbnail + .gd-package-list-package-select{
	margin-top: -70px;
}

/** Added By Bryce to Reduce the Hover Dropdown menu widths **/
.large-3 {
width: 100%;
}
.dropdown-hover {
width: 30%;
left: auto;
}
/** Finish Hover Dropdown menu changes **/

/* CONFIRMATION PAGES */
#gd_reservation_ads { float: right !important; }
#conf-socialshare {border-top:1px solid #2B7B3F; border-bottom:1px solid #2B7B3F; padding:20px 0 15px 0;}
#conf-socialshare h4 {margin-top:0px; font-size:16px;}
#conf-articles h4 {font-weight:bold;}
#gd_confirmation { width:650px; margin-right:50px;}
#gd_reservation_ads {float:left; width:200px; text-align:center;}
#gd_reservation_ads img {margin-bottom:25px;}



/*
----------------------------
CLASSES
____________________________
*/
.blue-arrow {margin-bottom:-1px;}
.view-all {font-weight:bold !important; color:#fbf154 !important;}
.signup-button {border:0; background-color:#fcee6c; margin-top:10px;}
.first-special {margin-left:35px; margin-right:15px; width:250px;}
.second-special {width:220px;}
.current-specials {margin:0 50px 0 10px;}
.news-widget {list-style-type:none;}
.news-widget li {clear:both; margin:10px 0 10px 0;}
.news-widget li a {font-size:12px; font-weight:normal; text-decoration:none; color:#434343;}
.video-tour {margin:20px 0 0 25px;}
div.clear { overflow:hidden; height:1px; clear:both; }
img.alignRight { float:right; margin:0 15px 15px 15px;}
img.alignLeft { float:left; margin:0 15px 15px 0; }
.error { color: red; }
.gd-checkout-account-sign-up {
    background-color: #e9f6fd;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: right;
    margin: 0 15px 10px 0;
    max-width: 40%;
    padding: 10px 15px;
}

li#gd-sp-sb-group{display:none;}
div.modal.hide.in {
    display: block!important;
}

#gd-package-filterForm-resultMessage {
	padding: 4px 10px 27px 23px;
	border: 1px solid #333;
	background-color: #FEFFD0;
	height: 5px;
}

#gd-package-filterForm {
	margin-bottom: 1px!important;
}

gd-package-filterForm ul li input{width: 100%;}
	#gd-package-filterForm ul li{height: auto; position: relative;}
		#gd-package-filterForm ul li .ui-datepicker-trigger{position: absolute; top: 32px; right: 10px;}
		
.ui-datepicker .ui-datepicker-title select {
			font-size: .7em;
			margin: 1px 0;
		}
