/* CSS Document */
div#main-nav a,
div#main-nav ol,
div#main-nav ul,
div#main-nav li{margin:0;padding:0;border:0;outline:0;text-decoration: none;text-transform: uppercase;}
:focus{outline:0;}
ol,ul{list-style:none;}

em, i {
	font-style: italic;
}

img {
	border: 0;
}

.last {
	margin-right: 0 !important;
}

#main{
	display:block;   	
	margin-top: 5px;
	background: none repeat scroll 0 0 #2AA4CF;
	z-index:5;
}
#main-container {
	width: 1012px;
	margin: 0 auto;
	padding: 0 0 40px;
	display: block;
}
#site-switcher {
	left: 0;
	z-index: 1000;
	cursor: pointer;
	height: 100%;
	background:url('../../i/Satin_FS.png') no-repeat scroll center top;
	cursor:default;
	width:1012px;
	display: block;
}

#site-switcher.ghc {
	 margin:0 auto;
}

.sprite-global {
  display: inline-block;
  zoom: 1;
}
#logoFS, #logoLS, #logoAP{
	/*border:#000 solid 1px;*/
	text-align:left;
}
#logoFS {
  width: 290px;
  height: 95px;
  /*margin:20px 0px 20px 40px;*/
  cursor:pointer;
}

#logoLS {
  width: 250px;
  height: 50px;
 margin:20px 0px 25px 70px;
 cursor:pointer;
}

#logoAP {
  width: 290px;
  height: 50px;
  margin:20px 0px 25px 70px;
  cursor:pointer;
}
#switcher-label-ghc {
	display: inline-block;
	position: relative;
	padding: 0 13px 0 0;
	margin: 0 0 0 20px;
	letter-spacing: .15em;
	text-decoration: none;
	text-transform: uppercase;
}


#header {
	height:40px;
}

#logo.ghc {
	position: absolute;
	left: 0;
	/*top: 5px;
	/*background: url('../i/sprite-global.png') no-repeat; */
}
div.utility-nav, div.forecast{
	line-height:44px;
	color:#fff;
	margin-top:4px;
}
div.utility-nav{

	padding-right: 10px;
  float:left;
  width:80px;/*130*/
  margin-left:5px;
  /*margin-right:30px;*/
}
div.forecast{
  float:right;
  margin-right:5px;
  width:150px;
}
#timecontainer{
	width:92px;
	position: absolute;
}



A.iconSwitchSmall {
    /*float: left;*/
    /*margin-right: 5px;
	margin-top:3px;
	vertical-align:middle;*/
}
.iconSwitchSmall {
    /*border: 1px solid #BEBEBE;
    display: block;*/
    height: 19px;
    width: 22px;
}
.iconSwitchSmall IMG {
    /*background-color: #FFFFFF;*/
    height: 22px;
    width: 22px;
}


#content {
	position: relative;
	height: 650px;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	text-align: left;
	overflow: hidden;
}


#mainnav-switcher, #panel-switcher {
	position: absolute;
	top: 12px;
	display: block;
	width: 16px;
	height: 9px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}

#mainnav-switcher, #mainnav-switcher.opened {
	right: 8px;
	background: transparent url('../../i/bg-panel-switcher-white.png') no-repeat 0 0;
}

#mainnav-switcher.closed {
	background: transparent url('../../i/bg-panel-switcher-white.png') no-repeat 100% 0;
}

#panel-switcher, #panel-switcher.opened {
	left: 8px;
	background: transparent url('../../i/bg-panel-switcher.png') no-repeat 100% 0;
}

#panel-switcher.closed {
	left: 8px;
	background: transparent url('../../i/bg-panel-switcher.png') no-repeat 0 0;
}

#main-nav,#panel {
	z-index: 10;
}

#main-nav {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	width:220px; /*moz width*/
}

#main-nav.ghc {
	background: url('https://www.fantasearesorts.com/FSR/FS/includes/rgba.php/rgba(0, 142, 194 , .85)') repeat;
	background: rgba(0, 142, 194 , .85);
}

#main-nav a {
	color: #fff;
}

#main-nav li.active > a {
	color: #333;
}

#main-nav li {
	margin: 0;
	line-height: 1.9em;
}

#main-nav li li {
	margin: 0 0 5px;
	line-height: 1.5em;
	text-transform: none;
}

#main-nav li ul {
	display: none;
	margin: 3px 0 0 8px;
}

#main-nav li.active ul {
	display: block;
}


#panel {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	padding: 30px 20px;
	background: url('https://www.fantasearesorts.com/FSR/FS/includes/rgba.php/rgba(230, 230, 230, .95)') repeat;
	background: rgba(230,230,230, .95);
}
#panel form{
	color:#000000; /*666666*/
}
#panel.offers {
	width: 332px;
}

#panel.offer {
	width: 340px;
}

#panel.offer #scroller {
	height: 370px;
}

#panel h1 {
	/*font-family:'Frutiger Neue W01 Bd';*/
	text-transform: uppercase;
	color: #666;
	line-height: 1;
	margin-bottom: 1em;
}
#panel h4{
	color:#FFFFFF;
	line-height: 20px;
	display:block;
	text-transform:uppercase;
	background-position: center -340px;
	background-attachment: scroll;
	background-image: url(../../i/Menu-BG.png);/*-20px -100px -180px*/
	background-repeat: no-repeat;
}
#panel h4.dine{
	background-position: center -420px;
}
#panel p {
	/*font-family:'Frutiger Neue W01 Md';*/
	color: #666;
	/*line-height: 1.4em;*/
	padding-left:4px;
}


#panel p{
	color: #000;
	/*margin-bottom: 1.4em;
	font-size: 13px;*/
}
#panel ul, #panel ol, #panel td, #panel blockquote {
	margin: 0;
	color: #000;
	line-height: 1.4em;
	/*margin-bottom: 1.4em;
	font-size: 13px;*/
}
#panel ul,
#panel ol {
	/*margin-left: 2em;*/
	margin-left: 0.65em;
	padding-left:5px;
	text-transform: none;
}

#panel ul li,
#panel ol li {
	text-transform: none;
}

#panel ul {
	list-style: disc;
	/*border-bottom: 1px dotted #C4C4C4;
	padding: 5px 0 5px 15px;*/
}

#panel ol {
	list-style: decimal;
}

#scroller {
	height: 509px;/* content height -60px*/
}

#panel .offer {
	margin: 0 0 30px;
}

#panel .offer a {
	text-decoration: none;
	color: #666;
}

#panel .offer p {
	margin-bottom: .5em;
}

#panel .offer a.view {
	/*font-family:'Frutiger Neue W01 Md';*/
	float: right;
}

#panel .offer h2 {
	/*font-family:'Frutiger Neue W01 Md';*/
	text-transform: uppercase;
	color: #000;
	line-height: 1;
	margin: 1em 0 .6em;
}
#footer {
	height: 35px;
	/*font-family:'Frutiger Neue W01 Md';*/
	text-align: left;
	color: #999;
	position: relative;
	font-size: 13px;
}
#map-canvas img{
   width: auto;

}

#footer .copright{
	/*font-family:'Frutiger Neue W01 Blk';*/
	font-weight:bold;
}

#footer p {
	margin: 10px 0 0;
	float: left;
	/*padding-left:8px;*/
	color:#000000;
}
#infowindow {
	line-height: 1.5em;
}
#launches-swf{
	position: absolute;
	left: 260px;
	z-index: 10;
}
#launches {
	visibility: hidden;
	width: 175px;
	position: absolute;
	right: 260px;
	top: 5px;
	padding: 5px 5px 20px;
	/*font-family:'Frutiger Neue W01 Book';*/
	/*font-size: 1em;*/
	line-height: 1.5em;
	color: #000;
	border: 1px solid;
	border-color:rgba(0, 142, 194, .85);
	background: url('https://www.fantasearesorts.com/FSR/FS/includes/rgba.php/rgba(255,255,255, .85)') repeat;
	background: rgba(255,255,255, .85);
	z-index: 10;
}

#launches .launch-item {
	/*position: absolute;*/
	top: 5px;
	left: 5px;
	width: 155px;
	z-index: 0;
}

#launches .title {
	font-size: 1.1em;
	margin-bottom: 1em;
	color: #72583A;
	text-transform: uppercase;
}

#launches h2 {
	/*font-family:'Frutiger Neue W01 Bd';*/
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	line-height: 1.3em;
}

#launches p {
	font-size: 12px;
	line-height: 1.4em;
	margin:0px;
}

#launches a {
	position: absolute;
	right: 0;
	bottom: -18px;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#launches .controls {
	position: absolute;
	bottom: 0;
	left: 5px;
}

#launches .controls li {
	display: inline-block;
	width: 8px;
	height: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	background: transparent url('../../i/bg-launches-controls.png') no-repeat -7px 0;
}

#launches .controls li.current {
	background: transparent url('../../i/bg-launches-controls.png') no-repeat 0 0;
}

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.ui-datepicker-trigger {
	vertical-align: middle;
	padding: 0 0 0 5px;
}

.ui-datepicker {
	z-index: 12 !important;
}

#panel .error-container p {
	margin: 0 0 .8em;
}

.fancybox-owner{
	line-height: 1.4em;
	text-align:left;
}
.Owner{
	/*font-family:'Frutiger Neue W01 Blk';*/
	color:#000000;
	font-size:90%;
}
.Owner_Label{
	/*font-family:'Frutiger Neue W01 Book';*/
	color:#000000;
}
.Owner_Info{
	/*font-family:'Frutiger Neue W01 Bd It';*/
	color:#000000;
	padding-left:5px;
}
input.disabled] {
	background-color:#CCCCCC;
}
/* Nuova booking mask */

#booking-panel {
	/*width: 753px;*/
	height: auto;
	/*font-family:'Frutiger Neue W01 Book';*/
	color: #858585;
	/*left:232px;*/
	padding: 5px 5px 0px 5px;
	color: #fdfdfd;
	/*width:700px;
	float: left;*/
	height:20px;
}

.LogInOwner{
	padding:10px 10px;
	color: #fdfdfd;
	margin-left:730px;
	height:40px;
	text-align:right;
	font-weight:bold;
}



.Booking, .Booking strong, .Booking b{
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size:12px;
}
.Booking-panel {
	z-index: 10;
}

.Booking-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 100%;
	border: 4px solid #F6F5F5;
}

.Booking-panel {
	background: url('https://www.fantasearesorts.com/FSR/FS/includes/rgba.php/rgba(250,250,250, .95)') repeat;
	background: rgba(250,250,250, .95);
}
.Booking-Search{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

	position: absolute;
	top: 0px;
	left: 190px;
	padding:5px 0px 5px 10px;
	width: 822px;
	height: 100%;
	background:tranparent;
}
.Booking-Confirmation{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

	position: absolute;
	top: 0px;
	width: 1012px;
	height: 100%;
	background:tranparent;

}
.book-head{margin-left:0px;}
.book-label{color:#339900; font-weight:bold;}
.book-data{border: 1px solid #999999;}
.DateDiv {
    box-shadow: 0 0 3px 0 #999999;
    margin: 0;
    padding: 0;
    text-align: center;
}

.MonthYear {
    margin: 0;
    padding: 0.3em 0.6em;
    background: none repeat scroll 0 0 #6D6D6D;
    color: #FFFFFF;
}

.Day {
    display: block;
    margin: 0;
    padding: 0.1em 0.6em;
}
.WeekDay{
	color: #494949;
}
.center-table
{
  margin: 0 auto !important;
  float: none !important;
}
.table td {
    border-top: none;
	vertical-align:middle;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CCCC66 -moz-use-text-color #CCCC33;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
form.form-inline select{
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    height: 25px;
    padding: 3px;
    width: 45px;
}
.bm-container {
	background-position: center -340px;
	background-attachment: scroll;
	background-image: url(../../i/Menu-BG.png);/*-20px -100px -180px*/
	background-repeat: no-repeat;
}
#header {
	background-position: center -420px;
	background-attachment: scroll;
	/*background-image: url(../../i/Menu-BG.png);/*-20px -100px -180px*/
	background-repeat: no-repeat;
}
/* BOOKING */
.book-head{
	font-size:90%;
	color:#FFFFFF;
	height:20px;
	display:block;
	text-transform:uppercase;
	padding-left:5px;
	background-position: center 0px;
	background-attachment: scroll;
	background-image: url(../../i/Menu-BG.png);/*-20px -100px -180px*/
	background-repeat: no-repeat;
}
#stay-heading{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
	height: 40px;
	background-position: center -500px;
	background-attachment: scroll;
	background-image: url(../../i/Menu-BG.png);/*-20px -100px -180px*/
	background-repeat: no-repeat;
  	border-bottom: 3px solid #CCCC66;
	padding:10px 10px;
}

/* active tab color */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #888888 #888888 #FFFFFF;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  outline: none;
}
/* tab color */
.nav-tabs > li > a {
  color:#8D4900;
}
.nav-tabs > li > a:hover {
  color:#96151D;
  background-color:#FFFFFF;
  border-color: #FFFFFF #FFFFFF #888888;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}
.leftspan
{
padding-right:20px;
border-right: 1px solid #ccc;
}

.row-fluid .rightspan {
margin-left: -0.138297872340425%;
*margin-left: -0.13191489361702%;
padding-left:20px;
border-left: 1px solid #ccc;
}

.row-fluid .rightspan:first-child {
margin-left: -0.11063829787234%;
*margin-left: -0.104255319148938%;
}
.DivRate {
    box-shadow: 0 0 3px 0 #999999;
    margin: 0;
    padding: 0;
    text-align: center;
}

.DivRateDate {
    margin: 0;
    padding: 0.3em 0.6em;
    /*background-color:#6D6D6D;*/
    color: #FFFFFF;
	background-position: center -340px;
	background-attachment: scroll;
	background-image: url(../../i/Menu-BG.png);/*-20px -100px -180px*/
	background-repeat: no-repeat;
	
}

.DivDaily {
    display: block;
    margin: 0;
    padding: 0.1em 0.6em;
}
.Booking_Property{
  display: inline-block;
  background: rgb(185,204,249);
  background: rgba(20,80,220,0.3);
  padding: 5px;
}
.Err{
    color: #FF0000;
}
.ach-img-container {
	margin-left:55px;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 217px;
}
.blank-check {
    max-width: 100%;
    position: absolute;
    top: 1px;
    width: 215px;
    border: 0 none;
    vertical-align: middle;
}
.show-grid {
    margin-bottom: 20px;
    margin-top: 10px;
}
.show-grid [class*="span"] {
    background-color: #eee;
    border-radius: 3px;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
}
.show-grid [class*="span"]:hover {
    background-color: #ddd;
}
.show-grid .show-grid {
    margin-bottom: 0;
    margin-top: 0;
}
.show-grid .show-grid [class*="span"] {
    margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
    background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
    background-color: #999;
}
.disabledTab{
    pointer-events: none;
}
@media print {
	body{line-height: 1.4em;}
	#site-switcher, .ghc, .main, #panel, #main-nav, .nivoSlider,.copright:last-child,.ui-datepicker{display:none;}
	#panelMid { 
		width: auto; 
		border: 0; 
		margin: 0 5%; 
		padding: 0; 
		float: none !important; 
	}
}
